Advertisement
Guest User

410chan_umnochan.css

a guest
Dec 8th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.98 KB | None | 0 0
  1. html {
  2.     text-size-adjust:100%;
  3.     -moz-text-size-adjust:100%;
  4.     -webkit-text-size-adjust:100%;
  5.     -ms-text-size-adjust:100%;
  6. }
  7.  
  8. html, body {
  9.     background:#FFFFEE;
  10.     color:#090E00;
  11.     font-family: sans-serif;
  12. }
  13.  
  14. a {
  15.     color:#DD0000;
  16. }
  17.  
  18. a:hover {
  19.     color:#0000EE;
  20. }
  21.  
  22. .reflink a:hover{
  23.     font-weight: bold;
  24. }
  25.  
  26. .adminbar {
  27.     text-align:right;
  28.     clear:both;
  29.     background:inherit;
  30.     float:right;
  31.     margin-right:20;
  32. }
  33.  
  34. .logo {
  35.     clear:both;
  36.     text-align:center;
  37.     font-size:2em;
  38.     color:#800000;
  39.     width:100%;
  40. }
  41.  
  42. .replymode {
  43.     background:#D0AB65;
  44.     text-align:center;
  45.     padding:2px;
  46.     color:#FFFFFF;
  47.     width:100%;
  48. }
  49.  
  50. .catalogmode {
  51.     background:#D0AB65;
  52.     text-align:center;
  53.     padding:2px;
  54.     color:#FFFFFF;
  55.     width:100%;
  56. }
  57.  
  58. .postarea {
  59.     border-top:1px solid #D0AB65 !important;
  60.     border-bottom:1px solid #D0AB65 !important;
  61.     padding-top: 4px;
  62.     padding-bottom: 4px;
  63.     margin-bottom: 4px;
  64. }
  65.  
  66. .rules {
  67.     /*font-size:0.7em;*/
  68.     width: 468px;
  69.     font-size: 12px;
  70.     font-family: sans-serif;
  71. }
  72.  
  73. .rules li {
  74.     margin-left: 1em;
  75.     /*text-indent: 0em;*/
  76. }
  77.  
  78. .postblock {
  79.     background:#F1C984;
  80.     color:#403C0F;
  81.     font-weight:800;
  82. }
  83.  
  84. .footer {
  85.     text-align:center;
  86.     font-size:12px;
  87.     font-family:sans-serif;
  88. }
  89.  
  90. .passvalid {
  91.     background:#EEAA88;
  92.     text-align:center;
  93.     width:100%;
  94.     color:#ffffff;
  95. }
  96.  
  97. .dellist {
  98.     font-weight: bold;
  99.     text-align:center;
  100. }
  101.  
  102. .delbuttons {
  103.     text-align:center;
  104.     padding-bottom:4px;
  105.  
  106. }
  107.  
  108. .managehead {
  109.     background:#AAAA66;
  110.     color:#400000;
  111.     padding:0px;
  112. }
  113.  
  114. .postlists {
  115.     background:#FFFFFF;
  116.     width:100%;
  117.     padding:0px;
  118.     color:#800000;
  119. }
  120.  
  121. .row1 {
  122.     background:#EEEECC;
  123.     color:#090E00;
  124. }
  125.  
  126. .row2 {
  127.     background:#DDDDAA;
  128.     color:#090E00;
  129. }
  130.  
  131. .unkfunc {
  132.     background:inherit;
  133.     color:#789922;
  134. }
  135.  
  136. .filesize {
  137.     text-decoration:none;
  138.     font-family:sans-serif;
  139.     font-size: 12px;
  140. }
  141.  
  142. .filetitle {
  143.     background:inherit;
  144.     color:#CC1105;
  145.     font-weight:800;
  146.     font-size:1.2em;
  147. }
  148.  
  149. .postername {
  150.     color:#310000;
  151.     font-family:sans-serif;
  152. }
  153.  
  154. .postertrip {
  155.     color:#228854;
  156. }
  157.  
  158. .oldpost {
  159.     color:#CC1105;
  160.     font-weight:800;
  161. }
  162.  
  163. .omittedposts {
  164.     color:#707070;
  165. }
  166.  
  167. .reply {
  168.     background: none repeat scroll 0% 0% #FFECB2;
  169.     color: #090E00;
  170.     border: 1px solid #F9E0A8;
  171. }
  172.  
  173. .replyhl {
  174.     background: #FFECB2;
  175.     color: #090E00;
  176. }
  177.  
  178. .doubledash {
  179.     vertical-align:top;
  180.     clear:both;
  181.     float:left;
  182. }
  183.  
  184. .replytitle {
  185.     font-size: 1.5em;   color:#CC1105;
  186.     font-weight:800;
  187. }
  188.  
  189. .commentpostername {
  190.     color:#117743;
  191.     font-weight:800;
  192. }
  193.  
  194. .thumbnailmsg {
  195.     font-size: small;
  196.     color:#800000;
  197. }
  198.  
  199. .abbrev {
  200.     color:#707070;
  201. }
  202.  
  203. .highlight {
  204.     background: #FFECB2;    color:#800000;
  205.     border: 2px dashed #EEAA88;
  206. }
  207.  
  208.  
  209. #watchedthreads {
  210.     background: #FFECB2 !important;
  211. }
  212.  
  213.  
  214. .reflinkpreview {
  215.     background: #FFECB2 !important;
  216. }
  217. .userdelete table tr td {
  218.     border: 1px solid #F9E0A8;
  219.  
  220.  
  221. }
  222.  
  223. button {
  224. border: 1px solid #F9E0A8;
  225.  
  226.  background-color: #FFECB2;
  227. }
  228.  
  229. input[type=text], input[type=password], textarea {
  230.     border: 1px solid #AAA;
  231. }
  232.  
  233. input[type=submit] {       
  234.     border: 1px solid #D0AB65;
  235.     outline: none;
  236.     background: #F9E0A8;
  237.     margin: 0px;
  238.     margin-right: 2px;
  239.     padding: 2px 4px 3px 4px;
  240. }
  241.  
  242. input[type=submit]:hover {     
  243.     border: 1px solid #D0AB65;
  244.     outline: none;
  245.     background: #FFECB2;
  246.     margin: 0px;
  247.     margin-right: 2px;
  248.     padding: 2px 4px 3px 4px;
  249. }
  250.  
  251. .hidethread {
  252.     background: transparent url('./icons/red/icons.png') -32px -16px no-repeat !important;
  253. }
  254.  
  255. .unhidethread {
  256.     background: transparent url('./icons/red/icons.png') -48px 0px no-repeat !important;
  257. }
  258.  
  259. .watchthread {
  260.     background: transparent url('./icons/red/icons.png') -32px 0px no-repeat !important;
  261. }
  262.  
  263. .expandthread {
  264.     background: transparent url('./icons/red/icons.png') 0px -16px no-repeat !important;
  265. }
  266.  
  267. .quickreply {
  268.     background: transparent url('./icons/red/icons.png') 0px 0px no-repeat !important;
  269. }
  270.  
  271. .hidewatchedthreads {
  272.     background: transparent url('./icons/red/icons.png') -48px -16px no-repeat !important;
  273. }
  274.  
  275. .refreshwatchedthreads {
  276.     background: transparent url('./icons/red/icons.png') -16px -16px no-repeat !important;
  277. }
  278.  
  279. .restorewatchedthreads {
  280.     background: transparent url('./icons/red/icons.png') -16px 0px no-repeat !important;
  281. }
  282.  
  283. .reflinkpreview {
  284.     background-color: #FFECB2 !important;
  285. }
  286.  
  287. hr {
  288.     border-style: solid none none none;
  289.     border-width: 1px;
  290.     border-color: #555;
  291. }
  292.  
  293. .topmenu {
  294.     border-bottom: 1px solid #F9E0A8;
  295.     opacity: 0.95;
  296.     background:#FFFFEE;
  297. }
  298.  
  299.  
  300. .catalogsubject {
  301.     background:inherit;
  302.     color:#CC1105;
  303.     font-weight:800;
  304. }
  305.  
  306. .catalogmsg {
  307.     color: #090E00;
  308. }
  309.  
  310. .catalogposts {
  311.     font-weight:800;
  312.     font-size: small;
  313.     color: #707070;
  314. }
  315.  
  316. .pgstbl table {
  317.     border: 1px solid #F9E0A8 !important;
  318. }
  319.  
  320. .pgstbl tr {
  321.     border: 1px solid #F9E0A8 !important;
  322. }
  323.  
  324. .thrdcntnr {
  325.     border-bottom:1px solid #D0AB65 !important;
  326. }
  327.  
  328. .closed {
  329.     text-decoration: line-through;
  330. }
  331.  
  332. .sticked {
  333.     border: 1px dotted;
  334. }
  335.  
  336. input[type=text]:focus, input[type=password]:focus, textarea:focus {
  337.     border: 1px solid #C66A3D;
  338. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement