Difference between revisions of "MediaWiki:Common.css"

From The Official Visionaire Studio: Adventure Game Engine Wiki
Line 9: Line 9:
 
*/
 
*/
  
#mw-panel.collapsible-nav .portal {
+
#column-content {
/* background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAAABCAMAAAA7MLYKAAAAS1BMVEXb29vy8vLv7+/c3NzZ2dni4uLr6+vt7e3s7Ozw8PDn5+fj4+Ph4eHd3d3f39/o6Ojl5eXp6enx8fHa2trg4ODq6urk5OTz8/PY2NjolWftAAAAO0lEQVR4XrXAhwGAMAgEQB5I71X3n9QpPHqAGZidt2e02G8yedciQkv1/YPqIpFSdzbp9tjGsd4xhwl8yuMKHhkJhm8AAAAASUVORK5CYII=') no-repeat scroll left top transparent; */
+
    width: 100%;
  background: #3e3e3e;
+
    float: right;
  border: 1px dashed #1a1a1a;
+
    margin: 0px 0px 0.6em -163px;
    padding: 0.25em 0px !important;
+
        margin-top: 0px;
    margin: -11px 9px 10px 11px;
+
        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;
 
}
 
}
  

Revision as of 15:18, 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: 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;
}

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