Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
DOORS Site Logo

Welcome to the Official DOORS Wiki!
Please read the Wiki Rules the Manual of Style and familiarise yourself with our Wiki Policies before contributing to get a better understanding of what content is allowed on our wiki and how to display it properly, if you need help don't hesitate to reach out to a DOORS Wiki Staff Member.

User:Binonbo/common.css: Difference between revisions

From DOORS Wiki
(- test)
Tag: Reverted
m (- minor fix)
Tag: Reverted
Line 1: Line 1:
/** Template:Navigation CSS **/
/** Template:Navigation CSS **/
/*** Light Theme ***/
/*** Light Theme ***/
body.theme-fandomdesktop-dark .doors-navbox {
body.theme-fandomdesktop-light .doors-navbox {
background: #E7DBC8;
background: #E7DBC8;
border: 1.25px solid #D0AE82;
border: 1.25px solid #D0AE82;
Line 7: Line 7:
width: 100%;
width: 100%;
}
}
body.theme-fandomdesktop-dark .doors-navbox-group {
body.theme-fandomdesktop-light .doors-navbox-group {
background: #D0AE82;
background: #D0AE82;
color: #3A3A3A;
color: #3A3A3A;

Revision as of 17:45, 20 February 2023

/** Template:Navigation CSS **/
/*** Light Theme ***/
body.theme-fandomdesktop-light .doors-navbox {
	background: #E7DBC8;
	border: 1.25px solid #D0AE82;
	color: #3A3A3A;
	width: 100%;
}
body.theme-fandomdesktop-light .doors-navbox-group {
	background: #D0AE82;
	color: #3A3A3A;
}