File: doxygen_nmodl.css

package info (click to toggle)
nmodl 0.6-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,992 kB
  • sloc: cpp: 28,492; javascript: 9,841; yacc: 2,804; python: 1,967; lex: 1,674; xml: 181; sh: 136; ansic: 37; makefile: 18; pascal: 7
file content (99 lines) | stat: -rw-r--r-- 1,290 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
#projectname {
    display: none;
}

#projectlogo img {
    margin: 0 10px !important;
    width: 180px !important;
}

div.line {
    margin: 4px !important;
    line-height: 1.2 !important;
}

address.footer, hr.footer {
    display: none;
}

span.lineno {
    border-color: #b3acb1;
}

.header, .contents {
    width: 80%;
    max-width: 1140px;
    margin: auto !important;
    padding: 10px;
    background: white;
}

div.header {
    margin-top: 20px !important;
}

div#doc-content {
    background-image: url("background.png");
    background-repeat: repeat;
    /* background: rgba(234, 201, 201, 0.3); */
}

#nav-sync img {
    display: none;
}

span.comment {
    color: #848080;
}

span.keyword {
    color: #152292;
}

dl.reflist dt {
    color: #481120;
}

h2.groupheader {
    margin-top: 0.75em;
}

tr.heading h2 {
    margin-top: 4px;
}

h1 {
    color: #7B3548;
    font-size: 130%;
}

h2 {
    color: #7B3548;
    font-size: 115%;
}

h3 {
    color: #7B3548;
    font-size: 100%;
}

/*
body {
    max-width: 1440px;
    margin: auto;
    background: #404040;
}

#side-nav {
    left: auto;
    padding-left: 10px;
    padding-right: 15px;
    background-image: url(background.png);
}

div#titlearea {
    background: white;
    background-image: url(background.png);
}
*/