/* This is the Style File 'gkws_jmb.css' for the 1998 Proceedings of   */
/* the Bonn/Bochum-Graduiertenkolleg Workshop found at the WWW URL:    */
/* "http://www.astro.uni-bonn.de/~webstw/ws98/cover.html" at the       */
/* Web server of the Astronomical Institutes of Bonn University.       */
/* First version: 19.08.1998 (J.M.B.), last version: 25.09.98 (J.M.B.) */
/* Please note that this file is in creating/playing phase!            */

BODY { color: black;                         /* general default colors */
       background: #F0F0F0;
       /* font-family: helvetica, sans-serif ! important; */
                                      /* special font for TT is needed */
     }

A:link    { color: #AA0000 !important } /* unvisited link in light red */
A:visited { color: #0000C0 !important }       /* visited links in blue */
A:hover   { color: rgb(255,175,0) }                 /* user hovers     */
A:active  { color: #00BB00 }                  /* active links in green */
A         { text-decoration: underline }    /* underlining all anchors */
           /* A[HREF] for only hyperlinks would be better - but buggy! */

                                                /* defining table look */
TABLE { border: 0px;                          /* defining table border */
        empty-cells: show;                  /*borders around all cells */
      }

/* Defining text passages: abstract, acknowledgement, references etc.  */
/* using the block-level DIV, P and H tag and emphasized text there:   */
H3.TEST { color: blue; }    /* called by '<H3 CLASS="TEST"> ... </H3>' */
 /* with default 'font-size: 14pt' H3 corresponds to 'font-size: 18pt' */
.CH { font-size: 1.1em; color: #404040; }
                  /* attribute for H4 and B specifying chapter headers */
H4.CH { position: relative; top: 0.5em }
       /* font-style: normal; font-weight: 700; */
DIV.ABST { margin-top: 0.6em;
           /* line-height: 1.3em */        /*does not look as supposed */
         }
P.SEC { margin-top: 0.0em; text-indent: 1.2em }       /* section space */
P.SECWS { margin-top: 1.0em; text-indent: 1.2em }
DIV.TABCAP { margin-top: 1.2em; margin-bottom: 0.4em; }
.TABCAP B { color: black }
DIV.FIGCAP { }
.FIGCAP B { color: black }
DIV.WARNING { color : black;              /* defining a red-marked box */
              border-width: 3px; border: solid red;
              border-width: medium;
              border-color: red; border-style: solid;
                                       /* equals: 'border: solid red;' */
              margin-top: 7px; margin-bottom:7px;
                      /* giving left and/or right margin would destroy */
                        /* the automatic alignment with the text width */
            }
.WARNING B { color: blue; font-weight: bolder; }
DIV.ACKN { margin-top: 1.2em; margin-bottom: 1.2em; }
.ACKN I { }
UL.SUMMARY { color : black; list-style: disc;
             margin: 5px 5px 5px -15px;       /* top right bottom left */
           /*  list-style-image: url("orangeball.gif");  !not working! */
           }
UL.SUMMARY LI { margin-bottom: 0.2em; }
UL.REFS { list-style-type: none;   /* list without leading item symbol */
          margin-top: -0.2em;
        }
UL.REFS LI { margin-bottom: 0.4em; }

                              /* using new (HTML 4.0) SPAN (= NOP) tag */
SPAN.BLINK { text-decoration: blink }                 /* blinking text */
SPAN.STRIKE { text-decoration: line-through }     /* strikingt through */
SPAN.U { text-decoration: underline }                   /* underlining */
SPAN.O { text-decoration: overline }     /* overlining (not in ns4.05) */
SPAN.SIGNALRED { color: rgb(255,0,0) }       /* light red and boldface */

        

/* That's all folks! Just try your own CSS files - playing = fun ;-) ! */
/* Jochen M. Braun, Sternwarte Bonn, E-Mail: jbraun@astro.uni-bonn.de, */
/* WWW-URL: http://www.astro.uni-bonn.de/~jbraun ...                   */
/* This is the Style File 'gkws_jmb.css' for the 1998 Proceedings of   */
/* the Bonn/Bochum-Graduiertenkolleg Workshop found at the WWW URL:    */
/* "http://www.astro.uni-bonn.de/~webstw/ws98/cover.html" at the       */
/* Web server of the Astronomical Institutes of Bonn University.       */
/* First version: 19.08.1998 (J.M.B.), last version: 25.09.98 (J.M.B.) */
/* Please note that this file is in creating/playing phase!            */

BODY { color: black;                         /* general default colors */
       background: #F0F0F0;
       /* font-family: helvetica, sans-serif ! important; */
                                      /* special font for TT is needed */
     }

A:link    { color: #AA0000 !important } /* unvisited link in light red */
A:visited { color: #0000C0 !important }       /* visited links in blue */
A:hover   { color: rgb(255,175,0) }                 /* user hovers     */
A:active  { color: #00BB00 }                  /* active links in green */
A         { text-decoration: underline }    /* underlining all anchors */
           /* A[HREF] for only hyperlinks would be better - but buggy! */

                                                /* defining table look */
TABLE { border: 0px;                          /* defining table border */
        empty-cells: show;                  /*borders around all cells */
      }

/* Defining text passages: abstract, acknowledgement, references etc.  */
/* using the block-level DIV, P and H tag and emphasized text there:   */
H3.TEST { color: blue; }    /* called by '<H3 CLASS="TEST"> ... </H3>' */
 /* with default 'font-size: 14pt' H3 corresponds to 'font-size: 18pt' */
.CH { font-size: 1.1em; color: #404040; }
                  /* attribute for H4 and B specifying chapter headers */
H4.CH { position: relative; top: 0.5em }
       /* font-style: normal; font-weight: 700; */
DIV.ABST { margin-top: 0.6em;
           /* line-height: 1.3em */        /*does not look as supposed */
         }
P.SEC { margin-top: 0.0em; text-indent: 1.2em }       /* section space */
P.SECWS { margin-top: 1.0em; text-indent: 1.2em }
DIV.TABCAP { margin-top: 1.2em; margin-bottom: 0.4em; }
.TABCAP B { color: black }
DIV.FIGCAP { }
.FIGCAP B { color: black }
DIV.WARNING { color : black;              /* defining a red-marked box */
              border-width: 3px; border: solid red;
              border-width: medium;
              border-color: red; border-style: solid;
                                       /* equals: 'border: solid red;' */
              margin-top: 7px; margin-bottom:7px;
                      /* giving left and/or right margin would destroy */
                        /* the automatic alignment with the text width */
            }
.WARNING B { color: blue; font-weight: bolder; }
DIV.ACKN { margin-top: 1.2em; margin-bottom: 1.2em; }
.ACKN I { }
UL.SUMMARY { color : black; list-style: disc;
             margin: 5px 5px 5px -15px;       /* top right bottom left */
           /*  list-style-image: url("orangeball.gif");  !not working! */
           }
UL.SUMMARY LI { margin-bottom: 0.2em; }
UL.REFS { list-style-type: none;   /* list without leading item symbol */
          margin-top: -0.2em;
        }
UL.REFS LI { margin-bottom: 0.4em; }

                              /* using new (HTML 4.0) SPAN (= NOP) tag */
SPAN.BLINK { text-decoration: blink }                 /* blinking text */
SPAN.STRIKE { text-decoration: line-through }     /* strikingt through */
SPAN.U { text-decoration: underline }                   /* underlining */
SPAN.O { text-decoration: overline }     /* overlining (not in ns4.05) */
SPAN.SIGNALRED { color: rgb(255,0,0) }       /* light red and boldface */

        

/* That's all folks! Just try your own CSS files - playing = fun ;-) ! */
/* Jochen M. Braun, Sternwarte Bonn, E-Mail: jbraun@astro.uni-bonn.de, */
/* WWW-URL: http://www.astro.uni-bonn.de/~jbraun ...                   */
