source: ReferenceDesigns/w3_802.11/python/wlan_exp/docs/source/_static/wlan_doc.css_t

Last change on this file was 6320, checked in by chunter, 5 years ago

1.8.0 release wlan-exp

File size: 1.4 KB
Line 
1@import "nature.css";
2
3/* Override default theme styles here */
4
5/* Better styling for figures:
6  - Add border so figures with white background look
7    ok on non-white pages
8  - Add hover highlight to emphasize detailed figures can
9    be clicked for full-res view
10*/
11
12div.figure img {
13   border:1px solid #AAAAAA;
14   padding:5px;
15   border-radius: 5px;
16}
17
18div.figure img:hover {
19    box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
20}
21
22span.pre {
23   
24}
25
26/* Override ToC styling:
27 -Show bullets for all levels
28 -Remove right margin
29 -Remove word-wrap: break-word
30*/
31div.sphinxsidebar ul {
32    list-style: square;
33}
34
35div.sphinxsidebar ul ul,
36div.sphinxsidebar ul.want-points {
37    margin-right: 0px;
38    margin-left: 10px;
39    list-style: square;
40}
41
42div.sphinxsidebar ul ul {
43    margin-top: 0;
44    margin-bottom: 0;
45}
46
47/* Top-level entries are bold, lower levels are normal */
48div.sphinxsidebar li.toctree-l1 {
49    font-weight: bold;
50}
51
52div.sphinxsidebar li.toctree-l2 {
53    font-weight: normal;
54}
55
56/* toctree classes use 'current' for all ul/li in selected leaf
57   but the a.current.reference is only applied to the current page
58*/
59a.current.reference.internal {
60    font-weight: bold; 
61    background-color: #BED4EB;
62    padding: 2px;
63}
64
65/* Hide ToC levels 4+ - fulltoc extension includes these in the HTML by default */
66li.toctree-l4,
67li.toctree-l5,
68li.toctree-l6 {
69    display: none;
70}
Note: See TracBrowser for help on using the repository browser.