From 04973d1fa148381978b1251d10118e6bab86f435 Mon Sep 17 00:00:00 2001 From: Philip Häusler Date: Mon, 13 Jun 2011 18:05:51 +0200 Subject: moved public files to public, old and yet untouched files to directories ending with _old --- public/css/base.css | 205 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 205 insertions(+) create mode 100644 public/css/base.css (limited to 'public/css/base.css') diff --git a/public/css/base.css b/public/css/base.css new file mode 100644 index 00000000..236eba81 --- /dev/null +++ b/public/css/base.css @@ -0,0 +1,205 @@ +* { + margin: 0; + padding: 0; +} + +body { + font-family: Arial; + sans-serif; + font-size: + 14px; +} + +header { + display: block; + width: 100%; +} + +article, details { + clear: none; + display: block; + float: none; +} + +footer { + clear: both; + display: block; + font-size: 12px; + text-align: center; + width: 100%; +} + +footer p { + margin: 10px auto; +} + +#logo { + background: url('../pic/himmel.png') top left no-repeat; + display: block; + height: 32px; + margin: 10px auto; + width: 380px; +} + +#body { + margin: 0 5%; +} + +#menu { + float: left; + width: 200px; +} + +#content { + margin-left: 200px; +} + +a { + color: #000; +} + +td, dt, dd { + padding: 4px; +} + +dt { + font-weight: bold; +} + +dd { + margin-left: 20px; +} + +h1, h2, h3, h4 { + font-size: 16px; + padding: 0 4px; +} + +hr { + margin: 10px 0; +} + +ul { + padding: 5px 0 5px 20px; +} + +nav { + margin: 0 10px 10px 0; +} + +#content > article { + padding: 10px; +} + +p { + padding: 0 0 10px 0; +} + +#menu p { + padding: 4px; +} + +a.sprache img { + margin-right: 5px; +} + +table { + border-collapse: collapse; +} + +th { + background: #f0f0f0; +} + +td, th { + border: 1px solid #888; +} + +textarea { + height: 200px; + width: 300px; +} + +.hidden { + background: #fff; + border: 1px solid #888; + display: none; + font-size: 12px; + padding: 4px; +} + +td .hidden { + position: absolute; +} + +tr:hover .hidden { + display: block; +} + +.clear { + clear: both; +} + +.pagination { + text-align: center; +} + +.background { + background: #f0f0f0; +} + +.container { + border: 1px solid #888; +} + +.content { + background: #fff; +} + +.error { + color: #f00; +} + +.success { + color: #090; +} + +.notice { + background: #f0f0f0; + border: 2px solid #888; + margin: 10px; + padding: 10px; +} + +.new_message { + font-weight: bold; +} + +.news_comment, .news { + border: 1px solid #888; + margin: 10px 0; +} + +.news_comment details, .news details { + background: #f0f0f0; + padding: 4px; +} + +.news_comment p, .news p, h3 { + padding: 4px; +} + +.news_comment p, .news_comment details { + margin-left: 72px; +} + +.avatar { + float: left; + margin: 4px; + max-width: 64px; +} + +.news.meeting { + border: 1px solid #000; + box-shadow: 1px 1px 5px #888; +} -- cgit v1.2.3-70-g09d2