]> git.rmz.io Git - dotfiles.git/blob - dwb/userstyles/doxygen.css
misc: cleanup some unimaas and cadscan related things
[dotfiles.git] / dwb / userstyles / doxygen.css
1 body
2 {
3 background-color: #222222 !important;
4 }
5
6 /* adbar and social network buttons (hide) */
7 .pageheader > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(3) > form:nth-child(1) > table:nth-child(8),
8 .pageheader > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(2)
9 {
10 /*remove this line below if you want the chat icons back (and the adbar) */
11 display: none;
12 }
13
14 #projectlogo > a:nth-child(1) > img:nth-child(1)
15 {
16 width: 0px !important;
17 height: 30px !important;
18 margin-top: 0px !important;
19 padding-left: 106px;
20 top: 4px !important;
21 left: 8px;
22 position: absolute;
23 }
24
25 img[src*=".png"]
26 {
27 -webkit-filter: invert(90%) !important;
28 background-color: transparent !important;
29 }
30
31 #side-nav
32 {
33 top: inherit !important;
34 }
35
36 #titlearea
37 {
38 height: 40px;
39 }
40
41 .paramname
42 {
43 color: #10a0b0 !important;
44 }
45
46 .mdescLeft, .mdescRight
47 {
48 color: #cccccc !important;
49 }
50
51 .memproto, dl.reflist dt
52 {
53 text-shadow: 0px 1px 1px rgba(65,65,65,0.9) !important;
54 }
55
56 #navrow1
57 {
58 height: 30px;
59 overflow: hidden;
60 font-size: 8px !important;
61 top: 10px !important;
62 position: absolute;
63 left: 120px
64 }
65
66 body *
67 {
68 color: ivory;
69 background: transparent !important;
70 }
71
72 body a
73 {
74 color:#6688ff !important;
75 }