MediaWiki:Common.css: Difference between revisions
mNo edit summary  | 
				mNo edit summary  | 
				||
| (11 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */  | /* CSS placed here will be applied to all skins */  | ||
/* common stuff */  | /* common stuff */  | ||
.vector-body h2 {  | .vector-body h2 {  | ||
	padding: 5px 0 5px 0px;  | 	padding: 5px 0 5px 0px;  | ||
	border-bottom: 3px solid rgb(0, 0, 0);  | |||
	border-bottom: 3px solid rgb(  | |||
}  | }  | ||
.vector-feature-page-tools-enabled #vector-main-menu-pinned-container .vector-main-menu {  | .vector-feature-page-tools-enabled #vector-main-menu-pinned-container .vector-main-menu {  | ||
	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;  | ||
}  | }  | ||
.mw-footer {  | .mw-footer {  | ||
	border: none;  | 	border-top: none;  | ||
	margin: 0 10px;  | |||
}  | }  | ||
.mw-footer li {  | .mw-footer li {  | ||
	color: white;  | 	color: white;  | ||
}  | }*/  | ||
a:hover {  | |||
	color: rgb(249, 163, 63);  | 	color: rgb(249, 163, 63);  | ||
}  | }  | ||
a:link {  | a:link {  | ||
	color: rgb(222, 93, 45);  | 	color: rgb(222, 93, 45);  | ||
}  | }  | ||
| Line 50: | Line 37: | ||
}  | }  | ||
a:  | a:hover.external{  | ||
	color: rgb(249, 163, 63);  | 	color: rgb(249, 163, 63);  | ||
}  | }  | ||
a:  | a:link.external {  | ||
	color: rgb(222, 93, 45);  | 	color: rgb(222, 93, 45);  | ||
}  | }  | ||
| Line 61: | Line 48: | ||
}  | }  | ||
a:visited.external {  | a:visited.external {  | ||
	color: rgb(130, 150, 72);  | |||
}  | |||
a.external.text:visited {  | |||
	color: rgb(130, 150, 72);  | 	color: rgb(130, 150, 72);  | ||
}  | }  | ||
Latest revision as of 11:52, 25 April 2025
/* CSS placed here will be applied to all skins */
/* common stuff */
.vector-body h2 {
	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;
}
.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);
}
a:visited {
	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);
}