Advertisement
Guest User

lampach

a guest
May 18th, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.32 KB | None | 0 0
  1. html, body {
  2.   background: #080704;
  3.   color: #9E916A;
  4.   text-shadow: 0px 0px 3px rgba(238,212,136, 0.35);
  5. }
  6.  
  7. a {
  8.   color: rgb(76, 98, 112);
  9.   text-shadow: 0px 0px 1px rgba(76, 98, 112, 0.4);
  10.   transition: 0.7s;
  11. }
  12.  
  13. a:hover {
  14.   color: #CAC57E;
  15.   text-shadow: 0px 0px 3px rgba(238,212,136, 0.5);
  16. }
  17.  
  18. .reflink a:hover {
  19.   font-weight: bold;
  20. }
  21.  
  22. .logo {
  23.     clear: both;
  24.     text-align: center;
  25.     font-size: 2em;
  26.     font-weight: bold;
  27.     color: inherit !important;
  28.     width: 100%;
  29. }
  30.  
  31. .replymode {
  32.   background: none;
  33.   text-align: center;
  34.   padding: 2px;
  35.   color: inherit;
  36.   width: 100%;
  37.   text-shadow: 0px 0px 3px rgba(238,212,136, 1.0);
  38. }
  39.  
  40. .manageinfo {
  41.   background: #00B930;
  42.   text-align: center;
  43.   padding: 2px;
  44.   color: #FFFFFF;
  45.   width: 100%;
  46. }
  47.  
  48. .catalogmode {
  49.   background: #0040E0;
  50.   text-align: center;
  51.   padding: 2px;
  52.   color: #FFFFFF;
  53.   width: 100%;
  54. }
  55.  
  56. .rules {
  57.   /*font-size:0.7em;*/
  58.   width: 468px;
  59.   font-size: 10px;
  60.   font-family: sans-serif;
  61. }
  62.  
  63. .rules li {
  64.   margin-left: 1em;
  65.   /*text-indent: 0em;*/
  66. }
  67.  
  68. .postblock {
  69.   background: rgb(31, 37, 41);
  70.   color: inherit;
  71.   text-align: center;
  72.   font-weight: 800;
  73.   border: 1px solid;
  74.   border-radius: 5px;
  75.   box-shadow: 0px 0px 40px rgba(238,212,136, 0.5);
  76. }
  77.  
  78. .header {
  79.   font-size: 15px;
  80.   font-family: serif;
  81. }
  82. .footer {
  83.   font-size: 12px;
  84.   font-family: serif;
  85. }
  86.  
  87. .passvalid {
  88.   background: #EEAA88;
  89.   text-align: center;
  90.   width: 100%;
  91.   color: #ffffff;
  92. }
  93.  
  94. .dellist {
  95.   font-weight: bold;
  96.   text-align: center;
  97. }
  98.  
  99. .delbuttons {
  100.   text-align: center;
  101.   padding-bottom: 4px;
  102.  
  103. }
  104.  
  105. .managehead {
  106.   background: #AAAA66;
  107.   color: #400000;
  108.   padding: 0px;
  109. }
  110.  
  111. .postlists {
  112.   background: #FFFFFF;
  113.   width: 100%;
  114.   padding: 0px;
  115.   color: #800000;
  116. }
  117.  
  118. .row1 {
  119.   background: #EEEECC;
  120.   color: #800000;
  121. }
  122.  
  123. .row2 {
  124.   background: #DDDDAA;
  125.   color: #800000;
  126. }
  127.  
  128. .unkfunc {
  129.   background: inherit;
  130.   color: #E6DE6D;
  131. }
  132.  
  133. .filesize {
  134.   text-decoration: none;
  135. }
  136.  
  137. .filetitle {
  138.   background: inherit;
  139.   font-size: 1.2em;
  140.   color: #B9AE48;
  141.   font-weight: 800;
  142. }
  143.  
  144. .postername {
  145.   color: #CAC57E;
  146.   font-weight: bold;
  147. }
  148.  
  149. .postertrip {
  150.   color: #228854;
  151.   display: none;
  152. }
  153.  
  154. .oldpost {
  155.   color: #CC1105;
  156.   font-weight: 800;
  157. }
  158.  
  159. .omittedposts {
  160.   color: #707070;
  161. }
  162.  
  163. .reply {
  164.   background: linear-gradient(#191812 21px, #131313 80px);
  165.   border: 2px solid rgba(238,212,136,0.3);
  166.   border-radius: 1em;
  167.   color: #B3A478;
  168.   padding-top: 2px;
  169.   padding-left: 5px;
  170.   padding-right: 10px;
  171.   padding-bottom: 5px;
  172.   box-shadow: 0px 0px 33px rgba(238,212,136, 0.25);
  173. }
  174.  
  175. .replyhl {
  176.   background: #F0C0B0;
  177.   color: #800000;
  178. }
  179.  
  180. .replytitle {
  181.   font-size: 1.2em;
  182.   color: #CC1105;
  183.   font-weight: 800;
  184. }
  185.  
  186. .commentpostername {
  187.   color: #117743;
  188.   font-weight: 800;
  189. }
  190.  
  191. .thumbnailmsg {
  192.   font-size: small;
  193.   color: #800000;
  194. }
  195.  
  196. .abbrev {
  197.   color: #707070;
  198. }
  199.  
  200. .highlight {
  201.   background: #F0E0D6;
  202.   color: #800000;
  203.   border: 2px dashed #EEAA88;
  204. }
  205.  
  206.   .spoiler {
  207.     color: rgb(76, 98, 112) !important;
  208.     background-color: rgb(76, 98, 112) !important;
  209.     text-shadow: none !important;
  210.     transition: 0.5s;
  211. }
  212.  
  213.   .spoiler:hover {
  214.     color: #928662 !important;
  215.     background-color: inherit !important;
  216.     text-shadow: 0px 0px 3px rgba(238,212,136, 0.5) !important;
  217.   }
  218.  
  219. hr {
  220.     display: block;
  221.     -webkit-margin-before: 0.5em;
  222.     -webkit-margin-after: 0.5em;
  223.     -webkit-margin-start: auto;
  224.     -webkit-margin-end: auto;
  225.     border-style: inset;
  226.     border-width: 1px;
  227.     border-color: #CAC57E;
  228.     box-shadow: 0px 0px 25px rgba(238,212,136, 1.0);
  229. }
  230.  
  231. input:not([type]), input[type="email" i], input[type="number" i], input[type="password" i], input[type="tel" i], input[type="url" i], input[type="text" i] {
  232.     padding: 1px 0px;
  233.     background-color: inherit;
  234.     border: 1px solid #696644;
  235.     border-radius: 3px;
  236.     transition: 1.5s;
  237.     color: inherit;
  238. }
  239.  
  240. textarea {
  241.     font-family: monospace;
  242.     border: 1px solid #696644;
  243.     background-color: inherit;
  244.     transition: 1.5s;
  245.     border-radius: 3px;
  246.     color: inherit;
  247. }
  248.  
  249. .reflink a {
  250.     color: inherit;
  251.     text-decoration: none;
  252.     transition: 0.5s;
  253. }
  254.  
  255. .reflink a:hover {
  256.     color: inherit;
  257.     text-decoration: none;
  258.     font-weight: normal;
  259. }
  260.  
  261.  
  262. #calendar{
  263.   }  
  264. #cat{
  265.   }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement