Difference between revisions of "MediaWiki: Common.css"

From Knowledge Federation
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
*{font-family: "Times New Roman", Times, serif;}
 
  
 
#mw-navigation{
 
#mw-navigation{
Line 28: Line 27:
 
   text-decoration: none;  
 
   text-decoration: none;  
 
   background-color: white;
 
   background-color: white;
  font: Courier, Times New Roman;
 
 
   font-weight: bold;
 
   font-weight: bold;
 
   color: #D53D0E;
 
   color: #D53D0E;
Line 59: Line 57:
 
   box-shadow: none;
 
   box-shadow: none;
 
   /*height: 70px;*/
 
   /*height: 70px;*/
 +
  font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace
 
   padding-top: 10px;
 
   padding-top: 10px;
 
   border: none;
 
   border: none;

Revision as of 07:29, 3 June 2018

/* 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;
   color: #666666;
}

#n-KNOWLEDGE-FEDERATION{
   pointer-events: none;
   cursor: default;
   text-decoration: none; 
   background-color: white;
   font-weight: bold;
   color: #D53D0E;
}

#n-STORIES, #n-IMAGES, #n-CONCEPTS, #n-EXAMPLES, #n-VISION, #n-UPCOMING-EVENTS{
   color: #D53D0E;
   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 {
   background-color: white;
   background-image: none;
   box-shadow: none;
   /*height: 70px;*/
   font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace
   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;
}