forked from soruly/trace.moe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
executable file
·61 lines (59 loc) · 1.07 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
html {
position: relative;
min-height: 100%;
}
body {
margin-bottom: 60px;
background-color: #F7F8FF;
background-image: url("/bright-squares.png");
text-shadow: 1px 1px 3px #ccc;
font-family: Helvetica, Arial, Meiryo, "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
}
.page-header{
border-bottom: 1px solid #9E9E9E;
}
.navbar{
margin-bottom: 0;
}
.header{
background-color: #60738B;
border-radius: 0;
}
.header a{
color:#FFF;
transition: all 0.2s ease-out;
}
.header .active{
color: #CCC;
background-color: #485667;
transition: all 0.2s ease-out;
}
.header li>a:hover{
background-color: #485667;
transition: all 0.2s ease-out;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
background-color: #60738B;
}
.footer .breadcrumb{
background-color: inherit;
text-align: center;
}
.footer .breadcrumb a{
color:#FFF;
}
.container {
width: auto;
max-width: 680px;
padding: 0 15px;
}
.container .text-muted {
margin: 20px 0;
}
.result img{
width:295px;
}