Difference between revisions of "MediaWiki:Vector.css"

From MatterControl Manual
Jump to: navigation, search
(Created page with "CSS placed here will affect users of the Vector skin: @import url(https://fonts.googleapis.com/css?family=Montserrat:700,400) body{background-color:#008299 ;z-index:2 } #...")
 
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
/* CSS placed here will affect users of the Vector skin */
 
/* CSS placed here will affect users of the Vector skin */
@import url(https://fonts.googleapis.com/css?family=Montserrat:700,400)
+
 
 
body{background-color:#008299 ;z-index:2 }
 
body{background-color:#008299 ;z-index:2 }
 
#mw-page-base{background-color:#008299 !important  }
 
#mw-page-base{background-color:#008299 !important  }
 
#mw-page-base{background-image:none }
 
#mw-page-base{background-image:none }
 
#mw-head-base{background-image: linear-gradient(#ffffff 50%,#f6f6f6 100%);background-color: #ffffff;}
 
#mw-head-base{background-image: linear-gradient(#ffffff 50%,#f6f6f6 100%);background-color: #ffffff;}
body{font-family:Montserrat}
+
 
 
div#mw-panel div.portal div.body ul li a {
 
div#mw-panel div.portal div.body ul li a {
 
     color: #fff !important;
 
     color: #fff !important;
 
}
 
}
 
div#mw-panel div.portal h3 {color:#fff}
 
div#mw-panel div.portal h3 {color:#fff}
#content{height:100%}
+
#footer{   background-image: linear-gradient(#fff 50%,#f6f6f6 100%);
 +
    background-color: #fff;}

Latest revision as of 19:44, 29 January 2016

/* CSS placed here will affect users of the Vector skin */

body{background-color:#008299 ;z-index:2 }
#mw-page-base{background-color:#008299 !important  }
#mw-page-base{background-image:none }
#mw-head-base{background-image: linear-gradient(#ffffff 50%,#f6f6f6 100%);background-color: #ffffff;}

div#mw-panel div.portal div.body ul li a {
    color: #fff !important;
}
div#mw-panel div.portal h3 {color:#fff}
#footer{    background-image: linear-gradient(#fff 50%,#f6f6f6 100%);
    background-color: #fff;}