MediaWiki:Acenet.css

From ACENET
Jump to: navigation, search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will affect users of the Vector skin */

/* Framework */
html,
body {
        height: 100%;
        width: 800px;
        margin: 0;
        padding: 0;
        font-family: sans-serif;
        font-size: 1em;
}

body {
/*      background-color: #f3f3f3; */
        background-color: white;
        /* @embed */
/*      background-image: url(images/page-base.png); */
        background-image: none;
}

/* Head */
#mw-page-base {
        height: 3.5em;
        background-color: white;
        /* @embed */
/*      background-image: url(images/page-fade.png); */
        background-image: none;
        background-position: bottom left;
        background-repeat: repeat-x;
}
#mw-head-base {
        margin-top: -3.5em;
        margin-left: 10em;
        height: 3.5em;
        /* @embed */
        background-image: url(skins/vector/images/border.png);
        background-position: bottom left;
        background-repeat: repeat-x;
}
div#mw-head {
        position: absolute;
        top: 0;
        left: 0;
        width: 800px;
}

/* Navigation Containers */
#left-navigation {
        position: absolute;
        left: 10em;
        top: 1em;
}
#right-navigation {
        float: right;
        margin-top: 1em;
}

/* Panel */
div#mw-panel {
        position: absolute;
        top: 80px;
        padding-top: 1em;
        width: 10em;
        left: 0;
}

/* Logo */
#p-logo {
        position: absolute;
        top: -80px;
        left: 0;
        width: 10em;
        height: 80px;
}
#p-logo a {
        display: block;
        width: 10em;
        height: 80px;
        background-repeat: no-repeat;
        background-position: center center;
        text-decoration: none;
}