Advertisement
Psykek

V3rmillion white theme

Jan 30th, 2019
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 6.85 KB | None | 0 0
  1. /*
  2.     To use this, you need to download the stylus extension off of your browser (don't download the stylish extension as that contains spyware). You can get this extension here: https://addons.mozilla.org/en-US/firefox/addon/styl-us/ or https://chrome.google.com/webstore/detail/stylus/clngdbkpkpeebahjckkjfobafhncgmne?hl=en
  3.  
  4.  
  5. After you download that extension, click on it at the top right of your browser then click "manage". It will pop up a window which you can then click on "Write new style" (located on the left side of the screen) and paste the css into the the text area. Make sure you click on the + sign at the bottom and add v3rmillion.net so that it only applies there and not everywhere else. Otherwise you will just get messed up webpages everywhere else you go. After you are done with that, click save and it should work.
  6.  
  7.  
  8. Here are all of the pages you will need to add:
  9. - https://v3rmillion.net/
  10.  
  11.  
  12. Images: https://vgy.me/cs7I8O.jpg, https://vgy.me/1x5SGa.jpg
  13.  
  14. *Images may differ from product due to possible future updates. If the theme changes drastically in future updates then images will also be updated.  
  15.  
  16.  
  17. If you want to contact me, add me on discord at Psykek#3180 or join the discord: https://discord.gg/9uMWE3U
  18. */
  19. */
  20.  
  21. #header {
  22.     background-color: #fff;
  23. }
  24. #bridge {
  25.     background-color: #fff;
  26.     border-bottom-color: #0B64F3;
  27. }
  28. ul.menu li a.active {
  29.     background: #0B64F3 !important;
  30.     color: #fff !important;
  31. }
  32. body {
  33.     background-color: #fff;
  34. }
  35. #header {
  36.     background-color: #fff;
  37. }
  38. .wrap {
  39.     background-color: #fff;
  40.     border-color: #fff;
  41. }
  42. ul.menu li a {
  43.     color: black;
  44. }
  45. #wrapper {
  46.     background: #DFD3D3;
  47. }
  48. .navigation {
  49.     background-color: #fff;
  50. }
  51. .navigation .active {
  52.     color: black;
  53. }
  54. #content {
  55.     background-color: #fff;
  56. }
  57. #content .thead {
  58.     background-color: #C0B6B6;
  59. }
  60. .thead a:link {
  61.     color: black;
  62.     text-decoration: none;
  63. }
  64. .tcat {
  65.     color: black;
  66.     background-color: #A29999;
  67. }
  68. .trow2 {
  69.     background-color: #EEE1E1;
  70.     color: black;
  71. }
  72. .trow1 {
  73.     background-color: #DCD0D0;
  74.     color: black;
  75. }
  76. .trow2 strong a {
  77.     color: black;    
  78. }
  79. .trow1 strong a {
  80.     color: black;
  81. }
  82. .trow1 span.smalltext {
  83.     color: black;    
  84. }
  85. .smalltext {
  86.     color: black;
  87. }
  88. .sub_control {
  89.     background-color: #A79E9E;
  90.     border-color: black;
  91. }
  92. .sub_control a {
  93.     color: black;    
  94. }
  95. span.smalltext a {
  96.     color: black;    
  97. }
  98. #boardstats_e .tfoot {
  99.     background-color: #A79E9E;
  100. }
  101. #footer {
  102.     background-color: #A79E9E;
  103.     border-top-color: #0B64F3;
  104.     color: black;
  105. }
  106. ul.bottommenu {
  107.     background-color: #C8BDBD;
  108. }
  109. .bottommenu a {
  110.     color: black;
  111. }
  112. .tfoot .smalltext a {
  113.     color: black;
  114. }
  115. ul.menu li ul {
  116.     background-color: #C8BDBD;
  117.     border-color: #2D99FF;
  118. }
  119. ul.menu li ul li a:link, ul.menu li ul li a:visited {
  120.     background: #C8BDBD;
  121. }
  122. ul.menu li a:hover {
  123.     background-color: #3679D5;
  124.     opacity: 0.9;
  125. }
  126. .forum_on {
  127.     color: #303030;
  128. }
  129. .forum_off {
  130.     color: grey;
  131. }
  132. .pagination .pagination_current {
  133.     background-color: #464646;
  134.     border-radius: 20px;
  135. }
  136. .pagination .pages {
  137.     color: black;
  138. }
  139. #content {
  140.     color: black;
  141. }
  142. .inline_row a:visited {
  143.     color: #999999;
  144.     font-size: 90%;
  145. }
  146. .inline_row a {
  147.     color: black;
  148. }
  149. .pagination a {
  150.     background-color: #999999;
  151.     border-color: black;
  152. }
  153. .tfoot {
  154.     background-color: #909090;
  155.     color: black;
  156. }
  157. select {
  158.     background-color: #fff;
  159.     color: black;
  160. }
  161. input.textbox {
  162.     background-color: #D0D0D0;
  163. }
  164. .buttons {
  165.     border-color: black;
  166.     background-color: #7E7E7E;
  167.     color: black;
  168. }
  169. a.button:link, a.button:visited, a.button:active {
  170.     background: #7E7E7E;
  171.     color: black;
  172.     border: 1px solid black;
  173. }
  174. .current button {
  175.     background-color: #7E7E7E;
  176.     border-color: black;
  177. }
  178. input.button {
  179.     background-color: #7E7E7E;
  180.     border-color: black;
  181.     color: black;
  182. }
  183. .thread_head td {
  184.     background-color: #C8BDBD;
  185. }
  186. .thread_title {
  187.     color: black;
  188. }
  189. .thread_head {
  190.     border-color: #3679D5;
  191. }
  192. .post .post_head {
  193.     border-color: #3679D5;
  194.     background-color: #C8BDBD;
  195. }
  196. .post .post_head span.post_date {
  197.     color: black;
  198. }
  199. .post_head a {
  200.     color: black;      
  201. }
  202. .post .post_author {
  203.     background-color: #CDCDCD;
  204.     border-color: #3679D5;
  205. }
  206. .post_content {
  207.     background-color: #CDCDCD;
  208. }
  209. .post_body {
  210.     color: black;
  211. }
  212. .post_body > span > span {
  213.     color: black;
  214. }
  215. .post_controls {
  216.     background-color: #AEAEAE;
  217.     border-color: #999999;
  218. }
  219. .post .post_author div.author_statistics {
  220.     background-image: url(https://www.thefutonshop.com/media/catalog/product/cache/1/image/650x433/9df78eab33525d08d6e5fb8d27136e95/S/o/Solid_White_Futon_Cover.jpg);
  221.     margin: 0px;
  222.     padding: 0px;
  223.     border-radius: 10px;
  224. }
  225. textarea {
  226.     background-color: #AEAEAE;
  227. }
  228. .editor_control_bar {
  229.     background-color: #AEAEAE;
  230. }
  231. input.textbox {
  232.     color: black;
  233. }
  234. .postbit_buttons>a:link, .postbit_buttons>a:hover, .postbit_buttons>a:visited, .postbit_buttons>a:active {
  235.     background: #7E7E7E;
  236.     border: 1px solid black;
  237.     color: black;
  238. }
  239. .navigation > a {
  240.     color: black;
  241. }
  242. .sectiondiv {
  243.     background-color: #AEAEAE;
  244.     color: black;
  245.     border-color: #999999;
  246. }
  247. body {
  248.     background: url(https://ak4.picdn.net/shutterstock/videos/31206454/thumb/1.jpg);
  249. }
  250. .sectiondiv > strong {
  251.     color: black;
  252. }
  253. #wrapper {
  254.     background: url(https://ak4.picdn.net/shutterstock/videos/31206454/thumb/1.jpg);
  255. }
  256. blockquote {
  257.     background-color: #AEAEAE;
  258. }
  259. .codeblock {
  260.     background-color: #838383
  261. }
  262. a:link, a:visited {
  263.     color: black;
  264.     text-decoration: none;
  265. }
  266. .panel_buttons {
  267.     background-color: #AEAEAE;
  268.     border-color: #3679D5;
  269. }
  270. .ddm_anchor > a:hover {
  271.     background-color: #3679D5;
  272. }
  273. .panel_buttons a:hover {
  274.     background-color: #3679D5;
  275. }
  276. .thead input.textbox {
  277.     border-color: black;
  278. }
  279. button {
  280.     background-color: #7E7E7E;
  281.     border-color: black;
  282.     color: black;
  283. }
  284. #Elitemodalheader {
  285.     background-color: #AEAEAE;
  286.     color: black;
  287. }
  288. .modal_payment_button {
  289.     background-color: #fff;
  290. }
  291. .current .thead {
  292.     background-color: #AEAEAE;
  293.     color: black;
  294. }
  295. #VIPgift_step td {
  296.     background-color: #fff;
  297.     color: black;
  298. }
  299. .current .tborder {
  300.     background-color: #fff;
  301. }
  302. #VIPuidbox {
  303.     background-color: #EAEAEA;
  304.     border-color: #EAEAEA;
  305. }
  306. #Elitegift_step td {
  307.     color: black;
  308. }
  309. #Eliteuidbox {
  310.     background-color: #EAEAEA;
  311.     border-color: #EAEAEA;
  312. }
  313. #content .tborder {
  314.     background-color: #AEAEAE;
  315.     color: black;
  316. }
  317. .spoiler_header a {
  318.     background-color: #EAEAEA;
  319. }
  320. .spoiler_body {
  321.     color: black;
  322. }
  323. .spoiler_header a:link, .spoiler_header a:visited {
  324.     display: block;
  325.     padding: 6px;
  326.     text-decoration: none;
  327.     color: black;
  328. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement