Difference between revisions of "MediaWiki:Common.css"

From Open Tech Dental Wiki 4.0
Jump to: navigation, search
 
(14 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 */
 +
dl {
 +
margin-left: 2em;
 +
}
 +
 
dd {
 
dd {
  padding-bottom: 1em;
+
  padding-bottom: 1em
 +
}
 +
 
 +
dt {
 +
display: list-item;
 +
list-style-type: disc;
 +
}
 +
 
 +
span.error {
 +
display: none;
 +
}
 +
 
 +
hr {
 +
display: none;
 +
}
 +
 
 +
.mw-translate-page-info {
 +
display: none;
 +
}
 +
 
 +
br:empty {
 +
display: none;
 +
}
 +
 
 +
.printfooter {
 +
display: none;
 
}
 
}
  
.important {
+
#footer-info-lastmod {
  border: 1px solid black;
+
  display: none;
background-color: lightgray;
 
color: red;
 
 
}
 
}

Latest revision as of 15:00, 25 February 2016

/* CSS placed here will be applied to all skins */
dl {
 margin-left: 2em;
}

dd {
 padding-bottom: 1em;   
}

dt {
 display: list-item;
 list-style-type: disc;
}

span.error {
 display: none;
}

hr {
 display: none;
}

.mw-translate-page-info {
 display: none;
}

br:empty {
 display: none;
}

.printfooter {
 display: none;
}

#footer-info-lastmod {
 display: none;
}