Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @charset "utf-8";
- /* CSS Document */
- /*
- Theme Name: City Under the Moo
- Theme URI: http://www.craigfisk.co.uk
- Description: A Custom theme created for the Novel - City Under the Moon by Hugh Sterbakov
- Author: Craig Fisk
- Author URI: http://www.craigfisk.co.uk
- Version: 1.0
- */
- html { min-height: 100%; }
- a:link {text-decoration:none; color:#CC0000;}
- a:visited {text-decoration:none; color:#CC0000;}
- a:hover {text-decoration:underline; color:#E5E5E5;}
- a:active {text-decoration:underline; color:#E5E5E5;}
- p, h1{margin:0px; padding:0px; border:0px; border-collapse:separate; border-spacing:0px;}
- .floatRight{float:right; padding:5px;}
- #menu img{
- margin:3px;
- border:0;
- }
- #menu{
- margin-bottom:10px;
- }
- body {
- font-family:"Gill Sans MT", Gills, sans-serif;
- background-image:url(images/bg.png);
- background-attachment:fixed;
- background-color:#000000;
- background-position:top;
- margin: 0;
- padding: 0;
- text-align: center;
- }
- #container {
- width: 817px;
- margin: 0 auto;
- text-align: left;
- color:#FFFFFF
- }
- #header {
- background-image:url(images/title.png);
- background-repeat:no-repeat;
- padding: 0 10px 0 20px;
- height:174px;
- }
- #mainContentTop {
- background-image:url(images/header.png);
- background-repeat:no-repeat;
- background-position:bottom;
- height:14px;
- }
- #mainContent {
- padding: 10px 30px;
- background-image:url(images/content_bg.png);
- background-position:top;
- background-repeat:repeat-y;
- min-height:600px;
- }
- #footer {
- padding: 0 10px;
- background-image:url(images/footer.png);
- background-repeat:no-repeat;
- background-position:top;
- height:242px;
- font-size:10px;
- padding-bottom:0;
- vertical-align:top;
- }
- h3{font-size:24px;}
Advertisement
Add Comment
Please, Sign In to add comment