X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=styles%2Fairpolytech.css;h=44876d3776f9ac405517a00d44d6d6b7742cbf74;hb=b97c5ad52cffb6b64f887d5d6503dcba10c680e9;hp=fbbb3cc13ade1d05ffb0a82234d366c697870eb0;hpb=a2f7a7290d0b54650c249a0bf59e66d8d7691135;p=Project_webapp.git diff --git a/styles/airpolytech.css b/styles/airpolytech.css index fbbb3cc..44876d3 100644 --- a/styles/airpolytech.css +++ b/styles/airpolytech.css @@ -1,6 +1,6 @@ body { - background-color: black; - color: #eeeeee; + background-color: white; + color: black; font-family: 'Encode Sans Semi Condensed', Arial, Helvetica, Verdana, sans-serif; display: block; text-align: center; @@ -20,7 +20,7 @@ a:visited { a:hover { text-decoration: none; - color: #909090; + color: #ff0000; } form { @@ -41,6 +41,10 @@ form#register { width: 720px; } +form#fpassword { + width: 720px; +} + form#booking { width: 250px; } @@ -60,14 +64,14 @@ label { text-align: right; } -label + input { +label+input { width: 30%; /* large margin-right to force the next element to the new-line and margin-left to create a gutter between the label and input */ margin: 0 30% 0 4%; } -label + select { +label+select { width: 30%; /* large margin-right to force the next element to the new-line and margin-left to create a gutter between the label and select */ @@ -76,13 +80,18 @@ label + select { /* only the submit button is matched by this selector, but to be sure you could use an id or class for that button */ -input + input { +input+input { float: right; } table { margin: 0px auto; width: 100%; + vertical-align: middle; +} + +table#taccount { + width: 30%; } table#home { @@ -95,11 +104,11 @@ table#search { } table#search tr:nth-child(even) { - background-color: #675b5b; + background-color: #bfbfbf; } table#search tr:nth-child(odd) { - background-color: #474343; + background-color: #dedede; } table#reservations { @@ -107,11 +116,11 @@ table#reservations { } table#reservations tr:nth-child(even) { - background-color: #675b5b; + background-color: #bfbfbf; } table#reservations tr:nth-child(odd) { - background-color: #474343; + background-color: #dedede; } #header {