Difference between revisions of "MediaWiki:Common.css"
From The Official Visionaire Studio: Adventure Game Engine Wiki
Line 56: | Line 56: | ||
table.ts td { | table.ts td { | ||
background: rgba(86, 67, 52, 0.2); | background: rgba(86, 67, 52, 0.2); | ||
− | + | margin-top: 2px; | |
− | + | margin-bottom: 2px; | |
− | + | margin-left: 2px; | |
− | + | margin-right: 2px; | |
} | } | ||
Line 65: | Line 65: | ||
background: #5bc0de; | background: #5bc0de; | ||
text-align:left; | text-align:left; | ||
− | + | margin-left: 2px; | |
− | + | margin-right: 2px; | |
} | } | ||
Revision as of 17:22, 19 August 2014
/* CSS placed here will be applied to all skins */
.toc, #toc { display: none; } /* kill content boxes */
.wikiEditor-ui-buttons button, .editOptions {
color:#000000;
}
.navbar-default .navbar-nav {
-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);
}
.navbar-default .navbar-nav > li > a {
color: #5bc0de;
font-weight: bold;
}
#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;
}
table.ts {
margin: 1em 1em 1em 0;
background: transparent;
border-collapse: collapse;
width: 100%;
}
table.ts td {
background: rgba(86, 67, 52, 0.2);
margin-top: 2px;
margin-bottom: 2px;
margin-left: 2px;
margin-right: 2px;
}
table.ts th {
background: #5bc0de;
text-align:left;
margin-left: 2px;
margin-right: 2px;
}
/* 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;
}