summaryrefslogtreecommitdiffstats
path: root/stylesheet.css
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2007-06-07 07:09:52 +0000
committerAndreas Unterkircher <unki@netshadow.at>2007-06-07 07:09:52 +0000
commit7c498e18d97daa7ae42e355adf24b8c77cacad33 (patch)
tree0caa18f0a640452b1a738260ccabc19eba92d93b /stylesheet.css
parentf5ebd8bd36353e5920031e7424ae02c212060b1b (diff)
some style improvements
git-svn-id: file:///var/lib/svn/phpfspot/trunk@32 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'stylesheet.css')
-rw-r--r--stylesheet.css109
1 files changed, 89 insertions, 20 deletions
diff --git a/stylesheet.css b/stylesheet.css
index 33d20da..02f69a4 100644
--- a/stylesheet.css
+++ b/stylesheet.css
@@ -1,31 +1,100 @@
body {
- background-color: rgb(255,255,255);
- color: rgb(26,151,15);
- font-family: Arial, Helvetica, sans-serif;
- font-style: normal;
- border-style: none;
- border-color: rgb(15,15,15);
+ background-color: #000000;
+ color: rgb(26,151,15);
+ font-family: Arial, Helvetica, sans-serif;
+ font-style: normal;
+ border: solid 1px #ffffff;
+ border-color: rgb(15,15,15);
+ padding: 10px;
}
-#content {
- padding-top: 20px;
- margin-left: 25%; width: auto;
+#frame {
+ padding: 10px;
+ background-color: #ffffff;
}
-#tags {
- font-size: 14px;
- padding-top: 20px;
- width: 150px;
- position: relative;
- top: 0;
- left: 0;
- float: left;
+table, tr, td {
+ border-collapse: collapse;
+ padding: 0px;
+ empty-cells: show;
+ vertical-align: top;
}
-#logo {
- font-weight: bolder;
+td.tags {
+ font-size: 14px;
+ width: 150px;
+ padding: 2px;
+ padding-top: 10px;
+ border-top: solid 1px #000000;
+ border-right: solid 1px #000000;
+}
+
+td.available_tags,td.selected_tags {
+ border-bottom: solid 1px #000000;
+ padding-top: 10px;
+ padding-bottom: 10px;
+ padding-right: 10px;
+}
+
+td.logo {
+ font-weight: bolder;
+ height: 40px;
+ border-bottom: solid 1px #000000;
+}
+
+td.content {
+ border-top: solid 1px #000000;
+}
+
+td.menu {
+ padding-top: 5px;
+ padding-bottom: 5px;
+}
+
+td.index_header {
+ background-color: #eeeeee;
+ padding: 10px;
+ vertical-align: middle;
}
img {
- border-style: none;
+ border: none;
+}
+
+img.thumb {
+}
+
+a {
+ font-size: 14px;
+ color: #008200;
+ text-decoration: none;
+}
+
+a:visited, a:active {
+ color: #00ff00;
+}
+a:hover {
+ color: #00aa44;
+}
+
+#matrix {
+ padding: 10px;
+}
+
+td.thumb {
+ padding: 1px;
+ text-align: center;
+}
+
+#outter {
+ padding: 10px;
+ background-color: #eeeeee;
+}
+
+#inner {
+ padding: 7px;
+ -moz-border-radius: 1em;
+ border-radius: 1em;
+ border: dashed 1px #888888;
+
}