Difference between revisions of "MediaWiki:Openvz.css"

From OpenVZ Virtuozzo Containers Wiki
Jump to: navigation, search
(Changed font size to 90% for pre)
(added link styles)
Line 2: Line 2:
 
<pre>
 
<pre>
 
*/
 
*/
 +
 +
a {
 +
    text-decoration: none;
 +
    color: #436976;
 +
    background-color: transparent;
 +
}
  
 
.portlet h5 {
 
.portlet h5 {
Line 44: Line 50:
 
text-transform: none;
 
text-transform: none;
 
}
 
}
 
  
 
/*
 
/*
 
</pre>
 
</pre>
 
*/
 
*/

Revision as of 09:37, 9 June 2006

/*
<pre>
*/

a {
    text-decoration: none;
    color: #436976;
    background-color: transparent;
}

.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: 90%;
    padding: 1em;
    border: 1px dashed #7dae96;
    color: Black;
    background-color: #f7f9fa;
    white-space: pre;
    overflow: auto;
}

#p-personal li {
    background: transparent url(http://static.openvz.org/linkOpaque.gif) center left no-repeat;
    padding-left: 8px;
    color: #436976;
}

#p-personal li a {
    text-decoration: none;
    color: #436976;
}

li#pt-userpage,
li#pt-anonuserpage,
li#pt-login {
	background: transparent url(http://static.openvz.org/user.gif) center left no-repeat !important;
	padding-left: 20px;
	text-transform: none;
}

/*
</pre>
*/