| #MyContent h2 { |
| clear: both; |
| } |
| |
| #MyContent h3 { |
| clear: both; |
| } |
| |
| #MyContent h4 { |
| clear: both; |
| } |
| |
| #menu { |
| position: absolute; |
| top: 150px; |
| right: 1%; |
| width:150px; |
| } |
| |
| #menu h3 { |
| font-size: .8em; |
| font-weight:bold; |
| background-color: #FFFFFF; |
| background-image: url("http://marketing.openoffice.org/branding/images/fading-blue.gif"); |
| background-repeat: repeat-y; |
| background-position: top left; |
| color: #032360; |
| padding-top: 0.5em; |
| } |
| |
| #menu p { |
| margin: 0em 0em 0em 1em; |
| } |
| /* |
| #content h3 { |
| background-color: #DEE4EE; |
| color: #06348C; |
| } |
| |
| #content h4 { |
| color: #06348C; |
| margin-left: 2em; |
| } |
| */ |
| #content .level4 { |
| margin-left: 3em; |
| } |
| |
| #content p { |
| /* text-align: justify; */ |
| padding-left: 1em; |
| } |
| |
| .register { |
| font-size: 120%; |
| font-weight: bold; |
| color: red; |
| } |
| |
| #title h3 { |
| background-color: #FFF; |
| text-align: center; |
| font-size: 120%; |
| font-weight: bold; |
| clear: none; |
| } |
| |
| #title p { |
| text-align: center; |
| padding-left: 0; |
| font-style: italic; |
| /* color: #06348C; */ |
| } |
| |
| #logo { |
| text-align: center; |
| } |
| |
| #langLine { |
| margin-left: 0em; |
| font-size: smaller; |
| } |
| |
| .thisLang { |
| font-weight: bold; |
| } |
| |
| .lang { |
| font-weight: bold; |
| } |
| |
| .news .date { |
| font-weight: bold; |
| color: #06348C; |
| } |
| |
| .news .date:after { |
| content: " - "; |
| color #06348C; |
| } |
| |
| td#premium { |
| vertical-align: middle; |
| text-align: left; |
| border: 1px solid #dddddd; |
| padding: 5px; |
| } |
| |
| td#gold, td#silver, td#organisers { |
| vertical-align: middle; |
| text-align: center; |
| font-weight: bold; |
| border: 1px solid #dddddd; |
| padding: 5px; |
| } |
| |
| |
| #midtabs { |
| float: left; |
| padding: 0px; |
| margin: 0px; |
| margin-top: 0.5em; |
| background: #649CEF; |
| width: 100%; |
| border-bottom:none; |
| font-size: 1em; |
| } |
| #midtabs 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?*/ |
| } |
| #midtabs li { |
| float: left; |
| margin: 0px; |
| padding: 0px; |
| color: #fff; |
| } |
| |
| #midtabs a, #midtabs a:link, #midtabs a:visited, #midtabs a:hover { |
| float: left; |
| /* padding: 0.3em 1em; */ |
| padding: 5px 10px; |
| text-decoration: none !important; |
| color: #fff !important; |
| } |
| |
| #midtabs a:hover { |
| background: #fff; |
| color: #698ed1 !important; |
| } |
| |
| #midtabs li.th a { |
| background: #fff; |
| color: #06348C !important; |
| } |
| |
| .subtabs { |
| clear: left; |
| visibility: hidden; |
| position: absolute; |
| background: #06348C; |
| } |
| |
| .subtabs li { |
| clear: left; |
| display: block; |
| width: 100%; |
| } |
| |
| .quotation { |
| font-style: italic; |
| background-color: #f9f9f9; |
| color: #06348C; |
| } |
| |
| .floatright { |
| float: right; |
| margin-left: 20px; |
| } |