-
Notifications
You must be signed in to change notification settings - Fork 3
/
hexhive.css
107 lines (93 loc) · 1.8 KB
/
hexhive.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
103
104
105
106
107
body {
background-color: #bec3c6;
font-family: Helvetica, Arial, sans-serif;
font-size:14px;
font-weight: normal;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}
table, td {
border-collapse: collapse;
vertical-align: top;
padding: 0px;
}
a:link, a:visited {
color: #2a3d24;
}
a:hover {
color: #3b632f;
}
.menu1 {
padding-top:8px;
padding-bottom:8px;
font-family: Helvetica, Arial, sans-serif;
font-size: 14px;
width: 200px;
text-align: center;
background: #3b632f;
border: 1px solid #000000;
}
.menu1 a:link, .menu1 a:visited {
text-decoration: none;
font-weight:bold;
color: #dddddd;
}
.menu1 a:hover {
text-decoration:none;
font-weight:bold;
color: #ffffff;
}
.menu1act {
padding-top:8px;
padding-bottom:8px;
font-family: Helvetica, Arial, sans-serif;
text-decoration: underline;
font-weight:bold;
color: #dddddd;
font-size: 14px;
width: 200px;
text-align: center;
background: #3b632f;
border: 1px solid #000000;
}
.menu1act a:link, .menu1act a:visited {
text-decoration: none;
font-weight:bold;
color: #dddddd;
}
.menu1act a:hover {
text-decoration:none;
font-weight:bold;
color: #ffffff;
}
.content {
text-decoration:none;
font-weight:normal;
color:#111111;
background: #f2f2f2;
padding: 8px;
}
h1, h2, h3, h4 {
font-family: Arial, Helvetica, sans-serif;
padding:0px;
}
h1 {
font-size: 16px;
}
.abstract {
text-decoration:none;
display: inline;
display: block;
font-weight:normal;
color:#111111;
background: #f2f2f2;
padding-left: 8px;
padding-right: 8px;
padding-bottom: 8px;
overflow: hidden;
}
.publication {
padding-left: 8px;
padding-right: 8px;
padding-bottom: 8px;
}