Difference between revisions of "MediaWiki:Common.css"
From The Official Visionaire Studio: Adventure Game Engine Wiki
Line 12: | Line 12: | ||
width: 100%; | width: 100%; | ||
float: right; | float: right; | ||
− | margin: | + | margin: 10px 10px 0.6em -163px; |
margin-top: 0px; | margin-top: 0px; | ||
margin-right-value: 0px; | margin-right-value: 0px; | ||
Line 30: | Line 30: | ||
padding-right-ltr-source: physical; | padding-right-ltr-source: physical; | ||
padding-right-rtl-source: physical; | padding-right-rtl-source: physical; | ||
− | |||
} | } | ||
Revision as of 14:26, 18 August 2014
/* CSS placed here will be applied to all skins */
/* main theme edits here */
/*
body {
background: #1a1a1a;
}
*/
#column-content {
width: 100%;
float: right;
margin: 10px 10px 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: 0.5em 0.4em 0.4em;
padding-top: 0.5em;
padding-right-value: 0.4em;
padding-bottom: 0.4em;
padding-left-value: 0.4em;
padding-left-ltr-source: physical;
padding-left-rtl-source: physical;
padding-right-ltr-source: physical;
padding-right-rtl-source: physical;
}
div, input {
color: #28465C;
}
div, li {
font-family: sans-serif;
font-size: 13px;
}
.portlet h5 {
background: none repeat scroll 0% 0% transparent;
display: inline;
text-transform: capitalize;
white-space: nowrap;
font-size: 15px;
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;
}