User: markomlm
Date: 05/12/16 01:02:58

Modified:
 /de/www/styles/
  inst_de.css

Log:
 Fix und Update styles M. Moeller

File Changes:

Directory: /de/www/styles/
==========================

File [changed]: inst_de.css
Url: 
http://de.openoffice.org/source/browse/de/www/styles/inst_de.css?r1=1.3&r2=1.4
Delta lines:  +2 -611
---------------------
--- inst_de.css 1 Nov 2005 10:09:01 -0000       1.3
+++ inst_de.css 16 Dec 2005 09:02:55 -0000      1.4
@@ -1,4 +1,4 @@
-/* $Id: inst_de.css,v 1.3 2005/11/01 10:09:01 st Exp $
+/* $Id: inst_de.css,v 1.4 2005/12/16 09:02:55 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). 
@@ -7,157 +7,6 @@
 
 This file is a modified copy of http://de.openoffice.org/branding/css/inst.css.
 
-*/
-
-/*--------------------------- Global Layout ---------------------------*/
-body,html {
-    margin: 0px;
-    padding: 0px;
-    width: 100%;   
-}
-
-/*--------------------------- Global Elements ---------------------------*/
-img {
-    border: none;
-}
-a {
-    color: #06348C;
-}
-a:hover {
-    color: #698ed1;
-}
-input.inputtext {
-    border: 1px solid #698ed1;
-    background: #f6f8fb;
-}
-input.inputtext:hover {
-    background: #fff;
-}
-/*----------------Standard table design------------------------------------*/
-/* might move this to global styles? */
-/*table {
-  border-collapse: collapse;
-       border-bottom: #f6f8fb;
-       width: 98%;
-}
-td {
-       background: #f6f8fb url("/branding/images/lightbluefadeout.gif") 
repeat-y top right;
-  margin: 0px;
-       clear: none;
-       padding: 4px;   
-       width: 74%;
-       border-top: 3px #fff solid;
-}
-thead td {
-  width: 100%;
-       font-size: 1.2em;
-       color: #06348C;
-       margin-top: 0px;
-       background: #DEE4EE url("/branding/images/lesslightbluefadeout.gif") 
repeat-y top right;
-       border-bottom: solid 1px #e9edf4;
-       font-weight: bold; 
-}
-td.headcol { 
-       background: #ecf1f5;
-       color: #698ed1;
-       text-align: right;
-       width: 24%;
-       padding: 4px;
-       font-weight: bold;
-       border-bottom: #f6f8fb;
-       margin-bottom: .4em;    
-}
-*/
-.nonscreen { /* for commentary not meant for display on screen */ 
-    display: block;
-    overflow: hidden;
-    width: 0px;
-    height: 0px;
-    margin: 0px;
-    padding: 0px;
-}
-.nomarginnopadding { /*NOT SURE IF STILL IN USE */
-  padding: 0px;
-  margin: 0px;
-}
-.superscript {
-    vertical-align:super;
-    font-size:75%;
-    line-height:110%;
-}
-.indent {
-    margin-left:.25in;
-}
-
-/*--------------------------- Header ---------------------------*/
-#banner {
-    float: left;
-    width: 100%;
-    background-color: #fff;
-    color: #000;
-    border-top: none;
-}
-#banner img {
-    float: left;
-    clear: none;
-    margin: 0.5em;    
-}
-#login, #searchboxbanner {
-    float: right;
-    clear: none;
-    width: 50%;
-    text-align: right;
-    margin: 0.5em;
-    font-size: .9em;
-}
-#login p, #searchboxbanner p {
-    margin: 0px;
-    padding: 0px;
-}
-
-
-
-/*--------------------------- NavBar ---------------------------*/
-/* modify the toptabs - want one single line without additional spacing*/
-#toptabs {
-    float: left;
-    padding: 0px;
-    margin: 0px;
-    margin-top: 0.5em;
-    background: #06348C;
-    width: 100%;
-}
-#toptabs 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? */
-}
-#toptabs li {
-    float: left;
-    color: #fff;
-}
-#toptabs a, #toptabs a:hover {
-    float: left;
-    padding: 0.3em 1em;
-    text-decoration: none;
-    color: #fff;    
-}
-#toptabs a:hover { 
-    background: #fff;
-    color: #698ed1;
-}
-#toptabs li.th a  {
-    background: #fff;
-    color: #06348C;
-}
-.tabs {
-margin-top:0px;
-}
 
 
 /*--------------------------- NavBar 2---------------------------*/
@@ -201,461 +50,3 @@
 .tabs {
 margin-top:0px;
 }
-
-/*--------------------------- ContextInfo ---------------------------*/
-/* meant for breadcrumbs, maybe hints etc., has a shadow as background... */
-
-.contentpart#contextualinformation {
-    display: block;
-    font-size: .8em;
-    width: 100%;
-    float: left;
-    margin: 0px;
-    padding: 0px;
-    background: url("/branding/images/shadow.gif");
-    background-repeat: repeat-x;
-    text-align: right;
-    height: 24px;
-    margin-top: -1px;
-}
-#breadcrumbs {
-    text-align: left;
-    /* compensate margin set for contextualinformation */
-    background: none;
-    margin-top: 4px; 
-    border: none 0px;
-    width: auto;
-    float: left;
-}
-
-/*--------------------------- Body Layout ---------------------------*/
-#body {
-    float: left;
-    width: 100%;
-    margin: 0px;
-               padding: 0px;
-               background: #fff;
-               color: #000;
-}
-#main{
-    border-top: none 0px;
-               width: 100%;
-               background: #fff;
-               color: #000;
-}
-table#main {
-    border-collapse: collapse;
-               background: #fff;
-               color: #000;
-}
-/* width for the left navbar */
-td#leftcol {
-    width: 10%;
-}
-/* width for the communitynewscolumn */
-td#communitynews {
-    width: 20%;
-}
-#bodytd {
-               background: #fff;
-               color: #000;
-    padding: 5px;
-}
-#bodycol {
-               background: #fff;
-               color: #000;
-
-}
-#navcolumn {
-    margin-right: 10px; 
-}
-
-
-
-/*--------------------------- NavColumn Layout ---------------------------*/
-.toolgroup {
-    background: #fff;
-    font-size: 1.1em;
-}
-.toolgroup .label {
-    background-color: #DEE4EE;
-    background-image: url("/branding/images/lesslightbluefadeout.gif");
-    background-repeat: repeat-y;
-    background-position: top right;
-    color: #06348C;
-    border-bottom: 0px none;
-    border-right: 0px none;
-}
-.toolgroup .body {
-    border-right: 0px none;
-    border-bottom: 0px none;
-}
-#helptext {
-    background-color: #f6f8fb;
-}
-#helptext .label {
-    margin-top: 1em;
-    background-color: #f0f0fb;
-    background-image: url("/branding/images/icon_help_sml.gif");
-    background-repeat: no-repeat;
-    background-position: 90%;
-    border: none 0px;
-}
-#helptext .body {
-    border: none 0px;
-}
-#helplink {
-    border: none 0px;
-}
-
-/* 
------------------------------------------------------------------------------------------------*/
-/* font and text properties, exclusive of link indication, alignment, 
text-indent */
-#bodycol h2 {
-    font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
-    font-size: 1.5em;
-    font-weight: normal;
-}
-
-/* box properties (exclusive of borders), positioning, alignments, list types, 
text-indent */
-
-#topmodule {
-    margin: -4px -4px 0 -4px;
-}
-
-#topmodule td {
-    vertical-align: middle;
-    padding: 2px 8px;
-}
-
-#navcolumn {
-    margin-right: -4px;
-}
-
-/*--------------------------- Right Column Layout ---------------------------*/
-#rightcol h3 {
-    background-color: #036;
-    color: #fff;
-}
-#rightcol div.www, #rightcol div.help {
-    border: none;
-}
-#rightcol div.rightcollinks {
-    border: 1px solid #036;
-}
-#rightcol a {
-    color: #036;
-    text-decoration: none;
-}
-.blue {
-    background-color: #369;
-    color: #fff;
-    text-align: center;
-}
-.blue a {
-    color: #fff; /* !important; */
-}
-hr {
-    /* adding a zero to the color*/
-    border: 1px solid #000080;
-/*    height: 1px;*/
-}
-#rightcol div.help, #rightcol div.www, #rightcol div.www th, #rightcol div.www 
td {
-    font-size: xx-small;
-    voice-family: "\"}\"";
-    voice-family: inherit;
-    font-size: x-small;
-}
-/* box properties (exclusive of borders), positioning, alignments, list types, 
text-indent */
-#rightcol div.www, #rightcol div.help {
-    padding: 0px;
-}
-#rightcol .rightcollinks {
-    padding-bottom: 2px;
-}
-#rightcol h3 {
-    padding: 3px;
-}
-#quickdownload .body div {
-    padding-left: 2em;
-}
-.blue {
-     padding: 2px;
-}
-/* added from 1.1.3 OOo 2003-09-17 */
[EMAIL PROTECTED] Acta1
-    {
-    margin:1.0in 1.25in 1.0in 1.25in;
-    }
-div.Acta1
-    {
-    page:Acta1;
-    }
-.alt1 {
-     text-align:center; 
-     vertical-align: top;
-} 
-.alt3 {
-    font-weight:bold; 
-    background-color:#CCCCCC;
-    } 
-.graybold {
-    font-weight:bold;
-    background-color:#CCCCCC;
-    } 
-
-.alt4 {
-     font-weight:bold; 
-     background-color:#99CCFF;
-    } 
-.alt2 {
-    color:#FFFFFF; 
-    background-color:#00315A; 
-    text-align:left; 
-    } 
-
-.darkblueleftmiddle {
-    color:#FFFFFF;
-    background-color:#00315A;
-    text-align:left; 
-    vertical-align: middle;
-} 
-
-/* classes should not begin with a digit. if it does, the numbers have to be 
escaped */
-.\3031centmidd {
-    color:#FFFFFF;
-    background-color:#00315A;
-    text-align:center; 
-    } 
-    
-.darkbluebold {
-    font-weight:bold;
-    color:#FFFFFF;
-    background-color:#00315A; 
-    text-align:left;
-} 
-
-.darkblueleft {
-    font-weight:bold;
-    color:#FFFFFF;
-    background-color:#00315A; 
-    text-align:left;
-    } 
-
-.alt5 {
-    color:#333333; 
-    font-weight:bold;  
-    text-align: left; 
-    white-space: normal; 
-    padding: 3pt;
-    } 
-    
-    
-.alt6 {
-    font-weight:bold; 
-    text-align:left; 
-    background-color:#F0F0F0;
-    } 
-    
-    
-.alt7 {
-    font-weight:bold; 
-    text-align:left; 
-    background-color:#FFFFFF;
-    }
-    
-    
-.alt8 {
-font-weight:bold;  text-align:left; vertical-align:top; 
background-color:#FFFFFF;
-    
-    }
-.alt8b {
-    font-weight:bold; 
-    text-align:left; 
-    vertical-align:top; 
-    background-color:#F0F0F0;
-    }    
-    
-    
-.bigboldleft {
-    font-weight:bold; 
-    text-align: left; 
-    vertical-align:top;
-    }    
-
-.alt9 {
-     text-align:left; 
-     vertical-align:top; 
-     background-color:#FFFFFF;
-    }    
-    
-    
-.alt9b {
-    text-align:left; 
-    vertical-align:top; 
-    background-color:#F0F0F0;
-    }    
-    
-    
-.tableF0 {
-     background-color:#F0F0F0;
-    }    
-    
-    
-.alt10 {
-    font-size:85%; 
-    text-align:left;
-    } 
-    
-.alt12 {
-     text-align:center;
-     font-weight: bold; 
-     color:#0000FF;
-    }
-    
-.blueboldcenter {
-    text-align:center;
-     font-weight:bold; 
-     color:#0000FF;
-    }
-    
-.alt14 {
-     text-align:right;
-    }
-
-.textcenter {
-     text-align:center;
-    }
-.alt15 {
-     text-align:center;
-    }
-.boldcenter {
-    font-weight:bold; 
-    text-align:center;
-    }
-.fontwhite {
-    color:#FFFFFF;
-    }
-.fontwhite {    
-     color:#FFFFFF;
-    }
-.fontwhitesmall {
-    color:#FFFFFF; 
-     text-align:left; 
-    font-weight:bold;
-    }
-    
-.fontredochre {
-    text-align:left;
-    color: #cc3300;
-    }
-    
-.small {
-    font-size:85%;
-    }
-
-.smaller {
-    font-size:75%;
-    }
-    
-/* h2 { */
-/*     color:#c30; */
-/*     } */
-    
-.subp1em {
-    text-indent:1em;
-    }
-.subp2em {
-    text-indent:2em;
-    }
-.subp3em {
-    text-indent:3em;
-    }
-.subp4em {
-    text-indent:4em;
-    }
-    
-.it_nav {
-    color:#ffffff; background-color:#000080; font-weight:bold;
-}
-.liteblue {
-    background-color:#99CCFF; 
-    font-weight:bold;
-    }
-
-.liteblue-back {
-    background-color:#99CCFF;
-    }
-
-.spaced {
-    font-style: normal;
-    line-height: 160%;
-}
-
-p.spaced, th.spaced, td.spaced, div.spaced, li.spaced, dd.spaced, dt.spaced
- {
-    font-style: normal;
-    line-height: 160%;
-}
-
-
-p.spaced13, th.spaced13, td.spaced13, div.spaced13, li.spaced13, dd.spaced13, 
dt.spaced13
- {
-    font-style: normal;
-    line-height: 140%;
-}
-
-.Header 
-{
-    font-weight:bold;
-    font-size:105%;
-    }
-               
-.app h3 {
-       background-color: #06348c;  /* b3c7d4 */
-}
-
-.app h3 a {
-  color: #ddd;
-}
-
-.app h3 a:hover {
-  color: #fff;
-}
-
-/*--------------------------- Footer ---------------------------*/
-
-#footer {
-    float: left;
-    display: block;
-    margin: 0px;
-    padding: 0px;
-    width: 100%;
-    margin-top: -1px;
-    color: #777;
-    text-align: center;
-    border-top: solid 1px #ddd;
-    margin-top: 1em;
-    font-size: .8em;    
-}
-#footer .horizontalmenu {
-    padding-top: 10px;
-    font-size: 1.2em;    
-}
-#footer li {
-    display: inline;
-    /* spacing between the links */
-    padding: 0em 1em;
-}
-#sponsorsun {
-    float: left;
-    margin:.5em;
-    margin-bottom: 20px;
-}
-#sponsorcollabnet {
-    vertical-align: middle;
-    float: right;
-    margin: 0.5em;
-    margin-bottom: 20px;
-}
-
-/* fixes */




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Antwort per Email an