Difference between revisions of "MediaWiki:Common.css"

 
(9 intermediate revisions by 2 users not shown)
Line 5: Line 5:
 
}
 
}
  
.infobox-header th, td, tr {
+
.blank div {
text-align: center;
+
    display: none !important;
background-color:#cccccc;
+
}
 +
 
 +
.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;
 
}
 
}
  
.infobox table, tbody {
+
blockquote {
width: 305px;
+
    padding: 10px 20px;
font-size: 90%;
+
    margin: 0 0 20px;
border: 1px solid #cccccc;
+
    border-left: 5px solid #eee;
background-color: #ffffff;
 
color: black;
 
margin-bottom: 0.5em;
 
margin-left: 1em;
 
padding: 0.2em;
 
float: right;
 
clear: right;
 
text-align:left;
 
box-shadow: 2px 2px 2px #cccccc;
 
line-height: 1.6em;
 
cellpadding: 10;
 
 
}
 
}
  
.blank div {
+
.box {
    display: none !important;
+
    border: 2px solid #f3f3f3;
 +
    margin-top: 15px;
 +
    overflow: auto;
 +
    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;
}