generated from RhoInc/webcharts-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
189 lines (161 loc) · 2.88 KB
/
index.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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300);
* {
font-family: 'Open Sans';
}
#title {
width: 96%;
padding: 0 0 12px 0;
border-bottom: 2px solid lightgray;
margin: 24px 2% 12px 2%;
font-size: 32px;
font-weight: normal;
}
#subtitle {
width: 96%;
margin: 0 2% 12px 2%;
font-size: 24px;
font-weight: lighter;
}
#info {
text-align: center;
color: #004085;
background-color: #cce5ff;
border:1px solid #b8daff;
padding: 0.5em;
margin: 0 2% 12px 2%;
border-radius:0.2em
}
#container {
width: 96%;
margin: 12px 2%;
padding: 0.5em;
display: inline-block;
}
.info{
padding:0.5em;
width: 96%;
margin: 0 2% 12px 2%;
}
.details{
background: #fff7bc;
border:1px solid #fec44f;
padding:0.5em;
overflow-x:scroll;
}
body,h1,h2,h3,h4,h5,h6 {
font-family: "Lato", sans-serif
}
.w3-bar,h1,button {
font-family: "Montserrat", sans-serif
}
.w3-twothird{
text-align:justify;
}
.fa-anchor,.fa-coffee {
font-size:200px
}
.rho-blue {
background: #326195;
color: white;
}
.rho-green {
background: #6ebe4b;
color: black;
}
.rho-logo {
margin-top: 84px;
margin-left: 48px;
}
header{
margin-top:50px;
padding-top:1em;
padding-bottom:1em;
color: #326195; /* Rho Blue */
}
/* Latest Blog Post */
.blog-post {
display: inline-block;
}
.blog-post > h3 {
width: 100%;
}
.blog-post img {
max-width: 100%;
}
.blog-post__innards {
background: white;
border: 1px solid #999;
padding: 0.5em;
}
/* Latest Publications */
ul.pubs{
display: block;
padding:0;
}
ul.pubs li.pub{
display:block;
list-style: none;
min-height:133px;
}
ul.pubs li.pub img{
height:100px;
width:133px;
float:left;
vertical-align:top;
padding:0.5em;
margin-right:1em;
}
ul.pubs li.pub .pub-wrap{
padding:0.5em;
}
ul.pubs li.pub .pub-wrap p{
padding-bottom:0.5em;
margin:0;
}
ul.pubs li.pub .pub-wrap p.title{
font-weight: bold;
}
ul.pubs li.pub .pub-wrap ul.tags{
list-style: none;
}
ul.pubs li.pub .pub-wrap ul.tags li{
display:inline-block;
margin-right:1.5em;
}
ul.pubs li.pub .pub-wrap ul.tags li a{
color: rgb(0, 163, 239);
text-decoration: none;
}
ul.pubs li.pub .pub-wrap ul.tags li a::before{
font-family: Fontawesome;
padding-right: .5em;
}
ul.pubs li.pub .pub-wrap ul.tags li a.slides::before{
content: "\f108";
}
ul.pubs li.pub .pub-wrap ul.tags li a.poster::before{
content: "\f022";
}
ul.pubs li.pub .pub-wrap ul.tags li a.related.tool::before{
content: "\f0a4";
}
ul.pubs li.pub .pub-wrap ul.tags li a.paper::before{
content: "\f0f6";
}
ul.pubs li.pub .pub-wrap ul.tags li a.abstract::before{
content: "\f016";
}
ul.pubs li.pub .pub-wrap ul.tags li a.github::before{
content: "\f09b";
}
/* Latest Releases */
.releases .hidden{
display:none;
}
.releases h5{
margin-bottom:0;
font-weight: bold;
}
.release__body p{
margin-top:0;
}