Difference between revisions of "MediaWiki:Common.css"

m
m
Line 5: Line 5:
 
         margin-left:auto;
 
         margin-left:auto;
 
         margin-right:auto;
 
         margin-right:auto;
 +
}
 +
 +
#top-wrap h1 {
 +
        margin-left: 10px
 
}
 
}
  

Revision as of 13:17, 17 May 2018

/* CSS placed here will be applied to all skins */

#top-wrap, #main, #bottom-wrap {
        width:90%;
        margin-left:auto;
        margin-right:auto;
}

#top-wrap h1 {
        margin-left: 10px
}

pre, code, tt, kbd, samp, .mw-code {
        font-family: monospace, Courier;
        white-space: pre-wrap;
        white-space: -moz-pre-wrap;
        white-space: -pre-wrap;
        white-space: -o-pre-wrap;
        word-wrap: break-word;
}

.mw-highlight .gp {
    color: #ff9d0a;
}

.mw-highlight .go {
    color: #b6b1b1;
}