added initial files
This commit is contained in:
91
formulier/assets/css/styleverhuur.css
Executable file
91
formulier/assets/css/styleverhuur.css
Executable file
@@ -0,0 +1,91 @@
|
||||
|
||||
* {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
form {
|
||||
border-radius: 5px;
|
||||
background-color: #a7aaaa;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
input[type=text] {
|
||||
padding: 4px;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
input[type=email] {
|
||||
padding: 4px;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
.eenvierde {
|
||||
width: 240px;
|
||||
}
|
||||
|
||||
.eenderde {
|
||||
width: 320px;
|
||||
}
|
||||
|
||||
.eenzesde{
|
||||
width:150px;
|
||||
}
|
||||
|
||||
.totalen {
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
.tableverhuur {
|
||||
margin-top: 10px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
margin-bottom: 10px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
input:read-only {
|
||||
border: none;
|
||||
background-color: transparent;
|
||||
text-align: center;
|
||||
width: 50px;
|
||||
font-size: medium;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
input:-moz-read-only { /* For Firefox */
|
||||
border: none;
|
||||
background-color: transparent;
|
||||
text-align: center;
|
||||
width: 50px;
|
||||
}
|
||||
|
||||
.center {
|
||||
width: 650px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
tbody {
|
||||
margin: auto;
|
||||
border-collapse: collapse;
|
||||
display: table;
|
||||
}
|
||||
|
||||
.centered{
|
||||
width:auto;
|
||||
margin:auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#ruimte{
|
||||
padding-top: 4px;
|
||||
padding-bottom: 2px;
|
||||
}
|
||||
|
||||
#verstuur {
|
||||
width:600px;
|
||||
color: white;
|
||||
background-color: #555555;
|
||||
border-radius: 4px;
|
||||
padding: 10px;
|
||||
margin:auto;
|
||||
}
|
||||
Reference in New Issue
Block a user