| /* $Id: inst_de.css,v 1.12 2008/12/20 23:08:44 markomlm Exp $ |
| |
| This file contains rules that extend or override the more basic formatting defined |
| in tigris.css. Edit it to customize the look of applications using tigris.css (instances). |
| You are responsible for maintaining your own set of (optional) deltas from tigris.css |
| defaults; this file is intended as an example. |
| |
| This file is a modified copy of http://de.openoffice.org/branding/css/inst.css. |
| |
| |
| |
| /*--------------------------- NavBar 2---------------------------*/ |
| /* modify the toptabs2 - want one single line without additional spacing*/ |
| #toptabs2 { |
| float: left; |
| padding: 0px; |
| margin: 0px; |
| margin-top: 0.5em; |
| background: #efefef; |
| width: 100%; |
| } |
| #toptabs2 ul { |
| float: left; |
| margin: 0px; |
| padding: 0px; |
| width: 100%; |
| list-style: none; |
| color: #fff; |
| font-weight: bold; |
| border-bottom: none; /* maybe we want this border for the whole bar? */ |
| } |
| #toptabs2 li { |
| /* SimonAW, Mar 28 2008: Padding wiederherstellen */ |
| margin: 0 !important; |
| |
| float: left; |
| color: #fff; |
| } |
| #toptabs2 a, #toptabs2 a:hover { |
| float: left; |
| padding: 0.3em 1em; |
| text-decoration: none; |
| color: #fff; |
| } |
| #toptabs2 a:hover { |
| background: #fff; |
| color: #698ed1; |
| } |
| #toptabs2 li.th a { |
| background: #fff; |
| color: #06348C; |
| } |
| .tabs { |
| margin-top:0px; |
| } |
| |
| |
| /* Besuchte Links immer noch unterstrichen darstellen */ |
| a:link { |
| text-decoration: underline !important; |
| color: rgb( 6, 42, 140 ) !important; |
| } |
| |
| a:visited { |
| text-decoration: underline !important; |
| color: rgb( 100, 100, 100 ) !important; |
| } |
| |
| #navigation a:link { |
| text-decoration: none !important; |
| } |
| |
| #navigation a:visited { |
| text-decoration: none !important; |
| } |
| |
| #navigation li.th a:link { |
| color: rgb( 6, 42, 140 ) !important; |
| text-decoration: none !important; |
| } |
| |
| #navcolumn a:link { |
| text-decoration: none !important; |
| } |
| |
| #navcolumn a:visited { |
| text-decoration: none !important; |
| } |
| |
| /* minitab-Links (die Box oben rechts) */ |
| #minitabs a:link { color: white !important; text-decoration: none !important; } |
| #minitabs a:visited { color: white !important; text-decoration: none !important; } |
| |
| /* -- */ |