bioweb
0.09.92
C++/Python(django)/JavaScript(angularJS) framework
Main Page
Classes
Files
File List
File Members
client
css
styles.css
1
/**
2
* \file styles.css
3
* \brief application styles
4
*/
5
6
.hidden {
7
display: none;
8
}
9
10
.error {
11
font-size: 2em;
12
color:red;
13
}
14
15
.info {
16
font-size: 2em;
17
color:green;
18
}
19
20
body {
21
margin: 0px;
22
padding: 0px;
23
font-family: 'Noto Sans', sans-serif;
24
font-size: 100.01%;
25
}
26
27
#icons_ul {
28
list-style-type:none;
29
margin:0;
30
padding:0;
31
}
32
33
#icons_ul > li {
34
float:left;
35
padding: 5px;
36
}
37
Generated on Wed Nov 25 2015 21:50:49 for bioweb by
1.8.9.1