MediaWiki:Darkvector.css: Difference between revisions

From Stiles Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(59 intermediate revisions by the same user not shown)
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 */
.infobox {
.infobox {
    background: #4c4c4c;
background-color: #3d3d3d;
    border: 1px solid #aaa;
    float: right;
    margin: 0 0 1em 1em;
    padding: 1em;
    width: 300px;
}
.infobox-title {
    font-size: 2em;
    text-align: center;
}
.infobox-tag {
text-align: center;
}
.infobox-image {
    text-align: center;
}
.infobox th {
    text-align: left;
    vertical-align: top;
    width: 120px;
}
.infobox td {
    vertical-align: top;
}
 
/* Change link colors */
a:visited {
color: darkorange !important;
}
a.new:link {
color: red !important;
}
a.new:visited {
color: darkred !important;
}
}

Latest revision as of 18:58, 18 May 2022

/* All CSS here will be loaded for users of the Vector skin */
.infobox {
	background-color: #3d3d3d;
}