Skip to content

Commit f96fd9e

Browse files
committed
new minimal (and ugly) css
1 parent 255c90e commit f96fd9e

File tree

1 file changed

+63
-176
lines changed

1 file changed

+63
-176
lines changed

css/useMinimalCss.css

+63-176
Original file line numberDiff line numberDiff line change
@@ -1,197 +1,84 @@
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;
425
}
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;
3129
}
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;
3534
}
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;
4337
}
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;
5040
}
51-
52-
.row {
53-
margin-right: -15px;
54-
margin-left: -15px;
55-
overflow: auto;
41+
blockquote, q {
42+
quotes: none;
5643
}
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;
6448
}
65-
6649
table {
67-
border-spacing: 0;
6850
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;
11052
}
11153

112-
a:hover {
113-
color: #23527c;
114-
text-decoration: underline;
54+
.jumbotron {
55+
background-color: #7b7;
11556
}
116-
11757
.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;
13759
}
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;
14364
}
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;
14969
}
150-
151-
.btn-block {
152-
display: block;
153-
width: 100%;
70+
.table td.col-md-1 {
71+
width: 50px;
15472
}
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;
16575
}
166-
167-
.glyphicon-remove:before {
168-
content: "\e014";
76+
.table td.col-md-6 {
77+
width: 400px;
16978
}
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'
18581
}
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;
19784
}

0 commit comments

Comments
 (0)