Difference between revisions of "MediaWiki:Common.css"
From The Official Visionaire Studio: Adventure Game Engine Wiki
Line 19: | Line 19: | ||
#content { | #content { | ||
background: #ddf !important; | background: #ddf !important; | ||
+ | } | ||
+ | |||
+ | /* unvisited link */ | ||
+ | a:link, a:active, a:visited, a:hover { | ||
+ | color: #FF0000; | ||
} | } | ||
Revision as of 13:55, 18 August 2014
/* CSS placed here will be applied to all skins */
/* main theme edits here */
/*
body {
background: #1a1a1a;
}
*/
#mw-panel.collapsible-nav .portal {
/* background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAAABCAMAAAA7MLYKAAAAS1BMVEXb29vy8vLv7+/c3NzZ2dni4uLr6+vt7e3s7Ozw8PDn5+fj4+Ph4eHd3d3f39/o6Ojl5eXp6enx8fHa2trg4ODq6urk5OTz8/PY2NjolWftAAAAO0lEQVR4XrXAhwGAMAgEQB5I71X3n9QpPHqAGZidt2e02G8yedciQkv1/YPqIpFSdzbp9tjGsd4xhwl8yuMKHhkJhm8AAAAASUVORK5CYII=') no-repeat scroll left top transparent; */
background: #3e3e3e;
border: 1px dashed #1a1a1a;
padding: 0.25em 0px !important;
margin: -11px 9px 10px 11px;
}
#content {
background: #ddf !important;
}
/* unvisited link */
a:link, a:active, a:visited, a:hover {
color: #FF0000;
}
/* 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;
}