Advertisement
SoraHjort

Gamepolitics Stylish Day Theme

Sep 25th, 2015
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 6.82 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document domain("gamepolitics.com") {
  4. img.header-image {
  5.   display: block;
  6.   -moz-box-sizing: border-box;
  7.  
  8.   background: url(http://i.imgur.com/7GioybU.png) no-repeat;
  9.   width: 1080px; /* Width of new image */
  10.   height: 170px; /* Height of new image */
  11.   padding-left: 1080px; /* Equal to width of new image */
  12. }  
  13.  
  14. h1,h2,h3,h4{
  15.   color: #002070 !important;
  16. }
  17.  
  18. html {
  19.   background: #000000 !important;
  20.     background-color: black !important;
  21.  
  22. /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+5,00153f+6,0072ff+33,0072ff+61,b751ff+66,ff7200+71,ff7200+76,000000+82,000000+100 */
  23. background-image: -moz-linear-gradient(top,  #ffffff 6%, #00153f 6%, #0072ff 33%, #0072ff 61%, #b751ff 66%, #ff7200 71%, #ff7200 76%, #000000 82%, #000000 100%)!important; /* FF3.6+ */
  24. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(6%,#ffffff), color-stop(6%,#00153f), color-stop(33%,#0072ff), color-stop(61%,#0072ff), color-stop(66%,#b751ff), color-stop(71%,#ff7200), color-stop(76%,#ff7200), color-stop(82%,#000000), color-stop(100%,#000000))!important; /* Chrome,Safari4+ */
  25. background-image: -webkit-linear-gradient(top,  #ffffff 6%,#00153f 6%,#0072ff 33%,#0072ff 61%,#b751ff 66%,#ff7200 71%,#ff7200 76%,#000000 82%,#000000 100%)!important; /* Chrome10+,Safari5.1+ */
  26. background-image: -o-linear-gradient(top,  #ffffff 6%,#00153f 6%,#0072ff 33%,#0072ff 61%,#b751ff 66%,#ff7200 71%,#ff7200 76%,#000000 82%,#000000 100%)!important; /* Opera 11.10+ */
  27. background-image: -ms-linear-gradient(top,  #ffffff 6%,#00153f 6%,#0072ff 33%,#0072ff 61%,#b751ff 66%,#ff7200 71%,#ff7200 76%,#000000 82%,#000000 100%)!important; /* IE10+ */
  28. background-image: linear-gradient(to bottom,  #ffffff 6%,#00153f 6%,#0072ff 33%,#0072ff 61%,#b751ff 66%,#ff7200 71%,#ff7200 76%,#000000 82%,#000000 100%)!important; /* W3C */
  29.  
  30.   background-size: 100% 4000px !important;
  31.   background-repeat: no-repeat !important;
  32.  
  33.   color: #000000;
  34.   z-index: -1
  35. }
  36. body{
  37.   background: url("http://i.imgur.com/8SlcnCu.png");
  38.   background-attachment: fixed;
  39.  
  40. }
  41. div, header {
  42.   background: rgba(255,255,255,0.0) !important;
  43.   color: #0f0f0f;
  44. }
  45. div.inside-article,div.inside-left-sidebar,nav{
  46.   background: rgba(255,255,255,0.9) !important;
  47.   border: 2px solid #002070 !important;
  48. }
  49. h1.entry-title,h2.entry-title{
  50.   background: rgba(255,255,255,0.4) !important;
  51.   border-bottom: 2px solid #002070 !important;
  52. }
  53. div.comments-area{
  54.   background: rgba(255,255,255,0.6) !important;
  55.   border: 1px solid #002070 !important;
  56. }
  57. a {
  58.   color: #002070;
  59. }
  60. a:visited {
  61.   color: #600c00;
  62. }
  63. .entry-title{
  64.   background: white;
  65.   color: #0e3558;
  66. }
  67. .entry-title a,div.textwidget a,span.comments-link a{
  68.   color: #002070 !important;
  69. }
  70.  
  71. .entry-title a:visited{
  72.   color: #600c00 !important;
  73. }
  74.   .entry-title a:hover{
  75.     color: #777;
  76. }
  77. aside{
  78.   background: rgba(255,255,255,0.2) !important;
  79. }
  80. textarea, input, .wp-core-ui, .button-primary:focus{
  81.   background: white !important;
  82.   color: black !important;
  83.   box-shadow: #002070 !important;
  84.   border-color: #002070 !important;
  85. }
  86. div.pollbar{
  87.   /*background: #310046 !important;*/
  88.   background: #600c00 !important;
  89. /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5090f0+0,90d040+50,f03050+100 */
  90. background: #5090f0 !important; /* Old browsers */
  91. background: rgba(143,208,64,0) !important;/* Old Browsers */
  92. background: -moz-linear-gradient(left, rgba(143,208,64,0) 0%, rgba(179,0,255,0.5) 50%, rgba(143,208,64,1) 100%) !important; /* FF3.6+ */
  93. background: -webkit-gradient(left top, right top, color-stop(0%, rgba(143,208,64,0)), color-stop(50%, rgba(179,0,255,0.5)), color-stop(100%, rgba(143,208,64,1))) !important;/* Chrome, Safari4+ */
  94. background: -webkit-linear-gradient(left, rgba(143,208,64,0) 0%, rgba(179,0,255,0.5) 50%, rgba(143,208,64,1) 100%) !important; /* Chrome10+,Safari5.1+ */
  95. background: -o-linear-gradient(left, rgba(143,208,64,0) 0%, rgba(179,0,255,0.5) 50%, rgba(143,208,64,1) 100%) !important; /* Opera 11.10+ */
  96. background: -ms-linear-gradient(left, rgba(143,208,64,0) 0%, rgba(179,0,255,0.5) 50%, rgba(143,208,64,1) 100%) !important; /* IE 10+ */
  97. background: linear-gradient(to right, rgba(143,208,64,0) 0%, rgba(179,0,255,0.5) 50%, rgba(143,208,64,1) 100%) !important;/* W3C */
  98. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fd040', endColorstr='#8fd040', GradientType=1 ) !important;/* IE6-9 */
  99.  
  100.     background-size: 200px !important;
  101.  
  102.  
  103.   border: 2px solid !important;
  104.   border-color: #305c30 !important;
  105. }
  106. code span{
  107.   color: #600c00 !important;
  108. }
  109. p code{
  110.   color: #c040f0 !important;
  111. }
  112. ul#menu-main-menu,.main-navigation,.menu,footer.site-info{
  113.   background: rgba(31,0,46,0.6) !important;
  114.   color: #3070c0 !important;
  115.   border: 1px solid #002070 !important;
  116.  
  117. }
  118. .current-menu-item > a{
  119.   background: #410066 !important;
  120. }
  121. li > a:hover{
  122.   background-color: #9010f0 !important;
  123.   color: black !important;
  124.   }
  125. label,th{
  126.   color: #ccc !important;
  127. }
  128. button{
  129.   color: #3070c0 !important;
  130.   background: #101010 !important;
  131.   box-shadow: #505050 !important;
  132.   border-color: #505050 !important;
  133.   }
  134. .wall-alt{
  135.   background: rgba(255,130,30,0.5) !important;
  136.   /*color: #4ba4ff !important;*/
  137.   color:#600c00;
  138. }
  139. #wp_wall p{
  140.   margin-top: 10px;
  141.   margin-bottom: 10px;
  142. }
  143. #wallcomments {
  144.   background: rgba(30,130,255,0.5) !important;
  145.   /*color: #ffa54b !important;*/
  146.   color: #103070
  147. }
  148. .odd{
  149.   background-color: #101010;  
  150.   background: rgba(255,255,255,0.4);
  151. }
  152. .even{
  153.   background-color: #100020;
  154. background: rgba(255,130,30,0.6);
  155. }
  156. div.inside-header, header.site-header{
  157.   background: rgba(255,255,255,0) !important;
  158. }
  159. .widget{
  160.   color: #002050 !important;
  161. }
  162. .nivoSlider{
  163.   height: 190px;
  164. }
  165. .nivo-caption{
  166.   color: #ffffff;
  167.   outline-color: #000000;
  168.   text-shadow: 1px 1px #000000,
  169.     1px 0px #000000,
  170.     0px 1px #000000,
  171.   1px -1px #000000,
  172.   -1px -1px #000000,
  173.     -1px 0px #000000,
  174.     0px -1px #000000,
  175.   -1px 1px #000000;
  176. }
  177. ins, iframe{
  178.   max-width: 270px !important;
  179.   max-height: 270px !important;
  180.   left: 0% !important;
  181.   right: 0% !important;
  182.   top: 0% !important;
  183.   bottom: 0% !important;
  184.   margin: 0px 0px 0px 0px !important;
  185.   position: relative !important;
  186.  
  187. }
  188. div[id^='advads-'], div[id*='advads-']{
  189.   margin-left: 3px !important;
  190.   max-width: 280px !important;
  191.   max-height: auto !important;
  192. }
  193.   /*iframe{
  194.   width: 260px !important;
  195.   position: relative !important;
  196.   margin-left: 0px !important;
  197.   left: 0%;
  198. }*/
  199. div[id^='ads-'], div[id*='ads-']{
  200.   width: 280px !important;
  201. }
  202. a[rel~="tag"],time.entry-date,span.author-name{
  203.   color: #600c00;
  204. }
  205. time.entry-date,span.author-name{
  206.   color: #600c00;
  207. }
  208. a[rel~="prev"],a[rel~="next"]{
  209.   color: #0e3558;
  210. }
  211. small{
  212.   color: black;
  213. }
  214. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement