anaodia7

Patriota 2.0

May 2nd, 2022 (edited)
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 6.04 KB | None | 0 0
  1. body{
  2.     background:#ffe;
  3.     background-image:url("https://i.ibb.co/8KXnp85/imagemfundodia7.png"); background-color: #c1de8e;
  4.     background-repeat: no-repeat, repeat;
  5.     background-position: center;
  6.     background-attachment: fixed, fixed;
  7.     color:#242B23;
  8.     font-family:arial,helvetica,sans-serif;
  9.     font-size:10pt;
  10. }
  11. div.ban.oficial{
  12.     margin-bottom:30px;
  13. }
  14. div.ban.oficial ul{
  15.     margin:05px;
  16.     padding:0;
  17.     float:left;
  18.     width:12em;
  19. }
  20. div.ban.oficial ul a{
  21.     text-decoration:none;
  22.     color:#333;
  23. }
  24. div.ban.oficial ul a:hover{
  25.     text-decoration:underline
  26. }
  27. div.ban.oficial ul li:first-child{
  28.     text-decoration:underline;
  29.     font-weight:bold;
  30.     font-size:13px
  31. }
  32. div.ban.oficial ul li{
  33.     font-size:100%;
  34.     list-style:none;
  35.     line-height:130%;
  36.     font-size:93%;
  37. }
  38. .box{
  39.     background:#FFF79A;
  40.     border:1px solid #E7C107;
  41.     color:#000
  42. }
  43. .box-title{
  44.     background:#ffe677;
  45.     color:#000000
  46. }
  47. table.board-list-table tr:nth-of-type( even ) .board-tags .board-cell,table.board-list-table tr:nth-of-type( odd ) .board-tags .board-cell,table tbody tr:nth-of-type( even ){
  48.     background-color:transparent;
  49. }
  50. table.board-list-table tbody tr:nth-of-type( odd ),table.board-list-table tbody tr:nth-of-type( odd ) .board-cell:hover{
  51.     background:#FFF375
  52. }
  53. table.board-list-table tbody tr:nth-of-type( even ),table.board-list-table tbody tr:nth-of-type( even ) .board-cell:hover{
  54.     background:#FFF79A
  55. }
  56. table thead th,tbody.board-list-omitted td{
  57.     border-color:#E7C107;
  58.     background:#ffe677
  59. }
  60. ul.tag-list{
  61.     border-top-color:#E7C107;
  62. }
  63. a:hover{
  64.     color:#27478a!important;
  65. }
  66. a.post_no{
  67.     color:#800000;
  68. }
  69. div.banner{
  70.     background-color:#045F11;
  71. }
  72. .bl-menu{
  73.     background-image:url('https://files.catbox.moe/hjxy83.png'),url('https://files.catbox.moe/ik4ua9.png');
  74.     background-repeat:repeat-x,repeat;
  75.     background-attachment:scroll,scroll;
  76. }
  77. .boardlist, .board a{
  78.     background:#65AB6B;
  79.     border-bottom :1px solid #27478a;
  80.     color: #27478a !important;
  81.     font-weight:600;
  82. }
  83. div.post.reply{
  84.     background-color: #faee75;
  85.     border:2px solid #27478a;
  86.     webkit-border-radius:5px;
  87.     -moz-border-radius:5px;
  88.     border-radius:5px;
  89.     -webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.35);
  90.     -moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.35);
  91.     -o-box-shadow: 0px 2px 3px rgba(0,0,0,0.35);
  92.     box-shadow: 0px 2px 3px rgba(0,0,0,0.35);
  93. }
  94. div.post.reply.highlighted{
  95.     background-color: #bfcdff;
  96.     border:2px dashed #215c1e;
  97.     webkit-border-radius:5px;
  98.     -moz-border-radius:5px;
  99.     border-radius:5px;
  100.     -webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.35);
  101.     -moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.35);
  102.     -o-box-shadow: 0px 2px 3px rgba(0,0,0,0.35);
  103.     box-shadow: 0px 2px 3px rgba(0,0,0,0.35);
  104. }
  105.  
  106. .intro span.subject{
  107.     color:#cc1105;
  108. }
  109. form table tr th{
  110.     background:#65AB6B;
  111.     border:1px solid #27478a;
  112.     font-weight:600;
  113. }
  114. .active-ukko h2{
  115.     text-align:center;
  116.     background-color:#045f11;
  117.     margin:3px;
  118.     color:#FFF;
  119. }
  120. .active-ukko h2 a{
  121.     color:#FFF;
  122. }
  123. .active-ukko h2 a.ukkohide{
  124.     margin-left:3px;
  125. }
  126. div.ban h2{
  127.     background:#ffe677;
  128.     font-size:12pt;
  129. }
  130. div.ban{
  131.     background:#fff79a;
  132.     border:1px solid #27478a;
  133.     max-width:750px;
  134.     margin:0 auto;
  135.     margin-bottom:15px;
  136. }
  137. div.ban p{
  138.     color:black;
  139. }
  140. div.pages{
  141.     color:#054500;
  142.     background:#000;
  143.     background-image:url('https://files.catbox.moe/fkkpdb.jpg');
  144.     border:#E5D959 2px solid;
  145.     font-family:sans-serif;
  146.     font-size:10pt;
  147. }
  148. div.pages a.selected{
  149.     color:#800;
  150. }
  151. div.pages a,a:visited{
  152.     text-decoration:none;
  153.     color:#002b56;
  154. }
  155.  
  156. a, a:visited{
  157.   color: #215c1e !important;
  158. }
  159.  
  160. a:hover{
  161.   color: #17439c !important;
  162. }
  163.  
  164. div.pages a:hover,.intro a.post_no:hover{
  165.     color: #FFF !important;
  166. }
  167. div.pages input[type="submit"]{
  168.     background:#cfcfcf;
  169.     border:#E5D959 1px solid;
  170.     color:#000;
  171. }
  172. div.pages input[type="submit"]:hover{
  173.     background:#a8a8a8;
  174.     border:#E5D959 1px solid;
  175.     color:#000;
  176. }
  177. hr{
  178.     border-width:1px;
  179.     border-color:#054500;
  180. }
  181. div.boardlist{
  182.     color:#52794F;
  183.     font-size:9pt;
  184. }
  185.  
  186. .post-hover{
  187.     border:solid 1px #265026!important;
  188. }
  189. table.modlog tr th{
  190.     background:#65ab6b;
  191. }
  192. .intro span.name{
  193.     color:maroon;
  194.     font-weight:600;
  195. }
  196. img.banner,img.board_image{
  197.     border:none;
  198. }
  199. header div.subtitle,h1{
  200.     color:#054500;
  201. }
  202. .desktop-style div.boardlist:not(.bottom){
  203.     background-color: #bfcdff;
  204. }
  205. .desktop-style div.boardlist:not(.bottom):hover,.desktop-style div.boardlist:nth-child(1).cb-menu{
  206.     background-color:#CADC9D;
  207. }
  208. span.rquote {color: #af0a0f !important;}
  209.  
  210. .options_tab h2{
  211.     font-size:24px;
  212.     color:#033;
  213.     background:#CADC9D;
  214.     margin:0px;
  215. }
  216. .options_tab{
  217.     background-color:#EBF2DB;
  218.     padding:0px;
  219. }
  220. #options_tablist{
  221.     background:#CADC9D;
  222.     border-right:1px dotted #033;
  223. }
  224. .options_tab_icon.active{
  225.     color:#27478a;
  226. }
  227. #options_div{
  228.     border:1px solid #CADC9D;
  229. }
  230. #options_div textarea{
  231.     height:200px;
  232. }
  233. footer{
  234.     text-align:center;
  235. }
  236. ul.tabs{
  237.     padding:0px;
  238.     font-size:0;
  239.     list-style-type:none;
  240.     text-align:center;
  241.     padding-left:20px;
  242. }
  243. ul.tabs li{
  244.     display:inline;
  245.     margin:8px;
  246.     background:White;
  247.     margin-left:-4px;
  248. }
  249. ul.tabs li a{
  250.     top:-06px;
  251.     font:normal 12px Verdana;
  252.     text-decoration:none;
  253.     position:relative;
  254.     padding:7px 22px;
  255.     color:#13ec2c;
  256.     outline:none;
  257.     background:#f8d640;
  258.     border-right:0;
  259. }
  260. ul.tabs li a:hover{
  261.     color:#000;
  262.     background:#ffe677;
  263. }
  264. ul.tabs li.selected a,ul.tabs li.selected a:hover{
  265.     font-weight:normal;
  266.     background:#ffe677;
  267.     color:#000;
  268. }
  269. div.tabcontents{
  270.     border-top:1px solid;
  271. }
  272.  
  273. a.quick-reply-btn{
  274.   visibility: hidden !important;
  275. visibility: collapse !important;
  276. }
  277.  
  278.  
  279.  
  280. /*Código anti-cores para duplos e etc...*/
  281.  
  282. .rainbow {
  283.   -webkit-animation: rainbow 5s infinite;
  284. }
  285. @-webkit-keyframes rainbow{
  286.  
  287. 100%{color: none;}
  288. }
Add Comment
Please, Sign In to add comment