]> bicyclesonthemoon.info Git - ott/bsta/blobdiff - bsta.css
Done comment system
[ott/bsta] / bsta.css
index 62895587481c090d82925ebc503b2097bec40287..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
@@ -264,6 +266,18 @@ div.opomba:hover
        background-color: #bb6622;
 }
 
+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;
@@ -274,6 +288,8 @@ div.opomba_text
 {
        background-color: #ffffff;
        color: #000000;
+       clear: both;
+       padding: 4px;
 }
 
 div.space
@@ -397,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;
@@ -435,6 +467,15 @@ input.inbt:focus
        color: #0057af!important;
 }
 
+.hu
+{
+       text-decoration:none!important;
+}
+.hu:hover
+{
+       text-decoration:underline!important;
+}
+
 div.le
 {
        float: left;