Difference between revisions of "MediaWiki:Common.css"

Line 13: Line 13:
 
}
 
}
  
ul.char-header {
+
ul.ref-header {
 
     list-style: none;
 
     list-style: none;
 
     display: inline-block;
 
     display: inline-block;
Line 21: Line 21:
 
}
 
}
  
ul.char-header li {
+
ul.ref-header li {
 
     cursor: pointer;
 
     cursor: pointer;
 
     margin: .25em 0 1.5em;
 
     margin: .25em 0 1.5em;
Line 27: Line 27:
 
}
 
}
  
ul.char-header li.selected {
+
ul.ref-header li.selected {
 
   border-bottom-color: #0088dd;
 
   border-bottom-color: #0088dd;
 
}
 
}

Revision as of 22:46, 29 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;
}