summaryrefslogtreecommitdiff
path: root/www-ssl/css/base.css
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2011-06-13 18:05:51 +0200
committerPhilip Häusler <msquare@notrademark.de>2011-06-13 18:05:51 +0200
commit04973d1fa148381978b1251d10118e6bab86f435 (patch)
tree39f5a304342054e9da8c0452866b4f6eb69f87af /www-ssl/css/base.css
parent89fd736f36dc89becacc30dc250d7a3e93e9569f (diff)
moved public files to public, old and yet untouched files to directories ending with _old
Diffstat (limited to 'www-ssl/css/base.css')
-rw-r--r--www-ssl/css/base.css205
1 files changed, 0 insertions, 205 deletions
diff --git a/www-ssl/css/base.css b/www-ssl/css/base.css
deleted file mode 100644
index 236eba81..00000000
--- a/www-ssl/css/base.css
+++ /dev/null
@@ -1,205 +0,0 @@
-* {
- 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;
-}