MediaWiki:Common.css

From ELWiki
Revision as of 10:15, 12 November 2006 by Takiro (talk | contribs)
Jump to navigation Jump to 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: 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 be applied to all skins */

/* FOCW header style */

    #g_title p, #g_footer p, #g_description p {
        margin: 0;
    }

    #g_footer {
        font-size:0.85em;
        font-family:Georgia, "Times New Roman", Times, serif;
        color:#697335;
        text-align:center;
        margin:0px;
    }

    #page-title { font-family:Georgia, "Times New Roman", Times, serif;
        text-align:left;
        font-style:italic;
        font-size:2.25em;color:#697335;margin:0;border-bottom:3px solid #A0AA6D;  
        padding-top:75px;
        border:none;
    }

    #container {
        width: 718px;
        text-align: left;
        padding: 0px;
        background-color:#E9ECCF;
        margin:0px auto;
    }

    #page-title { font-family:Georgia, "Times New Roman", Times, serif;
        text-align:left;
        font-style:italic;
        padding-top:75px;
        border:none;
    }

    #g_description { font-family:Georgia, "Times New Roman", Times, serif;
        text-align:right;
        padding-left:25px;
        padding-right:25px;
        font-style:italic;
        color:#A0AA6D;
        line-height:4.75em;
    }

    #header {
        background: URL("http://focw.dragoncairn.net/images/skin_branch_top.jpg") no-repeat top left;
        background-color: #D2D6B1;
    }

    #header .wrapper {
        padding-left: 260px;
    }

    #onecolumn #main-content .wrapper {}

    body {background:#E9ECCF; text-align:left; }

    #bodyContent {
       width: 718px;
       background-color:#E9ECCF;
       position: relative;
    }