1
- * {
2
- box-sizing : border-box;
3
- font-family : inherit;
1
+ /* http://meyerweb.com/eric/tools/css/reset/
2
+ v2.0 | 20110126
3
+ License: none (public domain)
4
+ */
5
+
6
+ html , body , div , span , applet , object , iframe ,
7
+ h1 , h2 , h3 , h4 , h5 , h6 , p , blockquote , pre ,
8
+ a , abbr , acronym , address , big , cite , code ,
9
+ del , dfn , em , img , ins , kbd , q , s , samp ,
10
+ small , strike , strong , sub , sup , tt , var ,
11
+ b , u , i , center ,
12
+ dl , dt , dd , ol , ul , li ,
13
+ fieldset , form , label , legend ,
14
+ table , caption , tbody , tfoot , thead , tr , th , td ,
15
+ article , aside , canvas , details , embed ,
16
+ figure , figcaption , footer , header , hgroup ,
17
+ menu , nav , output , ruby , section , summary ,
18
+ time , mark , audio , video {
19
+ margin : 0 ;
20
+ padding : 0 ;
21
+ border : 0 ;
22
+ font-size : 100% ;
23
+ font : inherit;
24
+ vertical-align : baseline;
4
25
}
5
-
6
- body {
7
- padding : 10px 0 0 0 ;
8
- margin : 0 ;
9
- overflow-y : scroll;
10
-
11
- font-family : "Helvetica Neue" , Helvetica, Arial, sans-serif;
12
- font-size : 14px ;
13
- line-height : 1.42857143 ;
14
- color : # 333 ;
15
- }
16
-
17
- # duration {
18
- padding-top : 0px ;
19
- }
20
-
21
- .test-data a {
22
- display : block;
23
- }
24
-
25
- .col-sm-6 .smallpad {
26
- padding : 5px ;
27
- }
28
-
29
- .danger {
30
- background-color : # f2dede !important ;
26
+ h1 {
27
+ font-family : Arial;
28
+ font-size : 28px ;
31
29
}
32
-
33
- .danger : hover {
34
- background-color : # ebcccc !important ;
30
+ /* HTML5 display-role reset for older browsers */
31
+ article , aside , details , figcaption , figure ,
32
+ footer , header , hgroup , menu , nav , section {
33
+ display : block;
35
34
}
36
-
37
- .container {
38
- width : 1170px ;
39
- padding-right : 15px ;
40
- padding-left : 15px ;
41
- margin-right : auto;
42
- margin-left : auto;
35
+ body {
36
+ line-height : 1 ;
43
37
}
44
-
45
- .jumbotron {
46
- border-radius : 6px ;
47
- padding : 10px 60px ;
48
- margin-bottom : 30px ;
49
- background-color : # eef ;
38
+ ol , ul {
39
+ list-style : none;
50
40
}
51
-
52
- .row {
53
- margin-right : -15px ;
54
- margin-left : -15px ;
55
- overflow : auto;
41
+ blockquote , q {
42
+ quotes : none;
56
43
}
57
-
58
- h1 {
59
- font-weight : 500 ;
60
- line-height : 1.1 ;
61
- margin-top : 20px ;
62
- margin-bottom : 10px ;
63
- font-size : 63px ;
44
+ blockquote : before , blockquote : after ,
45
+ q : before , q : after {
46
+ content : '' ;
47
+ content : none;
64
48
}
65
-
66
49
table {
67
- border-spacing : 0 ;
68
50
border-collapse : collapse;
69
- width : 100% ;
70
- max-width : 100% ;
71
- table-layout : fixed;
72
- }
73
-
74
- .col-sm-6 .smallpad {
75
- padding : 5px ;
76
- }
77
-
78
- .col-md-6 {
79
- width : 50% ;
80
- float : left;
81
- padding-left : 15px ;
82
- padding-right : 15px ;
83
- }
84
-
85
- .col-sm-6 {
86
- width : 50% ;
87
- float : left;
88
- }
89
-
90
- .col-md-1 {
91
- width : 8.33333333% ;
92
- }
93
-
94
- .col-md-4 {
95
- width : 33.33333333% ;
96
- }
97
-
98
- td {
99
- padding : 8px ;
100
- border-top : 1px solid # ddd ;
101
- }
102
-
103
- tr : nth-child (odd) {
104
- background-color : # f9f9f9 ;
105
- }
106
-
107
- a {
108
- color : # 337ab7 ;
109
- text-decoration : none;
51
+ border-spacing : 0 ;
110
52
}
111
53
112
- a : hover {
113
- color : # 23527c ;
114
- text-decoration : underline;
54
+ .jumbotron {
55
+ background-color : # 7b7 ;
115
56
}
116
-
117
57
.btn {
118
- display : inline-block;
119
- padding : 6px 12px ;
120
- margin-bottom : 0 ;
121
- font-size : 14px ;
122
- font-weight : 400 ;
123
- line-height : 1.42857143 ;
124
- text-align : center;
125
- white-space : nowrap;
126
- vertical-align : middle;
127
- -ms-touch-action : manipulation;
128
- touch-action : manipulation;
129
- cursor : pointer;
130
- -webkit-user-select : none;
131
- -moz-user-select : none;
132
- -ms-user-select : none;
133
- user-select : none;
134
- background-image : none;
135
- border : 1px solid transparent;
136
- border-radius : 4px ;
58
+ width : 200px ;
137
59
}
138
-
139
- .btn-primary {
140
- color : # fff ;
141
- background-color : # 337ab7 ;
142
- border-color : # 2e6da4 ;
60
+ .table {
61
+ table-layout : fixed;
62
+ font-family : Arial;
63
+ font-size : 15px ;
143
64
}
144
-
145
- .btn-primary : hover {
146
- color : # fff ;
147
- background-color : # 286090 ;
148
- border-color : # 204d74 ;
65
+ .table tr {
66
+ height : 20px ;
67
+ border-top : 1px solid # 000 ;
68
+ border-bottom : 1px solid # 000 ;
149
69
}
150
-
151
- .btn-block {
152
- display : block;
153
- width : 100% ;
70
+ .table td .col-md-1 {
71
+ width : 50px ;
154
72
}
155
-
156
- @font-face {
157
- font-family : 'Glyphicons Halflings' ;
158
-
159
- src : url ('bootstrap/fonts/glyphicons-halflings-regular.eot' );
160
- src : url ('bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix' ) format ('embedded-opentype' ),
161
- url ('bootstrap/fonts/glyphicons-halflings-regular.woff2' ) format ('woff2' ),
162
- url ('bootstrap/fonts/glyphicons-halflings-regular.woff' ) format ('woff' ),
163
- url ('bootstrap/fonts/glyphicons-halflings-regular.ttf' ) format ('truetype' ),
164
- url ('bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular' ) format ('svg' );
73
+ .table td .col-md-4 {
74
+ width : 350px ;
165
75
}
166
-
167
- .glyphicon-remove : before {
168
- content : "\e014" ;
76
+ .table td .col-md-6 {
77
+ width : 400px ;
169
78
}
170
-
171
- .glyphicon {
172
- position : relative;
173
- top : 1px ;
174
- display : inline-block;
175
- font-family : 'Glyphicons Halflings' ;
176
- font-style : normal;
177
- font-weight : 400 ;
178
- line-height : 1 ;
179
- -webkit-font-smoothing : antialiased;
180
- -moz-osx-font-smoothing : grayscale;
181
- }
182
-
183
- .jumbotron .row h1 {
184
- font-size : 40px ;
79
+ .glyphicon-remove : after {
80
+ content : 'x'
185
81
}
186
-
187
- .preloadicon {
188
- position : absolute;
189
- top : -20px ;
190
- left : -20px ;
191
- }
192
-
193
- table td [class *= col- ], table th [class *= col- ] {
194
- position : static;
195
- display : table-cell;
196
- float : none;
82
+ tr .danger td {
83
+ background-color : # faa ;
197
84
}
0 commit comments