SHARE
TWEET

Untitled

a guest Mar 6th, 2015 221 Never
  1.     * {
  2.     font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
  3.     }
  4.     body {
  5.     background: #0B282D;
  6.     color: #A6B7BC;
  7.     font-size: 10pt;
  8.     }
  9.     h1 {
  10.     color: #FFFFFF;
  11.     font-size: 24pt;
  12.     }
  13.     h1 a{
  14.     color: #FFFFFF;
  15.     font-size: 24pt;
  16.     }
  17.     header div.subtitle {
  18.     font-size: 16px;
  19.     color: #FFFFFF;
  20.     font-weight: bold;
  21.     margin: 1em 0;
  22.     }
  23.     a, a:visited {
  24.     text-decoration: none;
  25.     color: #FFFFFF;
  26.     }
  27.     a:hover {
  28.     color: #A0A0A0;
  29.     text-decoration: underline;
  30.     }
  31.     div.banner {
  32.     background-color: #5197AC;
  33.     color: white;
  34.     font-weight: normal;
  35.     }
  36.     form table tr th {
  37.     background: #202020;
  38.     color: #FFF;
  39.     padding: 2px 5px;
  40.     border: 1px solid #303030;
  41.     }
  42.     input[type="text"], input[type="password"], textarea, input[type="submit"], input[type="file"] {
  43.     background-color: #101010;
  44.     color: #FFF;
  45.     border: 1px solid #202020;
  46.     }
  47.     p.intro span.name {
  48.     font-size: 11pt;
  49.     color: #505050;
  50.     font-weight: bold;
  51.     }
  52.     p.fileinfo span.unimportant, p.fileinfo a {
  53.     font-size: 10pt;
  54.     }
  55.     div.post.reply {
  56.     background: #124048;
  57.     border: none;
  58.     color: #A0A0A0;
  59.     border: 1px solid #908fd1;
  60.     border-radius: 3pt;
  61.     }
  62.     div.post.reply.post-hover {
  63.     border-width: 1px;
  64.     border-style: none solid solid none;
  65.     border-color: #908fd1;
  66.     }
  67.     div.post.reply div.body a {
  68.     color: #FFFFFF;
  69.     }
  70.     div.post.reply div.body a:hover {
  71.     color: #A0A0A0;
  72.     text-decoration: underline;
  73.     }
  74.     div.post.reply.highlighted {
  75.     background: #295D6C;
  76.     }
  77.     p.intro a.email span.name {
  78.     color: #FFFFFF;
  79.     }
  80.     p.intro a.email:hover span.name {
  81.     color: #A0A0A0;
  82.     text-decoration: underline;
  83.     }
  84.     p.intro span.subject {
  85.     color: #606060;
  86.     }
  87.     div.pages {
  88.     background: transparent;
  89.     border: 2px groove #303030;
  90.     color: #FFFFFF;
  91.     }
  92.     div.pages a.selected {
  93.     color: #A0A0A0;
  94.     }
  95.     div.pages a:hover {
  96.     text-decoration: underline;
  97.     }
  98.     hr {
  99.     border-top: 2px groove #666;
  100.     }
  101.     div.boardlist {
  102.     font-size: pt;
  103.     color: #FFF;
  104.     padding: 8px;
  105.     }
  106.     div.boardlist a:hover {
  107.     text-decoration: underline;
  108.     }
  109.     div#playerW {
  110.     display: none!important;
  111.     }
  112.     .theme-catalog div.threads {
  113.     text-align: center;
  114.     margin-left: -20px;
  115.     }
  116.     .theme-catalog div.thread:hover {
  117.     background: rgb(100,100,100);
  118.     border-color: rgb(120,120,120);
  119.     }
  120.     .desktop-style div.boardlist:nth-child(1), .desktop-style div.boardlist.cb-menu:nth-child(1) {
  121.     background-color: rgba(25, 73, 88, 0.6);
  122.     }
  123.     .desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist.cb-menu:nth-child(1) {
  124.     background-color: rgba(25, 73, 88, 0.3);
  125.     }
  126.     p.intro span.subject{
  127.     color: #74a5c2;
  128.     }
  129.     .desktop-style .sub {
  130.     background: none;
  131.     }
  132.     img.board_image {
  133.     border:0px;
  134.     }
  135.     .post-image{
  136.     opacity: 0.6;
  137.     }
  138.     .post-image:hover{
  139.      opacity: 1.0;
  140.     }
RAW Paste Data
Top