]> git.rmz.io Git - dotfiles.git/blob - dwb/userstyles/doxygen.css
mpv: disable subtitle by default
[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 #side-nav
26 {
27 top: inherit !important;
28 }
29
30 #titlearea
31 {
32 height: 40px;
33 }
34
35 .paramname
36 {
37 color: #10a0b0 !important;
38 }
39
40 .mdescLeft, .mdescRight
41 {
42 color: #cccccc !important;
43 }
44
45 .memproto, dl.reflist dt
46 {
47 text-shadow: 0px 1px 1px rgba(65,65,65,0.9) !important;
48 }
49
50 #navrow1
51 {
52 height: 30px;
53 overflow: hidden;
54 font-size: 8px !important;
55 top: 10px !important;
56 position: absolute;
57 left: 120px
58 }
59
60 body *
61 {
62 color: ivory;
63 background: transparent !important;
64 }
65
66 body a
67 {
68 color:#6688ff !important;
69 }