MediaWiki:Darkvector.css: Difference between revisions

Jump to: navigation, search
(Undo revision 125732 by Angeleno (talk))
Tag: Undo
m (Reverted edits by Likeicare (talk) to last revision by Angeleno)
Tag: Rollback
Line 212: Line 212:
color: white;
color: white;
}
}
#mw-delete-table {
#mw-delete-table label.oo-ui-labelElement-label {
   color: white !important;
   color: white;
}
}
#wpSummaryLabel label, #mw-editpage-minoredit label, #mw-editpage-watch label {
#wpSummaryLabel label, #mw-editpage-minoredit label, #mw-editpage-watch label {
Line 1,551: Line 1,551:
/* Portable Infobox CSS here */
/* Portable Infobox CSS here */
/* Portable Infobox CSS here */
/* Portable Infobox CSS here */
.pi-theme-screamer {
.portable-infobox.pi-background {
    border-collapse: collapse;
  background-color: #312B2A;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  border-color: #a62e10;
    font-size: 12px;
    width: 288px;
    background-color: #fff;
    margin-bottom: 15px;
    color: #000;
    border: 1px solid #654321;
    border-radius: 5px;
}
 
th,
td {
    border: 1px solid #654321;
    padding: 4px;
    vertical-align: middle;
    text-align: center;
}
}
 
.portable-infobox .pi-secondary-background {
.pi-data-label {
  background-color: #a62e10;
    font-weight: bold;
    text-align: left;
    background-color: #ffc31f;
    color: #000;
    padding: 4px;
    border-right: 1px solid #654321;
    border-bottom: 1px solid #654321;
}
}
 
.portable-infobox .pi-header{
.pi-data-value {
  font-weight: bold;
    background-color: #ffd65e;
  text-align: center;
    border-right: 1px solid #654321;
    border-bottom: 1px solid #654321;
    padding: 4px;
    vertical-align: top;
}
}
 
.portable-infobox .pi-title {
.pi-header {
  background-color: #a62e10;
    background-color: #654321;
  font-size: 125%;
    color: #fff;
  color: #FFFFFF;
    font-size: 16px;
  font-family: Rubik;
    font-weight: bold;
  text-align: center;
    padding: 5px;
    text-align: center;
    text-shadow: 1px 1px #000;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
}
 
.portable-infobox .pi-border-color{
.pi-title {
     border-color: #453d3c;
    background-color: #ffc31f;
    border: 1px solid #654321;
     border-radius: 5px;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 5px 10px;
    text-align: center;
    text-shadow: 1px 1px #fff;
}
}
 
.portable-infobox {
.pi-image {
  width:270px;
    background-color: #fff;
  border: 1px solid #a62e10;
    border: 1px solid #654321;
  border-radius: 4px 4px 2px 2px;
    border-radius: 5px;
    box-shadow: 2px 2px #ccc;
    margin-bottom: 10px;
    padding: 5px;
    text-align: center;
}
}
 
.portable-infobox .pi-horizontal-group-item.pi-data-label{
.pi-image img {
background-color: #312B2A;
    max-width: 250px;
    height: auto;
}
}
 
.portable-infobox .pi-horizontal-group-item.pi-data-value{
.pi-caption {
background-color: #312B2A;
    font-size: 10px;
    font-style: italic;
    margin-top: 5px;
    text-align: center;
    color: #444;
}
}