Difference between revisions of "MediaWiki:Common.css"
From The Official Visionaire Studio: Adventure Game Engine Wiki
Line 3: | Line 3: | ||
/* main theme edits here */ | /* main theme edits here */ | ||
+ | /* | ||
body { | body { | ||
background: #1a1a1a; | background: #1a1a1a; | ||
+ | } | ||
+ | */ | ||
+ | |||
+ | div#mw-panel { | ||
+ | position: absolute; | ||
+ | top: 160px; | ||
+ | padding-top: 1em; | ||
+ | width: 10em; | ||
+ | left: 0px; | ||
+ | background: grey; | ||
+ | border: dashed 1px #1e1e1e1; | ||
} | } | ||
Revision as of 13:30, 18 August 2014
/* CSS placed here will be applied to all skins */
/* main theme edits here */
/*
body {
background: #1a1a1a;
}
*/
div#mw-panel {
position: absolute;
top: 160px;
padding-top: 1em;
width: 10em;
left: 0px;
background: grey;
border: dashed 1px #1e1e1e1;
}
#content {
background: #ddf !important;
}
/* 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;
}