Guest User

Untitled

a guest
Jul 23rd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.00 KB | None | 0 0
  1. a {
  2.     color: #dd3f20;
  3. }
  4.     a:visited {
  5.         color: #dd3f20;
  6.     }
  7.  
  8. .link .title a {
  9.     color: #be3b1d !important;
  10. }
  11.     .link .title a:visited {
  12.         color: #999 !important;
  13.     }
  14.  
  15. img#header-img {
  16.     float: left;
  17.     margin: 0;
  18. }
  19.  
  20. div#header-bottom-left {
  21.     height: 104px;
  22.     background: url(%%bghead%%) repeat-x;
  23. }
  24.     div#header-bottom-left span.redditname a {
  25.         background: url(%%headerimg%%) no-repeat;
  26.         height: 96px;
  27.         width: 387px;
  28.         display: block;
  29.         font-size: 0;
  30.         padding: 0;
  31.         margin: -12px 0 0 95px;
  32.         position: absolute;
  33.         z-index: 999;
  34.     }
  35.  
  36. div#header-bottom-right {
  37.     background: #333;
  38. }
  39.     div#header-bottom-right a {
  40.         color: #fff;
  41.     }
  42.  
  43. ul.tabmenu {
  44.     float: left;
  45.     left: 30px;
  46.     position: absolute;
  47.     top: 135px;
  48. }
  49.     ul.tabmenu li {
  50.         margin: 0;
  51.     }
  52.         ul.tabmenu li.selected a {
  53.             background: none;
  54.             border: none;
  55.             border-bottom: #be3b1d 4px solid;
  56.             color: #999;
  57.         }
  58.     ul.tabmenu a {
  59.         background: none;
  60.         border-bottom: #333 4px solid;
  61.         color: #777;
  62.         padding: 5px 8px 3px 8px;
  63.     }
  64.     ul.tabmenu a:hover {
  65.     color: #999;
  66.     border-bottom: #be3b1d 4px solid;
  67.     }
  68.  
  69. .tabmenu.formtab {
  70.     float: none;
  71.     margin: 0;
  72.     position: inherit;
  73. }
  74.     .tabmenu.formtab .selected a {
  75.         border-bottom: 4px #be3b1d solid;
  76.         background: none;
  77.         color: #777;
  78.     }
  79.     .tabmenu.formtab a {
  80.         border: none;
  81.         border-bottom: 4px #333 solid;
  82.     }
  83.         .tabmenu.formtab a:hover {
  84.             font-size: 130%;
  85.             border-bottom: 4px #be3b1d solid;
  86.         }
  87.  
  88. .formtabs-content {
  89.     border-top: 4px #333 solid;
  90. }
  91.  
  92. span.pagename {
  93.     color: #fff;
  94.     margin-right: -380px;
  95. }
  96.  
  97. div.arrow {
  98.     margin: 0;
  99.     height: 20px;
  100.     width: 20px;
  101. }
  102.  
  103. div.midcol {
  104.     width: 20px !important;
  105. }
  106.  
  107. .arrow.up {
  108.     background-image: url(%%arrowicons%%);
  109.     background-position: 0 0;
  110. }
  111.  
  112. .arrow.down {
  113.     background-image: url(%%arrowicons%%);
  114.     background-position: bottom left;
  115. }
  116.  
  117. .arrow.upmod {
  118.     background-image: url(%%arrowicons%%) !important;
  119.     background-position: top right;
  120. }
  121.  
  122. .arrow.downmod {
  123.     background-image: url(%%arrowicons%%);
  124.     background-position: bottom right;
  125. }
  126.  
  127. .score.likes {
  128.     color: #ff0000 !important;
  129. }
  130.  
  131. .score.dislikes {
  132.     color: #00d8ff !important;
  133. }
  134.  
  135. score.unvoted {
  136.     color: #999 !important;
  137. }
  138.  
  139. div.content {
  140.     top: 50px;
  141.     display: block;
  142.     position: relative;
  143.     margin-right: 300px;
  144. }
  145.  
  146. .titlebox .usertext .md {
  147.     margin: 0;
  148.     overflow: visible;
  149.     padding: 0;
  150.     line-height: 140%;
  151. }
  152.     .titlebox .usertext .md > h1:after {
  153.         border-color: transparent #751906 transparent transparent;  border-style: solid;
  154.         border-width: 17px;
  155.         content: "";
  156.         display: block;
  157.         height: 0;
  158.         margin-left: -27px;
  159.         margin-top: -14px;
  160.         position: absolute;
  161.         width: 0;
  162.         z-index: -1;
  163.     }
  164.  
  165. .titlebox {
  166.     background:#eee;
  167.     border: 1px solid #aaa;
  168.     border-radius: 5px;
  169.     margin: 0;
  170.     padding: 5px;
  171.     z-index: 50;
  172. }
  173.     .titlebox > div, .titlebox > form {
  174.         background: #eee !important;
  175.     }
  176.     .titlebox h5:first-child {
  177.         background: #fff;
  178.         border-radius: 3px;
  179.         border: 1px solid #aaa;
  180.         left: 500px;
  181.         padding: 3px;
  182.         top: 60px;
  183.         position: absolute;
  184.         z-index: 100;
  185.     }
  186.  
  187. .md > h1 {
  188.     background: #912915;
  189.     border-bottom: 1px solid #912915;
  190.     color: #fff;
  191.     font-family: arial,helvetica,sans-serif;
  192.     font-weight: bold;
  193.     font-size: 15px !important;
  194.     line-height: 130%;
  195.     padding: 2px 0 2px 10px;
  196.     margin: 10px 30px 5px -18px;
  197.     z-index: 100;
  198. }  
  199.  
  200. .titlebox blockquote {
  201.     background: #fff;
  202.     border: 1px solid #aaa;
  203.     border-radius: 10px;
  204.     margin: 2px;
  205. }
  206.     .titlebox blockquote p {
  207.         text-align: center !important;
  208.     }
  209.  
  210.     .titlebox h1.redditname {
  211.         background-image: url(%%quakelogo%%);
  212.         background-position: 0 10px;
  213.         background-repeat: no-repeat;
  214.         display: block;
  215.         height: 114px;
  216.         margin: 0 auto;
  217.         padding: 10px 0;
  218.         text-indent: -9999px;
  219.         width: 114px;
  220.     }
  221.     .titlebox p {
  222.         padding: 5px 0 2px 5px;
  223.     }
  224.  
  225. form#search {
  226.     position: absolute;
  227.     top: 60px;
  228.     z-index: 99;
  229. }
  230.     form#search input {
  231.         max-height: 18px !important;
  232.     }
  233.  
  234. hr {
  235.     display: none;
  236. }
  237.  
  238. div#header-bottom-left > span {
  239.     font-size: 0;
  240. }
Add Comment
Please, Sign In to add comment