forked from enamulh/ConVis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
122 lines (98 loc) · 2.96 KB
/
style.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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
.node rect {
fill: #F1595F;
cursor: pointer;
stroke: #000;
stroke-width:.15px;
}
.roundedrect {
fill: #F1595F;
cursor: pointer;
stroke: #000;
stroke-width:2px;
}
.authorrect {
fill: #F1595F;
cursor: pointer;
stroke: #000;
stroke-width:.15px;
}
.rrr{
}
.node text {
font: 8px sans-serif;
pointer-events: none;
}
path.link {
fill: none;
stroke: #d5e6ec;
stroke-width: 1.5px;
}
.linktopics {
fill: none;
/*stroke: #d5e6ec; */
stroke:#00479D;
stroke-width: 1.5px;
}
.linkauthors {
fill: none;
stroke: #9970AB;
stroke-width: 1.5px;
}
body {
/* font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif;*/
font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Arial", sans-serif;
font-weight: 200; font-stretch: normal;
padding: 10px;
}
a { text-decoration: none;}
h2, h3 { margin: 0 0 20px; text-shadow: 2px 2px #fff; }
h2 { font-size: 28px; }
h3 { font-size: 22px; }
pre { background: #fff; width: 460px; padding: 10px 20px; border-left: 5px solid #ccc; margin: 0 0 20px; }
p { font-size: 18px; line-height: 24px; margin: 0 0 30px; }
input { margin: 0; padding: 0; }
#content {border: 2px solid #eee; margin: 0px; width: 650px; height: 700px; vertical-align: top; background: #eee; overflow:scroll;}
ul, ol { padding-left: 20px; line-height: 18px; }
.biglist { font-size: 110%; font-weight: bold; background: #fff; padding: 10px 40px; margin: 0; }
.jcollapsible { font-size: 125%; font-weight: bold; }
#example, #example2, #example3 { width: 120px; float: left; margin-right: 40px; }
#example2, #example2 ul { list-style-type: none; }
#example3, #example3 ul { list-style: none; }
#comments { padding: 0; margin: 0; }
#comments li { padding: 5px 0 0; }
#comments ul { list-style-type: none;}
.comment { background: #fff; padding: 10px; display: block; overflow: hidden; }
.comment-author { float: left; width: 60px; font-size: 10px; text-align: center; margin: 0 10px 10px 0; }
.comment-body, .comment-body p { font-size: 12px; line-height: 18px; margin: 0; }
.comment-body, .comment-body p { font-size: 13px; line-height: 18px; margin: 0; }
.link-title{ color:#339966;}
#div_title{padding-left: 15px;color: #fff; background-image: URL(back.png); width: 640px;}
table {
margin: 0px;
border-collapse: collapse;
padding: 0px;
width: 100%;
}
/*
search bar
*/
#tfnewsearch{
float:right;
padding:25px;
}
.tftextinput3{
margin-bottom: 3px;
padding: 3px 15px;
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
color:#666;
border:1px solid #0076a3;
border-top-left-radius: 5px 5px;
border-bottom-left-radius: 5px 5px;
border-top-right-radius: 5px 5px;
border-bottom-right-radius: 5px 5px;
}
.tfclear{
clear:both;
}
.highlight{ background-color:yellow; }