From 9c8bfded56156e43d91aa92571d1bd8383027a97 Mon Sep 17 00:00:00 2001 From: Mika Havela Date: Wed, 4 Jun 2008 15:24:44 +0000 Subject: Adding skin 'alps' that is a contribution from a kind web-developer. Skin is not all done yet so minor bugs still exists. git-svn-id: svn://svn.alpinelinux.org/acf/skins/trunk@1196 ab2d0c66-481e-0410-8bed-d214d4d58bed --- clouds/clouds.css | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) (limited to 'clouds') diff --git a/clouds/clouds.css b/clouds/clouds.css index e24b21d..475f684 100755 --- a/clouds/clouds.css +++ b/clouds/clouds.css @@ -236,11 +236,11 @@ body { /* border: 2px solid blue; */ } -#subnav a { +#xxsubnav a { /* height: 20px; */ /* margin: 0px 0px 5px 0px; padding: 3px 5px 2px 5px; */ - float: left; + float: left; padding: 5px; margin-right: 10px; margin-top: 0px; @@ -252,23 +252,25 @@ body { height: 100%; } -#subnav a.selected { - border: 2px solid #7799BB; - border-bottom: none; - font-weight: bold; - background: white; - text-decoration: underline; -} #subnav .tailer { - display: none; - position: absolute; - background: blue; - top: 25px; - left: 0; - height: 30px; - width: 100%; + display: none; } +#subnav li { + font-size: 14px; + border: 1px solid #7799BB; + border-bottom: none; + display: inline; + float: left; + margin: 0em 0.5em 0em 0em; + padding: 5px; + background: #ccc; + } +#subnav li.selected { + background: white; + text-decoration: underline; + font-weight: bold; + } /*---------------------------------------------------------------------------------- * PAGE > MAIN > CONTENT *---------------------------------------------------------------------------------- -- cgit v1.2.3