Difference between revisions of "MediaWiki:Openvz.css"

From OpenVZ Virtuozzo Containers Wiki
Jump to: navigation, search
(Removed 'p-cactions li' as it is now in skins/openvz/*css files)
(Added styles for #editpage-specialchars)
Line 57: Line 57:
 
padding-left: 20px;
 
padding-left: 20px;
 
text-transform: none;
 
text-transform: none;
 +
}
 +
 +
/* For MediaWiki:Edittools 'insert chars' to look like buttons.
 +
  Originally taken from #my-buttons at http://ru.wikipedia.org/wiki/MediaWiki:Monobook.css
 +
*/
 +
 +
#editpage-specialchars {
 +
  padding: 0.5em;
 +
}
 +
 +
#editpage-specialchars a {
 +
  color: black;
 +
  background-color: #ccddee;
 +
  font-weight: bold;
 +
  font-size: 0.9em;
 +
  text-decoration: none;
 +
  border: thin #006699 outset;
 +
  padding: 0 0.1em 0.1em 0.1em;
 +
}
 +
 +
#editpage-specialchars a:hover {
 +
  background-color: #bbccdd;
 +
}
 +
 +
#editpage-specialchars a:active {
 +
  background-color: #bbccdd;
 +
  border-style: inset;
 
}
 
}
  

Revision as of 11:18, 18 June 2006

/*
<pre>
*/

a, #bodyContent a.external {
    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;
    border-left: none;
}

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;
}

#content {
	border: 1px solid #7dae96;
        border-right: none;
       	opacity: .8; /* For Mozilla and Opera */
	filter: alpha(opacity=80); /* For MSIE, might not work */
}

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;
}

/* For MediaWiki:Edittools 'insert chars' to look like buttons.
   Originally taken from #my-buttons at http://ru.wikipedia.org/wiki/MediaWiki:Monobook.css
*/

#editpage-specialchars {
   padding: 0.5em;
}

#editpage-specialchars a {
   color: black;
   background-color: #ccddee;
   font-weight: bold;
   font-size: 0.9em;
   text-decoration: none;
   border: thin #006699 outset;
   padding: 0 0.1em 0.1em 0.1em;
 }

#editpage-specialchars a:hover {
   background-color: #bbccdd;
}

#editpage-specialchars a:active {
   background-color: #bbccdd;
   border-style: inset;
}

/*
</pre>
*/