Difference between revisions of "MediaWiki:Common.css"

From The Official Visionaire Studio: Adventure Game Engine Wiki
Line 8: Line 8:
 
}
 
}
 
*/
 
*/
 +
 +
body {
 +
background-color: #83c0f0;
 +
}
  
 
#p-cactions ul {
 
#p-cactions ul {

Revision as of 15:29, 18 August 2014

/* CSS placed here will be applied to all skins */

/* main theme edits here */

/*
body {
 background: #1a1a1a;
}
*/

body {
	background-color: #83c0f0;
}

#p-cactions ul {
    list-style: none outside none;
        list-style-type: none;
        list-style-image: none;
        list-style-position: outside;
    padding: 0.8em;
        padding-top: 0.8em;
        padding-right-value: 0.8em;
        padding-bottom: 0.8em;
        padding-left-value: 0.8em;
        padding-left-ltr-source: physical;
        padding-left-rtl-source: physical;
        padding-right-ltr-source: physical;
        padding-right-rtl-source: physical;
    margin: 0px;
        margin-top: 0px;
        margin-right-value: 0px;
        margin-bottom: 0px;
        margin-left-value: 0px;
        margin-left-ltr-source: physical;
        margin-left-rtl-source: physical;
        margin-right-ltr-source: physical;
        margin-right-rtl-source: physical;
}

#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: 11px;
}

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