Difference between revisions of "MediaWiki:Common.css"

From The Official Visionaire Studio: Adventure Game Engine Wiki
Line 9: Line 9:
 
*/
 
*/
  
div#mw-panel {
+
#mw-panel.collapsible-nav .portal {
    position: absolute;
+
/* background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAAABCAMAAAA7MLYKAAAAS1BMVEXb29vy8vLv7+/c3NzZ2dni4uLr6+vt7e3s7Ozw8PDn5+fj4+Ph4eHd3d3f39/o6Ojl5eXp6enx8fHa2trg4ODq6urk5OTz8/PY2NjolWftAAAAO0lEQVR4XrXAhwGAMAgEQB5I71X3n9QpPHqAGZidt2e02G8yedciQkv1/YPqIpFSdzbp9tjGsd4xhwl8yuMKHhkJhm8AAAAASUVORK5CYII=') no-repeat scroll left top transparent; */
    top: 160px;
+
  background: #1e1e1e;
    padding-top: 1em;
+
  border: 1px dashed #1a1a1a;
    width: 10em;
+
     padding: 0.25em 0px !important;
    left: 0px;
+
     margin: -11px 9px 10px 11px;
     background: grey;
 
     border: dashed 1px #1e1e1e1;
 
 
}
 
}
  

Revision as of 14:49, 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: #1e1e1e;
  border: 1px dashed #1a1a1a;
    padding: 0.25em 0px !important;
    margin: -11px 9px 10px 11px;
}

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