Advertisement
Guest User

Untitled

a guest
Oct 17th, 2015
340
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 9.70 KB | None | 0 0
  1. /**
  2.  * amber.css
  3.  * For /cyber/ by user
  4.  */
  5. body{
  6.         background: #100000;
  7.     color: #FFAA00  ;
  8.     font-family: "Lucida Console", Monaco, monospace;
  9.     font-size: 12px;
  10. }
  11.  
  12. .quote {
  13.     color:#FF7700 ;
  14. }
  15.  
  16. element {
  17.     color: #FF7700;
  18.     text-decoration: none;
  19. }
  20.  
  21. .theme-catalog div.thread {
  22.     display: inline-block;
  23.     vertical-align: top;
  24.     text-align: center;
  25.     font-weight: normal;
  26.     margin-top: 2px;
  27.     margin-bottom: 2px;
  28.     padding: 2px;
  29.         padding-top: 2px;
  30.         padding-right: 2px;
  31.         padding-bottom: 2px;
  32.         padding-left: 2px;
  33.     height: 300px;
  34.     width: 205px;
  35.     overflow: hidden;
  36.         overflow-x: hidden;
  37.         overflow-y: hidden;
  38.     position: relative;
  39.     font-size: 11px;
  40.     background: #100000 none repeat scroll 0% 0%;
  41.         background-color: #100000;
  42.         background-image: none;
  43.         background-repeat: repeat;
  44.         background-attachment: scroll;
  45.         background-position: 0% 0%;
  46.         background-clip: border-box;
  47.         background-origin: padding-box;
  48.         background-size: auto auto;
  49.     border: 1px solid ;
  50.         border-top-width: 1px;
  51.         border-right-width: 1px;
  52.         border-bottom-width: 1px;
  53.         border-left-width: 1px;
  54.         border-top-style: solid;
  55.         border-right-style: solid;
  56.         border-bottom-style: solid;
  57.         border-left-style: solid;
  58.         border-top-color: #FFAA00;
  59.         border-right-color: #FFAA00;
  60.         border-bottom-color: #FFAA00;
  61.         border-left-color: #FFAA00;
  62.         -moz-border-top-colors: none;
  63.         -moz-border-right-colors: none;
  64.         -moz-border-bottom-colors: none;
  65.         -moz-border-left-colors: none;
  66.         border-image-source: none;
  67.         border-image-slice: 100% 100% 100% 100%;
  68.         border-image-width: 1 1 1 1;
  69.         border-image-outset: 0 0 0 0;
  70.         border-image-repeat: stretch stretch;
  71.     max-height: 300px;
  72. }
  73.  
  74. .theme-catalog div.thread:hover {
  75.     color: #AF0A0F ;
  76.     background: #100000 none repeat scroll 0% 0%;
  77.     border: #AF0A0F 1px dashed;
  78.         background-color: #100000 ;
  79.         background-image: none;
  80.         background-repeat: repeat;
  81.         background-attachment: scroll;
  82.         background-position: 0% 0%;
  83.         background-clip: border-box;
  84.         background-origin: padding-box;
  85.         background-size: auto auto;
  86. }
  87.  
  88. a, a:visited {
  89.     text-decoration: underline;
  90.     color: #FFAA00;
  91. }
  92.  
  93. a:hover, .intro a.post_no:hover {
  94.     color: #FF7700;
  95. }
  96.  
  97.  
  98. .dropzone {
  99.     color: #FF7700;
  100.     cursor: default;
  101.     margin: auto;
  102.     padding: 0px 4px;
  103.     text-align: center;
  104.     min-height: 50px;
  105.     max-height: 140px;
  106.     transition: all 0.2s ease 0s;
  107.     background: #100000;
  108.     border: #FFAA00 1px solid;
  109.     padding: 1px 1px;
  110.     border-width: 1px;
  111.     border-style: solid solid solid solid;
  112.     border-color: #FFAA00;
  113. }
  114.  
  115. .dropzone .remove-btn {
  116.     cursor: pointer;
  117.     color: rgba(255, 119, 0, 1);
  118.     display: inline-block;
  119.     vertical-align: bottom;
  120.     bottom: 10px;
  121.     position: relative;
  122.     margin-right: 5px;
  123.     font-size: 20px;
  124. }
  125.  
  126. .dropzone .remove-btn:hover {
  127.     cursor: pointer;
  128.     color: #AF0A0F;
  129. }
  130.  
  131. .dropzone .file-hint {
  132.     color: rgba(255, 119, 0, 0.61);
  133.     cursor: pointer;
  134.     position: relative;
  135.     margin-bottom: 5px;
  136.     padding: 10px 0px;
  137.         padding-top: 10px;
  138.         padding-right: 0px;
  139.         padding-bottom: 10px;
  140.         padding-left: 0px;
  141.     top: 5px;
  142.     transition: all 0.2s ease 0s;
  143.         transition-property: all;
  144.         transition-duration: 0.2s;
  145.         transition-timing-function: ease;
  146.         transition-delay: 0s;
  147.     border: 2px dashed rgba(145, 92, 0, 0.26);
  148.         border-top-width: 2px;
  149.         border-right-width: 2px;
  150.         border-bottom-width: 2px;
  151.         border-left-width: 2px;
  152.         border-top-style: dashed;
  153.         border-right-style: dashed;
  154.         border-bottom-style: dashed;
  155.         border-left-style: dashed;
  156.         border-top-color: rgba(145, 92, 0, 0.26);
  157.         border-right-color: rgba(145, 92, 0, 0.26);
  158.         border-bottom-color: rgba(145, 92, 0, 0.26);
  159.         border-left-color: rgba(145, 92, 0, 0.26);
  160.         -moz-border-top-colors: none;
  161.         -moz-border-right-colors: none;
  162.         -moz-border-bottom-colors: none;
  163.         -moz-border-left-colors: none;
  164.         border-image-source: none;
  165.         border-image-slice: 100% 100% 100% 100%;
  166.         border-image-width: 1 1 1 1;
  167.         border-image-outset: 0 0 0 0;
  168.         border-image-repeat: stretch stretch;
  169. }
  170.  
  171. .file-hint:hover, .dropzone.dragover .file-hint {
  172.     color: #FF7700;
  173.     border-color: #FF7700;
  174. }
  175.  
  176. .post-menu ul {
  177.     color: #100000;
  178.     background-color: #FFAA00;
  179.     border: 1px solid #FFAA00;
  180.     padding: 0px;
  181.     margin: 0px;
  182.     white-space: nowrap;
  183. }
  184.  
  185. .post-menu li:hover {
  186.     color: #FF7700;
  187.     background-color: #100000;
  188. }
  189.  
  190. h1 {
  191.     font-size: 20pt;
  192.     text-align: center;
  193.     letter-spacing: 0px;
  194. }
  195. div.title, h1 {
  196.     color: #FFAA00 ;
  197.     font-family: "Lucida Console", Monaco, monospace;
  198. }
  199. div.title p {
  200.     font-size: 10px;
  201. }
  202. a:link, a:visited, .intro a.email span.name {
  203.     color: #FF7700;
  204.     text-decoration: none;
  205.     font-family: "Lucida Console", Monaco, monospace;
  206. }
  207. a:link:hover, a:visited:hover {
  208.     color: #FFAA00;
  209.     font-family: "Lucida Console", Monaco, monospace;
  210.     text-decoration: none;
  211. }
  212.  
  213. a.post_no {
  214.     color: #FF7700 ;
  215.     text-decoration: none;
  216. }
  217. a.post_no:hover {
  218.     color: #FFAA00 !important;
  219.     text-decoration: underline overline;
  220. }
  221. div.post.reply {
  222.     background: #100000;
  223.     border: #FFAA00  1px solid;
  224. margin-bottom: 10px;
  225.  
  226. }
  227. div.post.reply.highlighted {
  228.     background: #100000;
  229.     border: #AF0A0F 1px dashed;
  230. }
  231. div.post.reply div.body a:link, div.post.reply div.body a:visited {
  232.     color: #FF7700;
  233. }
  234. div.post.reply div.body a:link:hover, div.post.reply div.body a:visited:hover {
  235.     color: #FFAA00 ;
  236. }
  237. .intro span.subject {
  238.     font-size: 12px;
  239.     font-family: "Lucida Console", Monaco, monospace;
  240.     color: #FF7700 ;
  241.     font-weight: 800;
  242. }
  243.  
  244. .intro span.name {
  245.     color: #FF7700 ;
  246.     font-weight: 800;
  247. }
  248. .intro a.capcode, p.intro a.nametag {
  249.     color: magenta;
  250.     margin-left: 0;
  251. }
  252. .intro a.email, p.intro a.email span.name, p.intro a.email:hover, p.intro a.email:hover span.name {
  253.     color: #FF7700 ;
  254. }
  255. input[type="text"], textarea, select {
  256.     background: #100000;
  257.     color: #FFAA00 ;
  258.     border: #FFAA00 1px solid;
  259.     padding-left: 5px;
  260.     padding-right: 5px;
  261.     font-family: "Lucida Console", Monaco, monospace;
  262.     font-size: 10pt;
  263. }
  264. input[type="password"] {
  265.     background: #FFAA00 ;
  266.     color: #FFAA00 ;
  267.     border: #FFAA00 1px solid;
  268. }
  269. form table tr th {
  270.     background: #FFAA00 ;
  271.     color: #100000;
  272.     border: #FFAA00;
  273.     font-weight: 800;
  274.     text-align: center;
  275.     padding: 0;
  276. }
  277. div.banner {
  278.     background: #FF7700 ;
  279.     color: #100000;
  280.     text-align: center;
  281.     width: 250px;
  282.     padding: 4px;
  283.     padding-left: 12px;
  284.     padding-right: 12px;
  285.     margin-left: auto;
  286.     margin-right: auto;
  287.     font-size: 12px;
  288. }
  289. div.banner a {
  290.     color:#100000;
  291. }
  292. input[type="submit"] {
  293.     background: #FFAA00 ;
  294.     border: #FFAA00  1px solid;
  295.     color: #100000;
  296. }
  297. input[type="submit"]:hover {
  298.     background: #200000;
  299.     border: #FFAA00 1px solid;
  300.     color: #FF7700 ;
  301. }
  302. input[type="text"]:focus {
  303.     border:#FFAA00 1px solid;
  304. }
  305. p.fileinfo a:hover {
  306.     text-decoration: underline;
  307. }
  308.  
  309. span.trip {
  310.     color: #FF7700 ;
  311. }
  312. div.pages {
  313.     color: #FF7700 ;
  314.     background: #100000;
  315.     border: #FFAA00 1px solid;
  316.     font-family: "Lucida Console", Monaco, monospace;
  317.     font-size: 10pt;
  318. }
  319. div.pages a.selected {
  320.     color: #FFAA00;
  321. }
  322. hr {
  323.     height: 1px;
  324.     border: #FFAA00  1px solid;
  325. }
  326. div.boardlist {
  327.     color: #FFAA00 ;
  328.     background-color: #100000;
  329. }
  330.  
  331. div.ban {
  332.     background-color: transparent;
  333.     border: transparent 0px solid;
  334. }
  335. div.ban h2 {
  336.     background: transparent;
  337.     color: lime;
  338.     font-size: 12px;
  339. }
  340.  
  341. span.spoiler {
  342.   background: #100000 none repeat scroll 1% 0%;
  343.     border: #311700 1px solid;
  344.     padding: 2px 4px;
  345.     border-width: 2px;
  346.   border-style: solid solid solid solid;
  347.   border-color: #311700;
  348.   color: #100000;
  349.     margin-bottom: 4px;
  350.         margin-top: 4px;
  351.   display: inline-block;
  352. }
  353.  
  354. div.post.reply div.body span.spoiler a {
  355.   color: #FFAA00;
  356. }
  357.  
  358. span.spoiler:hover,div.post.reply div.body span.spoiler:hover a {
  359.   color: #FF7700;
  360.     background: #100000
  361. }
  362.  
  363.  
  364. table.modlog tr th {
  365.     background: #100000;
  366.     color: #FF7700 ;
  367. }
  368.  
  369. .desktop-style div.boardlist:not(.bottom) {
  370.   text-shadow: #100000 1px 1px 1px, #100000 -1px -1px 1px, #100000 -1px 1px 1px, #100000 1px -1px 1px;
  371.   background-color: #100000;
  372.   padding-bottom: 5px;
  373.   padding-top: 4px;
  374. }
  375.  
  376.  
  377. .desktop-style div.boardlist:not(.bottom):hover, .desktop-style div.boardlist:not(.bottom).cb-menu {
  378.   background-color: #100000;
  379. }
  380.  
  381. div.report {
  382.     color: #100000;
  383. }
  384.  
  385. /* options.js */
  386. #options_div, #alert_div {
  387.     background: #100000;
  388. }
  389. .options_tab_icon {
  390.     color: #FF7700 ;
  391. }
  392. .options_tab_icon.active {
  393.     color: #100000;
  394. }
  395.  
  396. #quick-reply table {
  397.     background: none repeat scroll 0% 0% #100000 !important;
  398. }
  399.  
  400. .modlog tr:nth-child(even), .modlog th {
  401.     background-color: #100000;
  402. }
  403.  
  404.  
  405.  
  406. .box {
  407.     background: #100000;
  408.     border-color: #200000;
  409.     color: #FFAA00;
  410.     border-radius: 10px;
  411. }
  412. .box-title {
  413.     background: transparent;
  414.     color: #FFAA00 ;
  415. }
  416.  
  417. table thead th {
  418.     background: #100000;
  419.     border-color: #200000;
  420.     color: #100000;
  421.     border-radius: 4px;
  422. }
  423. table tbody tr:nth-of-type( even ) {
  424.     background-color: #100000;
  425. }
  426.  
  427. table.board-list-table .board-uri .board-sfw {
  428.     color: #FFAA00;
  429. }
  430. tbody.board-list-omitted td {
  431.     background: #100000;
  432.     border-color: #200000;
  433. }
  434.  
  435. table.board-list-table .board-tags .board-cell:hover {
  436.     background: #100000;
  437. }
  438. table.board-list-table tr:nth-of-type( even ) .board-tags .board-cell {
  439.     background: #100000;
  440. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement