update LCARStrek to trunk
[themes.git] / LCARStrek / global / formatting.css
index 953ae1a1a38d3be71b6a906578e19aa6d60ca2d0..56a33fd3865989c00c7db95c498bf23996cedf93 100644 (file)
@@ -42,7 +42,7 @@
 /*  border: 1px inset #FF9F00;
   margin: 0px 5px 5px 5px; */
 }
-  
+
 .box-inset {
   -moz-border-radius: 3px;
   margin: 2px 4px;
 .groove-top {
   border-top: 2px groove #FF9F00;  
 }
-  
+
 .groove-right {
   border-right: 2px groove #FF9F00;
 }
-  
+
 .groove-left {
   border-left: 2px groove #FF9F00;
 }
-  
+
 .groove-bottom {
-  border-bottom: 2px groove #FF9F00;;
+  border-bottom: 2px groove #FF9F00;
 }
-  
+
 .outset {
 /*  border: 1px outset #FF9F00; */
 }  
@@ -77,7 +77,7 @@
 separator, separator[orient="horizontal"] {
   height: 1.5em;
 }
-  
+
 separator[orient="vertical"] {
   width: 1.5em;
 }
@@ -86,7 +86,7 @@ separator[orient="vertical"] {
 separator.thin, separator.thin[orient="horizontal"] {
   height: 0.5em;
 }
-  
+
 separator.thin[orient="vertical"] {
   width: 0.5em;
 }
@@ -99,19 +99,19 @@ separator.groove[orient="horizontal"] {
   margin-top: 0.4em;
   margin-bottom: 0.4em;
 }
-  
+
 separator.groove[orient="vertical"] {
   border-left: 2px groove #FF9F00;
   margin-left: 0.4em;
   margin-right: 0.4em;
 }
-  
-/* groove separators (0 padding, for dividing effects) */  
+
+/* groove separators (0 padding, for dividing effects) */
 separator.groove-thin {
   border-top: 2px groove #FF9F00;
   height: 0px;
 }
-  
+
 separator[orient="vertical"].groove-thin {
   border-left: 2px groove #FF9F00;
 }
@@ -121,16 +121,16 @@ separator[orient="vertical"].groove-thin {
 .small-margin {
   margin: 0px 1px;
 }
-    
+
 label[disabled="true"] {
   color: #8050B0;
-}    
-    
+}
+
 description, label  {
   cursor: default;
   margin: 1px 3px;
 }
-   
+
 description {
 /*  margin: 1px 5px 4px 5px; */
 }
@@ -150,11 +150,11 @@ label {
 .smaller-text {
   font-size: smaller;
 }
-   
+
 .monospace {
   font-family: monospace;
 }
-    
+
 .indent {
 /*  margin-left: 23px; */
   margin-left: 15px;
@@ -162,16 +162,39 @@ label {
 
 .box-padded {
   padding: 5px;
-}    
+}
 
 .spaced {
   margin: 1px 3px;
-}    
+}
 
 .wizard-box {
   padding: 15px 35px 10px 35px;
-}    
+}
 
 .caption-text {
   margin: 0px 2px 0px 1px !important;
 }
+
+/* class for text with a 'link' appearance */
+.text-link {
+  color: blue;
+  text-decoration: underline;
+}
+
+.text-link:focus {
+  color: red;
+  outline: 1px dotted invert;
+}
+
+.text-link:hover {
+  cursor: pointer;
+}
+
+.text-link:hover:active {
+  color: red;
+}
+
+.text-link[visited="true"] {
+  color: purple;
+}