Advertisement
wazer

Hardwareonline Nightmode

Jul 16th, 2020 (edited)
655
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 6.27 KB | None | 0 0
  1. /*
  2. * Author        :  wazer
  3. * URL       :  https://userstyles.org/users/597171
  4. * Title         :  Hardwareonline.dk - Night mode!
  5. * Version       :  1.0.3
  6. */
  7. /***** colors *************************************************
  8.  
  9. background 1.........#000000
  10. background 2.........#1a1a1a
  11. background 3.........#202020
  12. background 4.........#282828
  13. borders..............#323232
  14. font.................#ccc
  15. link.................#2f8cb7
  16. link visited.........#bd3539
  17.        
  18.  
  19. /***** backgrounds ********************************************/
  20. /** #000 **/
  21. body {
  22.     background: #1C1F26;
  23. }
  24.  
  25.  
  26. /** #1a1a1a **/
  27. td.containerleft,
  28. .wysibb .wysibb-text,
  29. .wysibb,
  30. .dropzone,
  31. .wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn:hover {
  32.     background: #1C1F26;
  33. }
  34.  
  35. /** #202020 **/
  36. select,
  37. input,
  38. td.containerright,
  39. .pure-form input[type="text"][disabled],
  40. .pure-table thead,
  41. .ui-widget-content,
  42. .ui-widget-header,
  43. .pure-table thead,
  44. .pure-form select {
  45.     background: #1C1F26;
  46. }
  47.  
  48. #ui-carousel-next,
  49. #ui-carousel-prev {
  50.     background-color: #272B35;
  51. }
  52.  
  53. /** #282828 **/
  54. textarea,
  55. aside.info-box-hidden,
  56. aside.info-box,
  57. .info-box-green,
  58. #footer_midt,
  59. .containerright div[style*="border:1px solid #e9e9e9"],
  60. .containerleft div[style*="border:1px solid #e9e9e9;"],
  61. .bluebg,
  62. .greybg,
  63. .forumgruppehr,
  64. .ks-oversigt-odd,
  65. .ks-validationbox-content,
  66. .artikel_info,
  67. .pure-table-striped tr:nth-child(2n-1) td,
  68. .pure-button,
  69. .wysibb-text-editor,
  70. .blackbg {
  71.     background: #272B35;
  72. }
  73.  
  74. #ContentPlaceHolder_ContentPlaceHolder_kategori [style*="background-color:#f5f5f5"] {
  75.     background: #272B35 !important;
  76. }
  77.  
  78. /** #2b5076 **/
  79. .greytop,
  80. .blacktop {
  81.     background: #2b5076;
  82. }
  83.  
  84.  
  85. /***** borders ************************************************/
  86. /** border #000 **/
  87. td.containeremptyspace {
  88.     border-color: #272B35;
  89. }
  90.  
  91. /** border #1a1a1a **/
  92. #banner[style*="border-left: 5px solid #ffffff"],
  93. td.containerleft {
  94.     border-color: #1C1F26 !important;
  95. }
  96.  
  97. /** border #323232 **/
  98. #ContentPlaceHolder_ContentPlaceHolder_traaddesc,
  99. textarea,
  100. select,
  101. input,
  102. div.newsitem,
  103. img.newsitem_image,
  104. fieldset,
  105. [style*="border-bottom: 1px dotted #dddddd;"],
  106. .pure-table td,
  107. .pure-table th,
  108. .pure-g[style*="border-bottom:2px solid #ccc;"],
  109. .t47-svar,
  110. .t47-svar-content,
  111. .containerright div[style*="border:1px solid #e9e9e9"],
  112. .containerleft div[style*="border:1px solid #e9e9e9;"],
  113. .wysibb .wysibb-text,
  114. .wysibb,
  115. .wysibb .wysibb-toolbar,
  116. .wysibb .wysibb-toolbar .wysibb-toolbar-container,
  117. .articlepage_thumb,
  118. .ks-validationbox-content,
  119. .ks-validationbox,
  120. .artikel_info,
  121. .ks-validationbox-seperator,
  122. .pure-table,
  123. .ui-widget-content,
  124. .ui-widget-header,
  125. .pure-form legend,
  126. .pure-form select {
  127.     border-color: #272B35 !important;
  128. }
  129.  
  130.  
  131. /** transparent **/
  132. td.containeremptyspace {
  133.     border-color: transparent !important;
  134. }
  135.  
  136. /***** font color *********************************************/
  137. /** #ccc **/
  138. textarea,
  139. body,
  140. p,
  141. select,
  142. input,
  143. h1,
  144. h2,
  145. h3,
  146. h4,
  147. h5,
  148. h6,
  149. h5 a:link,
  150. h5 a:visited,
  151. a.link_list:link,
  152. a.link_list:visited,
  153. .blacklink_nosize a:link,
  154. .blacklink_nosize a:visited,
  155. .koebsalgblack a:link,
  156. .koebsalgblack a:visited,
  157. .widget_top_header,
  158. .wysibb .wysibb-text,
  159. .pure-table thead,
  160. .ui-widget-header,
  161. .pure-form legend,
  162. .pure-button,
  163. .wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn .fonticon {
  164.     color: #ccc;
  165. }
  166.  
  167. span[style*="color:rgb(0, 0, 0);"] {
  168.     color: #ccc !important;
  169. }
  170.  
  171. /** #9c9c9c **/
  172. #forum_oversigt a:link,
  173. #forum_oversigt a:visited,
  174. .text_small,
  175. .traad_nav a:link,
  176. .traad_nav a:visited,
  177. .artikel_forum_headline,
  178. .date {
  179.     color: #9c9c9c;
  180. }
  181.  
  182.  
  183. /***** imgs ***************************************************/
  184. #banner_top {
  185.     /*background-image: url(http://i.imgur.com/WBjHRjO.jpg);*/
  186.     background-image: url(https://i.imgur.com/NKnSi31.jpg);
  187. }
  188.  
  189. #banner_bottom {
  190.     /*background-image: url(http://i.imgur.com/lgBZQtL.jpg);*/
  191.     background-image: url(https://i.imgur.com/PV5tHK0.jpg);
  192. }
  193.  
  194. #banner_logo {
  195.     /*background-image: url(http://i.imgur.com/iuW5Z0k.jpg);*/
  196.     background-image: url(https://i.imgur.com/pqYHtAt.jpg);
  197. }
  198.  
  199.  
  200. /***** misc ***************************************************/
  201. .pure-form input[type="text"],
  202. .pure-form input[type="password"],
  203. .pure-form input[type="email"],
  204. .pure-form input[type="url"],
  205. .pure-form input[type="date"],
  206. .pure-form input[type="month"],
  207. .pure-form input[type="time"],
  208. .pure-form input[type="datetime"],
  209. .pure-form input[type="datetime-local"],
  210. .pure-form input[type="week"],
  211. .pure-form input[type="number"],
  212. .pure-form input[type="search"],
  213. .pure-form input[type="tel"],
  214. .pure-form input[type="color"],
  215. .pure-form select,
  216. .pure-form textarea,
  217. .wysibb {
  218.     box-shadow: none;
  219. }
  220.  
  221. .wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn .fonticon {
  222.     text-shadow: none;
  223. }
  224.  
  225. code.highlight {
  226.     background: #484848;
  227.     color: #ccc;
  228. }
  229.  
  230. /** Ego mode
  231. a[href="show_user.aspx?uname=wazer%5e"]{
  232.     color: #f1cb00;
  233.     text-shadow: gold 1px 1px 30px;
  234.     font-weight: bold;
  235.     background-image: url("https://i.imgur.com/TFKMHoR.gif");
  236. }
  237. **/
  238. /***** forum toolbar icons ******************************************/
  239. #ContentPlaceHolder_ContentPlaceHolder_TraadToolbar_btnAddForetrukne .fa-stack {
  240.     color: #a0a0a0;
  241. }
  242. #ContentPlaceHolder_ContentPlaceHolder_TraadToolbar_btnDelForetrukne .fa-stack {
  243.     color: #4d9101;
  244. }
  245. #ContentPlaceHolder_ContentPlaceHolder_TraadToolbar_btnAddNotification .fa-stack {
  246.     color: #a0a0a0;
  247. }
  248. #ContentPlaceHolder_ContentPlaceHolder_TraadToolbar_btnDelNotification .fa-stack {
  249.     color: #8c9101;
  250. }
  251. #ContentPlaceHolder_ContentPlaceHolder_TraadToolbar_hlReportToAdmin .fa-stack {
  252.     color: #330000;
  253. }
  254.  
  255.  
  256. /***** message warning 6 months old ******************************************/
  257. .t70-message-body {
  258.     padding: .5rem 1.5rem 0.1rem 8.0rem;
  259. }
  260.  
  261. .t70-message.t70-is-warning {
  262.     background-color: #300;
  263. }
  264. .t70-message.t70-is-warning .t70-message-body {
  265.     border-color: #300;
  266.     color: #a0a0a0;
  267. }
  268. .t70-message.t70-is-danger {
  269.     background-color: #fdf6f7;
  270. }
  271.  
  272.  
  273. /** hidden and or removed messages **/
  274. .forum_svar_row_hidden {
  275.     background-color: #300;
  276. }
  277.  
  278.  
  279. /****** Remove Nags *******/
  280. .centerfull {
  281.     display: none;
  282. }
  283.  
  284. #top {
  285.     display: none;
  286. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement