X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=blobdiff_plain;f=css%2Fdefault.css;h=900e049992ef052efdf367cedb390f832d3b2673;hb=211dc651c32bb8998b3eb2fdd3a3b85fc31921ec;hp=1457cf28ce98d166f0a36acc918ae319f0614df4;hpb=9e326b335014eac0c6c6476402654b19c57a396f;p=living-lab-site.git diff --git a/css/default.css b/css/default.css index 1457cf2..900e049 100644 --- a/css/default.css +++ b/css/default.css @@ -1,8 +1,9 @@ body { + margin: 0; font-family: Arial, Helvetica, sans-serif; font-size: 75%; - background: white url('/devel/img/bg.png') repeat-x left top; + background: white url('/devel/img/bg.png') repeat-x left 90px; } a:link @@ -19,26 +20,153 @@ a:hover, a:active text-decoration: underline; } +h1 +{ + margin-top: 8px; + margin-bottom: 8px; +} + +#nav-menu +{/* + left: 0; + top: 0; + width: 100%;*/ + height: 24px; + margin: 0; + /*border: 2px outset blue;*/ + padding: 0; + background-color: rgb(0,90,192); + list-style-type: none; +} +.menu-left +{ + float: left; +} +.menu-right +{ + float: right; +} +#nav-menu a:link, #nav-menu a:visited +{ + display: block; + height: 14px; + color: white; + text-align: center; + line-height: 100%; + font-size: 14px; + padding-top: 5px; + padding-bottom: 5px; + padding-left: 16px; + padding-right: 16px; + text-decoration: none; +} +#nav-menu a.selected +{ + background-color: rgb(60,128,208); + color: #FFE4B5; + font-weight: bold; +} +#nav-menu a:hover, #nav-menu a:active +{ + background-color: rgb(90,148,216); +} + #header { clear: both; + /*position: absolute; + top: 24px; + left: 0; + width: 100%;*/ + height: 64px; + background: #e5ecf5; + border-bottom: 2px ridge rgb(60,128,208); +} + +#logo +{ + float: left; + margin: 8px; + border: none; +} +#logo > img +{ + border: none; } -#body +#quick-search { + float: right; position: relative; + height: 48px; + margin: 8px; +} +#quick-search-box +{ + top: 500px; +} + +#main +{ + /*position: absolute; + top: 90px; + width: 100%;*/ + /* padding: 12px; */ + margin: 0 auto; + width: 1024px; + text-align: justify; +} + +#main h1 +{ + font-size:18px; + font-weight: bold; + color: #000D60; + text-align: left; + padding: 10px 0px 0px 10px; + background: url(/devel/img/header.png) top repeat-x; + clear: both; +} + +#main table +{ + width: 100%; + border-collapse: collapse; +} +#main th, #main td +{ + /* border: 1px solid rgb(108,162,222); */ + vertical-align: top; +} +#main table img +{ + vertical-align: middle; } #content { float: left; - width: 616px; - padding: 12px; + width: 752px; + margin: 8px; + /* outline: 2px outset gray; */ +} + +#side +{ + float: right; + width: 240px; + margin: 8px; + /* outline: 2px outset gray; */ } #footer { clear: both; + border-top: 2px ridge rgb(60,128,208); + padding-top: 8px; + padding-bottom: 8px; + background: #e5ecf5; + text-align: center; } .pagination