]> bicyclesonthemoon.info Git - ott/bsta/blobdiff - bsta.css
fix ONG; fix update; total reset
[ott/bsta] / bsta.css
index f03fb825c8f817a15f8c0e3b6c38e6956a195772..b1ae221aa4e6b0970c64740837936db05e39b4b5 100644 (file)
--- a/bsta.css
+++ b/bsta.css
@@ -233,6 +233,7 @@ div.fq
        text-align: left;
        border: solid #0057af 4px;
        font-family: monospace;
+       padding: 2px;
 }
 
 div.fq:hover
@@ -244,6 +245,7 @@ div.tq
 {
        text-align: left;
        border: solid #0057af 4px;
+       padding: 2px;
 }
 
 div.tq:hover
@@ -251,29 +253,43 @@ div.tq:hover
        border-color: #bb6622;
 }
 
-div.comment
+div.opomba
 {
        text-align: left;
        border: solid #0057af 4px;
        background-color: #0057af;
 }
 
-div.comment:hover
+div.opomba:hover
 {
        border-color: #bb6622;
        background-color: #bb6622;
 }
 
-div.commentinfo
+div.opomba:target
+{
+       border-color: #bb6622;
+       background-color: #bb6622;
+}
+
+div.opomba:target:hover
+{
+       border-color: #bb6622;
+       background-color: #bb6622;
+}
+
+div.opomba_info
 {
        color: #ffffff!important;
        /* font-weight: bold; */
 }
 
-div.commenttext
+div.opomba_text
 {
        background-color: #ffffff;
        color: #000000;
+       clear: both;
+       padding: 4px;
 }
 
 div.space
@@ -304,6 +320,15 @@ div#underlinks
        font-family: monospace;
 }
 
+div.underlinks
+{
+       text-align: left;
+       padding: 8px;
+       margin: 0px;
+       border: 0px;
+       font-family: monospace;
+}
+
 span.inp
 {
        animation: inp 2380ms step-start infinite;
@@ -388,6 +413,22 @@ input.inbt:focus
        border-color: #bb6622;
 }
 
+input.hl {
+       background:none!important;
+       border:none!important; 
+       padding:0!important;
+/*     font-family:inherit;
+       font-size:inherit; */
+       font: inherit;
+       text-decoration:underline;
+       border-color: #0057af;
+       color: #0057af;
+}
+input.hl:hover {
+       border-color: #bb6622;
+       color: #bb6622;
+}
+
 .br
 {
        border-color: #bb6622!important;
@@ -426,6 +467,15 @@ input.inbt:focus
        color: #0057af!important;
 }
 
+.hu
+{
+       text-decoration:none!important;
+}
+.hu:hover
+{
+       text-decoration:underline!important;
+}
+
 div.le
 {
        float: left;