Advertisement
Guest User

Untitled

a guest
Mar 31st, 2016
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 7.28 KB | None | 0 0
  1. html, body {
  2.     background-color: #f1f1f1;;
  3.     color: #333333;
  4.     font-family: "Roboto", "Open Sans", "Trebuchet MS",Trebuchet,sans-serif;
  5.     font-size: 15px;
  6. }
  7. .content-background {
  8.     background-color: #f1f1f1;;
  9. }
  10.  
  11. a {
  12.     color: rgb(97, 138, 182);
  13. }
  14. a:visited {
  15.     color: rgb(97, 138, 182);
  16. }
  17.  a:hover {
  18.     color: rgb(23, 53, 85);
  19. }
  20. .adminbar {
  21.     clear:both;
  22.     float:right;
  23.     font-size: .8em;
  24. }
  25. .adminbar a {
  26.     font-weight: bold;
  27. }
  28. .logo {
  29.     clear:both;
  30.     text-align:left;
  31.     font-size:2em;
  32.     font-weight: bold;
  33.     color: rgb(76, 133, 193);
  34. }
  35. .replymode, .passvalid, .catalogmode {
  36.     background: rgb(228, 228, 228);
  37.     text-align: center;
  38.     padding: 2px;
  39.     clear: both;
  40.     font-weight: bold;
  41.     margin-bottom: .5em;
  42. }
  43.  
  44. .postblock {
  45.     background:transparent;
  46.     color:#5F5F5F;
  47.     font-weight:bold;
  48. }
  49. .footer {
  50.     text-align:center;
  51.     font-size:12px;
  52.     font-family:serif;
  53.     margin: 2em 0 0 0;
  54. }
  55. .dellist {
  56.     font-weight: bold;
  57.     text-align:center;
  58. }
  59. .delbuttons {
  60.     text-align:center;
  61.     padding-bottom:4px;
  62. }
  63. .managehead {
  64.     background:#DDDDDD;
  65.     color:#002244;
  66.     padding:0px;
  67. }
  68. .postlists {
  69.     background:#FFFFFF;
  70.     width:100%;
  71.     padding:0px;
  72.     color:#800000;
  73. }
  74. .row1 {
  75.     background:#DDDDDD;
  76.     color:#002244;
  77. }
  78. .row2 {
  79.     background:#CCCCCC;
  80.     color:#002244;
  81. }
  82. .unkfunc {
  83.     background:inherit;
  84.     color: #26AF4C;
  85. }
  86. .reflink {
  87.     font-size: .8em;
  88.     font-weight: bold;
  89.     padding-right: 6px;
  90.     /* color: #fff; */
  91. }
  92. .filesize {
  93.     text-decoration:none;
  94.     color: #666666;
  95.     font-size: .8em;
  96. }
  97. .filetitle {
  98.     background:inherit;
  99.     font-size:1.2em;
  100.     color: rgb(76, 133, 193);
  101.     font-weight:bold;
  102. }
  103. .postername {
  104.     color:#004A99;
  105.     font-weight:bold;
  106. }
  107. .postertrip {
  108.     color:#FF3300;
  109.     font-weight:bold;
  110. }
  111. .oldpost {
  112.     color:#CC1105;
  113.     font-weight:bold;
  114. }
  115. .omittedposts, .omittedposts a, .xlink {
  116.     color:#666666 !important;
  117. }
  118. .reply, .highlight {
  119.     background: #F8F8F8;
  120.     padding: 0;
  121.     padding-right: 2px;
  122.     border-radius: 0px;
  123.     border: 1px #CCC solid;
  124. margin: 0 0 10px;
  125.     border: 0;
  126.     background: #fff;
  127.     box-shadow: 0 1px 2px rgba(0,0,0,.1);
  128.     -moz-box-sizing: border-box;
  129.     box-sizing: border-box;
  130. }
  131.  
  132. .reply.post {
  133.     background: #F8F8F8;
  134.     padding: 0;
  135.     padding-right: 2px;
  136.     border-radius: 0px;
  137.     border: 1px #CCC solid;
  138. margin: 0 0 10px;
  139.     border: 0;
  140.     background: #fff;
  141.     box-shadow: 0 1px 2px rgba(0,0,0,.1);
  142.     -moz-box-sizing: border-box;
  143.     box-sizing: border-box;
  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;
  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:#002244;
  165.     font-weight:bold;
  166. }
  167. .commentpostername {
  168.     color:#004A99;
  169.     font-weight:800;
  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: #BBBBBB;
  179. }
  180. table {
  181.     border-style: none;
  182. }
  183. .bottom-center, .bottom-left, .bottom-right {
  184.     height: 0px;
  185. }
  186. table td {
  187.     border-style: none;
  188. }
  189. .nothumb {
  190.     background-color: #FFFFFF;
  191.     border-style: dotted;
  192.     margin: .3em .5em;
  193. }
  194.  
  195. .abbrev {
  196.     color:#666666;
  197. }
  198. .highlight {
  199.     border: 1px dashed #EE6600;
  200. }
  201.  
  202. #watchedthreads {
  203.     background-color: #DDDDDD !important;
  204.     border: 1px solid #CCCCCC !important;
  205.     border-radius: 5px;
  206. }
  207.  
  208. .b-icon {
  209.     fill: dimgrey;
  210. }
  211. .b-icon:hover {
  212.     background-color: rgba(255, 255, 255, 0.67);
  213.     box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
  214.     fill: rgb(23, 53, 85);
  215. }
  216.  
  217. .topbar-left {
  218.     height: 0px;
  219. }
  220.  
  221. .topbar-right {
  222.     height: 0px;
  223. }
  224.  
  225. .topbar-center {
  226.     height: 0;
  227.     /* background: rgba(0, 0, 0, 0.06); */
  228. }
  229.  
  230. .maintable {
  231.     width: 100%;
  232.     table-layout: fixed;
  233. }
  234. #overlay_menu {
  235.     -webkit-transition: box-shadow 0.2s, background-color 0.2s;
  236.     transition: box-shadow 0.2s, background-color 0.2s;
  237.     -o-transition: box-shadow 0.2s, background-color 0.2s;
  238.     -moz-transition: box-shadow 0.2s, background-color 0.2s;
  239.     box-shadow: none;
  240.     border-radius: 0;
  241. }
  242.  
  243. #overlay_menu:hover {
  244.     box-shadow: 0 0 20px #ccc;
  245.     background: rgb(247, 247, 247);
  246. }
  247.  
  248. .replies table {
  249.     border-spacing: 2px 4px;
  250. }
  251.  
  252. .menu-item {
  253.     margin: 0 -3px 0 -3px;
  254.     padding: 2px 5px;
  255.     border-radius: 0px;
  256. }
  257.  
  258. .menu-item:last-child {
  259.     margin-bottom: -3px;
  260. }
  261.  
  262. .menu-item:hover {
  263.     background: rgba(97, 138, 182, 0.07);
  264. }
  265.  
  266. .maintable hr {
  267.     margin-left: -9px;
  268. margin-right: -9px;
  269. }
  270.  
  271. .reflinkpreview {
  272.     border: 1px #CCC solid;
  273.     border-radius: none;
  274.     -webkit-box-shadow: 0 0 20px #ccc;
  275.     -moz-box-shadow: 0 0 20px #ccc;
  276.     box-shadow: 0 0 20px #ccc;
  277.     border-radius: 0;
  278. }
  279.  
  280. input[type="text"], textarea {
  281.     border: 1px solid rgb(180, 180, 180);
  282. }
  283.  
  284. .reflinkpreview .reply {
  285.     -webkit-box-shadow: none;
  286.     -moz-box-shadow: none;
  287.     box-shadow: none;
  288.     /*margin: 0px;*/
  289.     border: none;
  290. }
  291.  
  292. .prettyprint {
  293.     overflow: auto;
  294.     max-height: 500px;
  295. }
  296.  
  297. .prettyprint-container {
  298.     /*display: inline-block; */
  299.     margin-left: 2px;
  300.     margin-bottom: 4px;
  301.     margin-top: 4px;
  302. }
  303.  
  304. .omittedposts a, .xlink {
  305.     text-decoration: inherit;
  306.     border-bottom: 1px dashed rgb(133, 133, 133);
  307. }
  308.  
  309. .postnode label {
  310. font-size: .9em;
  311. color: rgb(109, 109, 109);
  312. }
  313.  
  314. .reflink a, .reflink a:visited {
  315. color: #696969;
  316. text-decoration: none;
  317. }
  318. .reflink a:hover {
  319. color: #000;
  320. }
  321. .uibutton {
  322.     border-radius: 0;
  323.     background: none;
  324.     border-color: rgba(75, 129, 187, 0.42);
  325. }
  326. .uibutton:hover {
  327.     border-color: rgba(75, 129, 187, 0.67);
  328.     background: rgba(234, 244, 255, 0.67);
  329.     color: rgba(75, 129, 187, 1);
  330. }
  331. /* catalog */
  332. .cat-card {
  333.     border: 1px #CCC solid;
  334.     background: #F8F8F8;
  335. }
  336. .cat-entry:hover .cat-card {
  337.   background: #FFFFFF;
  338.   box-shadow: 0 4px 8px #CCCCCC;
  339. }
  340. .nofile-removed {
  341.     border: 2px dashed #A6A7A9;
  342.     color: #A6A7A9;
  343. }
  344. .hidden-on {
  345.     background: rgb(72, 106, 142);
  346.     color: white!important;
  347. }
  348. .hidden-on:hover {
  349.   background: rgb(97, 138, 182);
  350. }
  351. .actor:hover {
  352.   color: rgb(72, 106, 142);
  353. }
  354. .cat-entry:after {
  355.     background: linear-gradient(to bottom, rgba(135,224,253,0) 0%,rgb(248, 248, 248) 100%);
  356. }
  357. .thumbExpanded .bigThumb {
  358.      background: rgba(248, 248, 248, 0.28);
  359. }
  360. .button-group {
  361.     background: rgba(255, 255, 255, 0.6);
  362.     box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  363. }
  364. .button-group:hover {
  365.   box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  366.   background: rgba(255, 255, 255, 0.75);
  367. }
  368. .bg-button:hover {
  369.   background-color: rgb(255, 255, 255);
  370.   color: black;;
  371. }
  372. .bgb-selected, .bgb-selected:hover {
  373.   background: #BDD4EC;
  374.   box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  375. }
  376. .ce-gallery .namedate-overlay:hover {
  377.   background: white;
  378. }
  379.  
  380.  
  381.  
  382.  
  383.  
  384. a {
  385.     color: #167ac6;
  386.     cursor: pointer;
  387.     text-decoration: none;
  388. }
  389. a, abbr, acronym, address, applet, b, big, blockquote {
  390.     margin: 0;
  391.     padding: 0;
  392.     border: 0;
  393.     font-size: 100%;
  394.     background: transparent;
  395. }
  396.  
  397. .spoiler {
  398.     color: #8A8989;
  399.     background-color: rgba(138, 137, 137, 0.62);
  400. }
  401.  
  402.  
  403. header {
  404.     background: rgba(169, 168, 168, 0.5);
  405.     border-bottom: 1px solid #BBBBBB;
  406.     padding: 1px 0px;
  407. }
  408.  
  409. #board-header {
  410.     font-weight: bold;
  411.     text-align: center;
  412.     font-size: 2em;
  413.     clear: both;
  414.     color: #167AC6;
  415. }
  416.  
  417. html, body {
  418.     background-color: rgba(220, 220, 220, 0.39);
  419.     color: #000102;
  420.     font-family: "Roboto", "Open Sans", "Trebuchet MS",Trebuchet,sans-serif;
  421.     font-size: 15px;
  422. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement