Background color adjustment to match site

This commit is contained in:
bergware
2018-08-22 08:18:39 +02:00
parent 1159f3351f
commit 3a1db33a03
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
html{font-family:clear-sans;height:100%}
body{font-size:14px;color:#f2f2f2;background:#1c1c1c;padding:0;margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
body{font-size:14px;color:#f2f2f2;background:#1c1b1b;padding:0;margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
@media (max-width:1280px){#template{min-width:1280px;margin:0}}
@media (min-width:1281px){#template{min-width:1280px;margin:0 10px}}
@media (min-width:1921px){#template{min-width:1280px;max-width:1920px;margin:0 auto}}
@@ -48,7 +48,7 @@ input.trim{width:50px}
#header .logo{float:left;margin-top:20px;margin-left:20px}
#header .logo img{margin:4px 50px 0 20px}
#header .logo a{color:#ff8c2f;font-size:24px}
#header .block{margin:2px 5px 0 0;float:right;text-align:right;background-color:rgba(245,245,245,0.4);border-radius:10px;padding:5px 20px}
#header .block{margin:2px 5px 0 0;float:right;text-align:right;background-color:rgba(242,242,242,0.4);border-radius:10px;padding:5px 20px}
#header .text-left{float:left;text-align:right;color:#1c1c1c;padding-right:5px;border-right:solid medium #f15a2c}
#header .text-right{float:right;color:#1c1c1c;text-align:left;padding-left:5px;min-width:165px}
#header #licensetype{font-weight:bold;color:#ff8c2f;text-transform:uppercase;letter-spacing:1px}
+2 -2
View File
@@ -43,12 +43,12 @@ select.auto{min-width:auto}
select.slot{min-width:440px;max-width:440px}
input.narrow{width:166px}
input.trim{width:50px}
#header{position:fixed;top:0;left:0;width:100%;height:140px;z-index:100;margin:0;background:#1c1c1c}
#header{position:fixed;top:0;left:0;width:100%;height:140px;z-index:100;margin:0;background:#1c1b1b}
#header.image{background-size:100% 90px;background-repeat:no-repeat;color:#f2f2f2}
#header .logo{float:left;margin-top:20px;margin-left:20px}
#header .logo img{margin:4px 50px 0 20px}
#header .logo a{color:#ff8c2f;font-size:24px}
#header .block{margin:2px 5px 0 0;float:right;text-align:right;background-color:rgba(26,26,26,0.4);border-radius:10px;padding:5px 20px}
#header .block{margin:2px 5px 0 0;float:right;text-align:right;background-color:rgba(28,27,27,0.4);border-radius:10px;padding:5px 20px}
#header .text-left{float:left;text-align:right;color:#f2f2f2;padding-right:5px;border-right:solid medium #f15a2c}
#header .text-right{float:right;color:#f2f2f2;text-align:left;padding-left:5px;min-width:165px}
#header #licensetype{font-weight:bold;color:#ff8c2f;text-transform:uppercase;letter-spacing:1px}