From 9b1f10f92f9fd748ec27ae17635ba3fe7340f483 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Tue, 4 Aug 2009 14:54:54 -0300 Subject: [PATCH] ActionItem978: adding missing file! --- public/designs/themes/noosfero/stylesheets/errors.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+), 0 deletions(-) create mode 100644 public/designs/themes/noosfero/stylesheets/errors.css diff --git a/public/designs/themes/noosfero/stylesheets/errors.css b/public/designs/themes/noosfero/stylesheets/errors.css new file mode 100644 index 0000000..280d7f9 --- /dev/null +++ b/public/designs/themes/noosfero/stylesheets/errors.css @@ -0,0 +1,20 @@ +body { + font-family: sans-serif; + margin: 0px; + padding: 0% 3%; + height: 100%; + background: #CCC url(/503.jpg) 100% 100% no-repeat; +} + +h1 { + margin: 30px 0px 0px 0px; + font-weight: bold; + color: gray; +} + +a, a:visited { + color: #666; +} +a:hover { + color: black; +} -- libgit2 0.21.2