Advertisement
AZJIO

purebasic.fr style

May 17th, 2021 (edited)
1,278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.41 KB | None | 0 0
  1.  
  2. .site_logo {
  3.     background-image: url("http://share.ldvmultimedia.com/evzjz43l.png");
  4.     width:149px;
  5.     height:52px;
  6. }
  7.  
  8. #phpbb, .notouch, .section-viewtopic, .ltr, .hasjs, .wrap
  9. {
  10.     color: #aaa;
  11.     background-color: #3f3f3f !important;
  12. }
  13.  
  14. .headerbar, .navbar, .inner, .panel
  15. {
  16.     color: #aaa;
  17.     background-color: #272727 !important;
  18. }
  19.  
  20.  .top-anchor, .postprofile
  21. {
  22.     color: #aaa;
  23.     background-color: #272727 !important;
  24. }
  25.  
  26.  .postbody
  27. {
  28.     color: #aaa;
  29.     background-color: #3f3f3f !important;
  30.     border-radius: 9px;
  31.     padding: 5px 5px 5px 5px;
  32. }
  33.  
  34. .page-header
  35. {
  36.     color: #aaa;
  37.     background-color: #222 !important;
  38. }
  39.  
  40. /*
  41. html, body
  42. {
  43.     color: #aaa;
  44.     background-color: #333 !important;
  45. }
  46. */
  47.  
  48. .post, .has-profile, .bg2, .unreadpost
  49. {
  50.     color: #aaa;
  51.     background-color: #272727 !important;
  52. }
  53.  
  54. a
  55. {
  56.     color:#83adFF !important;
  57.     text-decoration:none !important;
  58. }
  59.  
  60. a:hover, a.postbody:hover, h3.first a:hover
  61. {
  62.     color:#DFC47D !important;
  63. }
  64.  
  65. h3.first a
  66. {
  67.     color: #CFB46D !important;
  68. }
  69.  
  70. .postbody h3 a
  71. {
  72.     color: #DFC47D !important;
  73. }
  74.  
  75. cite a
  76. {
  77.     color: #FF8080 !important;
  78. }
  79.  
  80. a.username-coloured
  81. {
  82.     color: #FF60FF !important;
  83.     font-size:1.4em;
  84. }
  85.  
  86. a.username-coloured:hover
  87. {
  88.     color:#FF90FF !important;
  89. }
  90.  
  91. a.username
  92. {
  93.     color: #FF8080 !important;
  94.     font-size:1.4em;
  95. }
  96.  
  97. a.username:hover, cite a:hover
  98. {
  99.     color:#FFAAAA !important;
  100. }
  101.  
  102. a.postlink
  103. {
  104.     color: #979ae8 !important;
  105.     border-bottom: 0
  106. }
  107.  
  108. a.postlink:hover
  109. {
  110.     color:#DFC47D !important;
  111.     background-color: #3f3f3f !important;
  112. }
  113.  
  114. .codebox {
  115.     color:#DFC48D !important;
  116.     background-color:#1b2124 !important;
  117.     border: 1px solid #666 !important;
  118.     border-radius: 8px;
  119. }
  120.  
  121. .codebox code {
  122.     color:#C0AD72 !important;
  123.     background-color:#272f33 !important;
  124.     border-radius: 8px;
  125. }
  126.  
  127. .postbody .content {
  128.     color:#aaa !important;
  129. }
  130.  
  131. blockquote {
  132.     background-color: #303030 !important;
  133.     border-radius: 9px;
  134. }
  135.  
  136. blockquote blockquote {
  137.     background-color: #3f3f3f !important;
  138.     border-radius: 9px;
  139. }
  140.  
  141. li.row, .bg1 {
  142.     background: #272727 !important;
  143. }
  144.  
  145.  
  146. li.row, .bg2 {
  147.     background: #272727 !important;
  148. }
  149.  
  150. .forumbg, .topiclist, .forabg {
  151.     background: #262626 !important;
  152. }
  153.  
  154.  
  155. /*
  156. div ul li dl.row-item, dl.topic_unread, div ul li dd.posts {
  157.     background-color: #303030 !important;
  158.     background: #303030 !important;
  159. }
  160.  
  161. div[class="forumbg"] {
  162.     background-color: #303030 !important;
  163.     background: #303030 !important;
  164. }
  165. */
  166.  
  167. select, input {
  168.     background-color: #3d3d3d !important;
  169.     border: solid 1px #555 !important;
  170.     color: #aaa;
  171. }
  172.  
  173. /*
  174. .navigation .active-subsection a, .tabs .activetab > a {
  175.     background-color: #111 !important;
  176.     color: #aaa;
  177. }
  178. */
  179.  
  180. .message-box textarea {
  181.     background: #3d3d3d !important;
  182.     border: solid 1px #555 !important;
  183.     outline: none;
  184.     color: #999;
  185. }
  186.  
  187. input[type=submit] {
  188.     padding: 5px 10px 5px 10px;
  189.     font: 13px/20px sans-serif;
  190.     border-radius: 15px;
  191. }
  192. /* Поле ввода с фокусом, контрастно */
  193. input[type=submit]:focus {
  194.     background: #3c3c3c !important;
  195.     color: #999;
  196.     border: solid 1px #555 !important;
  197. }
  198.  
  199.  
  200. /* кнопка, наведение */
  201. input[type=submit]:hover {
  202.     background: #444 !important;
  203.     border: solid 1px #ABA180 !important;
  204.     outline: none;
  205.     color: #ABA180 !important;
  206. }
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213. @media (min-width: 701px) {
  214.    
  215.     .post.online {
  216.         background-image: none;
  217.     }
  218.  
  219.     .post .preonline.online {
  220.         width: 58px;
  221.         height: 58px;
  222.         position: absolute;
  223.         left: 0;
  224.         top: 0;
  225.         -ms-transform: rotate(-90deg);
  226.         -moz-transform: rotate(-90deg);
  227.         -webkit-transform: rotate(-90deg);
  228.         transform: rotate(-90deg);
  229.     }  
  230.  
  231.     .no-avatar .preonline.online {
  232.         position: relative;
  233.         margin: -8px;
  234.     }
  235.        
  236.     .post .postprofile {
  237.         float: left;
  238.     }
  239.    
  240.     .post .postprofile dd, .post .postprofile dt {
  241.         margin-right: 8px;
  242.         margin-left: 0;
  243.     }
  244.  
  245.     .has-profile .postbody {
  246.         float: right;
  247.         margin-right: -5px;
  248.         border: solid 1px #555 !important;
  249.     }
  250.    
  251.     .has-profile {
  252.         margin-bottom: 0px;
  253.         border: solid 1px #555 !important;
  254.     }
  255.  
  256.     .fa-chevron-circle-up
  257.     {
  258.         position: absolute;
  259.         left: 0;
  260.         bottom: 0;
  261.     }
  262.    
  263. }
  264.  
  265.  
  266. /* изменить стандартные цвета */
  267. span[style="color:blue"], span[style="color:#0000FF"], span[style="color:#0000FF"], span[style="color:#0040FF"] {
  268.     color: #09F !important;
  269. }
  270.  
  271. span[style="color:red"], span[style="color:#FF0000"], span[style="color:#BF0000"] {
  272.     color: #f88 !important;
  273. }
  274.  
  275. span[style="color:#FF00FF"] {
  276.     color: #f9f !important;
  277. }
  278.  
  279. span[style="color:teal"] {
  280.     color: #4EBF92 !important;
  281. }
  282.  
  283. .signature {
  284.     border-color: rgba(255,255,255,0.2)
  285. }
  286.  
  287. /* инвертировать картинки в подписи */
  288. .signature img[src$=".gif"] {
  289.     -webkit-filter: hue-rotate(180deg)invert(100%);
  290.     filter: hue-rotate(180deg)invert(.99);
  291. }
  292.  
  293. li a.jumpbox-cat-link
  294. {
  295.     color: #DC7 !important;
  296.     background-color: #333 !important;
  297. }
  298.  
  299. .dropdown .dropdown-contents, li a.jumpbox-sub-link
  300. {
  301.     color: #aaa !important;
  302.     background-color: #272727 !important;
  303. }
  304.  
  305. .fa-external-link-square
  306. {
  307.     width: 44px !important;
  308.     height: 12px !important;
  309.     background-color: #334 !important;
  310.     text-align: left;
  311. }
  312.  
  313.  
  314.  
  315. /* Выделенный текст для FF */
  316. ::-moz-selection {
  317.     background-color: #999 !important;
  318.     color: #000 !important;
  319. }
  320. /* Выделенный текст для Google */
  321. ::selection {
  322.     background-color: #999 !important;
  323.     color: #000 !important;
  324. }
  325.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement