forked from mjromper/jbackbone-mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles-backbone.css
115 lines (105 loc) · 1.67 KB
/
styles-backbone.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
html{
margin:0;
padding:0;
height: 100%;
width:100%;
}
body {
line-height: 1.5em;
font-family: Helvetica;
margin:0;
padding:0;
min-height: 100%;
width: 100%;
height: 100%;
}
li {
list-style-type: none;
font-size: 14px;
padding: 5px 5px 5px 10px;
border-bottom: 1px solid #ccc;
}
header {
background-color: #a0a0a0;
width: 100%;
height: 45px;
padding: 0;
z-index:999;
}
header h3 {
margin: 0 auto;
padding: 0;
width: 230px;
white-space: nowrap;
font-weight: normal;
text-align:center;
clear: both;
position:relative;
left: 0px;
top: -30px;
}
#binder {
background-color: #ffffff;
margin:0;
padding: 0;
width: 100%;
height: 100%;
float: left;
left: 0;
position: static;
overflow: hidden;
}
#slider {
padding:0;
width: 100%;
height:100%;
position: relative;
left:0;
top:0;
-webkit-transition:all 0.4s ease-in-out;
-moz-transition:all 0.4s ease-in-out;
-o-transition:all 0.4s ease-in-out;
-ms-transition:all 0.4s ease-in-out;
transition:all 0.4s ease-in-out;
}
.block {
padding: 0;
margin: 0;
background: white;
height: 100%;
width: 100%;
position: absolute;
}
#menu-page, #menu-page2{
background-color: #f0f0f0;
}
#navBar li a,
#navBar li a:visited,
#navBar li a:hover{
text-decoration: none;
display: block;
width: 100%;
}
.menuPic {
background-color: white;
background-position: top left;
margin:0 0 0 10px;
padding: 0;
position: relative;
top: 5px;
display: block;
height: 35px;
width: 53px;
cursor: pointer;
}
.back {
top: 5px;
margin:0 0 0 10px;
padding: 3px 0 0 3px;
position: relative;
background-color: white;
background-repeat: no-repeat;
width: 60px;
height: 35px;
cursor: pointer;
}