diff options
Diffstat (limited to 'Blocks/Flipboard/css/demo.css')
-rw-r--r-- | Blocks/Flipboard/css/demo.css | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/Blocks/Flipboard/css/demo.css b/Blocks/Flipboard/css/demo.css deleted file mode 100644 index 2bf1e5b..0000000 --- a/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 | ||