fnp
/
wl-mobile.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
b1f00222450b3aacec656e5e978acf8539e7f1cf
[wl-mobile.git]
/
assets
/
www
/
css
/
style.css
1
body {
2
padding: 0;
3
margin: 0;
4
font-size: 12px;
5
font-family: verdana, arial, helvetica, sans-serif;
6
}
7
8
.spinner {
9
padding: 5em;
10
}
11
12
#searchbox {
13
font-size: 1.5em;
14
background: #84bf2a;
15
padding: 5px;
16
display: none;
17
}
18
#search {
19
border: none;
20
width: 100%;
21
padding: 5px 0 5px 0;
22
}
23
#swrap {
24
margin-right:85px;
25
}
26
#searchbutton {
27
width:80px;
28
float:right;
29
}
30
#logo {
31
padding: 1em;
32
text-align:center;
33
}
34
#content {
35
padding: 10px;
36
}
37
.buttons a {
38
display: block;
39
background: #b6e372;
40
font-size: 20px;
41
padding: 1em;
42
border-radius: 8px;
43
-webkit-border-radius: 8px;
44
/*margin: 0.5em;*/
45
text-align:center;
46
color: #295158;
47
text-decoration: none;
48
}
49
50
.book-list a {
51
display: block;
52
background: #eee;
53
font-size: 16px;
54
padding: 15px;
55
margin: 5px;
56
border-radius: 8px;
57
-webkit-border-radius: 8px;
58
text-align:center;
59
color: #295158;
60
text-decoration: none;
61
}
62
63
a.Book {
64
background: #ccc;
65
}
66
67
h1 .subheader {
68
display:block;
69
font-size: 70%;
70
}
71
.upper {
72
text-transform: capitalize;
73
}
74
75
76
.footer {
77
color: #888;
78
border-top: 1px solid #888;
79
margin-top: 2em;
80
font-size: 0.9em;
81
}
82
.footer a {
83
color: #888;
84
}