MediaWiki:Ns0.css: Difference between revisions

From Tardis Wiki, the free Doctor Who reference
no edit summary
No edit summary
Tag: sourceedit
No edit summary
Tag: sourceedit
Line 2: Line 2:
   unique to the main namespace, aka "ns0"  */
   unique to the main namespace, aka "ns0"  */
.ns-0 .WikiaPage .WikiaPageBackground {
.ns-0 .WikiaPage .WikiaPageBackground {
background: #012c57; /* Old browsers */
background: #002244;
background: -moz-linear-gradient(left,  #002244 0%, #012c57 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#002244), color-stop(100%,#012c57)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #002244 0%,#012c57 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #002244 0%,#012c57 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #002244 0%,#012c57 100%); /* IE10+ */
background: linear-gradient(to right,  #002244 0%,#012c57 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002244', endColorstr='#012c57',GradientType=1 ); /* IE6-9 */
opacity:1;
opacity:1;
}
}
85,404

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.