summaryrefslogtreecommitdiff
path: root/public/css/sublab-new.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css/sublab-new.css')
-rw-r--r--public/css/sublab-new.css44
1 files changed, 29 insertions, 15 deletions
diff --git a/public/css/sublab-new.css b/public/css/sublab-new.css
index 126a157..1953172 100644
--- a/public/css/sublab-new.css
+++ b/public/css/sublab-new.css
@@ -245,38 +245,52 @@ span.header {
}
a {
- text-decoration: none;
+ text-decoration: none;
border-bottom: 1px dotted;
- color: #ddd;
- }
+ color: #ddd;
+ }
a:hover {
- text-decoration: none;
- color: #fff;
- }
+ text-decoration: none;
+ color: #fff;
+ }
a:active {
- text-decoration: none;
- color: #bbb;
- }
+ text-decoration: none;
+ color: #bbb;
+ }
a.img {
text-decoration: none;
- border: 0px;
+ border: 0px;
color: #ddd;
- }
-
+ }
+
a.img:hover {
- text-decoration: none;
+ text-decoration: none;
color: #bbb;
}
a.img:active {
- text-decoration: none;
- color: #999;
+ text-decoration: none;
+ color: #999;
}
span {
border: 1px solid #222;
padding: 2px;
}
+
+.olFramedCloudPopupContent h2 {
+ color: #000000;
+ font-size: 14px;
+ }
+
+.olFramedCloudPopupContent {
+ color: #000000;
+ font-size: 12px;
+ }
+
+.olFramedCloudPopupContent a {
+ color: #3333FF;
+ }