MediaWiki:Common.css
From The Official Visionaire Studio: Adventure Game Engine Wiki
/* CSS placed here will be applied to all skins */
/* main theme edits here */
/*
body {
background: #1a1a1a;
}
*/
#column-content {
width: 100%;
float: right;
margin: 0px 0px 0.6em -163px;
margin-top: 0px;
margin-right-value: 0px;
margin-bottom: 0.6em;
margin-left-value: -163px;
margin-left-ltr-source: physical;
margin-left-rtl-source: physical;
margin-right-ltr-source: physical;
margin-right-rtl-source: physical;
padding: 0px;
padding-top: 0px;
padding-right-value: 0px;
padding-bottom: 0px;
padding-left-value: 0px;
padding-left-ltr-source: physical;
padding-left-rtl-source: physical;
padding-right-ltr-source: physical;
padding-right-rtl-source: physical;
}
.portlet h5 {
background: none repeat scroll 0% 0% transparent;
display: inline;
text-transform: capitalize;
white-space: nowrap;
font-size: 1em;
font-weight: bold;
color: #638CAD;
}
#content {
background: #ddf !important;
}
/* unvisited link
a:link, a:active, a:visited, a:hover {
color: #ffffff;
}*/
div#mw-panel div.portal div.body ul li a {
color: #fff;
}
div#mw-panel div.portal div.body ul li a:active {
color: #fff;
}
div#mw-panel div.portal div.body ul li a:visited {
color: #fff;
}
div#mw-panel div.portal div.body ul li a:hover {
color: #fff;
}
/* let's create the various font styles */
.bold {
font-weight: bold;
}
.italic {
font-style: italic;
}
.underline {
text-decoration: underline;
}
.strike {
text-decoration: line-through;
}
.medium {
font-size: 15px;
}
.large {
font-size: 18px;
}
/* now let's create the colors */
.red {
color: red;
}
.blue {
color: blue;
}
.green {
color: green;
}
.orange {
color: orange;
}
.yellow {
color: yellow;
}
.pink {
color: pink;
}
.grey {
color: grey;
}
.darkgrey {
color: darkgrey;
}
/* misc styles */
.alt-bg {
background: #ebebeb;
width: 100%;
}
.tbl-ds {
background: #f5f5f5;
border: 1px dashed darkgrey;
width: 100%;
}
.tbl-alt {
background: #ebebeb;
/*border: 1px dashed darkgrey;*/
width: 100%;
}
.gruen {
background: #B8FF94;
}
.scriptable {
background: #66FF33;
}