From f041338cd364303fcc5ed523677874832b1ebb43 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Tue, 28 May 2013 19:47:07 +0100 Subject: mod_page.css --- view/theme/redbasic/css/mod_page.css | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 view/theme/redbasic/css/mod_page.css (limited to 'view') diff --git a/view/theme/redbasic/css/mod_page.css b/view/theme/redbasic/css/mod_page.css new file mode 100644 index 000000000..8ae4b5576 --- /dev/null +++ b/view/theme/redbasic/css/mod_page.css @@ -0,0 +1,28 @@ +section { +left: 0px; +width: 800px; +margin-left: auto; +margin-right: auto; +} + +.page-content-wrapper {background: #f00; + color: #fff; + border-radius: 20px; + box-shadow: 5px 5px 5px #111; +} + +h3.page-title { +padding-top: 30px; + color: #033} +.page-body {padding: 40px;} + +.page-body strong {color: #033;} + +.nav-links {margin-top: 5px;} + +div#zot-follow {color: #fff; + margin-top: 10px; + font-weight: 1.5em;} +front-page-title {color: #033;} + +div#dont-got-zot {color: #fff;} -- cgit v1.2.3