Wikia styling

This commit is contained in:
vss-devel 2019-03-13 15:24:48 +03:00
parent b61a57ad95
commit b04707917c
2 changed files with 19 additions and 2 deletions

View File

@ -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;
}

View File

@ -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%>%>