From efa436f483bbf39f89fd11ac25cd7373c32fbddd Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Tue, 2 Jun 2015 16:12:03 +0200 Subject: [PATCH] Do not transform-text (overall the header). --- web/Theme/style.css | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/web/Theme/style.css b/web/Theme/style.css index 4d25738f..460bafbf 100644 --- a/web/Theme/style.css +++ b/web/Theme/style.css @@ -11,6 +11,7 @@ textarea { width:25em; height:5em; } + input, textarea, checkbox { color: #FFFFA0; background: black; @@ -21,24 +22,11 @@ main { float:left; } - fieldset { background-color: rgba(32,16,16,0.8); border-radius:5px; border: solid 1px #000060; float:left; } -#logo { - float: left; - - } - -.panel,.bshpanel,aside { - background-color: rgba(32,16,16,0.8); - border-radius:5px; border: solid 1px #000060; - float: right; -} - -.bsh { float: right; } video,img { max-width:100%; @@ -58,6 +46,21 @@ footer { z-index:-1; } +#logo { + float: left; + + } + +.panel,.bshpanel,aside { + background-color: rgba(32,16,16,0.8); + border-radius:5px; border: solid 1px #000060; + float: right; +} + +.bsh { float: right; } + + + #login { top:0; right:0; @@ -73,7 +76,6 @@ header { left:0; right:0; text-align: center; - text-transform: capitalize; } h1 img { vertical-align: text-top; }