X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/4efa3e9bc47cc649205a399fde51ed7e61bef7f8..ac5e3489e8b886b7b8a7252ab56ddeb3d3bdadc7:/public/stylesheets/vb.css diff --git a/public/stylesheets/vb.css b/public/stylesheets/vb.css index a054b85..0a9f362 100644 --- a/public/stylesheets/vb.css +++ b/public/stylesheets/vb.css @@ -14,8 +14,9 @@ h1, h2, h3, h4 { text-shadow: #999999 0.2em 0.2em 3px; } + a:link { font-weight: bold; color: #BD7589; text-decoration: underline; } -a:visited { color: #BD7589; text-decoration: underline; } +a:visited { font-weight: bold; color: #BD7589; text-decoration: underline; } a:hover { color: #FFFFFF; text-decoration: none; background: #0063DC; } a:active { color: #FFFFFF; text-decoration: none; background: #0259C4; } @@ -67,8 +68,8 @@ a:active { color: #FFFFFF; text-decoration: none; background: #0259C4; } #top h3 { font-size: 30px; } #links { text-align : right; } -#links a { color: #FFF; } -#links a:visited { font-weight: bold; } +#links a { color: #FFF; font-weight: bold; } +#links a:visited { color: #FFF; font-weight: bold; } .ListLine0 { background: #e0f8f8; @@ -92,14 +93,47 @@ a:active { color: #FFFFFF; text-decoration: none; background: #0259C4; } #footer { text-align: center; font-size: 12px; - color: #464646; } + color: #464646; + clear: both;} #footer a { font-weight: normal; } #subtext { text-align: center; font-size: 12px; - font-weight: bold; - + font-weight: bold; } + +.fieldWithErrors { + display: inline; +} +.fieldWithErrors input, .fieldWithErrors select { + background-color: #ffdfdf; +} + +.mainresultbox { + width: 100%; + padding: 7px; + margin-right: 30px; + margin-bottom: 30px; + border-style: dotted; + border-width: 1px; +} + +.mainresultbox h1 { + text-align: center; +} +.resultbox { + width:47%; + float: left; + padding: 7px; + margin-right: 10px; + margin-bottom: 10px; + border-style: dotted; + border-width: 1px; +} + +.clearbox { + clear: both; + margin: 30px; }