MediaWiki:Monobook.css: Difference between revisions
From Minetest
No edit summary |
No edit summary |
||
Line 15: | Line 15: | ||
/* background: rgba(0,0,0,1.00); */ | /* background: rgba(0,0,0,1.00); */ | ||
font-family: Arial, sans-serif; | font-family: Arial, sans-serif; | ||
} | |||
a.extiw, a.external, a.extiw:visited,a.external:visited { | |||
color: @#eecccc; | |||
} | } | ||
Revision as of 19:07, 11 August 2023
/* All CSS here will be loaded for users of the MonoBook skin */
.mw-content-text, .mw-body-content {
font-size: 1.1em;
text-align: justify;
}
.mw-wiki-logo {
background-size: contain;
}
.p44_navbar {
margin-left: 30px;
margin-right: 30px;
overflow: hidden;
/* background: rgba(0,0,0,1.00); */
font-family: Arial, sans-serif;
}
a.extiw, a.external, a.extiw:visited,a.external:visited {
color: @#eecccc;
}
.p44_navbar a:visited {
color: #eecccc;
}
.external {
color: #eecccc;
}
.external:visited {
color: #eecccc;
}
.p44_navbar a {
float: left;
color: #eeeeee;
background-color: #252525; /* button color */
text-align: center;
padding: 10px 20px;
text-decoration: none;
font-weight: bold;
width: 175px;
border: solid 1px #202020;
margin: 2px 2px 2px 2px;
}