Difference between revisions of "MediaWiki:Common.css"

 
(12 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 table th, td {
+
.infobox th, td, tr {
 
     padding: 5px;
 
     padding: 5px;
 
}
 
}
  
.infobox table {
+
.blank div {
width: 305px;
+
    display: none !important;
font-size: 90%;
+
}
border: 1px solid #cccccc;
+
 
background-color: #ffffff;
+
.infobox img {
color: black;
+
    width: 300px;
margin-bottom: 0.5em;
+
}
margin-left: 1em;
+
 
padding: 0.2em;
+
ul.ref-header {
float: right;
+
    list-style: none;
clear: right;
+
    display: inline-block;
text-align:left;
+
    margin: 0;
box-shadow: 2px 2px 2px #cccccc;
+
    padding: 0;
line-height: 1.6em;
+
    line-height: 1.5;
cellpadding: 10;
+
}
 +
 
 +
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
 
}
 
}
  
.blank div {
+
body element.style {
    display: none !important;
+
    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;
}