diff options
author | Jinwei Zhao <[email protected]> | 2015-12-19 22:24:42 +0900 |
---|---|---|
committer | Jinwei Zhao <[email protected]> | 2017-01-13 15:07:45 +0800 |
commit | dbcebe1def5c355120c61b575390d1d9ac355f67 (patch) | |
tree | 70e61cc34a690c63ff80962e9ef883fe69dba6d3 /Code/Blocks/Flipboard/css/demo.css | |
parent | 7e473afdca63f0ceed5d895c3be3b43f213ca136 (diff) | |
download | jinwei.me-dbcebe1def5c355120c61b575390d1d9ac355f67.tar.gz |
clear up
Diffstat (limited to 'Code/Blocks/Flipboard/css/demo.css')
-rw-r--r-- | Code/Blocks/Flipboard/css/demo.css | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/Code/Blocks/Flipboard/css/demo.css b/Code/Blocks/Flipboard/css/demo.css deleted file mode 100644 index 2bf1e5b..0000000 --- a/Code/Blocks/Flipboard/css/demo.css +++ /dev/null | |||
@@ -1,49 +0,0 @@ | |||
1 | /* @import url('normalize.css'); */ | ||
2 | /* General Demo Style */ | ||
3 | *{ | ||
4 | -webkit-box-sizing: border-box; | ||
5 | -moz-box-sizing: border-box; | ||
6 | box-sizing: border-box; | ||
7 | } | ||
8 | body{ | ||
9 | font-family: 'Open Sans Condensed','Arial Narrow', serif; | ||
10 | background: #ddd url(../images/fabric_plaid.png) repeat top left; | ||
11 | font-weight: 400; | ||
12 | font-size: 15px; | ||
13 | color: #333; | ||
14 | -webkit-font-smoothing: antialiased; | ||
15 | -moz-font-smoothing: antialiased; | ||
16 | font-smoothing: antialiased; | ||
17 | margin: 0; | ||
18 | overflow: hidden; | ||
19 | } | ||
20 | a{ | ||
21 | color: #555; | ||
22 | text-decoration: none; | ||
23 | } | ||
24 | .clr{ | ||
25 | clear: both; | ||
26 | padding: 0; | ||
27 | height: 0; | ||
28 | margin: 0; | ||
29 | } | ||
30 | .main-title{ | ||
31 | position: absolute; | ||
32 | z-index: -1; | ||
33 | width: 50%; | ||
34 | padding: 20px 40px; | ||
35 | text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7); | ||
36 | } | ||
37 | .main-title h1{ | ||
38 | font-size: 45px; | ||
39 | line-height: 52px; | ||
40 | font-weight: 300; | ||
41 | color: #777; | ||
42 | } | ||
43 | .main-title h1 strong{ | ||
44 | font-weight: 700; | ||
45 | } | ||
46 | .main-title p{ | ||
47 | font-size: 18px; | ||
48 | color: #F86738; | ||
49 | } \ No newline at end of file | ||