Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Vector.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
.mw-content-ltr .mw-editsection, .mw-content-rtl .mw-content-ltr .mw-editsection {
.mw-body-content h1,
  position: absolute;
.mw-body-content h2,
  margin: 0;
.mw-body-content h3,
  right: 0;
.mw-body-content h4,
  bottom: 7px;
.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;
}
 
#p-personal a.new:visited,
#p-personal a:visited {
    color: #a9adbe !important;
}
 
#p-personal a,
#p-personal a.new {
    color: #ddd !important;
}
}

Latest revision as of 23:57, 20 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;
}

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

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