Difference between revisions of "MediaWiki:Vector.css"

From The Viking Age Compendium
Jump to: navigation, search
m
m
 
(4 intermediate revisions by one other 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
  
 +
/* hide the header on the first page */
 +
.page-Main_Page #footer-info-lastmod,
 +
.action-view.page-Main_Page .firstHeading {
 +
    display: none !important;
 +
}
  
/* Background format based on the code from  
+
/* Background format based on the code from http://kamelopedia.mormo.org/index.php/MediaWiki:Vector.css */
http://kamelopedia.mormo.org/index.php/MediaWiki:Vector.css*/
+
  
body {
+
body{
 
     background-color: #fcf6e4;
 
     background-color: #fcf6e4;
     background-image: url(http://www.vikingage.org/wiki/skins/Viking/MW_V_page-base.png);
+
     background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAABGdBTUEAALGPC/xhBQAAAANQTFRF9vDUgzHFyAAAAApJREFUCNdjYAAAAAIAAeIhvDMAAAAASUVORK5CYII=);
 
  }
 
  }
 
   
 
   
  #mw-page-base {
+
  #mw-page-base{
 
     background-color: #fff;
 
     background-color: #fff;
     background-image: url(http://www.vikingage.org/wiki/skins/Viking/MW_V_page-fade.png);
+
     background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAsCAIAAAArRUU2AAAAB3RJTUUH2goRFQoldmLg5AAAAAlwSFlzAAAeeAAAHngBy6sDHwAAAARnQU1BAACxjwv8YQUAAAAoSURBVHjaY/j//z8TA8N/JhjNAOMjsUE0mE+CPAyjm4sihss83GYCABSpRhFd7wVKAAAAAElFTkSuQmCC);
 
  }
 
  }
 
div.vectorTabs, div.vectorTabs span, div.vectorMenu h5 a {
 
    background-image: url(http://www.vikingage.org/wiki/skins/Viking/MW_V_tab-break.png);
 
}
 
 
#content {
 
    background-image: url(http://www.vikingage.org/wiki/skins/Viking/MW_V_border.png) !important;
 
}
 
 
#mw-head-base {
 
    background-image: url(http://www.vikingage.org/wiki/skins/Viking/MW_V_border.png);
 
}
 
 
#footer {
 
    background-image: url(http://www.vikingage.org/wiki/skins/Viking/MW_V_border.png) !important;
 
}
 
 
div.vectorTabs ul li {
 
    background-color: #fcf6e4;
 
    background-image: url(http://www.vikingage.org/wiki/skins/Viking/MW_V_tab-normal-fade.png);
 
}
 
 
div.vectorTabs li.selected {
 
    background-image: url(http://www.vikingage.org/wiki/skins/Viking/MW_V_tab-current-fade.png);
 
}
 
 
/* hide the header on the first page */
 
body.page-Main_Page.action-view h1.firstHeading {
 
    display: none !important;
 
  
/* workaround for small font sizes in some browsers: see https://bugzilla.wikimedia.org/show_bug.cgi?id=23708 */
+
div#content{
pre.css.source-css,              /* MediaWiki:*.css, User:*.css */
+
border-color: #F9DFA7;
pre.javascript.source-javascript, /* MediaWiki:*.js, User:*.js */
+
pre.lua.source-lua,              /* Module:* */
+
div.mw-geshi pre,                /* source enclose="pre" */
+
div.mw-geshi div,                /* source enclose="div" */
+
span.mw-geshi                    /* source enclose="none" */ {
+
    font-family: monospace, sans-serif !important;
+
 
}
 
}
*/
+
[[Category:Wiki]]

Latest revision as of 18:36, 2 May 2017

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

/* hide the header on the first page */
.page-Main_Page #footer-info-lastmod, 
.action-view.page-Main_Page .firstHeading {
    display: none !important;
}

/* Background format based on the code from http://kamelopedia.mormo.org/index.php/MediaWiki:Vector.css */

body{
    background-color: #fcf6e4;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAABGdBTUEAALGPC/xhBQAAAANQTFRF9vDUgzHFyAAAAApJREFUCNdjYAAAAAIAAeIhvDMAAAAASUVORK5CYII=);
 }
 
 #mw-page-base{
    background-color: #fff;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAsCAIAAAArRUU2AAAAB3RJTUUH2goRFQoldmLg5AAAAAlwSFlzAAAeeAAAHngBy6sDHwAAAARnQU1BAACxjwv8YQUAAAAoSURBVHjaY/j//z8TA8N/JhjNAOMjsUE0mE+CPAyjm4sihss83GYCABSpRhFd7wVKAAAAAElFTkSuQmCC);
 }

div#content{
	border-color: #F9DFA7;
}
[[Category:Wiki]]