Anonymous

MediaWiki:Common.css: Difference between revisions

From No Man's Land - A Trigun Wiki
no edit summary
No edit summary
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
a:visited,
.mw-parser-output a.extiw:visited,
.mw-parser-output a.external:visited {
  color:#723DAA;
}


/* MESSAGEBOX */
/* MESSAGEBOX */
Line 5: Line 11:
     border-collapse:collapse;
     border-collapse:collapse;
margin:auto;
margin:auto;
     min-width:50%;
     min-width:55%;
     max-width:80%;
     max-width:80%;
background-color:#F7F6F4;
background-color:#F7F6F4;
Line 27: Line 33:
     margin-left:0.8em;
     margin-left:0.8em;
     font-size:0.85em;
     font-size:0.85em;
}
/* INFOBOX */
.wikitable.infobox {
    float: right;
    margin-left: 0.5em;
    margin-right: 0px;
    width: 20%;
    max-width:30em;
    min-width:20em;
}
/* MOBILE FIXES */
@media screen and (max-width:700px) {
    .mw-content-ltr figure[typeof="mw:File/Thumb"], .mw-content-ltr figure[typeof="mw:File/Frame"] {
        float:none;
        margin:auto;
    }
    .wikitable.infobox {
        float:none;
        width:100%;
        margin:auto;
    }
}
}