/** ogólne definicje **/
body { background-color: white;
       color: black; 
    /* box-sizing: corner-box; 
       -moz-box-sizing: corner-box; */ }

/** nagłówki **/
h1 { font-size: 200%; }
h2 { font-size: 160%; }
h3 { font-size: 140%; }
h4 { font-size: 125%; }
h5 { font-size: 110%; }

h4 { margin-top:    1.0em;
     margin-bottom: 0.1em; }
h3, h5 { margin-top:    0.7em;
         margin-bottom: 0.1em; }

/** odnośniki: do sekcji, symlinków i zewnętrzne **/
/* Odnośniki od sekcji (części) do spisu treści mają się niczym nie wyróżniać */
a.sec { color: black;
        text-decoration: none }
a.symlink  { }
a.external { font-weight: bolder }

/** wyróżnienia różnych typów **/
span.timeoutwarning    { color: maroon }
span.timeout           { color: red }
span.attention         { color: fuchsia }
span.warning           { color: fuchsia;
                         font-weight: bold }
span.title             { color: green }
span.note              { font-size: small }
span.mark              { color: maroon;
                         font-style: italic }

.todo, .todo a {  color: purple; }


.title {  color: green; }

/** inne **/
/* bibliografia */
/*
ol.bib           { counter-reset: item; }
ol.bib li        { list-style: decimal outside; }
ol.bib li        { display: block; }
ol.bib li:before { content: "[" counter(item, decimal) "] ";
                   counter-increment: item; }
*/
/* LaTeX */
span.TEX { letter-spacing: -0.125em; }
span.TEX span.E { position: relative;top:0.5ex;left:-0.0417em;
                  text-transform:uppercase }
a span.TEX span.E { text-decoration: none; }
span.LATEX span.A { position: relative;top:-0.5ex;left: -0.4em;font-size:85%;
                    text-transform:uppercase }
span.LATEX span.TEX { position: relative;left:-0.4em; }
/* koniec pliku base.css */
