diff options
author | JinweiClarkChao <[email protected]> | 2014-08-22 17:23:02 +0800 |
---|---|---|
committer | Jinwei Zhao <[email protected]> | 2017-01-13 15:07:42 +0800 |
commit | 80255411ee7040e0cebbf6b05d2ce323f6f2596e (patch) | |
tree | 295b0ef6c85e7cb091b63719ab041596879690fa /Blocks/countdown/css/countdown.css | |
parent | 13be3d058713e1467ffc573a90cc694b80526135 (diff) | |
download | jinwei.me-80255411ee7040e0cebbf6b05d2ce323f6f2596e.tar.gz |
backup
Diffstat (limited to 'Blocks/countdown/css/countdown.css')
-rw-r--r-- | Blocks/countdown/css/countdown.css | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Blocks/countdown/css/countdown.css b/Blocks/countdown/css/countdown.css deleted file mode 100644 index 21974f8..0000000 --- a/Blocks/countdown/css/countdown.css +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | /* ---------- DEMO TIMER CONTAINER ---------- */ | ||
2 | .timerArea {text-align: center;padding: 5em 0 0;display:block;position:relative;height:180px;clear:both;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif} | ||
3 | .timerArea h1 {color: white} | ||
4 | |||
5 | /* ---------- DEFAULT SKIN---------- */ | ||
6 | ul.countdown_default {display:block;position:relative;margin:0 auto;width:425px;height:100%} | ||
7 | ul.countdown_default li {display: block;background: transparent url('images/timer-piece.png') no-repeat left top;width: 104px;margin-bottom: 4em;text-align: center;position:relative;float:left;} | ||
8 | ul.countdown_default li span {font-size: 3em;font-weight: bold;color: #1f2225;height: 108px;line-height: 108px;position: relative} | ||
9 | ul.countdown_default li span::before {content: '';width: 100%;height: 1px;position: absolute;top: 31px} | ||
10 | ul.countdown_default li p.timeRefDays, | ||
11 | ul.countdown_default li p.timeRefHours, | ||
12 | ul.countdown_default li p.timeRefMinutes, | ||
13 | ul.countdown_default li p.timeRefSeconds {margin-top: 1em;color: #909091;text-transform: uppercase;font-size: .875em} \ No newline at end of file | ||