-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathframework.css
273 lines (199 loc) · 4.89 KB
/
framework.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
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
/**********************************
The web's framework(0.0.0.0.1)
==================
***********************************
Author : Imri Paloja
Email : [email protected]
HomePage : www.eurobytes.nl
Version : 0.1
Name : Framework.css
Note: This is still a work in progress!
*/
/*
Tags From: http://www.w3schools.com/tags/
*/
a, abbr, acronym, address, applet, area, article, aside, audio, b, base, basefont, bdi, bdo, big, blockquote, body, br, button, canvas, caption, center, cite, code, col, colgroup, datalist, dd, del, details, dfn, dialog, dir, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, frame, frameset, head, header, h1, h2, h3, h4, h5, h6, hr, html, i, iframe, img, input, ins, kbd, keygen, label, legend, li, link, main, map, mark, menu, meta, meter, nav, noframes, noscript, object, ol, optgroup, option, output, p, param, pre, progress, q, rp, rt, ruby, s, samp, script, section, select, small, source, span, strike, strong, style, sub, summary, sup, table, tbody, td, textarea, tfoot, th, thead, time, title, tr, track, tt, u, ul, var, video, wbr {
border: 0 none;
color: #454545;
font-family: "Times New Roman",Georgia,Serif;
font-size: 100%;
font-size-adjust: inherit;
font-stretch: inherit;
font-style: inherit;
font-variant: inherit;
font-weight: inherit;
text-indent: 0;
letter-spacing: 0;
line-height:1.5em;
vertical-align: baseline;
margin: 0;
padding: 0;
word-spacing: normal;
}
article, aside, bdi, details, dialog, img figcaption, figure, footer, header, main, mark, menuitem, meter, nav, progress, rp, rt, ruby, section, summary, time, wbr {
display: block;
}
/*
When the firefox equivalent has been tested and, deduced as to working,
the chome scrollbar feature will be activated along with the firefox plugin
::-webkit-scrollbar {
width: 10px; height: 10px;
}
::-webkit-scrollbar-track {
background: #f9f9f9;
}
::-webkit-scrollbar-thumb {
background: #CCCCCC;
}
/* Arrow down up
/* Up arrow
::-webkit-scrollbar-thumb:hover {
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid #FFFFFF;
}
/* Down arrow
::-webkit-scrollbar-thumb {
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid #FFFFFF;
}
Firefox equivalent:;
http://jscrollpane.kelvinluck.com/
*/
/* Selected txt
This will need to provide a CANONICAL answer to selected text colors.
*/
::selection {
background-color: #0065A4;
color: #FFFFFF;
}
::-moz-selection {
background-color: #0065A4;
color: #FFFFFF;
}
/* links(a)
This will need to provide a CANONICAL answer to links.
*/
a {
color: #3465A4;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
/*
Headers still need to be tested, but for now this will do.
*/
h1 {
font-size: 190%;
margin-top: 0;
}
h2 {
font-size: 160%;
margin-bottom: 10px;
margin-top: 10px;
}
h3 {
font-size: 120%;
}
h4 {
font-size: 100%;
}
h5 {
font-size: 90%;
}
h6 {
font-size: 80%;
}
p {
font-size: 12px;
margin: 1%;
}
b, strong {
font-size: 100%;
font-weight: bolder;
}
i {
font-style: italic;
}
mark {
background-color: #FFFF00;
}
/*
The following below still needs testing!
the border and background-color to be removed or, different canonical colors.
*/
blockquote {
background-color: #F5F5F5;
border-color: #CCCCCC;
border-style: solid;
border-width: 1px 1px 1px 10px;
box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
font-size: 100%;
margin: 5% auto;
padding: 2px 3px;
text-align: left;
width: 75%;
}
blockquote i:before {
color: #454545;
content: open-quote;
font-weight: bold;
margin-right: -3px;
}
blockquote i:after {
color: #454545;
content: close-quote;
font-weight: bold;
margin-left: -3px;
}
cite {
font-size: 12px;
padding: 2px 3px;
border: 1px solid #CCCCCC;
background-color: #F5F5F5;
}
cite:before {
content: open-quote;
font-weight: bold;
}
cite:after {
content: close-quote;
font-weight: bold;
}
sup {
font-size: 11px;
vertical-align: super;
}
kbd {
background-color: #F7F7F7;
border: 1px solid #CCCCCC;
padding: 0 3px;
text-shadow: 0 1px 0 #FFFFFF;
}
code {
background-color: #EEEEEE;
border: 1px dashed #CCCCCC;
font-family: monospace;
font-size: 12px;
font-weight: normal;
padding: 0 5px;
word-wrap: break-word;
}
/* inputs
I deliberetly left this blank. the inputs need some further thinking.
same thinking for select, option, form.
*/
input {
}
hr {
border: 1px solid #CCCCCC;
}
img {
border: 0px none;
}