summaryrefslogtreecommitdiff
path: root/web/public/css/taginfo.css
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2012-01-01 13:19:33 +0100
committerJochen Topf <jochen@topf.org>2012-01-01 13:19:33 +0100
commit2412079b7b4908f286a8c4f1b9172809de412b29 (patch)
tree8970532d4b6703b91de7b71ea1055e146b853731 /web/public/css/taginfo.css
parent56a53d12ecb0737bcfb2549904a244026665a336 (diff)
downloadtaginfo-2412079b7b4908f286a8c4f1b9172809de412b29.tar
taginfo-2412079b7b4908f286a8c4f1b9172809de412b29.tar.gz
First checkin of new layout
Diffstat (limited to 'web/public/css/taginfo.css')
-rw-r--r--web/public/css/taginfo.css161
1 files changed, 118 insertions, 43 deletions
diff --git a/web/public/css/taginfo.css b/web/public/css/taginfo.css
index 2db64fc..1abac58 100644
--- a/web/public/css/taginfo.css
+++ b/web/public/css/taginfo.css
@@ -1,9 +1,10 @@
/* taginfo.css */
body {
- font-family: Verdana,Arial,sans-serif;
+ font-family: Arial,sans-serif;
padding: 0;
margin: 0;
+ line-height: 130%;
}
img {
@@ -16,10 +17,12 @@ img.icon_large {
}
h1 {
- margin-top: 0;
+ margin: 0;
+ font-size: 150%;
}
h2 {
+ font-weight: normal;
margin-top: 20px;
margin-bottom: 4px;
}
@@ -40,17 +43,17 @@ iframe {
a {
text-decoration: none;
- color: #006000;
+ color: #083e76;
}
a:hover {
text-decoration: underline;
}
-
+/*
a.taglink {
- color: #006000 !important;
+ color: #4a837c !important;
}
-
+*/
span.badchar {
color: #e00000;
}
@@ -70,6 +73,13 @@ a.wikilink {
a.extlink {
}
+a.section {
+ text-transform: uppercase;
+ font-size: 200%;
+ position: relative;
+ top: -9px;
+}
+
/* ========== */
span.button {
@@ -91,40 +101,52 @@ span.disabled {
/* ========== */
div#top {
- margin: 8px 20px;
- background-image: url('/img/bg-green.png');
- background-repeat: repeat-x;
- background-color: #b0f0b0;
- padding: 2px 16px 0 16px;
- -moz-border-radius: 4px;
- -khtml-border-radius: 4px;
- -webkit-border-radius: 4px;
- -chrome-border-radius: 4px;
- -o-border-radius: 4px;
+ margin: 15px 20px;
}
-div#top div#left span.breadcrumbs {
- position: relative;
- left: 8px;
- top: -6px;
+div#top div#top_right {
+ position: absolute;
+ right: 20px;
+ top: 30px;
}
-div#top div#right {
- float: right;
- padding-top: 2px;
+div#top div#top_right form {
+ float: left;
+ padding-left: 6px;
}
-div#top div#middle {
- float: right;
- padding: 2px 30px 0 0;
+div#date {
+ position: absolute;
+ top: 10px;
+ right: 21px;
+ font-size: 80%;
+ text-align: right;
+ color: #808080;
}
-div#top div#middle input#search {
+div#top form#set_language {
+}
+
+select#locale {
background-color: #ffffff;
+ height: 24px;
+ width: 100px;
+ padding: 2px;
+ border: 1px solid #808080;
+ -moz-border-radius: 4px;
+ -khtml-border-radius: 4px;
+ -webkit-border-radius: 4px;
+ -chrome-border-radius: 4px;
+ -o-border-radius: 4px;
+}
+
+input#search {
background-image: url('/css/flexigrid/images/magnifier.png');
background-repeat: no-repeat;
- background-position: right 2px;
- border: 2px solid #ffffff;
+ background-position: right 3px;
+ height: 18px;
+ padding: 2px;
+ border: 1px solid #808080;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
-webkit-border-radius: 4px;
@@ -132,29 +154,40 @@ div#top div#middle input#search {
-o-border-radius: 4px;
}
-div#date {
- position: absolute;
- right: 20px;
- font-size: 80%;
- text-align: right;
- color: #606060;
+input#search:active {
}
div#main {
- margin: 30px 20px 0 20px;
+ margin: 20px 20px 0 20px;
}
div#footer {
+ clear: both;
+ position: relative;
+ top: 4px;
+ font-size: 90%;
+ margin-left: 20px;
+}
+
+div#footer_left {
+ position: absolute;
+}
+
+div#footer_right {
+ position: absolute;
+ right: 20px;
text-align: right;
- font-size: 80%;
- margin: 4px 30px 0 0;
}
/* ========== */
+div#tabs {
+ margin-top: 14px;
+}
+
div#tabs h2 {
margin: 0 0 10px 0;
- font-size: 110%;
+ font-size: 100%;
}
div#tabs form {
@@ -178,8 +211,9 @@ div.stats h2 {
/* ========== */
div#tools {
- margin: 10px 0;
+ float: right;
font-size: 80%;
+ margin-top: 2px;
}
span.lang {
@@ -211,12 +245,15 @@ span.char {
-o-border-radius: 4px;
}
-.source-wiki {
+.tag-description {
+ color: #808080;
width: 50%;
}
form#filter-form {
- padding-bottom: 20px;
+ margin-top: 10px;
+ clear: both;
+ float: right;
}
div.canvas {
@@ -247,7 +284,7 @@ div.bar {
margin: 4px 0 0 6px !important;
padding: 0 !important;
height: 8px;
- background-color: #60c060;
+ background-color: #c0c0c0;
}
/* ========== */
@@ -391,6 +428,44 @@ table.desc td {
/* ========== */
+table#index {
+ width: 100%;
+ border-collapse: collapse;
+}
+
+table#index h2 {
+ margin: 16px 0 2px 0px;
+}
+
+table#index h2 a {
+ color: #000000;
+ text-decoration: none;
+}
+
+table#index td {
+ vertical-align: bottom;
+}
+
+table#index td.box {
+ vertical-align: top;
+ font-size: 90%;
+ background-color: rgb(90%,89%,85%);
+ padding: 6px;
+ margin-bottom: 10px;
+ -moz-border-radius: 4px;
+ -khtml-border-radius: 4px;
+ -webkit-border-radius: 4px;
+ -chrome-border-radius: 4px;
+ -o-border-radius: 4px;
+}
+
+table#index td.box p {
+ margin: 0;
+ padding: 8px;
+}
+
+/* ========== */
+
div#instance_description a {
text-decoration: underline;
}