MediaWiki:Darkvector.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will affect users of the DarkVector skin */
/* All CSS here will be loaded for users of the Vector skin */
/* CSS for all infoboxes */
/* CSS for all infoboxes */
.infobox {
.infobox {
    background: #4c4c4c;
border: 1px solid #aaa;
    border: 1px solid #aaa;
border-collapse: collapse;
    float: right;
border-spacing: 3px;
    margin: 0 0 1em 1em;
background-color: #4c4c4c;
    padding: 1em;
color: black;
    width: 300px;
margin: 0.5em 0 0.5em 1em;
padding: 0.2em;
float: right;
clear: right;
font-size: 88%;
line-height: 1.5em;
width: 22em;
}
}
.infobox-title {
.infobox td,
    font-size: 2em;
.infobox th {
    text-align: center;
border-top: 1px solid #aaa;
padding: 0.4em 0.6em 0 0.6em;
vertical-align: top;
text-align: left;
}
}
.infobox-tag {
.infobox .name {
text-align: center;
text-align: center;
font-size: 125%;
font-weight: bold;
font-size: 1.25em;
white-space: nowrap;
}
.infobox .tag {
background-color: aqua;
}
.infobox img {
display: block;
margin: auto;
}
.infobox .mergedtoprow td,
.infobox .mergedtoprow th {
border-top: 1px solid #aaa;
padding: 0.4em 0.6em 0.4em 0.6em;
}
.infobox .mergedrow td,
.infobox .mergedrow th {
border: 0;
padding: 0 0.6em 0.2em 0.6em;
}
}
.infobox-image {
/* CSS for Player Infoboxes */
    text-align: center;
.infobox.player {
line-height: 1.2em;
font-size: 90%;
}
}
.infobox th {
.infobox.player .tag{
    text-align: left;
text-align: center;
    vertical-align: top;
background-color: transparent;
    width: 120px;
font-weight: bold;
}
}
.infobox td {
.infobox.player .charactersheet {
    vertical-align: top;
text-align: center;
padding-bottom: 0.4em;
}
}


/* Change link colors */
/* Fix link colors */
a:visited {
a:visited {
color: darkorange !important;
color: darkorange !important;