From b214f38d2c24a890ce36512a0c8bab965e27a508 Mon Sep 17 00:00:00 2001 From: JinweiClarkChao Date: Tue, 23 Sep 2014 22:34:14 +0800 Subject: README --- Code/Blocks/Flipboard/css/demo.css | 49 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 Code/Blocks/Flipboard/css/demo.css (limited to 'Code/Blocks/Flipboard/css/demo.css') diff --git a/Code/Blocks/Flipboard/css/demo.css b/Code/Blocks/Flipboard/css/demo.css new file mode 100644 index 0000000..2bf1e5b --- /dev/null +++ b/Code/Blocks/Flipboard/css/demo.css @@ -0,0 +1,49 @@ +/* @import url('normalize.css'); */ +/* General Demo Style */ +*{ + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} +body{ + font-family: 'Open Sans Condensed','Arial Narrow', serif; + background: #ddd url(../images/fabric_plaid.png) repeat top left; + font-weight: 400; + font-size: 15px; + color: #333; + -webkit-font-smoothing: antialiased; + -moz-font-smoothing: antialiased; + font-smoothing: antialiased; + margin: 0; + overflow: hidden; +} +a{ + color: #555; + text-decoration: none; +} +.clr{ + clear: both; + padding: 0; + height: 0; + margin: 0; +} +.main-title{ + position: absolute; + z-index: -1; + width: 50%; + padding: 20px 40px; + text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7); +} +.main-title h1{ + font-size: 45px; + line-height: 52px; + font-weight: 300; + color: #777; +} +.main-title h1 strong{ + font-weight: 700; +} +.main-title p{ + font-size: 18px; + color: #F86738; +} \ No newline at end of file -- cgit v1.2.3