Difference between revisions of "MediaWiki:Common.css"

From OpenJUMP Wiki
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
h2 {
+
h2, h3 {
   padding-top: 2em;
+
   padding-top: 1em;
 
}
 
}
  
h3 {
+
.mw-headline {
   padding-top: 1em;
+
   font-weight: bold;
 
}
 
}
  
h4 {
+
/* fix menu on page bottom primarily on android browsers */
  padding-top: 1em;
+
#column-one {
 +
    left: 0;
 +
    padding-top: 160px;
 +
    position: absolute;
 +
    width: 12em;
 
}
 
}

Latest revision as of 14:31, 21 April 2014

/* CSS placed here will be applied to all skins */

h2, h3 {
  padding-top: 1em;
}

.mw-headline {
  font-weight: bold;
}

/* fix menu on page bottom primarily on android browsers */
#column-one {
    left: 0;
    padding-top: 160px;
    position: absolute;
    width: 12em;
}