X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/b47d1fbe36d5aeb9b79d6bbaab035ca448a3c3ef..adfcf4dd7d989d0560e2a8f6a590dd10c5a49a08:/public/stylesheets/embed.css diff --git a/public/stylesheets/embed.css b/public/stylesheets/embed.css new file mode 100644 index 0000000..fe0b7f2 --- /dev/null +++ b/public/stylesheets/embed.css @@ -0,0 +1,202 @@ +@charset "utf-8"; +/* CSS Document */ + +/***************************************************************************************** + * + * "Reset Reloaded" + * Thanks to Eric Meyer + * http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ + * + */ + +html, body, div, span, applet, object, iframe, +h1, h2, h3, h4, h5, h6, p, blockquote, pre, +a, abbr, acronym, address, big, cite, code, +del, dfn, em, font, img, ins, kbd, q, s, samp, +small, strike, strong, sub, sup, tt, var, +dl, dt, dd, fieldset, form, label, legend, +table, caption, tbody, tfoot, thead, tr, th, td { + margin: 0; + padding: 0; + border: 0; + outline: 0; + font-weight: inherit; + font-style: inherit; + font-size: 100%; + font-family: inherit; + vertical-align: baseline; +} + +strong, h2, h3 { + font-weight: bold; +} + +body { + line-height: 1; + color: black; + background: white; +} + +/* tables still need 'cellspacing="0"' in the markup */ +table { + border-collapse: separate; + border-spacing: 0; +} + +caption, th, td { + text-align: left; + font-weight: normal; +} + +blockquote:before, blockquote:after, +q:before, q:after { + content: ""; +} + +blockquote, q { + quotes: "" ""; +} + + + + + +/* GENERIC *****************************************************************************/ + +body { + font-family: helvetica,verdana; + font-size: 11px; + color: white; +} + +a { + color: inherit; + text-decoration: none; +} + +.submit_vote_button { + cursor: pointer; +} + + +#header { + width: 330px; + height: 53px; + background: transparent url(/images/embed_basic_bg.png) top left no-repeat; + margin: 0px; + padding: 0px; + overflow: hidden; +} + +#header h2 { + font-size: 25px; + margin: 12px 0px 12px 7px; + color: #FFF; + font-weight: normal; +} +#header_icon { + display: float; + float: right; +} + + +/* VOTING ******************************************************************************/ + +#voting-box { + width: 330px; + height: 317px; + background: transparent url(/images/embed_voting_bg.png) top left no-repeat; + margin: 0px; + padding: 0px; + overflow: hidden; +} + +ul { + margin: 0 0 0 40px; + padding: 0 0 0 0; + list-style: none; +} + +.ranking { + margin: 0px; + height: 53px; + overflow: hidden !important; +} + +.ranking img { + margin: 0 0 0 0; + padding: 0 0 0 0; + float: left; + clear: left; +} + +.ranking-info { + margin-left: 70px; + width: 202px; + height: 23px; + padding: 11px 6px 13px 6px; + color: #666666; + line-height: 1.2em; + border: 3px solid transparent; +} + +.ranking-info a { + font-weight: bold; + color: #666666; +} + +#voting-bottom { + color: #464646; + position: absolute; + top: 318px; + width: 330px; +} + +#container { + margin: 0 auto 0 auto; + width: 90%; +} + +#voting-bottom h2, #results-bottom h2 { + padding-top: 20px; + height: 0px; + width: 119px; + overflow: hidden; + float: left; + margin-top: 16px; +} + +#voting-bottom p, #results-bottom p { + float: left; + width: 160px; + margin-top: 12px; + margin-left: 10px; + line-height: 1.3em; +} + + +#voting-bottom h2 { + background: transparent url(/images/embed_voting_submitvote.png); +} + +#results-bottom h2 { + background: transparent url(/images/embed_results_changevote.png); +} + + + + + + + + + + + + + + + + + +