MediaWiki:Common.css: Difference between revisions

mNo edit summary
mNo edit summary
 
(44 intermediate revisions by the same user not shown)
Line 2: Line 2:
/* common stuff */
/* common stuff */


h2 .mw-headline {
.vector-body h2 {
background-color: orange;
padding: 5px 0 5px 0px;
border-bottom: 3px solid rgb(0, 0, 0);
}
.vector-feature-page-tools-enabled #vector-main-menu-pinned-container .vector-main-menu {
background-color: white;
}
img {
max-width:100%;
height:auto;
}
/*.mw-footer-container {
background-color: rgba(0,120,138,1);
color: white;
color: white;
padding: 5px;
}
.mw-footer {
border-top: none;
margin: 0 10px;
}
.mw-footer li {
color: white;
}*/
 
a:hover {
color: rgb(249, 163, 63);
}
 
a:link {
color: rgb(222, 93, 45);
}
}


.vector-main-menu-container {
a:visited {
background-color: white;
color: rgb(130, 150, 72);
}
 
a:hover.external{
color: rgb(249, 163, 63);
}
a:link.external {
color: rgb(222, 93, 45);
}
 
.external:visited {
color: rgb(130, 150, 72);
}
a:visited.external {
color: rgb(130, 150, 72);
}
a.external.text:visited {
color: rgb(130, 150, 72);
}
}