Advertisement
Guest User

lainfag

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