-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
67 lines (63 loc) · 1.16 KB
/
style.css
File metadata and controls
67 lines (63 loc) · 1.16 KB
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
body {
padding-top: 55px;
background: #EDF3F3;
}
.container-content{
padding-left: 2%;
padding-right: 2%;
}
.panel{
background-color: #D6E8DE;
}
.container img{
max-width: 100%;
}
.panel-body{
width: 100%;
}
.panel-body img{
width: 100%;
}
.navbar{
background-color: #515961;
}
.navbar-text{
font-size: 25px;
}
.navbar-left{
padding-top: 10px;
padding-right: 15px;
}
.references{
font-size:20px;
word-wrap: break-word;
}
.navbar-inverse .navbar-nav > li > a {
color: white; /*Change active text color here*/
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
background-color: #88BCBC;
color: #000000;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active> a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
background-color: #88BCBC;
color: #000000;
font-weight:bold;
}
hr{
background-color: black; height: 1px; border: 0;
}
.thumbnail {
background-color: rgba(255,255,255,.2);
border: 0 none;
padding:10px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.thumbnail .caption {
color: inherit;
}