Difference between revisions of "MediaWiki:Common.css"

From Baloogan Campaign Wiki
Jump to: navigation, search
 
Line 15: Line 15:
 
}
 
}
  
#p-Platform_Database-label {
+
#p-Command-label {
 
margin-left:0cm;
 
margin-left:0cm;
 
}
 
}

Latest revision as of 10:28, 22 November 2014


a:link {text-decoration:underline;}
a:visited {text-decoration:underline;}
a:hover {text-decoration:underline;}
a:active {text-decoration:underline;}


#mw-panel {
padding-top: 0  !important;
}

#p-Baloogan_Campaign-label {
	margin-left:0cm  !important;
display: block  !important;
}

#p-Command-label {
	margin-left:0cm;
}
#p-DB3000-label {
	margin-left:0cm;
}
#p-Geoscape_08_ADMIN-label {
	margin-left:0cm;
}
#p-BLUFOR-label {
	margin-left:0cm;
}
#p-REDFOR-label {
	margin-left:0cm;
}
#p-Donate-label {
	margin-left:0cm;
}




/* CSS placed here will be applied to all skins */
/* Standard Navigationsleisten, aka box hiding thingy
   from .de.  Documentation at [[Wikipedia:NavFrame]]. */
div.NavFrame {
    margin: 0;
    padding: 4px;
    border: 1px solid #aaa;
    text-align: center;
    border-collapse: collapse;
    font-size: 95%;
}
div.NavFrame + div.NavFrame {
    border-top-style: none;
    border-top-style: hidden;
}
div.NavPic {
    background-color: #fff;
    margin: 0;
    padding: 2px;
    /* @noflip */
    float: left;
}
div.NavFrame div.NavHead {
    height: 1.6em;
    font-weight: bold;
    background-color: #ccf;
    position: relative;
}
div.NavFrame p,
div.NavFrame div.NavContent,
div.NavFrame div.NavContent p {
    font-size: 100%;
}
div.NavEnd {
    margin: 0;
    padding: 0;
    line-height: 1px;
    clear: both;
}
a.NavToggle {
    position: absolute;
    top: 0;
    /* @noflip */
    right: 3px;
    font-weight: normal;
    font-size: 90%;
}