MediaWiki:Openvz.css

From OpenVZ Virtuozzo Containers Wiki
Revision as of 08:58, 9 June 2006 by Kir (talk | contribs) (removed p-cactions at all; removed top border from p-personal)
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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/*
<pre>
*/

.portlet h5 {
    background: url(http://openvz.org/tab-bg-sel.gif) repeat-x 0% 100%;
}

.pBody {
    border: 1px solid #7dae96;
}

h1, h2 {
    border-bottom: 1px solid #7dae96;
}

pre {
    font-family: "Andale Mono", "Vera Sans Mono", Courier, monospace;
    font-size: 110%;
    padding: 1em;
    border: 1px dashed #7dae96;
    color: Black;
    background-color: #d6e5de;
}

#p-personal {
    /* Bar with personalized menu (user preferences, favorites etc) */
    line-height: 1.3em;
    color: Black;
    padding: 0em 3em 0em 3em;
    margin: 0;
    text-align: right;
    text-transform: lowercase;
    list-style: none;
}
#p-personal .ptUserpage {
    background: transparent url(http://static.openvz.org/user.gif) center left no-repeat;
    padding-left: 15px;
}

#p-personal .portalNotLoggedIn {
    color: Black;
    padding: 0;
    background: transparent;
    background-image: none;
} /* Used on all descriptions relevant to those not logged in */
 
#p-personal li {
    background: transparent url(http://static.openvz.org/linkOpaque.gif) center left no-repeat;
    padding-left: 8px;
    color: #436976;
    margin-left: 1em;
    display: inline;
}
#p-personal li a {
    text-decoration: none;
    color: #436976;
}

/*
</pre>
*/