X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=styles%2Fairpolytech.css;h=44876d3776f9ac405517a00d44d6d6b7742cbf74;hb=HEAD;hp=c425d298dd9f38927285c12eeeae3942f2cbb3e4;hpb=22f1dc6402dbc9a9c5d2ed2f17ef54044d35ec2a;p=Project_webapp.git diff --git a/styles/airpolytech.css b/styles/airpolytech.css index c425d29..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; } @@ -86,8 +90,8 @@ table { vertical-align: middle; } -table#account { - width: 40%; +table#taccount { + width: 30%; } table#home { @@ -100,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 { @@ -112,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 {