Difference between revisions of "MediaWiki:Common.css"
From The Official Visionaire Studio: Adventure Game Engine Wiki
Line 7: | Line 7: | ||
border-left: 0px solid #ffffff; | border-left: 0px solid #ffffff; | ||
background-color: transparent; | background-color: transparent; | ||
− | margin: 0.6em 3em 1em 15em; | + | background-image: none; |
+ | /*margin: 0.6em 3em 1em 15em;*/ | ||
+ | margin-left: auto; margin-right: auto; | ||
padding: 0.1em 0em 1.2em 0em; | padding: 0.1em 0em 1.2em 0em; | ||
width: 80%; | width: 80%; |
Revision as of 19:07, 18 August 2014
/* CSS placed here will be applied to all skins */
#footer {
border-top: 0px solid #ffffff;
border-bottom: 0px solid #ffffff;
border-right: 0px solid #ffffff;
border-left: 0px solid #ffffff;
background-color: transparent;
background-image: none;
/*margin: 0.6em 3em 1em 15em;*/
margin-left: auto; margin-right: auto;
padding: 0.1em 0em 1.2em 0em;
width: 80%;
text-align: center;
font-size: 80%;
}
/* 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;
}