-
Notifications
You must be signed in to change notification settings - Fork 6
/
johnstyle.css
executable file
·102 lines (84 loc) · 1.27 KB
/
johnstyle.css
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
body {
background-color:#FFFFCC;
font-family: 'Computer Modern Serif', Times, serif;
font-size: 18px;
padding-top: 20px;
}
.jumbotron {
background-color:#E9E7BA;
}
h1,h2,h3,dt {
font-family: 'Computer Modern Sans', Helvetica, sans-serif;
}
/*h1 {
color: #660000;
}*/
h2 {
color: #665500;
}
h3 {
color: #668800;
}
/* http://stackoverflow.com/q/10732690 */
a.anchor{
display: block;
position: relative;
top: -70px;
visibility: hidden;
}
/*a {
font-weight: bold;
}*/
/*
a:link {
color: #3366FF;
}
*/
a:visited {
color: #339999;
}
/*
a:active {
color: #FF0000;
}
*/
pre,code {
background: none;
font-family: 'Computer Modern Typewriter', monospace;
}
/*
a[href $='.pdf'] {
padding-right: 16px;
background: transparent url(pdf.gif) no-repeat center right;
}
*/
/*
dt {
float: left;
clear: left;
width: 100px;
text-align: right;
color: green;
}
*/
dt:after {
content: ":";
}
/*
dd {
margin: 0 0 0 110px;
padding: 0 0 0.5em 0;
}
*/
/* FOR BIB-BASE */
.bibbase_group {
background-color: #E9E7BA;
}
span.bibbase_icon_text {
display: inline;
}
.nav-pills > li.dropdown > a:hover,
.nav-pills > li.dropdown > a:focus
{
background-color: #E9E7BA;
}