Difference between revisions of "MediaWiki:Openvz.css"

From OpenVZ Virtuozzo Containers Wiki
Jump to: navigation, search
(Commented out p-cactions, background in p-personal)
(span.date modified)
 
(22 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
<pre>
 
<pre>
 
*/
 
*/
 +
 +
a, #bodyContent a.external {
 +
    text-decoration: none;
 +
    color: #436976;
 +
    background-color: transparent;
 +
}
  
 
.portlet h5 {
 
.portlet h5 {
Line 9: Line 15:
 
.pBody {
 
.pBody {
 
     border: 1px solid #7dae96;
 
     border: 1px solid #7dae96;
 +
    border-left: none;
 +
}
 +
 +
h1, h2, h3, h4, h5, h6, .header {
 +
    color: #002f19;
 
}
 
}
  
Line 17: Line 28:
 
pre {
 
pre {
 
     font-family: "Andale Mono", "Vera Sans Mono", Courier, monospace;
 
     font-family: "Andale Mono", "Vera Sans Mono", Courier, monospace;
     font-size: 110%;
+
     font-size: 90%;
 
     padding: 1em;
 
     padding: 1em;
 
     border: 1px dashed #7dae96;
 
     border: 1px dashed #7dae96;
 
     color: Black;
 
     color: Black;
     background-color: #d6e5de;
+
     background-color: #f7f9fa;
 +
    white-space: pre;
 +
    overflow: auto;
 
}
 
}
  
/*
+
#p-personal li {
#p-cactions li a {
+
     background: transparent url(http://static.openvz.org/linkOpaque.gif) center left no-repeat;
     background-color: transparent;
+
     padding-left: 8px;
     border: 1px solid White;
+
     color: #436976;
     color: #76797c;
 
 
}
 
}
#p-cactions li.selected a {
+
 
     background-color: #d6e5de;
+
#p-personal li a {
 +
     text-decoration: none;
 
     color: #436976;
 
     color: #436976;
// border: 1px solid #7dae96;
 
 
}
 
}
#p-cactions li a:hover {
+
 
    background-color: #d6e5de;
+
#content {
    color: #436976;
+
border: 1px solid #7dae96;
    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
 
*/
 
*/
#p-personal {
+
 
     /* Bar with personalized menu (user preferences, favorites etc) */
+
#editpage-specialchars {
     line-height: 1.3em;
+
  padding: 0.5em;
     color: Black;
+
}
//  background-color: #d6e5de;
+
 
     padding: 0em 3em 0em 3em;
+
#editpage-specialchars a {
     margin: 0;
+
  color: black;
     text-align: right;
+
  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;
 +
}
 +
 
 +
.listing,
 +
.stx table {
 +
     /* The default table for document listings. Contains name, document types, modification times etc in a file-browser-like fashion */
 +
     border-collapse: collapse;
 +
     border-left: 1px solid #7dae96;
 +
    border-bottom: 1px solid #7dae96;
 +
    font-size: 85%;
 +
     margin: 0em 0em 1em 0em;
 +
}
 +
.listing th,
 +
.stx table th {
 +
    background: #d6e5de;
 +
     border-top: 1px solid #7dae96;
 +
     border-bottom: 1px solid #7dae96;
 +
    border-right: 1px solid #7dae96;
 +
    font-weight: normal;
 +
    padding: 0em 1em 0em 1em;
 
     text-transform: lowercase;
 
     text-transform: lowercase;
    list-style: none;
 
    border-top-color: #7dae96;
 
    border-top-style: solid;
 
    border-top-width: 1px;
 
 
}
 
}
#p-personal .ptUserpage {
+
.listing .top {
     background: transparent url(http://static.openvz.org/user.gif) center left no-repeat;
+
    border-left: 1px solid White;
     padding-left: 15px;
+
    border-top: 1px solid White ! important;
 +
    border-right: 1px solid White ! important;
 +
    text-align: right ! important;
 +
    padding: 0em 0em 1em 0em;
 +
}
 +
.listing .odd {
 +
    /*every second line should be shaded */
 +
     background-color: transparent;
 +
}
 +
.listing .even {
 +
    background-color: #f7f9fa;
 +
}
 +
.listing .listingCheckbox {
 +
    text-align: center;
 +
}
 +
.listing td,
 +
.stx table td {
 +
    border-right: 1px solid #7dae96;
 +
     padding: 0em 1em;
 +
    text-align: left;
 +
}
 +
.listing .filename {
 +
width: 40em;
 +
font-family: "Andale Mono", "Vera Sans Mono", Courier, monospace;
 +
}
 +
.listing .filesize {
 +
width: 5em;
 +
font-family: "Andale Mono", "Vera Sans Mono", Courier, monospace;
 +
text-align: right;
 
}
 
}
  
#p-personal .portalNotLoggedIn {
+
.listing a:hover {
     color: Black;
+
     text-decoration: underline;
    padding: 0;
+
}
    background: transparent;
+
.listing img {
    background-image: none;
+
     vertical-align: middle;
} /* 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;
+
span.date {
     color: #436976;
+
    font-size: smaller;
 +
     font-style: oblique;
 +
     white-space: nowrap;
 
}
 
}
  

Latest revision as of 12:12, 5 December 2007

/*
<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, h3, h4, h5, h6, .header {
    color: #002f19;
}

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

.listing,
.stx table {
    /* The default table for document listings. Contains name, document types, modification times etc in a file-browser-like fashion */
    border-collapse: collapse;
    border-left: 1px solid #7dae96;
    border-bottom: 1px solid #7dae96;
    font-size: 85%;
    margin: 0em 0em 1em 0em;
}
.listing th,
.stx table th {
    background: #d6e5de;
    border-top: 1px solid #7dae96;
    border-bottom: 1px solid #7dae96;
    border-right: 1px solid #7dae96;
    font-weight: normal;
    padding: 0em 1em 0em 1em;
    text-transform: lowercase;
}
.listing .top {
    border-left: 1px solid White;
    border-top: 1px solid White ! important;
    border-right: 1px solid White ! important;
    text-align: right ! important;
    padding: 0em 0em 1em 0em;
}
.listing .odd {
    /*every second line should be shaded */
    background-color: transparent;
}
.listing .even {
    background-color: #f7f9fa;
}
.listing .listingCheckbox {
    text-align: center;
}
.listing td,
.stx table td {
    border-right: 1px solid #7dae96;
    padding: 0em 1em;
    text-align: left;
}
.listing .filename {
	width: 40em;
	font-family: "Andale Mono", "Vera Sans Mono", Courier, monospace;
}
.listing .filesize {
	width: 5em;
	font-family: "Andale Mono", "Vera Sans Mono", Courier, monospace;
	text-align: right;
}

.listing a:hover {
    text-decoration: underline;
}
.listing img {
    vertical-align: middle;
}

span.date {
    font-size: smaller;
    font-style: oblique;
    white-space: nowrap;
}

/*
</pre>
*/