-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstyles.css
209 lines (183 loc) · 4.17 KB
/
styles.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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
/* GENERAL STYLES */
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
margin: 3%;
font-size: 0.9em;
}
#page-header {
margin-top: 1%;
}
#title {
font-size: 1.2em;
}
#link-to-article {
font-size: 0.8em;
}
#link-to-article a{
padding: 3px 0 10px 35px;
background: url(../images/nettuts-logo.jpg) no-repeat;
display: inline-block;
}
.example {
min-height: 20px;
padding: 2%;
margin-bottom: 3%;
background-color: whiteSmoke;
border: 1px solid #EEE;
border: 1px solid rgba(0, 0, 0, 0.05);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
overflow: hidden;
}
.example header {
margin-bottom: 10px;
}
.example header h1, .example header p {
margin: 0 0 2% 0;
padding: 0;
font-size: 1.1em;
}
.example header p {
font-size: 1em;
}
.flexbox-message {
display: none;
padding: 1% 3%;
margin-bottom: 20px;
color: #C09853;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
background-color: #FCF8E3;
border: 1px solid #FBEED5;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
color: #B94A48;
background-color: #F2DEDE;
border-color: #EED3D7;
}
.no-flexbox-legacy .flexbox-message{
display: block;
}
code {
padding: 0 3px 2px;
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
font-size: 0.9em;
color: #333;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding: 2px 4px;
color: #D14;
background-color: #F7F7F9;
border: 1px solid #E1E1E8;
}
.btn {
display: inline-block;
padding: 4px 10px 4px;
margin-bottom: 10px;
font-size: 13px;
line-height: 18px;
color:
#333;
text-align: center;
text-shadow: 0 1px 1px
rgba(255, 255, 255, 0.75);
vertical-align: middle;
cursor: pointer;
background-color:
whiteSmoke;
background-image: -ms-linear-gradient(top,
white,
#E6E6E6);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(
white), to(
#E6E6E6));
background-image: -webkit-linear-gradient(top,
white,
#E6E6E6);
background-image: -o-linear-gradient(top,
white,
#E6E6E6);
background-image: linear-gradient(top,
white,
#E6E6E6);
background-image: -moz-linear-gradient(top,
white,
#E6E6E6);
background-repeat: repeat-x;
border: 1px solid
#CCC;
border-color:
rgba(0, 0, 0, 0.1)
rgba(0, 0, 0, 0.1)
rgba(0, 0, 0, 0.25);
border-color:
#E6E6E6
#E6E6E6
#BFBFBF;
border-bottom-color:
#B3B3B3;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
-webkit-box-shadow: inset 0 1px 0
rgba(255, 255, 255, 0.2), 0 1px 2px
rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0
rgba(255, 255, 255, 0.2), 0 1px 2px
rgba(0, 0, 0, 0.05);
}
.btn.active, .btn:active {
background-color:
#E6E6E6;
background-color:
#D9D9D9 9;
background-image: none;
outline: 0;
-webkit-box-shadow: inset 0 2px 4px
rgba(0, 0, 0, 0.15), 0 1px 2px
rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 2px 4px
rgba(0, 0, 0, 0.15), 0 1px 2px
rgba(0, 0, 0, 0.05);
}
#example-5 .different-flex-example > div:nth-child(2),
#example-5 .final-flex-example > div:nth-child(2),
#example-6 .ordering-example > div:nth-child(1)
{
background-image: -webkit-linear-gradient(top,
#62C462,
#51A351);
background-image: -o-linear-gradient(top,
#62C462,
#51A351);
background-image: -moz-linear-gradient(top,
#62C462,
#51A351);
background-image: linear-gradient(top,
#62C462,
#51A351);
}
/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
/* Styles */
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
.example header h1, .example header p {
margin: 0 0 4% 0;
padding: 0;
font-size: 1.1em;
}
.example {
margin-bottom: 5%;
}
}