Advertisement
Guest User

Untitled

a guest
Oct 30th, 2015
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.22 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2. /*Parsee poorly written by Ƶ Spring Ƶ */
  3. /*Minor colour adjustments by Isolex */
  4. @-moz-document domain("www.touhou-project.com") {
  5.  
  6.  
  7. html, body  {
  8.         background:
  9.                 url('https://i.pantsu.cat/qljvuk.png') no-repeat bottom right fixed ,
  10.                 url('http://puu.sh/l2SAI/de22980969.jpg') no-repeat bottom right fixed ;
  11.         background-size:35%, 110%;
  12.         color: #ffffe2
  13. ;
  14.         font-family: "Trebuchet MS",Trebuchet,serif;
  15.         max-width: 85%;
  16. }
  17.         a {
  18.         color: #b6e8b8;
  19. }
  20. a:hover {
  21.         color: #FF944D;
  22. }
  23. .adminbar {
  24.         clear:both;
  25.         float:right;
  26.         font-size: 1em;
  27. }
  28. .logo {
  29.         clear:both;
  30.         text-align:center;
  31.         font-size:2em;
  32.         font-weight: bold;
  33.         color:#000000;
  34.         width:100%;
  35. }
  36. .replymode, .passvalid {
  37.         background:#446A38;
  38.         border-radius: 5px 5px 5px 5px;
  39.         border: solid 1px #1A430D;
  40.         padding: 1px;
  41.         margin: auto;
  42.         width: 150px;
  43.         align-content: center;
  44.         color:#ffffe2
  45.  
  46. }
  47. .catalogmode {
  48.         background:#446A38;
  49.         border-radius: 5px 5px 5px 5px;
  50.         border: solid 1px #1A430D;
  51.         padding: 1px;
  52.         margin: auto;
  53.         width: 150px;
  54.         align-content: center;
  55.         color:#ffffe2
  56.  
  57. }
  58. }
  59. .postarea {
  60. }
  61. .rules {
  62. font-size:0.8em;
  63. }
  64. .postblock {
  65.         background:transparent;
  66.         color:#000000;
  67.         font-weight:bold;
  68. }
  69. .footer {
  70.         text-align:center;
  71.         font-size:12px;
  72.         font-family:serif;
  73.         margin: 2em 0 0 0;
  74. }
  75. .dellist {
  76.         font-weight: bold;
  77.         text-align:center;
  78. }
  79. .delbuttons {
  80.         text-align:center;
  81.         padding-bottom:4px;
  82. }
  83. .managehead {
  84.         background:#DDDDDD;
  85.         color:#000000;
  86.         padding:0px;
  87. }
  88. .postlists {
  89.         background:#FFFFFF;
  90.         width:100%;
  91.         padding:0px;
  92.         color:#800000;
  93. }
  94. .row1 {
  95.         background:#BBBBBB;
  96.         color:#000000;
  97. }
  98. .row2 {
  99.         background:#BBBBBB;
  100.         color:#000000;
  101. }
  102. .unkfunc {
  103.         background:inherit;
  104.         color:#ffffe2
  105. ;
  106. }
  107.         .reflink {
  108.         font-size: .8em;        
  109.         font-weight: bold;
  110. }
  111. .filesize {
  112.         text-decoration:none;
  113.         color: #021c00;
  114.         font-size: .8em;
  115. }
  116. .filetitle {
  117.         background:inherit;
  118.         font-size:1.2em;
  119.         color:#021c00;
  120.         font-weight:inherit;
  121. }
  122. .postername {
  123.         color:#37e273;
  124.         font-weight:bold;
  125. }
  126. .postertrip {
  127.         color:#000000
  128. ;
  129. }
  130. .oldpost {
  131.         color:#8A5C2E;
  132.         font-weight:bold;
  133. }
  134. .omittedposts {
  135.         color:#99FF66;
  136. }
  137. .reply {
  138.         background: #446A38;
  139.         border-radius: 5px 5px 5px 5px;
  140.         border: solid 1px #1A430D;
  141.         padding: 1px;
  142.         margin: 1px;
  143.         color:#ffffe2
  144. ;
  145. }
  146. blockquote {
  147.         margin: .5em .5em .5em 1em;
  148. }
  149. blockquote p {
  150.         margin: 0;
  151.         padding: 0;
  152. }
  153. .reply blockquote {
  154.         margin: .5em !important;
  155. }
  156. .doubledash {
  157.         display: none;
  158.         vertical-align:top;
  159.         clear:both;
  160.         float:left;
  161. }
  162. .replytitle {
  163.         font-size: 1.2em;
  164.         color:#000000;
  165.         font-weight:bold;
  166. }
  167. .commentpostername {
  168.         color:#004A99;
  169.         font-weight:600;
  170. }
  171. .thumbnailmsg {
  172.         font-size: .8em;
  173.         color:#666666;
  174. }
  175. hr {
  176.         border-style: solid none none none;
  177.         border-width: 1px;
  178.         border-color: #414141;
  179. }
  180. table {
  181.         border-style: none;
  182. }
  183. table td {
  184.         border-style: none;
  185. }
  186. .nothumb {
  187.         background-color: #FFFFFF;
  188.         border-style: dotted;
  189.         margin: .3em .5em;
  190. }
  191.  
  192. .abbrev {
  193.         color:#414141;
  194. }
  195. .highlight {
  196.         background:#FFFFA3;
  197.         border-radius: 5px 5px 5px 5px;
  198.         border: solid 1px #663300;
  199.         padding: 1px;
  200.         margin: 1px;
  201.         color:#663300
  202. }
  203. form#delform table blockquote { /* CHILD CODE use !important */ }  
  204. form#delform blockquote { /* OP code */}
  205. #watchedthreads {
  206.         background-color: #DDDDDD !important;
  207.         border: 1px solid #EEEEEE !important;
  208.         border-radius: 10px;
  209. }
  210. .reflinkpreview {
  211.         background-color: #009933 !important;
  212. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement