MediaWiki:Common.css

From The Official Visionaire Studio: Adventure Game Engine Wiki
Revision as of 16:58, 19 August 2014 by AFRLme (talk)
/* CSS placed here will be applied to all skins */

.toc, #toc { display: none; } /* kill content boxes */

input#wpSummary {
background-color: #4e5d6c;	
}

#content {
 padding-bottom: 10px;

 /* fallback */
 background-color: #4e5d6c;
 background: url(images/linear_bg_2.png);
 background-repeat: repeat-x;
 /* Safari 4-5, Chrome 1-9 */
 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4e5d6c), to(#485563));
 /* Safari 5.1, Chrome 10+ */
 background: -webkit-linear-gradient(top, #4e5d6c, #485563);
 /* Firefox 3.6+ */
 background: -moz-linear-gradient(top, #4e5d6c, #485563);
 /* IE 10 */ background: -ms-linear-gradient(top, #4e5d6c, #485563);
 /* Opera 11.10+ */ background: -o-linear-gradient(top, #4e5d6c, #485563);

 -webkit-box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.75);
 -moz-box-shadow:    0px 3px 4px 0px rgba(50, 50, 50, 0.75);
 box-shadow:         0px 3px 4px 0px rgba(50, 50, 50, 0.75);

 -webkit-border-bottom-right-radius: 10px;
 -webkit-border-bottom-left-radius: 10px;
 -moz-border-radius-bottomright: 10px;
 -moz-border-radius-bottomleft: 10px;
 border-bottom-right-radius: 10px;
 border-bottom-left-radius: 10px;
}


/* 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;*/
. info
width: 100%;
}

.scriptable {
background: #7A7A7A;
}