X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/76d004e65849704022d744382a3779deeb7fef4a..cf61519ba2f371181958d4aeb7f5f19384453187:/public/stylesheets/main.css diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index ca71d76..185b48a 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css @@ -24,6 +24,13 @@ h3 { margin: 0 0 1em 0 !important; } +.special { + background-color: #999999; + color: white; + text-align: center; + pading: 0 1em 0 1em; +} + /* Left column. Includes logo, poll information, and graph. */ @@ -140,7 +147,59 @@ h5 { overflow: hidden; } +#quickvote-title .header { + background-color: #74ce00; +} + +#quickvote-title .subheader { + color: #74ce00; + background-color: #e5e5e5; +} +#controlroom-title .header { + background-color: #dc0d13; +} + +#controlroom-title .subheader { + color: #dc0d13; + background-color: #e5e5e5; +} + +#voters-title .header { + background-color: #005cd9; +} + +#voters-title .subheader { + color: #005cd9; + background-color: #e5e5e5; +} + +.header { + display: block; + font-family: "trebuchet ms",trebuchet,verdana,arial,sans-serif; + font-size:30px; + text-transform: uppercase; + text-align: center; + color: white; + background-color: #999999; + height: 32px; + float: left; + padding: 0px .75em 0px .75em; + margin-right: 10px; + margin-bottom: 14px; +} + +.subheader { + display: block; + font-family: "trebuchet ms",trebuchet,verdana,arial,sans-serif; + font-size: 18px; + text-align: left; + color: #666666; + background-color: #CCCCCC; + height: 26px; + padding: 6px 1em 0px 20px; + margin-bottom: 14px; +} #main-box { float: right;