summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f8fd749)
raw | patch | inline | side by side (parent: f8fd749)
author | Florian Forster <ff@octo.it> | |
Sun, 27 Jun 2010 10:15:41 +0000 (12:15 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sun, 27 Jun 2010 10:15:41 +0000 (12:15 +0200) |
share/style.css | patch | blob | history |
diff --git a/share/style.css b/share/style.css
index ac00a2b838ce45f39c797ae98e76529efd548b29..094a4aefa9039d32f869b579cff7d04029413a0c 100644 (file)
--- a/share/style.css
+++ b/share/style.css
font-family: sans-serif;
}
+a
+{
+ color: rgb(0,0,240);
+ text-decoration: none;
+}
+
+a:hover
+{
+ color: rgb(32,32,255);
+ text-decoration: underline;
+}
+
#layout-table
{
width: 100%;
#search-suggest
{
position: absolute;
+ background-color: rgba(255,255,255,.8);
+ margin: 0;
+ padding: 0.5ex;
+ border: 1px solid black;
+ list-style: none;
+}
+
+#search-suggest ul.instance_list
+{
+ margin: 0;
+ padding: 0;
+ list-style: none;
+}
+
+#search-suggest li
+{
+ margin: 0;
+ padding: 0;
+}
+
+#search-suggest a
+{
+ display: block;
+ margin: 0;
+ padding: 0;
+ color: #2d6195;
+ background-color: transparent;
+}
+
+#search-suggest li.instance a
+{
+ padding-left: 1em;
+}
+
+#search-suggest a:hover
+{
+ color: white;
+ background-color: #408dd8;
}
#search-output ul.graph_list
font-size: 90%;
}
+
+.breadcrump
+{
+ font-size: 90%;
+ margin: 1ex 0 1ex 0;
+ padding: 0 0 0 2em;
+ border-top: 1px solid silver;
+ border-bottom: 1px solid silver;
+ background-color: rgb(252,252,252);
+}