Rollplay Wiki
No edit summary
m (Reverted edits by Allegate (talk | block) to last version by DaNASCAT)
Line 1: Line 1:
 
.i18ndoc {
 
.i18ndoc {
 
background-color: #FFF77D;
 
background-color: #FFF77D;
border-bottom: 1px solid;
+
border-bottom: 1px solid lightgrey;
 
font-family: monospace;
 
font-family: monospace;
 
font-size: 8pt;
 
font-size: 8pt;
Line 8: Line 8:
 
padding: 3px;
 
padding: 3px;
 
}
 
}
 
 
.mediawiki{
+
body.mediawiki{
background:url("http://i.imgur.com/FJJg0Pc.png") repeat-x fixed center top #0f1620;
+
background:url("http://i.imgur.com/W23xCc6.jpg") repeat-x fixed center top #0f1620;
 
}
 
}
 
.WikiaPageContentWrapper {
 
.WikiaPageContentWrapper {
Line 19: Line 19:
   
 
.WikiaPageContentWrapper:before {
 
.WikiaPageContentWrapper:before {
position: fixed;
+
position: fixed;
overflow: hidden;
+
left: 50%;
left: 50%;
+
bottom: 50px;
 
padding-left: 170px;
bottom: 50px;
 
 
content: url("http://i.imgur.com/Jg7GHkG.png");
padding-left: 170px;
 
content: url("http://i.imgur.com/Jg7GHkG.png");
 
 
}
 
}
 
#WikiHeader:before {
 
#WikiHeader:before {
Line 30: Line 29:
 
top: 270px;
 
top: 270px;
 
left: -200px;
 
left: -200px;
content: url("http://i.imgur.com/d2z5vT4.png");
+
content: url("http://i.imgur.com/LVeNyOJ.png");
 
}
 
}
   
 
.WikiaPage {
 
.WikiaPage {
border: 0;
+
border: 0 !important;
width: 1024px;
 
 
}
 
}
 
footer {
 
footer {
Line 48: Line 46:
 
margin-bottom: 10px;
 
margin-bottom: 10px;
 
}
 
}
/*
 
<pre>*/
 
/* === Template:Ambox designs === */
 
 
/* Ambox design */
 
.ambox {
 
font-size: 95%;
 
width: 80%;
 
margin: 0 auto;
 
border: 1px #AAA solid;
 
border-left: 10px solid #228b22;
 
border-collapse: collapse;
 
background-color: #EEE;
 
}
 
 
/* Ambox colours */
 
.ambox-blue {
 
border-left: 10px solid #1e90ff; /* Blue (notice) */
 
}
 
.ambox-red {
 
border-left: 10px solid #b22222; /* Red (delete/serious) */
 
}
 
.ambox-orange {
 
border-left: 10px solid #f28500; /* Orange (content) */
 
}
 
.ambox-yellow {
 
border-left: 10px solid #f4c430; /* Yellow (style) */
 
}
 
.ambox-purple {
 
border-left: 10px solid #9932cc; /* Purple (merge) */
 
}
 
.ambox-gray {
 
border-left: 10px solid #bba; /* Gray (protection) */
 
}
 
.ambox-green {
 
border-left: 10px solid #228b22; /* Green */
 
}
 
 
/* Ambox small text */
 
.ambox-smalltext {
 
font-size: smaller;
 
margin-top:0.5em;
 
margin-left:0.8em;
 
}
 
 
/* Ambox image */
 
.ambox-image { /* The left image cell */
 
width: 60px;
 
padding: 2px 0px 2px 0.5em; /* 0.5em left, 0px right */
 
text-align: center;
 
}
 
 
@media print { .ambox { display: none; } } /* no ambox when printing */
 
/*</pre>
 
*/
 

Revision as of 08:42, 10 July 2015

.i18ndoc {
    background-color: #FFF77D;
    border-bottom: 1px solid lightgrey;
    font-family: monospace;
    font-size: 8pt;
    height: 140px;
    overflow: auto;
    padding: 3px;
}
 
body.mediawiki{
	background:url("http://i.imgur.com/W23xCc6.jpg") repeat-x fixed center top #0f1620;
}
.WikiaPageContentWrapper {
	background: #eadfbb;
	border: 2px solid #0f1620;
	margin-top: 10px;
}

.WikiaPageContentWrapper:before {
	position: fixed;
	left: 50%;
	bottom: 50px;
	padding-left: 170px;
	content: url("http://i.imgur.com/Jg7GHkG.png");
}
#WikiHeader:before {
	position: absolute;
	top: 270px;
	left: -200px;
	content: url("http://i.imgur.com/LVeNyOJ.png");
}

.WikiaPage {
	border: 0 !important;
}
footer {
	position: relative;
	z-index: 1;
}

.infobox tr {
	line-height: 1em;
}
.infobox tr img {
	margin-bottom: 10px;
}