File: references-dark.css

package info (click to toggle)
cb2bib 1.9.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,368 kB
  • sloc: cpp: 24,179; sh: 481; makefile: 16
file content (69 lines) | stat: -rw-r--r-- 783 bytes parent folder | download | duplicates (8)
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
/*   cb2Bib References CSS   */

/*   general   */

body {
font-size: 100%;
font-family: sans-serif;
background-color: #5C656D;
color: #ECECEC;
padding: 0;
margin: 0;
}

a {
color: #EDE159;
text-decoration: none;
}

a:link {
color: #EDE159;
text-decoration: underline;
}

h1
{
color: #ECECEC;
font-size: 20px;
font-variant: small-caps;
font-family: sans-serif;
}

/*   references   */

#references{
background-color: #23445b;
}

#references blockquote{
font-size: small;
}

#references span{
color: #FFFFFF;
font-weight: bold;
}

#excerpt{
font-style: italic;
}

/*   header   */

#header {
vertical-align: middle;
}

/*   footer   */

#footer {
color: #E4E3E2;
font-family: arial, sans-serif;
font-size: small;
}

#footer td{
padding: 10px;
padding-left: 5px;
padding-right: 5px;
}