diff options
Diffstat (limited to 'static/css/meme_pages.css')
| -rw-r--r-- | static/css/meme_pages.css | 121 |
1 files changed, 121 insertions, 0 deletions
diff --git a/static/css/meme_pages.css b/static/css/meme_pages.css new file mode 100644 index 0000000..c53d420 --- /dev/null +++ b/static/css/meme_pages.css @@ -0,0 +1,121 @@ +body { + margin: 0px; + background-color: #fff; + font-family: Arial, Helvetica, sans-serif; + background: #f0f9ff url(/static/img/fade-blue.png) top center repeat-x; + background-attachment: fixed; +} + +.memes { + overflow: auto; +} + +#rapper { + background-color: #f2f9fe; + width: 800px; + margin: 0 auto 0 auto; + background-position: top center; + background-image: url(/static/img/blue2fade.png); + background-repeat: repeat-x; + box-shadow: 0 0 10px #000; + -webkit-box-shadow: 0 0 10px #000; + -moz-box-shadow: 0 0 10px #000; +} + +#rapper img { + max-width: 750px; + padding: 20px; +} + +#footer { + padding-bottom: 5px; + padding-top: 15px; + text-align: center; + color: #000; + font-size: 11px; + word-spacing: 30px; + margin: 0 auto 0 auto; + width: 798px; +} + +#footer a { + text-decoration: none; +} + +#infotxt { + font-family: "courier new", typewriter, matrix, monospace; + line-height: 15px; + background-image: url(/static/img/bg.dither.gif); + width: 130px; + padding: 10px; + position: fixed; + top: 0px; + left: 0px; + font-size: 12px; + text-align: left; + box-shadow: 0 0 4px #000; + -webkit-box-shadow: 0 0 4px #000; + -moz-box-shadow: 0 0 4px #000; + margin: -1; +} + +#registertxt { + border-bottom-left-radius: 10px; + -webkit-border-bottom-left-radius: 10px; + -moz-border-radius-bottomleft: 10px; + position: fixed; + background-color: white; + right: 0; + top: 0px; + text-align: right; + background-image: url(/static/img/bg.dither.gif); + padding: 5px; + font-family: Helvetica, sans-serif; + font-size: 18px; + line-height: 22px; + box-shadow: 0 0 4px #000; + -webkit-box-shadow: 0 0 4px #000; + -moz-box-shadow: 0 0 4px #000; +} + +.together { + display: block; +} + +.together img { + width: 230px; + display: inline-block; +} + +.returnlink { + text-decoration: none; + font-family: Arial, Helvetica, sans-serif; + color: #f0e; +} + +.returnlink a:hover { + text-decoration: none; + font-family: Arial, Helvetica, sans-serif; + color: blue; +} + +a.img_roll:link, +.img_roll { + width: 130px; + height: 46px; + display: block; + background-image: url(/static/img/dumppixel.png); +} + +a.img_roll:hover { + width: 130px; + height: 46px; + display: block; + background-image: url(/static/img/dumppixelhover.png); +} + +a { + text-decoration: none; + color: #f0e; + font-size: 100%; +} |
