MediaWiki:Timeless.css: Difference between revisions
From Minetest
(Created page with "→All CSS here will be loaded for users of the Timeless 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; } .boxlist { margin-left: 30px; margin-right: 30px; overflow: hidden; font-family: Arial, sans-serif;...") |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 66: | Line 66: | ||
background-color: #252525; /* button color */ | background-color: #252525; /* button color */ | ||
text-align: center; | text-align: center; | ||
padding: 5px 10px !important; | padding: 5px 10px !important; | ||
text-decoration: none; | text-decoration: none; | ||
font-size: 0.90em; | |||
font-weight: bold; | font-weight: bold; | ||
width: 160px; | width: 160px; | ||
border: solid 1px #202020; | border: solid 1px #202020; | ||
margin: 2px 2px 2px 2px; | margin: 2px 2px 2px 2px; | ||
} | |||
.responsive-image { | |||
max-width : 100% ; | |||
height : auto ; | |||
} | } |
Latest revision as of 08:59, 3 September 2023
/* All CSS here will be loaded for users of the Timeless 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;
}
.boxlist {
margin-left: 30px;
margin-right: 30px;
overflow: hidden;
font-family: Arial, sans-serif;
}
.boxlist div {
float: left;
text-align: center;
padding: 10px 20px !important;
text-decoration: none;
font-weight: bold;
width: 175px;
border: solid 1px #202020;
margin: 2px 2px 2px 2px;
}
.p44_navbar a.external {
color: #eecccc;
}
.p44_navbar a.external:visited {
color: #eecccc;
}
.p44_navbar a:visited {
color: #eecccc;
}
.p44_navbar a:after {
/* may help change color of link symbol added by JavaScript but not visible in HTML and not selectable by browser Inspect tool that usually works on generated code*/
color: #eecccc;
}
.external {
color: #745757;
}
.external:visited {
color: #745757;
}
.p44_navbar a {
float: left;
color: #eeeeee;
background-color: #252525; /* button color */
text-align: center;
padding: 5px 10px !important;
text-decoration: none;
font-size: 0.90em;
font-weight: bold;
width: 160px;
border: solid 1px #202020;
margin: 2px 2px 2px 2px;
}
.responsive-image {
max-width : 100% ;
height : auto ;
}