Advertisement
Guest User

makeforumgreatagain

a guest
Feb 12th, 2017
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 8.98 KB | None | 0 0
  1. /**
  2. * MakeForumGreatAgain
  3. * @author Blacklord
  4. * @version 1.1.2
  5. */
  6.  
  7. html {
  8.     color: #ecf0f1;
  9.     line-height: 19px;
  10.     background-color: #2c3e50;
  11. }
  12. /*heder*/
  13. .d-header{
  14.     background-color: #34495e;
  15.     color: #ecf0f1;
  16. }
  17. .nav-link-container a{
  18.     color: #ecf0f1;
  19. }
  20. .d-header .icons .icon{
  21.     color: #ecf0f1;
  22. }
  23. /*nav*/
  24. .nav-pills>li>a{
  25.     color: #ecf0f1;
  26. }
  27. .nav-pills>li.active>a, .nav-pills>li>a.active {
  28.     color: #f5f8fa;
  29.     background-color: #e74c3c;
  30. }
  31. .list-controls .category-breadcrumb li.bullet>.badge-category {
  32.     background: #2ecc71 !important;
  33.     color: #f5f8fa !important;
  34. }
  35. /*baton*/
  36. .btn {
  37.     border: none;
  38.     color: #f5f8fa;
  39.     font-weight: normal;
  40.     background: #3498db;
  41. }
  42. .btn:hover {
  43.     background: #2980b9;
  44. }
  45. .btn[href] {
  46.     color: #f5f8fa;
  47. }
  48. #whos-online {
  49.     color: #f5f8fa;
  50. }
  51. /*kategorie*/
  52. .category-list td, .category-list th {
  53.      color: #f5f8fa;
  54. }
  55. .category-list tbody .category h3 a[href] {
  56.     color: #bdc3c7;
  57. }
  58. .category-list .topics .badge-notification, .category-list .category .badge-notification {
  59.     color: #f5f8fa;
  60. }
  61. .badge-wrapper.bullet span.badge-category {
  62.     color: #f5f8fa !important;
  63. }
  64. /*aktualne*/
  65. .topic-list th {
  66.     color: #f5f8fa;
  67. }
  68. .topic-list a.title {
  69.     color: #f5f8fa;
  70. }
  71. .badge-posts[href] {
  72.     color: #f5f8fa;
  73. }
  74. .categories-and-latest .topic-last-activity a {
  75.     color: #f5f8fa;
  76. }
  77. .topic-list td {
  78.     color: #f5f8fa;
  79. }
  80. /*Logo*/
  81. img[src*="uploads/default/original/3X/c/5/c5ac339eced97cf6252a5cf9944a7ec0e2d67bef.png"]{
  82.     width:0px;
  83.     padding-right:131px;
  84.     height:40px;
  85.     background:transparent url(http://i.imgur.com/8VMaEt1.png) top left no-repeat !important;
  86. }
  87. /*bbvxcbb*/
  88.  
  89.  
  90. .menu-panel {
  91.     border: 1px solid  #2c3e50;
  92.     box-shadow: 0 2px 2px rgba(0,0,0,0.25);
  93.     background-color: #34495e;
  94. }
  95.  
  96. body input[type="text"], body input[type="password"], body input[type="datetime"], body input[type="datetime-local"], body input[type="date"], body input[type="month"], body input[type="time"], body input[type="week"], body input[type="number"], body input[type="email"], body input[type="url"], body input[type="search"], body input[type="tel"], body input[type="color"] {
  97.     background-color: #2c3e50;  
  98. }
  99. a {
  100.     color: #f5f8fa;
  101.     text-decoration: none;
  102.     cursor: pointer;
  103. }
  104. a:visited {
  105.     color: #bdc3c7;
  106. }
  107. .menu-panel ul.menu-links li a:hover, .menu-panel ul li.heading a:hover {
  108.     background-color: #2c3e50;
  109. }
  110. /*czat*/
  111. .babble-posts :hover {
  112.     background-color: #2c3e50;
  113. }
  114. .names span a {
  115.     color: #1abc9c;
  116. }
  117. .babble-available-topic a {
  118.     color: #f5f8fa;
  119. }
  120. .babble-load-more {
  121.     border-bottom: 1px solid #2c3e50;
  122. }
  123. body textarea {
  124.     background-color: #2c3e50;
  125. }
  126. /*profil*/
  127. div.menu-links-header .fa, div.menu-links-header a {
  128.     color: #f5f8fa;
  129. }
  130. div.menu-links-header a:hover {
  131.     background-color: #2c3e50;
  132. }
  133. .user-menu .notifications .read {
  134.     background-color: #34495e;
  135. }
  136. .user-menu .notifications li:hover {
  137.     background-color: #2c3e50;
  138. }
  139. .user-menu .notifications .fa {
  140.     color: #f5f8fa;
  141. }
  142.  
  143. /*temat*/
  144. #topic-title h1 a {
  145.     color: #f5f8fa;
  146. }
  147. a, .names .user-title, .names .user-title a {
  148.     color: #f5f8fa;
  149. }
  150. .topic-meta-data .post-info a {
  151.     color: #f5f8fa;
  152. }
  153. .timeline-container .topic-timeline .start-date {
  154.     color: #f5f8fa;
  155. }
  156. .timeline-container .topic-timeline .timeline-ago {
  157.     color: #f5f8fa;
  158. }
  159. .timeline-container .topic-timeline .now-date {
  160.     color: #f5f8fa;
  161. }
  162.  
  163. .topic-avatar {
  164.     border-top: 1px solid #34495e;
  165. }
  166. .topic-body {
  167.     border-top: 1px solid #34495e;
  168.     border-right: 1px solid #34495e;
  169. }
  170. nav.post-controls button.create {
  171.     color: #f5f8fa;
  172. }
  173. nav.post-controls button.d-hover {
  174.     color: #f5f8fa;
  175.     background-color: #3498db;
  176. }
  177. nav.post-controls button.like.d-hover {
  178.     color: #f5f8fa;
  179.     background-color: #e74c3c;
  180. }
  181. .topic-map {
  182.     background: #34495e;
  183.     border: 1px solid #2ecc71;
  184. }
  185. .topic-map h4 {
  186.     color: #f5f8fa;
  187. }
  188. .topic-map .map .number, .topic-map .map i {
  189.     color: #f5f8fa;
  190. }
  191. .topic-map .buttons .btn {
  192.     color: #f5f8fa;
  193.     background: #2c3e50;
  194.     border-left: none;
  195.     border-top: none;
  196. }
  197. .topic-map section {
  198.     border-top: none;
  199. }
  200. .topic-map h3 {
  201.     color: #f5f8fa;
  202. }
  203. .extra-info-wrapper .topic-link {
  204.     color: #f5f8fa;
  205. }
  206. .extra-info-wrapper .badge-wrapper.bullet span.badge-category {
  207.     color: #f5f8fa !important;
  208. }
  209. /*grupy*/
  210. .groups-table .groups-info .groups-info-name {
  211.     color: #f5f8fa;
  212. }
  213. .groups-table .groups-info .groups-info-title {
  214.     color: #f5f8fa;
  215. }
  216. .groups-table tr td {
  217.     color: #f5f8fa;
  218. }
  219. /*Z-W-U*/
  220. .user-main .about.collapsed-info .details {
  221.     background: rgba(52, 73, 94,1.0);
  222.     border-bottom: 1px solid #2ecc71
  223. }
  224. .user-main .about .details {
  225.     background: rgba(52, 73, 94,1.0);
  226. }
  227. .user-main .nav-pills a {
  228.     color: #f5f8fa;
  229. }
  230. .user-main .nav-pills i {
  231.     color: #f5f8fa;
  232. }
  233. .user-main .about .secondary {
  234.     background: #2ecc71;
  235.     border-top: 1px solid #27ae60;
  236.     border-bottom: 1px solid #27ae60;
  237.     font-size: 0.929em;
  238. }
  239. .user-main .about .secondary dt {
  240.     color: #f5f8fa;
  241. }
  242. .user-main .about .secondary dd {
  243.     color: #f5f8fa;
  244. }
  245. .user-main .nav-stacked li>a {
  246.     color: #f5f8fa;
  247. }
  248. .user-main .nav-stacked li>a.active {
  249.     color: #e74c3c;
  250. }
  251. .user-main .user-stream .item {
  252.     padding: 20px 8px 15px 8px;
  253.     background-color: #34495e;
  254.     border-bottom: none;
  255. }
  256. .user-main .user-stream .excerpt {
  257.     color: #f5f8fa;
  258. }
  259. .user-main .user-stream .time, .user-main .user-stream .delete-info {
  260.     color: #f5f8fa;
  261. }
  262. .user-main .user-stream .notification .fa, .user-main .user-stream .notification .icon {
  263.     color: #f5f8fa;
  264. }
  265. .alert.alert-info {
  266.     background-color: #3498db;
  267.     border: 1px solid #2980b9;
  268.     color: #f5f8fa;
  269. }
  270. .user-main .user-content {
  271.     background-color: #34495e;
  272. }
  273. .user-preferences .static {
  274.     color: #f5f8fa;
  275.     display: inline-block;
  276. }
  277. .uploaded-image-preview {
  278.     background: #2c3e50 center;
  279. }
  280. .stats-section li {
  281.     background: #3498db;
  282.     border: 1px solid #2980b9;
  283. }
  284. .stats-section .label {
  285.     color: #f5f8fa;
  286. }
  287. .stats-section li.linked-stat a {
  288.     color: #f5f8fa;
  289. }
  290. .top-sub-section .topic-info {
  291.     color: #f5f8fa;
  292. }
  293.  
  294. /*odpowiedź*/
  295. #reply-control {
  296.     background-color: #34495e;
  297. }
  298. #reply-control .wmd-controls .d-editor-input, #reply-control .wmd-controls .d-editor-preview {
  299.     background-color: #2c3e50;
  300. }
  301. #reply-control .d-editor-button-bar {
  302.     color: #f5f8fa;
  303.     background-color: #34495e;
  304. }
  305. #reply-control .d-editor-button-bar {
  306.     border-bottom: none;
  307. }
  308. .d-editor {
  309.     border: 1px solid #3498db;
  310. }
  311. #reply-control .contents .d-editor-input, #reply-control .contents .d-editor-preview {
  312.     color: #f5f8fa;
  313. }
  314. #reply-control .contents .d-editor-preview {
  315.     border: none;
  316.     overflow: auto;
  317.     visibility: visible;
  318.     cursor: default;
  319. }
  320. .composer-popup {
  321.     background: #2c3e50;
  322. }
  323. .bootbox.modal {
  324.     background-color: #2c3e50;
  325.     border: 1px solid #34495e;
  326. }
  327. div.ac-wrap {
  328.     background-color: #34495e;
  329.     border: 1px solid #2c3e50;
  330. }
  331. body input[type="text"], body input[type="password"], body input[type="datetime"], body input[type="datetime-local"], body input[type="date"], body input[type="month"], body input[type="time"], body input[type="week"], body input[type="number"], body input[type="email"], body input[type="url"], body input[type="search"], body input[type="tel"], body input[type="color"] {
  332.     background-color: #34495e;
  333.     border: 1px solid #2c3e50;
  334. }
  335. .select2-container a.select2-choice {
  336.     background: #34495e;
  337.     border-color: #2c3e50;
  338.     color: #f5f8fa;
  339. }
  340. .select2-container .select2-choice {
  341.     border: 1px solid #2c3e50;
  342.     background-color: #34495e;
  343. }
  344. .select2-drop-active {
  345.     border: 1px solid #2c3e50;
  346.     border-top: 0;
  347. }
  348. .select2-drop {
  349.     color: #ecf0f1;
  350. }
  351. .select2-drop {
  352.     background: #34495e;
  353. }
  354.  
  355. aside.quote .title {
  356.     background-color: rgba(52, 73, 94,1.0);
  357.     color: rgba(236, 240, 241,1.0);
  358.     border-left: 5px solid rgba(44, 62, 80,1.0);
  359.     padding: 12px 12px 1px;
  360. }
  361.  
  362. blockquote {
  363.     background-color: rgba(52, 73, 94,1.0);
  364.     border-left: 5px solid rgba(44, 62, 80,1.0);
  365. }
  366. span.highlighted {
  367.     background-color: rgba(52, 152, 219,1.0);
  368. }
  369.  
  370. .moderator .topic-body {
  371.     background-color: rgba(52, 73, 94,1.0);
  372. }
  373.  
  374. .list-controls .category-dropdown-menu {
  375.     background-color: rgba(52, 73, 94,1.0);
  376.     border-width: 1px;
  377.     border-style: solid;
  378.     border-color: rgba(44, 62, 80,1.0);
  379.     border-image: initial;
  380. }
  381. .list-controls .category-dropdown-menu .home {
  382.     color: rgba(236, 240, 241,1.0);
  383.     margin-left: 8px;
  384. }
  385. .topic-list, .category-list {
  386.     background-color: #34495e;
  387. }
  388. div.topic-body {
  389.     background-color: #34495e;
  390. }
  391. body select, body textarea {
  392.     color: #f7f7f7;
  393. }
  394. .babble-post-container .babble-post-actions i.fa {
  395.     color: #f7f7f7;
  396. }
  397. .babble-post-container .babble-post-actions {
  398.     background-color: #2c3e50;
  399. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement