Difference between revisions of "MediaWiki:Common.css"

Line 32: Line 32:
  
 
blockquote {
 
blockquote {
  border-left: 5px solid #eee;
+
    padding: 10px 20px;
 +
    margin: 0 0 20px;
 +
    border-left: 5px solid #eee;
 
}
 
}

Revision as of 01:23, 30 November 2016

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

.infobox th, td, tr {
    padding: 5px;
}

.blank div {
     display: none !important;
}

.infobox img {
     width: 300px;
}

ul.ref-header {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

ul.ref-header li {
    cursor: pointer;
    margin: .25em 0 1.5em;
    border-bottom: solid 3px #ffffff;
}

ul.ref-header li.selected {
  border-bottom-color: #0088dd;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eee;
}