MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(12 intermediate revisions by the same user not shown)
Line 4: Line 4:


body {
body {
background: #ecf9f2;
background: #ECE3F0;
}
}


Line 11: Line 11:
}
}


#mw-wiki-logo {
.mw-wiki-logo {
   background-image: url(/w/images/b/bc/Wiki.png);
   background-image: url(/w/images/b/bc/Wiki.png);
}
}


#mw-panel .portal .body {
#mw-panel .portal {
   font-family: Balsamiq Sans;
   font-family: Balsamiq Sans;
   font-size: 21px;
   font-size: 21px;
}
}


#mw-panel .portal .body li a,
#mw-panel .portal li a,
#mw-panel .portal .body li a:visited {
#mw-panel .portal li a:visited {
   color:#000000
   color:#000000
}
}
Line 29: Line 29:
   font-size: 25px;
   font-size: 25px;
   color:darkblue;
   color:darkblue;
}
#mw-panel #p-logo + .portal {
margin-top: -1em;
}
}


.mw-body {
.mw-body {
border: 1px solid #8cd9b3;
border: 1px solid #4B0081;
border-right: none;
border-right: none;
}
}


div.vectorTabs ul li {
div.vectorTabs ul li {
background-color: #ecf9f2;
background-color: #ECE3F0;
}
}


Line 66: Line 62:
     margin-top:2px;
     margin-top:2px;
     font-size:0.8em;
     font-size:0.8em;
     color:#FFFFFF;
     color:#FFFFFF !important;
}
 
span.editbutton-left {
    float:left;
    margin-left:-65px;
    margin-top:2px;
    font-size:0.8em;
    color:#FFFFFF !important;
}
}


span.editbutton a {
span.editbutton a,
   color:#FFFFFF;
span.editbutton-left a {
   color:#FFFFFF !important;
}
}


Line 297: Line 302:
  scrollbar when necessary */
  scrollbar when necessary */
  /* overflow:auto; */
  /* overflow:auto; */
}
/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
display:none;
}
.tabberlive .tabbertab h3 {
display:none;
}
}


Line 515: Line 512:
.toclimit-6 .toclevel-6 {display:none;}
.toclimit-6 .toclevel-6 {display:none;}
.toclimit-7 .toclevel-7 {display:none;}
.toclimit-7 .toclevel-7 {display:none;}
td.scr-bottom {
        min-height:30px !important;
}
.mw-changeslist-time {
display: inline-block;
}