MediaWiki:Common.css

From Linux Home Networking
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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
/* CSS placed here will be applied to all skins */
/* LinuxHomeNetworking - Guest Start */
#column-content-guest {
        width: 100%;
        float: right;
        margin: 0 0 .6em 0px;
        padding: 0;
}
#content-guest {
        margin: 1.0em 0 0 0px;
        padding: 0 1em 1em 1em;
        position: relative;
        z-index: 2;
}
.portlet-guest {
        border: none;
        margin: 0 0 .5em;
        padding: 0;
        float: none;
        width: 0px;
}
#column-one-guest{
        padding-top: 1.0em;
}
#globalWrapper-guest {
        font-size: 127%;
        margin: 0;
        padding: 0;
        background-color: #ffffff;
        width: 850px; /* Width of content (minus ads in right column */
        margin-left: auto;
        margin-right: auto;
}
#lhn-wrapper{
        width: 1200px; /* Width of page */
        background: #ffffff;
        margin-left: auto;
        margin-right: auto;
}
/* LinuxHomeNetworking - Guest Stop */
body {
        background: #cccccc;
        background-image: none;
}
a {
        text-decoration: underline;
}
h1 { font-size: 188%; color: green; border-bottom: 2px solid #048444;}
h2 { font-size: 150%; color: teal;}
h3 {color: #324F17; border-bottom: 1px solid #C0D9AF;}
h4 {color: #46523C; border-bottom: 1px solid #C0D9AF;}
h5 {color: #003300; border-bottom: 1px solid #C0D9AF;}
#firstHeading {
        color: #3D5229;
        font-size: 250%;
        border-bottom: 1px solid #C0D9AF;
        text-align: center;
}
#toc,
.toc,
.mw-warning {
        border: none;
        background-color: #ffffff;
        margin: 0 2em 0 0;
        float: left;
}
#toc h2,
.toc h2 {
        color: #000000;
}
#toc #toctitle,
.toc #toctitle,
#toc .toctitle,
.toc .toctitle {
       text-align: left;
       text-decoration: underline;
}
.pBody {
       background-color: transparent;
       border: none;
}