Advertisement
Guest User

css lainchan55 v1.2

a guest
Jun 20th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 7.51 KB | None | 0 0
  1. /*cyberpunk mod of ferus by kalyx and Lainfag55
  2.  
  3. B332E6 = dark purp
  4. 33cccc = teal
  5. 00ff00 = green
  6. FF46D2 = pink
  7. dark blue = 00080C
  8. */
  9.  
  10. body {
  11.     background: #0C0001;/*teste*/
  12.     color: #FF46D2;
  13.     font-family: verdana;
  14.     font-size: 11.3px;
  15.     /*text-shadow: 0px 0px 3px #FF46D2;*/
  16. }
  17. .bar
  18. {
  19.     background-color: #0C0001;
  20.     -webkit-box-shadow: none;
  21.     -moz-box-shadow: none;
  22.     box-shadow: none;
  23. }
  24. div.boardlist{
  25.         font-size: 7.7pt !important;
  26.     background-color: #0C0001!important;
  27.  
  28. }
  29. .bar.top
  30. {
  31.     border-bottom: 2px solid #3CC!important;
  32.     background-color: #0C0001;
  33.  
  34. }
  35. .bar.bottom
  36. {
  37.     border-top: 2px solid #3CC!important;
  38.     background-color: #0C0001;
  39.  
  40. }
  41. @font-face
  42. {
  43.   font-family: 'lain';
  44.   src: url('./fonts/nrdyyh.woff') format('woff'),
  45.        url('./fonts/tojcxo.TTF') format('truetype');
  46. }
  47. h1 {
  48.      font-family: monospace, Arial;
  49.     font-size: 18pt;
  50.     text-align: center;
  51.     letter-spacing: 0px;
  52. }
  53. div.title, h1 {
  54.     color: #FF46D2;
  55.     font-family: lain, Helvetica, sans-serif;
  56. }
  57. header div.subtitle {
  58. color: #00ff00;
  59. text-align: center;
  60.     text-shadow: 0px 0px 3px #00ff00;
  61. }
  62. div.title p {
  63.     font-size: 13px;
  64. }
  65. a:link, a:visited, p.intro a.email span.name {
  66.     color: #00ff00;
  67. text-shadow: 0px 0px 10px #00ff00;
  68.     font-family: monospace;
  69. }
  70. pre.prettyprint {
  71. background: #00080C;
  72.  
  73. font-size: 12px;
  74. line-height: 1.5;
  75. border: 1px solid #33cccc;
  76. padding: 10px;
  77. }
  78.  
  79. a:link, a:visited, p.intro a.email span.name
  80. {
  81.         -moz-transition: 0.15s text-shadow, 0.15s color;
  82.     -webkit-transition: 0.15s text-shadow, 0.15s color;
  83.     -khtml-transition: 0.15s text-shadow, 0.15s color;
  84.     -o-transition: 0.15s text-shadow, 0.15s color;
  85.     -ms-transition: 0.15s text-shadow, 0.15s color;
  86.     transition: 0.15s text-shadow, 0.15s color;
  87. }
  88. input[type="text"], textarea
  89. {
  90.     -moz-transition: 0.15s border-color;
  91.     -webkit-transition: 0.15s border-color;
  92.     -khtml-transition: 0.15s border-color;
  93.     -o-transition: 0.15s border-color;
  94.     -ms-transition: 0.15s border-color;
  95.     transition: 0.15s border-color;
  96. }
  97. input[type="submit"]
  98. {
  99.     -moz-transition: 0.15s border-color, 0.15s background-color, 0.15s color;
  100.     -webkit-transition: 0.15s border-color, 0.15s background-color, 0.15s color;
  101.     -khtml-transition: 0.15s border-color, 0.15s background-color, 0.15s color;
  102.     -o-transition: 0.15s border-color, 0.15s background-color, 0.15s color;
  103.     -ms-transition: 0.15s border-color, 0.15s background-color, 0.15s color;
  104.     transition: 0.15s border-color, 0.15s background-color, 0.15s color;
  105. }
  106.  
  107. .banlist-opts .checkboxes label {
  108.     display: block;
  109.     font-family: consolas 12px !important;
  110.     color: #FF46D2 !important;
  111. }
  112. tr.tblhead > th {
  113.     display: block;
  114.     box-sizing: border-box;
  115.     float: left;
  116.     padding: 0;
  117.     color: white !important;
  118. }
  119. a:link:hover, a:visited:hover {
  120.     color: #00ff00;
  121.     font-family: monospace;;
  122.     text-shadow: 0px 0px 10px #00ff00;
  123. }
  124. strong {
  125.  
  126. color: #00ff00;
  127. }
  128. a.post_no {
  129.     color: #33cccc;
  130.     text-decoration: none;
  131. }
  132. span.quote
  133. {
  134.     color:#00ff00;
  135. }
  136. a.post_no:hover {
  137.     color: maroon;
  138.     /*text-decoration: underline overline;*/
  139. }
  140. div.post.reply {
  141.     background: #0C0001;
  142.     border: #33cccc 1px solid;
  143.     border-radius: 6px;
  144. }
  145. .de-pview {
  146.         background: rgba(14, 14, 14, 0.84) !important;
  147. }
  148. div.post.reply.highlighted {
  149.     background: #00080c;
  150.     border: #1A6666 1px solid;
  151. }
  152. div.post.reply div.body a:link, div.post.reply div.body a:visited {
  153.     color: #646464;
  154. }
  155. div.post.reply div.body a:link:hover, div.post.reply div.body a:visited:hover {
  156.     color: #00ff00;
  157. }
  158. #options_div, #alert_div {
  159.     background-color: #00080C;
  160.     border: 1px solid #33cccc;
  161. }
  162. p.intro span.subject {
  163.     font-size: 12px;
  164.     font-family: monospace;
  165.     color: #00ff00;
  166.     font-weight: 800;
  167.         text-shadow: 0px 0px 3px #00ff00;
  168. }
  169. p.intro span.name {
  170.     color: #00ff00;
  171.     font-weight: 900;
  172.         text-shadow: 0px 0px 3px #00ff00;
  173. }
  174. p.intro a.capcode, p.intro a.nametag {
  175.     color: #00ff00;
  176.     margin-left: 0;
  177. }
  178. p.intro a.email, p.intro a.email span.name, p.intro a.email:hover, p.intro a.email:hover span.name {
  179.     color: #00ff00;
  180.     font-family: monospace;
  181. }
  182. input[type="text"], textarea, select {
  183.     background: #00080C;
  184.     color: #CCCCCC;
  185.     border: #33cccc 1px solid;
  186.     padding-left: 5px;
  187.     padding-right: -5px;
  188.     font-family: monospace;
  189.     font-size: 10pt;
  190.         border-radius: 5px;
  191. }
  192. input[type="password"] {
  193.     background: #00080C;
  194.     color: #CCCCCC;
  195.     border: #33cccc 1px solid;
  196.         border-radius: 5px;
  197. }
  198. form table tr th {
  199.     background: #00080C;
  200.     color: white;
  201.     border: #33cccc 1px solid;
  202.     font-weight: 800;
  203.     text-align: center;
  204.     padding: 0;
  205.     border-radius: 5px;
  206.     text-shadow: 0px 0px 3px #00ff00;
  207. }
  208. form table.mod tr td:hover {
  209.         background-color: #00111a !important;
  210.         padding: 2px;
  211. }
  212. div.sidearrows{display:none;}
  213.  
  214. div.banner {
  215.     background: #0C0001;
  216.     color: #00ff00;
  217.     text-align: center;
  218.     width: 250px;
  219.     padding: 4px;
  220.     padding-left: 12px;
  221.     padding-right: 12px;
  222.     margin-left: auto;
  223.     margin-right: auto;
  224.     font-size: 12px;
  225.     text-shadow: 0px 0px 3px #00ff00;
  226. }
  227. input[type="submit"] {
  228.     background: #00080C;
  229.     color: #00ff00;
  230.     border: #33cccc 1px solid;
  231.         border-radius: 5px;
  232. }
  233. input[type="submit"]:hover {
  234.     background: #00080C;
  235.  
  236.     border: #33cccc 1px solid;
  237.  
  238.     color: #FF46D2;
  239.         border-radius: 5px;
  240. }
  241. p.fileinfo a:hover {
  242.     text-decoration: underline;
  243. }
  244. span.trip {
  245.     color: #AAAAAA;
  246. }
  247. span.embedbutton a, span.embedbutton{
  248.         color: #7aa6da !important;
  249. }
  250. .topbar {
  251.     background-color: black;
  252.     border-bottom: 1px solid #33cccc;
  253. }
  254. div.pages {
  255.         background-color: #0C0001;
  256.         border:none;
  257.     color: #8C8C8C;
  258.     font-family: sans-serif;
  259.     font-size: 10pt;
  260. }
  261. div.pages a.selected {
  262.     color: #8C8C8C;
  263. }
  264. hr {
  265.     height: 0px;
  266.     border: #33cccc 1px solid;
  267. }
  268. div.boardlist a{
  269.     font-size: 11.8px !important;
  270. }
  271. .desktop-style .sub{
  272.     word-spacing: -2px !important;
  273.     margin: 0px 0px 0px -.5px !important;
  274.     background: inherit;
  275. }
  276. div.boardlist.bottom {
  277.     display:none;
  278. }
  279. div.ban {
  280.     background-color: transparent;
  281.     border: #33cccc 1px solid;
  282. }
  283. div.ban h2 {
  284.     background: transparent;
  285.     color: #00ff00;
  286.     font-size: 11px;
  287.         text-shadow: 0px 0px 3px #00ff00;
  288. }
  289. span.spoiler {
  290.     background: none;
  291.     color: #FF46D2;
  292.     -webkit-filter: none(3px);
  293.     transition: .15s ease;
  294.     padding: 0 0.5px;
  295. }
  296. span.spoiler:hover{
  297.     background: none;
  298.     transition: .15s ease;
  299.     -webkit-filter: none(0px);
  300. }
  301. table.modlog tr th {
  302.     background: #FF46D2;
  303.     color: #AAAAAA;
  304.         /*text-shadow: 0px 0px 3px #00ff00;*/
  305. }
  306. .options_tab_icon {
  307.     color: #FF46D2;
  308. }
  309. .options_tab_icon.active {
  310.     color: #00ff00;
  311.     text-shadow: 0px 0px 10px #00ff00;
  312. }
  313. #options_div {
  314.     background-color: #0C0001;
  315.     border: #33cccc 2px solid;
  316.     border-radius: 4px;
  317. }
  318. #options_div textarea {
  319.     height: 350px;
  320.     max-width: 100%;
  321. }
  322.  
  323. #options_tablist {
  324.     border: #33cccc 1px solid;
  325. }
  326.  
  327. body:before {
  328. position: fixed;
  329. width: 1px;
  330. height: 2px;
  331. bottom: 74%;
  332. right: 23%;
  333. content: "";
  334. }
  335. .intro span.name {
  336. color: #177013;
  337. }
  338. body {
  339. background-image: url(https://i.imgur.com/tzW8FE5.png);
  340. background-repeat: no-repeat;
  341. background-attachment: fixed;
  342. background-position: bottom right;
  343. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement