File: qtiplot.css

package info (click to toggle)
qtiplot 0.9.8.9-18
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 36,424 kB
  • sloc: cpp: 129,847; ansic: 5,781; python: 861; makefile: 60
file content (136 lines) | stat: -rw-r--r-- 1,909 bytes parent folder | download | duplicates (6)
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
/* Thanks to The GIMP Web Team (www.gimp.org) for their inspirational page design. */

/*********** colors and borders ***********/

body { /* defaults */
background-color: white;
color: black;
}

#titlebar, #navibar, h2 { /* structure backgrounds */
background-color: #f0f0f0;
}

h1, h2, h3, h4, a.anchor { /* structure foregrounds */
color: #152063;
}

a { /* navigation / links */
color: #3b72c7; 
}

#navibar a:hover {
border-color: #3b72c7; 
border-style:solid;
border-width: 1px;
}

.emph { /* emphasis */
color: darkGreen;
font-weight: bold;
}

h2, #main { /* color and style of borders */
border-color: #a9a9a9;/*#152063;*/
border-style: solid;
border-width: 1px;
}

#navibar {
border-color: #a9a9a9;/*#152063;*/
border-style: solid;
}

/*********** Fonts and text decorations ***********/

body { /* defaults */
font-family: arial,helvetica,sans-serif;
}

h2, h3 {
text-decoration: none;
font-size: medium;
}

a, a.anchor {
text-decoration: none;
font-size: medium;
}

a:hover {
text-decoration: underline;
}

a.anchor:hover {
text-decoration: none;
}

#navibar a, #navibar a.hover {
text-decoration: none;
display: block;
font-weight: bold;
}

/*********** Spacing, margins, padding, alignment ***********/

body {
margin: 0px;
}

#titlebar {
text-align: center;
margin: 0px;
padding: 0px;
}

#navibar {
margin-bottom: 2px;
padding: 30px 10px 0px 10px;
vertical-align: top;
white-space: nowrap;
left: 0px;
height: 100%;
}

h2 {
padding: 2px;
}

/*********** Exceptions and special elements ***********/

#logo {
border: 0px;
margin: 5px 0px 30px 0px;
align: center;
}

#navibar a, #navibar .emph {
margin: 0px 0px 3px 0px;
}

#navibar a {
padding: 1px;
}

#navibar a:hover {
padding: 0px;
}

#navibar a.sub {
display: block;
padding-left: 10px;
font-size: 90%;
}

#navibar span {
display: none;
}

#navibar {
border-width: 0px 0px 1px 0px;
}

#main {
padding: 15px;
border-width: 1px 0px 0px 1px;
}