MediaWiki

Difference between revisions of "Common.css"

From Engineering Client Portal

(Blanked the page)
Line 1: Line 1:
 +
/* CSS placed here will be applied to all skins */
 +
p + p{
 +
  margin-top:10px;
 +
}
  
 +
body.page-Main_Page.action-view h2.title, body.page-Main_Page.action-submit h2.title { display: none;
 +
}
 +
 +
#footer-lastmod { display: none; }
 +
h4.namespace.label { display: none !important;  }  /* "Special" label */
 +
.mw-search-createlink { display: none; }  /* Create page in Search */
 +
 +
div #toc.toc { font-size: 75%; }
 +
 +
.mw-headline {
 +
    color: #009dd8;
 +
    font-size: large;
 +
}
 +
 +
h2{
 +
    margin-bottom: 0em !important;
 +
}
 +
 +
div #catlinks.catlinks { margin-top: 2.5em !important; }
 +
 +
footer.row {
 +
    margin-bottom: 1.5em;
 +
}
 +
 +
ul#filetoc{
 +
    visibility: hidden;
 +
    height: 0px;
 +
}
 +
 +
h2#firstHeading.title {
 +
    font-family: brandonGrotesque;
 +
    text-transform: uppercase;
 +
    margin-bottom: 1em;
 +
}
 +
 +
h2#filehistory {
 +
    visibility: hidden;
 +
    height: 0px;
 +
}
 +
 +
h3#tagline {
 +
    visibility: hidden;
 +
    height: 0px;
 +
}
 +
 +
div#mw-imagepage-section-filehistory {
 +
    visibility: hidden;
 +
    height: 0px;
 +
}
 +
 +
span.mw-redirectedfrom {
 +
    visibility: hidden;
 +
    height: 0px;
 +
}
 +
 +
h2#metadata {
 +
    visibility: hidden;
 +
    height: 0px;
 +
}
 +
 +
div.mw-imagepage-section-metadata {
 +
    visibility: hidden;
 +
    height: 0px;
 +
}

Revision as of 23:29, 14 April 2017

/* CSS placed here will be applied to all skins */
p + p{
  margin-top:10px;
}

body.page-Main_Page.action-view h2.title, body.page-Main_Page.action-submit h2.title { display: none;
}

#footer-lastmod { display: none; }
h4.namespace.label { display: none !important;  }  /* "Special" label */
.mw-search-createlink { display: none; }  /* Create page in Search */

div #toc.toc { font-size: 75%; }

.mw-headline {
    color: #009dd8;
    font-size: large;
}

h2{
    margin-bottom: 0em !important;
}

div #catlinks.catlinks { margin-top: 2.5em !important; }

footer.row {
    margin-bottom: 1.5em;
}

ul#filetoc{
    visibility: hidden;
    height: 0px;
}

h2#firstHeading.title {
    font-family: brandonGrotesque;
    text-transform: uppercase;
    margin-bottom: 1em;
}

h2#filehistory {
    visibility: hidden;
    height: 0px;
}

h3#tagline {
    visibility: hidden;
    height: 0px;
}

div#mw-imagepage-section-filehistory {
    visibility: hidden;
    height: 0px;
}

span.mw-redirectedfrom {
    visibility: hidden;
    height: 0px;
}

h2#metadata {
    visibility: hidden;
    height: 0px;
}

div.mw-imagepage-section-metadata {
    visibility: hidden;
    height: 0px;
}