Difference between revisions of "MediaWiki:Openvz.css"
(experimental stuff for p-cactions) |
(experimental stuff for p-personal) |
||
Line 22: | Line 22: | ||
color: Black; | color: Black; | ||
background-color: #d6e5de; | background-color: #d6e5de; | ||
− | + | } | |
#p-cactions li a { | #p-cactions li a { | ||
Line 40: | Line 40: | ||
} | } | ||
+ | #p-personal { | ||
+ | /* Bar with personalized menu (user preferences, favorites etc) */ | ||
+ | line-height: 1.3em; | ||
+ | color: Black; | ||
+ | background-color: #d6e5de; | ||
+ | padding: 0em 3em 0em 3em; | ||
+ | margin: 0; | ||
+ | text-align: right; | ||
+ | text-transform: lowercase; | ||
+ | list-style: none; | ||
+ | border-top-color: #7dae96; | ||
+ | border-top-style: solid; | ||
+ | border-top-width: 1px; | ||
+ | } | ||
+ | #p-personal .portalUser { | ||
+ | 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> | </pre> | ||
*/ | */ |
Revision as of 08:54, 9 June 2006
/*
<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-cactions li a {
background-color: transparent;
border: 1px solid White;
color: #76797c;
}
#p-cactions li.selected a {
background-color: #d6e5de;
color: #436976;
// border: 1px solid #7dae96;
}
#p-cactions li a:hover {
background-color: #d6e5de;
color: #436976;
border: 1px solid #7dae96;
}
#p-personal {
/* Bar with personalized menu (user preferences, favorites etc) */
line-height: 1.3em;
color: Black;
background-color: #d6e5de;
padding: 0em 3em 0em 3em;
margin: 0;
text-align: right;
text-transform: lowercase;
list-style: none;
border-top-color: #7dae96;
border-top-style: solid;
border-top-width: 1px;
}
#p-personal .portalUser {
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>
*/