From e055502fe81469d1f96f41e3dbf70d2ed9ac33fe Mon Sep 17 00:00:00 2001 From: hukl Date: Sun, 8 Mar 2009 23:45:52 +0100 Subject: added basic preview feature. If a draft exists, the show action renders a proper preview. If not the default show template is rendered. --- public/stylesheets/styled.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'public') diff --git a/public/stylesheets/styled.css b/public/stylesheets/styled.css index 707905e..d0312a7 100755 --- a/public/stylesheets/styled.css +++ b/public/stylesheets/styled.css @@ -13,6 +13,19 @@ * #eab407 = Content Headers * #fbb03b = Orange, Teaserbar Subheaders */ + +body div#preview_disclaimer { + font-size: 16px; + background-color: #ff0000; + color: #ffffff; + padding-left: 20px; + padding-bottom: 5px; +} + +body div#preview_disclaimer a { + color: #ffffff; + text-decoration: underline; +} #wrapper { margin:0; -- cgit v1.3