Template:Version Info/style.css: Difference between revisions
Neko Knight (talk | contribs) (Created page with "→Module:Version Info/style.css: →<templatestyles src="Template:Version Info/style.css" />: .navbox { width: 80%; margin: 0.8em 0.2em; padding: 3px; justify-self: center; background-color: #e6d3b5; border-style: solid; border-color: #a09282; border-width: 3px; border-radius: 5px; } .navbox-title { width: auto; background-color: #c2ab86; padding: 4px; text-align: center; font-weight: bold; } .navbox-titlechild { background-color: #c9b597;...") |
Neko Knight (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
/*Module:Version Info/style.css*/ | /*Module:Version Info/style.css*/ | ||
/*<templatestyles src="Template:Version Info/style.css" />*/ | /*<templatestyles src="Template:Version Info/style.css" />*/ | ||
/* Version Info */ | |||
.vi-prev-next { | |||
height: auto; | |||
display: grid; | |||
grid-template-areas: "previous next"; | |||
gap: 10px; | |||
grid-auto-columns: 2fr; | |||
align-items: center; | |||
line-height: 1.8em; | |||
} | |||
.vi-grid-L{ | |||
border-right: 1px solid #be9675; | |||
} | |||
.vi-grid-R{ | |||
} | |||
.navbox { | .navbox { | ||
width: 80%; | width: 80%; | ||
Latest revision as of 11:14, 6 May 2025
/*Module:Version Info/style.css*/
/*<templatestyles src="Template:Version Info/style.css" />*/
/* Version Info */
.vi-prev-next {
height: auto;
display: grid;
grid-template-areas: "previous next";
gap: 10px;
grid-auto-columns: 2fr;
align-items: center;
line-height: 1.8em;
}
.vi-grid-L{
border-right: 1px solid #be9675;
}
.vi-grid-R{
}
.navbox {
width: 80%;
margin: 0.8em 0.2em;
padding: 3px;
justify-self: center;
background-color: #e6d3b5;
border-style: solid;
border-color: #a09282;
border-width: 3px;
border-radius: 5px;
}
.navbox-title {
width: auto;
background-color: #c2ab86;
padding: 4px;
text-align: center;
font-weight: bold;
}
.navbox-titlechild {
background-color: #c9b597;
text-align: left;
margin-top: 8px;
padding-left: 0.8em;
}
.navbox-contents {
padding: 5px;
}
.mw-collapsible-toggle-default::after {
content: ']';
color: #88734f;
padding-right: 5px;
}
.mw-collapsible-toggle-default::before {
content: '[';
color: #88734f;
}
.navbox-contents a.mw-selflink.selflink {
background-color: #c2ab86;
padding: 2px 3px;
}