summaryrefslogtreecommitdiff
path: root/swat/style/common.css
diff options
context:
space:
mode:
Diffstat (limited to 'swat/style/common.css')
-rw-r--r--swat/style/common.css47
1 files changed, 47 insertions, 0 deletions
diff --git a/swat/style/common.css b/swat/style/common.css
index 6b4fa65a4c..545ffe930c 100644
--- a/swat/style/common.css
+++ b/swat/style/common.css
@@ -206,6 +206,53 @@ html>body .slogan { /**** Opera needs its own rule *********/
}
+/* links menu
+***********************************************************/
+#links {
+ position:absolute;
+ top:152px;
+ left:81%;
+ width:180px;
+ padding:0;
+ width:18%;
+ background-color:#F5F8FF;
+ border:2px groove #3878CD;
+ padding:0;
+ padding-bottom:5px;
+ margin:0;
+ z-index:1;
+}
+#links ul {
+ list-style-type:none;
+ text-align:center;
+ padding:0;
+ margin:0;
+}
+#links a,
+#links a:link,
+#links a:visited {
+ display:block;
+ height:20px;
+ font-size:small;
+ color:#2B5C9F;
+}
+#links a:hover {
+ color:#FFF;
+ background-color:#3878CD;
+}
+#links a:active {
+ color:#FFFF64;
+ background-color:#3878CD;
+ font-size:14px;
+}
+#links img {
+ padding:0;
+ margin:0;
+ width:180px;
+ height:30px;
+}
+
+
/* Text and alignment formats
***********************************************************/
.punch {