Difference between revisions of "MediaWiki:Vector.css"

From Summertime Saga Wiki
Jump to: navigation, search
Line 21: Line 21:
 
     background: #f6f6f6;
 
     background: #f6f6f6;
 
     border-radius: 3px;
 
     border-radius: 3px;
 +
}
 +
 +
a.new:visited, #p-personal a.new:visited, a:visited {
 +
color: #a9adbe;
 +
}
 +
 +
a.new, #p-personal a.new {
 +
color: #ddd;
 
}
 
}

Revision as of 01:55, 21 September 2017

.mw-body-content h1,
.mw-body-content h2,
.mw-body-content h3,
.mw-body-content h4,
.mw-body-content h5,
.mw-body-content h6 {
    position: relative;
}

.mw-content-ltr .mw-editsection,
.mw-content-rtl .mw-content-ltr .mw-editsection {
    position: absolute;
    margin: 0;
    right: 0;
    bottom: 6px;
    font-size: 12px;
}

#toc, .toc {
    padding: 5px 12px;
    background: #f6f6f6;
    border-radius: 3px;
}

a.new:visited, #p-personal a.new:visited, a:visited {
	color: #a9adbe;
}

a.new, #p-personal a.new {
	color: #ddd;
}