Changes

Undid revision 1264676747 by Mackensen (talk)
Line 43: Line 43:  
display: inline; /* HTML Tidy forced the use of div instead of span */
 
display: inline; /* HTML Tidy forced the use of div instead of span */
 
font-size: 90%;
 
font-size: 90%;
 +
}
 +
 +
/* icon row container */
 +
table.routemap .RMir {
 +
padding: 0 !important;
 
}
 
}
    
/* first left cell */
 
/* first left cell */
 
table.routemap .RMl1 {
 
table.routemap .RMl1 {
padding: 0 3px;
+
padding: 0 3px !important;
 
text-align: left;
 
text-align: left;
 
}
 
}
Line 53: Line 58:  
/* first right cell */
 
/* first right cell */
 
table.routemap .RMr1 {
 
table.routemap .RMr1 {
padding: 0 3px;
+
padding: 0 3px !important;
 
text-align: right;
 
text-align: right;
 
}
 
}
Line 59: Line 64:  
/* main left cell */
 
/* main left cell */
 
table.routemap .RMl {
 
table.routemap .RMl {
 +
padding: 0 !important;
 
text-align: right;
 
text-align: right;
 
}
 
}
Line 64: Line 70:  
/* main right cell */
 
/* main right cell */
 
table.routemap .RMr {
 
table.routemap .RMr {
 +
padding: 0 !important;
 
text-align: left;
 
text-align: left;
 
}
 
}
Line 69: Line 76:  
/* leftmost cell */
 
/* leftmost cell */
 
table.routemap .RMl4 {
 
table.routemap .RMl4 {
padding: 0 3px 0 0;
+
padding: 0 3px 0 0 !important;
 
text-align: left;
 
text-align: left;
 
}
 
}
Line 75: Line 82:  
/* rightmost cell */
 
/* rightmost cell */
 
table.routemap .RMr4 {
 
table.routemap .RMr4 {
padding: 0 0 0 3px;
+
padding: 0 0 0 3px !important;
 
text-align: right;
 
text-align: right;
 
}
 
}
Line 209: Line 216:  
.RMir .RMbsw{width:280px;min-width:280px}
 
.RMir .RMbsw{width:280px;min-width:280px}
 
.RMir .RM_bsw{width:300px;min-width:300px}
 
.RMir .RM_bsw{width:300px;min-width:300px}
 +
 +
/* BSsplit, BSto, BScvt, BSsrws */
 +
.RMsplit {
 +
font-weight: inherit;
 +
color: black;
 +
background: transparent;
 +
margin-top: -3px;
 +
margin-bottom: -3px;
 +
width: initial !important;
 +
box-sizing: initial;
 +
display: inline-table;
 +
vertical-align: middle;
 +
}
 +
 +
/* BSsplit, etc., when used in main left cell or main right cell */
 +
table.routemap .RMl > .RMsplit,
 +
table.routemap .RMr > .RMsplit {
 +
font-size: 90%;
 +
}
 +
 +
@media screen {
 +
html.skin-theme-clientpref-night .RMbox {
 +
    background: inherit !important;
 +
    color: white;
 +
}
 +
 +
html.skin-theme-clientpref-night .RMbox img,
 +
html.skin-theme-clientpref-night .RMinline img {
 +
    filter: contrast(0.4);
 +
}
 +
 +
html.skin-theme-clientpref-night .navbar-brackets a abbr {
 +
    color: white !important;
 +
}
 +
 +
html.skin-theme-clientpref-night .RMbox th {
 +
    background: inherit !important;
 +
    color: inherit !important;
 +
    border-bottom: solid 1px #be2d2c;
 +
}
 +
 +
html.skin-theme-clientpref-night .RMbox small {
 +
    color: white;
 +
}
 +
 +
html.skin-theme-clientpref-night .RMsplit {
 +
color: white;
 +
}
 +
}
 +
 +
@media screen and (prefers-color-scheme: dark) {
 +
html.skin-theme-clientpref-os .RMbox img {
 +
    filter: contrast(0.4);
 +
}
 +
 +
html.skin-theme-clientpref-os .navbar-brackets a abbr {
 +
    color: white !important;
 +
}
 +
 +
html.skin-theme-clientpref-os .RMbox {
 +
    background: inherit !important;
 +
    color: white;
 +
}
 +
 +
html.skin-theme-clientpref-os .RMbox th {
 +
    background: inherit !important;
 +
    color: inherit !important;
 +
    border-bottom: solid 1px #be2d2c;
 +
}
 +
 +
html.skin-theme-clientpref-os .RMbox small {
 +
    color: white;
 +
}
 +
 +
html.skin-theme-clientpref-os .RMsplit {
 +
color: white;
 +
}
 +
}
Anonymous user