From e9737799b4a9742d32a20735ffa2034bcf6ed1a1 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 5 Aug 2005 21:07:48 +0000 Subject: r9139: cleanup the layout a bit (This used to be commit c21fe071e795888f8e4ed0f535dc1bbc8d0731a5) --- swat/style/common.css | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) (limited to 'swat/style/common.css') 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 { -- cgit