No edit summary
Tag: Manual revert
No edit summary
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


body.page-Main_Page #content h1 { font-family: "Georgia"; font-variant: small-caps; text-align: center; font-size:30px;}
body.page-Main_Page #content h1 { display: none; }
 
body.page-Main_Page .header-container { display: none; }
 
#siteSub {
    display: inline;
    font-size: 90%;
    font-style: italic;
}
 
@font-face {
  font-family: Kiladako;
  src: url(./resource/font/Kiladako.ttf);
}
 
.page-actions-menu {
display:none;
}
 
.minerva__tab-container {
display:none;
}
 
.last-modified-bar {
display:none;
}

Latest revision as of 20:15, 22 January 2024

/* CSS placed here will be applied to all skins */

body.page-Main_Page #content h1 { display: none; }

body.page-Main_Page .header-container { display: none; }

#siteSub {
    display: inline;
    font-size: 90%;
    font-style: italic;
}

@font-face {
  font-family: Kiladako;
  src: url(./resource/font/Kiladako.ttf);
}

.page-actions-menu {
display:none;
}

.minerva__tab-container {
display:none;
}

.last-modified-bar {
display:none;
}