Difference between revisions of "MediaWiki:Vector.css"

From Drawn to Life Wiki
Tag: Replaced
 
(124 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
/* Fixes logo */
  
/* ---------------------------------------------*/
+
.mw-wiki-logo {
/* Sticky footer styles
+
    background-image: url(/w/images/0/0b/DTLWIKIBig.png) !important;
-------------------------------------------------- */
+
    background-size: 100%;
html {
+
    margin-top: 15px;
  position: relative;
 
  min-height: 100%;
 
 
}
 
}
body {
+
.Page_SubTitle {
  /* Margin bottom by footer height */
+
position: absolute;
  margin-bottom: 60px;
+
top: -3.4em;
}
+
right: 0em;
.footer {
+
font-family: 'Linux Libertine','Georgia','Times',serif;
  position: absolute;
 
  bottom: 0;
 
  width: 100%;
 
  /* Set the fixed height of the footer here */
 
  height: 60px;
 
  background-color: #f5f5f5;
 
}
 
 
 
 
 
/* Custom page CSS
 
-------------------------------------------------- */
 
/* Not required for template or sticky footer method. */
 
 
 
.container {
 
  width: auto;
 
  max-width: 680px;
 
  padding: 0 15px;
 
}
 
.container .text-muted {
 
  margin: 20px 0;
 
 
}
 
}

Latest revision as of 16:42, 17 June 2022

/* Fixes logo */

.mw-wiki-logo {
    background-image: url(/w/images/0/0b/DTLWIKIBig.png) !important;
    background-size: 100%;
    margin-top: 15px;
}
.Page_SubTitle {
position: absolute;
top: -3.4em;
right: 0em;
font-family: 'Linux Libertine','Georgia','Times',serif;
}