[/]
.htaccess
app.css
app.js
archive/
documentation.wtcl
download.wtcl
examples/
feedback.wtcl
home.wtcl
img/
index.wtcl
lib/
people/
source.wtcl
viewSource.wtcl
|
File: / app.css
| Lines |
Size |
Modified |
Created |
Owner |
MIME Types |
| 251 |
3,434 |
2010/05/22 19:47:27 |
2011/06/13 15:35:15 |
BUILTIN\Administrators |
text/css |
| 0001 |
/* http://meyerweb.com/eric/tools/css/reset/ */ |
| 0002 |
/* v1.0 | 20080212 */ |
| 0003 |
|
| 0004 |
html, body, div, span, applet, object, iframe, |
| 0005 |
h1, h2, h3, h4, h5, h6, p, blockquote, pre, |
| 0006 |
a, abbr, acronym, address, big, cite, code, |
| 0007 |
del, dfn, em, font, img, ins, kbd, q, s, samp, |
| 0008 |
small, strike, strong, sub, sup, tt, var, |
| 0009 |
b, u, i, center, |
| 0010 |
dl, dt, dd, ol, ul, li, |
| 0011 |
fieldset, form, label, legend, |
| 0012 |
table, caption, tbody, tfoot, thead, tr, th, td { |
| 0013 |
margin: 0; |
| 0014 |
padding: 0; |
| 0015 |
border: 0; |
| 0016 |
outline: 0; |
| 0017 |
font-size: 100%; |
| 0018 |
vertical-align: baseline; |
| 0019 |
background: transparent; |
| 0020 |
} |
| 0021 |
body { |
| 0022 |
line-height: 1; |
| 0023 |
} |
| 0024 |
ol, ul { |
| 0025 |
list-style: none; |
| 0026 |
} |
| 0027 |
blockquote, q { |
| 0028 |
quotes: none; |
| 0029 |
} |
| 0030 |
blockquote:before, blockquote:after, |
| 0031 |
q:before, q:after { |
| 0032 |
content: ''; |
| 0033 |
content: none; |
| 0034 |
} |
| 0035 |
:focus { |
| 0036 |
outline: 0; |
| 0037 |
} |
| 0038 |
ins { |
| 0039 |
text-decoration: none; |
| 0040 |
} |
| 0041 |
del { |
| 0042 |
text-decoration: line-through; |
| 0043 |
} |
| 0044 |
table { |
| 0045 |
border-collapse: collapse; |
| 0046 |
border-spacing: 0; |
| 0047 |
} |
| 0048 |
|
| 0049 |
/* end reset */ |
| 0050 |
|
| 0051 |
body { |
| 0052 |
font-family: Helvetica, Arial, sans-serif; |
| 0053 |
color: #444; |
| 0054 |
font-size: 62.5%; |
| 0055 |
background-color: #fff; |
| 0056 |
height: 100%; |
| 0057 |
} |
| 0058 |
|
| 0059 |
.clear { |
| 0060 |
clear: both; |
| 0061 |
height: 0px; |
| 0062 |
overflow: hidden; |
| 0063 |
} |
| 0064 |
|
| 0065 |
/* float clearing for IE6 */ |
| 0066 |
* html .clearfix{ |
| 0067 |
height: 1%; |
| 0068 |
overflow: visible; |
| 0069 |
} |
| 0070 |
|
| 0071 |
/* float clearing for IE7 */ |
| 0072 |
*+html .clearfix{ |
| 0073 |
min-height: 1%; |
| 0074 |
} |
| 0075 |
|
| 0076 |
/* float clearing for everyone else */ |
| 0077 |
.clearfix:after { |
| 0078 |
clear: both; |
| 0079 |
content: "."; |
| 0080 |
display: block; |
| 0081 |
height: 0; |
| 0082 |
visibility: hidden; |
| 0083 |
font-size: 0; |
| 0084 |
} |
| 0085 |
|
| 0086 |
h1 { |
| 0087 |
font-size: 1.7em; |
| 0088 |
font-weight: bold; |
| 0089 |
margin: 22px 0; |
| 0090 |
} |
| 0091 |
|
| 0092 |
h1:first-child { |
| 0093 |
margin-top: 0; |
| 0094 |
} |
| 0095 |
|
| 0096 |
h2 { |
| 0097 |
font-size: 1.3em; |
| 0098 |
margin: 22px 0; |
| 0099 |
} |
| 0100 |
|
| 0101 |
h2:first-child { |
| 0102 |
margin-top: 0; |
| 0103 |
} |
| 0104 |
|
| 0105 |
h3 { |
| 0106 |
font-size: 1em; |
| 0107 |
font-weight: bold; |
| 0108 |
margin: 22px 0; |
| 0109 |
} |
| 0110 |
|
| 0111 |
h3:first-child { |
| 0112 |
margin-top: 0; |
| 0113 |
} |
| 0114 |
|
| 0115 |
p { |
| 0116 |
margin: 22px 0; |
| 0117 |
} |
| 0118 |
|
| 0119 |
p:first-child { |
| 0120 |
margin-top: 0; |
| 0121 |
} |
| 0122 |
|
| 0123 |
#page { |
| 0124 |
font-size: 1.4em; |
| 0125 |
line-height: normal; |
| 0126 |
align: 0 auto; |
| 0127 |
} |
| 0128 |
|
| 0129 |
#header { |
| 0130 |
background: #85a4b7; |
| 0131 |
} |
| 0132 |
|
| 0133 |
#headerTop { |
| 0134 |
padding: 12px 19px 0 19px; |
| 0135 |
} |
| 0136 |
|
| 0137 |
#headerMid { |
| 0138 |
background: #eee; |
| 0139 |
margin: 16px 0 0 0; |
| 0140 |
} |
| 0141 |
|
| 0142 |
.headerTitle { |
| 0143 |
text-decoration: none; |
| 0144 |
color: #fff; |
| 0145 |
font-size: 1.9em; |
| 0146 |
font-weight: bold; |
| 0147 |
} |
| 0148 |
|
| 0149 |
#viewSource { |
| 0150 |
font-size: .82em; |
| 0151 |
width: 210px; |
| 0152 |
vertical-align: middle; |
| 0153 |
margin-top: 8px; |
| 0154 |
float: right; |
| 0155 |
} |
| 0156 |
|
| 0157 |
#viewSource a { |
| 0158 |
color: #fff; |
| 0159 |
text-decoration: none; |
| 0160 |
vertical-align: middle; |
| 0161 |
} |
| 0162 |
|
| 0163 |
#viewSource img { |
| 0164 |
vertical-align: middle; |
| 0165 |
} |
| 0166 |
|
| 0167 |
#viewSource span { |
| 0168 |
vertical-align: middle; |
| 0169 |
margin-left: 6px; |
| 0170 |
} |
| 0171 |
|
| 0172 |
.headerLinks { |
| 0173 |
display: inline-block; |
| 0174 |
zoom: 1; |
| 0175 |
*display: inline; |
| 0176 |
} |
| 0177 |
|
| 0178 |
.headerLinks li { |
| 0179 |
padding: 0; |
| 0180 |
display: inline-block; |
| 0181 |
zoom: 1; |
| 0182 |
*display: inline; |
| 0183 |
} |
| 0184 |
|
| 0185 |
.headerLinks li:first-child { |
| 0186 |
margin-left: 0; |
| 0187 |
} |
| 0188 |
|
| 0189 |
.headerLinks li:first-child a { |
| 0190 |
border-left: none; |
| 0191 |
} |
| 0192 |
|
| 0193 |
.headerLinks a { |
| 0194 |
font-size: .9em; |
| 0195 |
color: #666; |
| 0196 |
font-weight: normal; |
| 0197 |
text-decoration: none; |
| 0198 |
text-align: center; |
| 0199 |
padding: 5px 19px 5px 19px; |
| 0200 |
border-left: 1px solid #f9f9f9; |
| 0201 |
display: block; |
| 0202 |
} |
| 0203 |
|
| 0204 |
.headerLinks a:hover { |
| 0205 |
color: #fff; |
| 0206 |
background: #aaa; |
| 0207 |
} |
| 0208 |
|
| 0209 |
.headerLinks a.active { |
| 0210 |
color: #fff; |
| 0211 |
background: #ff8a00; |
| 0212 |
} |
| 0213 |
|
| 0214 |
#main { |
| 0215 |
min-height: 250px; |
| 0216 |
padding: 22px 19px 46px 19px; |
| 0217 |
} |
| 0218 |
|
| 0219 |
.list { |
| 0220 |
margin: 22px 0; |
| 0221 |
list-style: square; |
| 0222 |
padding-left: 1em; |
| 0223 |
} |
| 0224 |
|
| 0225 |
#footerContent { |
| 0226 |
margin: 6px 9px 50px 11px; |
| 0227 |
} |
| 0228 |
|
| 0229 |
#copyright { |
| 0230 |
color: #999; |
| 0231 |
font-size: .7em; |
| 0232 |
float: right; |
| 0233 |
} |
| 0234 |
|
| 0235 |
#copyright a { |
| 0236 |
color: #999; |
| 0237 |
text-decoration: none; |
| 0238 |
} |
| 0239 |
|
| 0240 |
#powered { |
| 0241 |
text-align: right; |
| 0242 |
margin: 32px 0px 0 0; |
| 0243 |
} |
| 0244 |
|
| 0245 |
#powered img { |
| 0246 |
vertical-align: middle; |
| 0247 |
} |
| 0248 |
|
| 0249 |
.downloads { |
| 0250 |
width: 600px; |
| 0251 |
} |
|