MediaWiki: Common.css

From Knowledge Federation
Revision as of 18:53, 4 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 */


#mw-navigation{
   width: auto;
}

h1{
   color: #D53D0E;
}

.row{ 
    background-color: #F2F2F2;
}

#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;
   text-decoration: none; 
   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-EXAMPLES, #n-VISION, #n-UPCOMING-EVENTS{
   color: #D53D0E;
   font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace
   background-color: white;
}

.Skaj01{
   background-color: #d9d9da;
   color: navy;
   border-bottom:  1px dashed #B3B3B3;
   border-top: 1px dashed #B3B3B3;
   column-count: 3;
}

.Skaj01 h2 {
    column-span: 1;
}
.Skaj01 p {
    column-span: 1;
}

#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;
}

#contentwrapper {
   padding-top: 80px;
}

#toc {
  display:none;
}

.page-header{
   border-top: 1px dashed #B3B3B3;
   border-bottom: 1px dashed #B3B3B3;
}

#contentwrapper{
   padding-top: 100px;
}

#mw-head{
   height: 100px;
}

#navbar .navbar-nav{
   width: 100%
}