Site Notice

hello, world

Difference between revisions of "MediaWiki:Css-doc.css"

From Project-EPB Commons
(Created page with "→‎* *『Wjghj Project Static』 * This _CascadingStyleSheets_ code is from https://common.wjghj.cn * CC BY-NC-SA *: nav a.sidenav-trigger { display: unset !important; }...")
 
Line 13: Line 13:
 
   padding: 0 4px;
 
   padding: 0 4px;
 
}
 
}
.sidenav li > a {
+
.sidenav li:not(.tab) > a {
    color: rgba(0,0,0,0.87);
+
  padding: 0 8px 0 32px;
    display: block;
 
    font-size: 14px;
 
    font-weight: 500;
 
    height: 48px;
 
    line-height: 48px;
 
    padding: 0 8px 0 32px;
 
 
}
 
}

Revision as of 18:50, 12 September 2019

/**
 *『Wjghj Project Static』
 * This _CascadingStyleSheets_ code is from https://common.wjghj.cn
 * CC BY-NC-SA
 **/
nav a.sidenav-trigger {
  display: unset !important;
}
#sidenav {
  height: 100%;
}
#sidenav .tabs a {
  padding: 0 4px;
}
.sidenav li:not(.tab) > a {
  padding: 0 8px 0 32px;
}