MediaWiki:Darkvector.css: Difference between revisions

Jump to: navigation, search
no edit summary
No edit summary
No edit summary
Line 1,551: Line 1,551:
/* Portable Infobox CSS here */
/* Portable Infobox CSS here */
/* Portable Infobox CSS here */
/* Portable Infobox CSS here */
.pi-header {
.pi-theme-screamer {
     background-color: #ffc31f;
    border-collapse: collapse;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 12px;
    width: 288px;
     background-color: #fff;
    margin-bottom: 15px;
    color: #000;
    border: 1px solid #654321;
     border-radius: 5px;
     border-radius: 5px;
    color: #000;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 5px 10px;
    text-align: center;
}
}


.pi-item {
th,
    background-color: #fff;
td {
     border: 1px solid #d9d9d9;
     border: 1px solid #654321;
     border-radius: 5px;
     padding: 4px;
     box-shadow: 2px 2px 2px #ccc;
     vertical-align: middle;
     margin-bottom: 10px;
     text-align: center;
    overflow: hidden;
    padding: 5px;
}
}


.pi-data-label {
.pi-data-label {
    font-weight: bold;
    text-align: left;
    background-color: #ffc31f;
     color: #000;
     color: #000;
     font-weight: bold;
     padding: 4px;
     margin-bottom: 3px;
    border-right: 1px solid #654321;
     border-bottom: 1px solid #654321;
}
}


.pi-data-value {
.pi-data-value {
     color: #555;
     background-color: #ffd65e;
     font-size: 14px;
     border-right: 1px solid #654321;
     margin-bottom: 5px;
     border-bottom: 1px solid #654321;
    padding: 4px;
    vertical-align: top;
}
}


.pi-horizontal-group {
.pi-header {
     display: flex;
    background-color: #654321;
     flex-wrap: wrap;
    color: #fff;
     justify-content: space-between;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    text-shadow: 1px 1px #000;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
 
.pi-title {
     background-color: #ffc31f;
    border: 1px solid #654321;
     border-radius: 5px;
    color: #000;
     font-size: 18px;
    font-weight: bold;
     margin-bottom: 10px;
     margin-bottom: 10px;
    padding: 5px 10px;
    text-align: center;
    text-shadow: 1px 1px #fff;
}
}


.pi-horizontal-group > .pi-data-label {
.pi-image {
     flex: 0 0 auto;
    background-color: #fff;
     width: auto;
    border: 1px solid #654321;
    border-radius: 5px;
    box-shadow: 2px 2px #ccc;
    margin-bottom: 10px;
     padding: 5px;
     text-align: center;
}
}


.pi-horizontal-group > .pi-data-value {
.pi-image img {
     flex: 0 0 auto;
     max-width: 250px;
     width: auto;
     height: auto;
}
}


.pi-image-thumbnail {
.pi-caption {
     display: block;
    font-size: 10px;
     margin: 0 auto;
     font-style: italic;
     max-height: 200px;
     margin-top: 5px;
     max-width: 200px;
     text-align: center;
     color: #444;
}
}


1,112

edits

Navigation menu