Advertisement
Nayelianne

CC Darkness Edition Sylish Code - 1.2

Jun 12th, 2014
12
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.20 KB | None | 0 0
  1. @-moz-document domain("www.clickcritters.com") {
  2. body {
  3.         background-image: url('http://i.imgur.com/SvV5hpJ.jpg');
  4.         background-repeat: repeat-x;
  5.         background-color: #000;
  6.     }
  7.  
  8.     #megaWrapper {
  9.         background-image: none;
  10.     }
  11.  
  12.     #megaHeader {
  13.         background-image: none;
  14.  
  15. /* If you would like to have NO HEADER, add this code outside of the comments (asterisk and slashes):
  16.  
  17.  display: none !important; */
  18.  
  19.     }
  20.  
  21.     #imgHeaderLeft {
  22.         display: block;
  23.         -moz-box-sizing: border-box;
  24.         box-sizing: border-box;
  25.         background: url('http://i.imgur.com/kxGsLyj.png') no-repeat;
  26.         width: 1200px;
  27.         height: 125px;
  28.         padding-left: 1200px;
  29.         margin-left: auto;
  30.         margin-right: auto;
  31.     }
  32.  
  33.     #imgHeaderRight {
  34.         height: 0px;
  35.     }
  36.  
  37.     textarea {
  38.         font-size: 10pt;
  39.         font-family: Verdana;
  40.     }
  41.  
  42.     td, p, body {
  43.         font-size: 8pt;
  44.         font-family: Verdana;
  45.         text-align: center;
  46.     }
  47.  
  48.     a:hover {
  49.         color: #47476B;
  50.         text-decoration: none;
  51.     }
  52.  
  53.     #megaAd {
  54.         width: 160px;
  55.         vertical-align: top;
  56.     }
  57.  
  58. #megaAd iframe {   position:absolute;
  59.   right:0px; padding-top:9px; }
  60.  
  61.     #megaTopNav, #megaSearch {
  62.         background-image: url('http://i.imgur.com/fh9nxQi.jpg');
  63.         background-color: #47476B;
  64.     }
  65.  
  66.     #megaSidebar {
  67.         background-color: #47476B;
  68.     }
  69.  
  70.     #megaUserinfo {
  71.         background-image: url('http://i.imgur.com/rhEZhYV.jpg');
  72.         background-repeat: repeat-x;
  73.         height: 125px;
  74.     }
  75.  
  76.     #megaContent,#megaFooter, #megaAd {
  77.         background-color: #D2D2E1;  /* Change this if you would like a different background color for the content part of the website. #fff is white */
  78.     }
  79.  
  80.     #megaFooter {
  81.         padding-left: 15%;
  82.     }
  83.  
  84.     #megaBottomLeft {
  85.         background-color: #47476B;
  86.     }
  87.  
  88.     #megaBottomLeftImg {
  89.         background-image: none;
  90.     }
  91.  
  92.     #megaBottomRight {
  93.         width: 160px;
  94.         background-color: #D2D2E1;
  95.     }
  96.  
  97.     #megaBottomRightImg {
  98.         background-image: none;
  99.     }
  100.  
  101.     h1 {
  102.         background-color: #7575a3;
  103.         border: 2px solid   #47476B;
  104.     }
  105.  
  106.     #topNavLinks li ul.subnav {
  107.         background: #7575a3;
  108.         border: 2px solid   #47476B;
  109.     }
  110.  
  111.     #topNavLinks li ul.subnav li {
  112.         margin: 0;
  113.         padding: 0;
  114.         border-top: 1px solid #47476B;
  115.  /*--Create bevel effect--*/
  116.         border-bottom: 1px solid #aeb3d7;
  117.  /*--Create bevel effect--*/
  118.         clear: both;
  119.         width: 170px;
  120.         height: 20px;
  121.     }
  122.  
  123.     #topNavLinks li ul.subnavi li a {
  124.         color: #ebedfc;
  125.     }
  126.  
  127.     html #topNavLinks li ul.subnav li a:hover {
  128.         background-color: #47476B;
  129.         color: #ebedfc;
  130.     }
  131.  
  132.     div.forum {
  133.         color: #47476B;
  134.         background-image: url('http://i.imgur.com/K1lPMjm.jpg');
  135.         background-repeat: repeat-x;
  136.         background-color: #7575a3;
  137.     }
  138.  
  139.     div.forum div {
  140.         background-image: none;
  141.     }
  142.  
  143.     div.forum a {
  144.         color: #0f0f2a;
  145.     }
  146.  
  147.     div.category {
  148.         vertical-align: center;
  149.         background-color: #47476B;
  150.         background-image: url('http://i.imgur.com/fh9nxQi.jpg');
  151.         background-repeat: repeat-x;
  152.     }
  153.  
  154.     div.category div {
  155.         background-color: #D2D2E1;
  156.         background-image: none;
  157.     }
  158.  
  159.     #forumtable tbody {
  160.         background-color: #47476B;
  161.     }
  162.  
  163.     #forumtable tr.unread {
  164.         background-color: #b6b6dc;
  165.     }
  166.  
  167.     #forumtable tr .off {
  168.         background-color: #d8d8ea;
  169.     }
  170.  
  171.     #forumtable tr a:hover {
  172.         color: #fff;
  173.         text-decoration: none;
  174.     }
  175.  
  176.     #forumtable tr:hover {
  177.         background-color: #8585b2;
  178.     }
  179.  
  180.     form input {
  181.         background-color: #e7e7f8;
  182.     }
  183.  
  184.     textarea, select, input {
  185.         background-color: #ebedfc;
  186.         font-family: verdana;
  187.     }
  188.  
  189.     input[type=submit] {
  190.         border-radius: 5px;
  191.         background: linear-gradient(#ebedfc, #a2a2c7);
  192.     }
  193.  
  194.     #mail_heading tr, #mail_heading td {
  195.         background-color: #ebedfc;
  196.         outline: solid 1px #47476B;  
  197.     }
  198. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement