Wikia styling
This commit is contained in:
parent
b61a57ad95
commit
b04707917c
17
stub.css
17
stub.css
|
@ -5,6 +5,10 @@
|
||||||
*/
|
*/
|
||||||
body#zim {
|
body#zim {
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
|
width: inherit;
|
||||||
|
padding: inherit;
|
||||||
|
position: inherit;
|
||||||
|
margin: inherit;
|
||||||
/* background-image: none;*/
|
/* background-image: none;*/
|
||||||
}
|
}
|
||||||
#zim #content {
|
#zim #content {
|
||||||
|
@ -50,3 +54,16 @@ body#zim {
|
||||||
#zim #mw-customtoggle-mapToggle {
|
#zim #mw-customtoggle-mapToggle {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Wikia */
|
||||||
|
body#zim .WikiaMainContent {
|
||||||
|
width: inherit;
|
||||||
|
}
|
||||||
|
body#zim .WikiaPageBackground {
|
||||||
|
width: inherit;
|
||||||
|
height: inherit;
|
||||||
|
position: inherit;
|
||||||
|
left: inherit;
|
||||||
|
top: inherit;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
|
@ -8,8 +8,8 @@
|
||||||
<%B/<%title%>%>
|
<%B/<%title%>%>
|
||||||
-->
|
-->
|
||||||
</head>
|
</head>
|
||||||
<body id="zim" class="no-js mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-0 ns-subject skin-vector action-view">
|
<body id="zim" class="WikiaPage no-js mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-0 ns-subject skin-vector action-view">
|
||||||
<div id="content" class="mw-body" role="main">
|
<div id="content" class="mw-body WikiaPageBackground" role="main">
|
||||||
<div id="bodyContent" class="mw-body-content">
|
<div id="bodyContent" class="mw-body-content">
|
||||||
<!--
|
<!--
|
||||||
<%A/<%title%>%>
|
<%A/<%title%>%>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user