Difference between revisions of "MediaWiki:Common.css"

From UNB Archives and Special Collections
Jump to navigation Jump to search
 
(22 intermediate revisions by one other user not shown)
Line 48: Line 48:
 
}
 
}
  
.toc, #toc { display: none; }
+
.tocnumber {
 +
 
 +
        display: none;
 +
 
 +
}
 +
 
 +
body.page-Main_Page h1#firstHeading {display:none;}
 +
 
 +
/* Mark attempts to add more space between paragraphs */ p {margin-bottom: 1em}

Latest revision as of 14:57, 26 June 2014

#ca-talk

{

  display:none!important;

}

#p-tb{

  display: none;

}

#n-recentchanges, #n-currentevents, #n-portal {

  display: none;
 visibility: hidden;

} div#mw-panel { padding-top: 3.5em; }

#p-logo a {

  height: 210px;

}

#p-navigation h5 {

  display:none;

}

div#mw-panel div.portal div.body ul li a {

  color: #000;
 font-weight: bold;

}

div#mw-panel div.portal div.body ul li { padding-bottom: 1em; }

#p-logo {

  height: 220px;
 top: -160px;

}

.tocnumber {

        display: none;

}

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

/* Mark attempts to add more space between paragraphs */ p {margin-bottom: 1em}