MediaWiki: Common.css

From Knowledge Federation
Revision as of 13:05, 5 June 2018 by Jacereim (talk | contribs)
Jump to: navigation, search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will be applied to all skins */

body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }

#mw-navigation{
   width: auto;
  padding-top: 100px;
  background-image:url(http://kf.wikiwiki.ifi.uio.no/img_auth.php/2/23/Kfbanner.jpg);
}


h1{
   color: #D53D0E;
}

.row{ 
	background-color: #F2F2F2;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
}

.row h2{
	font-size: 26px;
}

.row h3{
	font-size: 17px;
	font-weight: bold;
}


#n-Federation-through{
   pointer-events: none;
   cursor: default;
   text-decoration: none; 
   background-color: white;
   font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace
   color: #666666;
}

#n-KNOWLEDGE-FEDERATION{
   pointer-events: none;
   cursor: default;
   background-color: white;
   font-weight: bold;
   font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace
   color: #D53D0E;
}

#n-STORIES, #n-IMAGES, #n-CONCEPTS, #n-APPLICATION, #n-VISION, #n-UPCOMING-EVENTS{
   color: #D53D0E;
   font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace
   background-color: white;
}

#navbar{
   font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace
}

.navbar {
   background-color: white;
   background-image: none;
   box-shadow: none;
   /*height: 70px;*/
   padding-top: 10px;
   border: none;
}

.navbar-brand {
   padding-left: 10px;
}

.navbar-right{
   margin-top: 0px;
   border-top: 1px dashed #B3B3B3;
}

.navbar-nav{
   position:right;
}

.firstHeading {
   text-align: left;
}


#toc {
  display:none;
}

.page-header{
   margin: 0;
   border-top: 1px dashed #B3B3B3;
   border-bottom: 1px dashed #B3B3B3;
   padding: 10px 0 19px 0;
}

#contentwrapper{
   padding-top: 200px;
}

#mw-head{
   height: 100px;
}

#navbar{
   
}

.navbar-header{
   width: 12%;
   height: 100px;
}

#navbar .navbar-nav{
   float: right;
   width: 88%
}

.navbar-brand img{
   max-width: 100%;
   min-width: 80px;
   height: auto; 
   display: block;
}