Difference between revisions of "MediaWiki: Common.css"

From Knowledge Federation
Jump to: navigation, search
Line 103: Line 103:
 
#mw-head{
 
#mw-head{
 
   height: 100px;
 
   height: 100px;
 +
}
 +
 +
#navbar navbar-nav{
 +
  background-color: red;
 
}
 
}

Revision as of 18:42, 4 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;
   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{
   background-color: red;
}