MediaWiki:Common.css: Difference between revisions

mNo edit summary
mNo edit summary
 
(3 intermediate revisions by the same user not shown)
Line 9: Line 9:
background-color: white;
background-color: white;
}
}
 
img {
.mw-footer-container {
max-width:100%;
height:auto;
}
/*.mw-footer-container {
background-color: rgba(0,120,138,1);
background-color: rgba(0,120,138,1);
color: white;
color: white;
Line 20: Line 23:
.mw-footer li {
.mw-footer li {
color: white;
color: white;
}
}*/


a:link {
a:hover {
color: rgb(249, 163, 63);
color: rgb(249, 163, 63);
}
}


a:hover {
a:link {
color: rgb(222, 93, 45);
color: rgb(222, 93, 45);
}
}
Line 34: Line 37:
}
}


a:link.external{
a:hover.external{
color: rgb(249, 163, 63);
color: rgb(249, 163, 63);
}
}
a:hover.external {
a:link.external {
color: rgb(222, 93, 45);
color: rgb(222, 93, 45);
}
}