diff options
author | JinweiClarkChao <[email protected]> | 2014-02-20 12:50:15 +0800 |
---|---|---|
committer | JinweiClarkChao <[email protected]> | 2014-02-20 12:52:51 +0800 |
commit | 31fb10f393fbfd4d7adf528ec70624d2b8d247a8 (patch) | |
tree | 1009bb2a4f5fe89b8bc822b68104018ea8df5261 /Blocks/countdown/css | |
parent | be404e3e01ca839e730c884309c25abef10863c9 (diff) | |
download | jinwei.me-31fb10f393fbfd4d7adf528ec70624d2b8d247a8.tar.gz |
Six Blocks Version
Diffstat (limited to 'Blocks/countdown/css')
-rw-r--r-- | Blocks/countdown/css/countdown.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Blocks/countdown/css/countdown.css b/Blocks/countdown/css/countdown.css new file mode 100644 index 0000000..21974f8 --- /dev/null +++ b/Blocks/countdown/css/countdown.css | |||
@@ -0,0 +1,13 @@ | |||
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 | ||