summaryrefslogtreecommitdiff
path: root/root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'root/style.css')
-rw-r--r--root/style.css52
1 files changed, 51 insertions, 1 deletions
diff --git a/root/style.css b/root/style.css
index ff8aa36..6fbb706 100644
--- a/root/style.css
+++ b/root/style.css
@@ -20,6 +20,7 @@ div#all-tags ol
{
list-style: none;
margin:0;padding:0;border:0;
+ margin-top: 30px;
}
div#all-tags li
{
@@ -112,7 +113,7 @@ div#related ul li span.tag.add a
div#links
{
padding:0;border:0;margin:0;
- margin-top: 85px;
+ margin-top: 115px;
}
div#links h2
{
@@ -160,6 +161,11 @@ div#links ol > li div.link.details ul li
padding:0;margin:0;border:0;
padding-left: 5px; margin-left: 5px; border-left: solid thin black;
}
+div#links ol > li div.link.descr
+{
+ background-color: rgb(180,180,180);
+ border: solid thin black;
+}
/* add form */
label {
@@ -176,4 +182,48 @@ input[type=submit]
{
border: none;
background-color: red;
+}
+
+/* search form */
+div#search,
+div#search-local
+{
+ position: fixed; left:0;
+ width:100%;height:30px;
+ background-color: white;
+ z-index: 2;
+ margin:0;padding:0;border:0;
+ border: solid thin black;
+}
+div#search /* in tags list */
+{
+ top:0;
+}
+div#search-local /* in links list */
+{
+ top:80px;
+}
+div#search p,
+div#search-local p
+{
+ margin:0;padding:0;border:0;
+}
+div#search input[type=text],
+div#search-local input[type=text]
+{
+ border:none;
+ border-top: solid thin black;
+}
+
+div#search input[type=submit],
+div#search-local input[type=submit]
+{
+ position: absolute;
+ top:0;right:0;
+}
+
+/* search results */
+div#links.results
+{
+ margin-top: 40px;
} \ No newline at end of file