]> git.sur5r.net Git - contagged/blobdiff - templates/style.css
Small change in marker handling for more template flexibility
[contagged] / templates / style.css
index ed951e6203249014ac69013a4922c1c69400440f..60347996ab62ba0fd4fa44240c43ce9859237722 100644 (file)
@@ -21,9 +21,10 @@ td    {background-color:#66CCFF:margin:3px}
 .buttonrow {border-top-width:1px;
             border-top-style:solid;
             border-top-color:#cccccc;}
-.filterrow {border-bottom-width:1px;
+
+/*.filterrow {border-bottom-width:1px;
             border-bottom-style:solid;
-            border-bottom-color:#cccccc;}
+            border-bottom-color:#cccccc;}*/
 
 .tableborder {border-width:1px; border-style:solid}
 
@@ -53,12 +54,14 @@ td    {background-color:#66CCFF:margin:3px}
               margin:2px;
               font-family:Lucida,Helvetica,Verdana,Arial,Sans-Serif;
               font-size: 12px;}
-               
-.photo {border-width:1px;
-        border-style:solid;
-        border-color:#000000;
-        padding:3px;
-        }
+
+.photo {
+  margin-top: 1em;
+  border-width:1px;
+  border-style:solid;
+  border-color:#000000;
+  padding:3px;
+}
 
 .input {border-width:1px;
         border-style:solid;
@@ -90,3 +93,62 @@ td    {background-color:#66CCFF:margin:3px}
 code, pre {color:#008000;}
 
 .hint {font-size:10px; color:#990099;}
+
+/* Autocompletion */
+div.autocomplete {
+  background-color: #fff;
+  border: 1px solid #000;
+  font-size: 80%;
+  margin: 0;
+  display: block;
+}
+
+div.autocomplete ul {
+  list-style: none;
+  margin: 0;
+  padding: 0;
+}
+
+div.autocomplete li.selected {
+  background-color: #03c;
+  color: #fff;
+}
+
+div#nedit_editor textarea{
+  width: 60%;
+  border: 1px solid #000;
+  margin: 2px;
+  float: left;
+  height: 10em;
+}
+
+div#tedit_editor textarea{
+  width: 90%;
+  border: 1px solid #000;
+  margin: 2px;
+  float: left;
+}
+
+img.click {
+  cursor: pointer;
+}
+
+h1 { margin-top: 0;}
+h1 img {
+  line-height:100%;
+  vertical-align:middle;
+}
+
+/* TagCloud */
+a.cloud_0 {font-size: 90%; }
+a.cloud_1 {font-size: 110%; }
+a.cloud_2 {font-size: 140%; }
+a.cloud_3 {font-size: 150%; }
+a.cloud_4 {font-size: 160%; }
+a.cloud_5 {font-size: 180%; }
+a.cloud_6 {font-size: 200%; }
+
+a.tag {
+  background: url(../pix/tag_blue.png) left center no-repeat;
+  padding-left: 18px;
+}