MediaWiki:Common.css

3D Game Comparison - Game vs. game. No hype; just facts.™

(Difference between revisions)
Jump to: navigation, search
Revision as of 16:50, 21 August 2007 (edit)
Eep² (t|c)
New page: - Standard Navigationsleisten, aka box hiding thingy from .de. Documentation at w:Wikipedia:NavFrame. - div.Boxmerge, div.NavFrame { margin: 0px; padding: 4px; ...
← Previous diff
Revision as of 17:07, 21 August 2007 (edit) (undo)
Eep² (t|c)

Next diff →
Line 4: Line 4:
div.NavFrame { div.NavFrame {
margin: 0px; margin: 0px;
- padding: 4px;+ border: 1px solid;
- border: 1px solid #aaa;+
- text-align: center;+
border-collapse: collapse; border-collapse: collapse;
font-size: 95%; font-size: 95%;
Line 24: Line 22:
} }
div.NavFrame div.NavHead { div.NavFrame div.NavHead {
- height: 1.6em; 
- font-weight: bold; 
- background-color: #ccf; 
position:relative; position:relative;
} }

Revision as of 17:07, 21 August 2007

/* Standard Navigationsleisten, aka box hiding thingy from .de. Documentation at w:Wikipedia:NavFrame. */

div.Boxmerge, div.NavFrame {

       margin: 0px;
       border: 1px solid;
       border-collapse: collapse;
       font-size: 95%;

} div.Boxmerge div.NavFrame {

       border-style: none;
       border-style: hidden;

} div.NavFrame + div.NavFrame {

       border-top-style: none;
       border-top-style: hidden;

} div.NavPic {

       margin: 0px;
       padding: 2px;
       float: left;

} div.NavFrame div.NavHead {

       position:relative;

} div.NavFrame p {

       font-size: 100%;

} div.NavFrame div.NavContent {

       font-size: 100%;

} div.NavFrame div.NavContent p {

       font-size: 100%;

} div.NavEnd {

       margin: 0px;
       padding: 0px;
       line-height: 1px;
       clear: both;

} a.NavToggle {

       position:absolute;
       top:0px;
       right:3px;
       font-weight:normal;
       font-size:smaller;

}

Personal tools