User: markomlm Date: 05/12/02 06:48:56 Modified: /de/www/testdir/ navtest_map_all.html
Log: fix neuer style navbar Marko Moeller File Changes: Directory: /de/www/testdir/ =========================== File [changed]: navtest_map_all.html Url: http://de.openoffice.org/source/browse/de/www/testdir/navtest_map_all.html?r1=1.4&r2=1.5 Delta lines: +128 -12 ---------------------- --- navtest_map_all.html 2 Dec 2005 10:43:43 -0000 1.4 +++ navtest_map_all.html 2 Dec 2005 14:48:53 -0000 1.5 @@ -1,20 +1,21 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="de"> <head> <title>Mit einem Klick zu den wichtigsten deutschsprachigen OpenOffice.org-Seiten</title> - <link rel="stylesheet" href="../styles/de.css" media="screen" type="text/css" /> - <link rel="stylesheet" href="../styles/de_print.css" media="print" type="text/css" /> - <link rel="alternate stylesheet" title="mit alter Navbar" href="../styles/de_navbar.css" media="screen" type="text/css" /> - <link rel="alternate stylesheet" title="ohne Navbar" media="screen" href="../styles/de_nonavbar.css" type="text/css" /> - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> + <link rel="stylesheet" href="styles/de.css" media="screen" type="text/css" /> + <link rel="stylesheet" href="styles/de_print.css" media="print" type="text/css" /> + <link rel="alternate stylesheet" title="mit Navbar" href="styles/de_navbar.css" media="screen" type="text/css" /> + <link rel="alternate stylesheet" title="ohne Navbar" media="screen" href="styles/de_nonavbar.css" type="text/css" /> + <meta http-equiv="Content-Style-Type" content="text/css" /> + <meta name="version" content="map_all.html,V0.5.4 Dienstag, 29. November 2005 13:02:51 michael.kirchner" /> + <meta name="author" content="michael.kirchner" /> <style type="text/css"> /*<![CDATA[*/ <!-- @import url("http://www.openoffice.org/branding/css/tigris.css"); @import url("http://de.openoffice.org/styles/inst_de.css"); - @import url("../styles/de_navbar_neu.css"); --> /*]]>*/ </style> @@ -26,9 +27,124 @@ <!-- > Kommentare zur Seite - $Id: navtest_map_all.html,v 1.4 2005/12/02 10:43:43 markomlm Exp $ + $Id: navtest_map_all.html,v 1.5 2005/12/02 14:48:53 markomlm Exp $ < --> +<style type="text/css"> +#navbar_de { + visibility:visible; + position:static; float:right; + margin-left:5px; margin-bottom:20px; + border-style:outset; border-width:1px; border-color:black; + border-spacing:0px; padding:0px; + font-size:small; + background-color: #efefef; +} + +#navbar_de th{ + background-color: #06348C; color: #fff; + border-style:none; + padding:3px; + padding-top:5px; +} + +#navbar_de th.dev{ + background-color:#fc9; color:#000000; +} + +#navbar_de th a:link, #navbar_de th a:visited { + text-decoration: none; color: #fff; +} + +#navbar_de td { + background-color: #efefef; color: 0; + border-style:none; + padding:1px; + padding-left:6px; + text-indent:-3px; + } + +#navbar_de td a:link, #navbar_de td a:visited { + text-decoration: none; color: 0; +} + + +/* Folgendes von Andreas */ +ul#navbar_de, ul#navbar_de ul{ +list-style: none; +} + +ul#navbar_de{ +width: 12em; +margin: 0; +padding: 0; +border: 1px solid gray; +color: inherit; +background: #efefef; +} + +ul#navbar_de li{ +font-weight: bold; +padding-top:3px; +padding-bottom:3px; +border: 0; +border-style:none; +text-align:center; +color: white; +background: #06348C; +} +ul#navbar_de li a:link { +text-decoration: none; +font-weight: normal; +color: white; +background: #06348C; +} +ul#navbar_de li a:visited { +text-decoration: none; +font-weight: normal; +color: #ffafaf; +background: #06348C; +} +ul#navbar_de li a:hover { +font-weight: bold; +} + +ul#navbar_de li ul { +display: block; +width: 99%; +margin: 0; +padding: 1px; +border: 0; +} + +ul#navbar_de li ul li{ +font-weight: bold; +display: block; +width: 98%; +margin: 0; +padding: 1px; +border: 0; +text-align:left; +color: black; +background: #efefef; +} + +ul#navbar_de li ul li a:link { +text-decoration: none; +font-weight: normal; +color: black; +background: #efefef; +} +ul#navbar_de li ul li a:visited { +text-decoration: none; +font-weight: normal; +color: #8f1f1f; +background: #efefef; +} +ul#navbar_de li ul li a:hover { +font-weight: bold; +} +</style> @@ -37,7 +153,7 @@ <!-- Start Navbar --> <!-- > Kommentare zur Navbar Navigation allgemein - $Id: navtest_map_all.html,v 1.4 2005/12/02 10:43:43 markomlm Exp $ + $Id: navtest_map_all.html,v 1.5 2005/12/02 14:48:53 markomlm Exp $ navbar_All,V 0.5.4 Dienstag, 29. November 2005 13:02:51 michael.kirchner < --> <ul id="navbar_de"> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
