Difference between revisions of "MediaWiki:Common.css"

(Created page with "CSS placed here will be applied to all skins: .infobox th, td { padding: 10px; }")
 
 
(15 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
.infobox th, td {
+
.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;
 +
}
 +
 
 +
.box {
 +
    border: 2px solid #f3f3f3;
 +
    margin-top: 15px;
 +
    overflow: auto;
 
     padding: 10px;
 
     padding: 10px;
 +
    border-radius: 15px
 +
}
 +
 +
body element.style {
 +
    background: white;
 
}
 
}

Latest revision as of 01:06, 14 June 2018

/* 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;
}

.box {
    border: 2px solid #f3f3f3;
    margin-top: 15px;
    overflow: auto;
    padding: 10px;
    border-radius: 15px
}

body element.style {
    background: white;
}