Module:Sidebar/styles.css: Difference between revisions

ok I lied that makes sense to have since sidebars can be in other namespaces
Logan (talk | contribs)
m 46 revisions imported from wikipedia:Module:Sidebar/styles.css
 
(2 intermediate revisions by one other user not shown)
Line 148: Line 148:
}
}


@media (max-width: 720px) {
@media (max-width: 640px) {
/* users have wide latitude to set arbitrary width and margin :(
/* users have wide latitude to set arbitrary width and margin :(
  "Super-specific" selector to prevent overriding this appearance by
  "Super-specific" selector to prevent overriding this appearance by
Line 180: Line 180:
     }
     }


     html.skin-theme-clientpref-night .sidebar .sidebar-title-with-pretitle a {
     html.skin-theme-clientpref-night .sidebar:not( .notheme ) .sidebar-title-with-pretitle a {
     color: var( --color-progressive ) !important;
     color: var( --color-progressive ) !important;
     }
     }
Line 191: Line 191:
}
}
html.skin-theme-clientpref-os .sidebar .sidebar-title-with-pretitle a {
html.skin-theme-clientpref-os .sidebar:not( .notheme ) .sidebar-title-with-pretitle a {
color: var( --color-progressive ) !important;
color: var( --color-progressive ) !important;
}
}