File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / confuse / doc / html / tutorial.css
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Jan 24 14:48:55 2017 UTC (7 years, 5 months ago) by misho
Branches: confuse, MAIN
CVS tags: v2_7, HEAD
confuse 2.7

    1: body {
    2:  padding: 1em;
    3:  margin: 1em;
    4: }
    5: 
    6: body p {
    7:  margin-left: 1em;
    8:  margin-right: 1em;
    9:  text-align: justify;
   10: }
   11: 
   12: p.copyright
   13: {
   14:  margin-left: 0em;
   15: }
   16: 
   17: h1, h2 {
   18:  /*letter-spacing: 0.15em;*/
   19:  border-bottom: 1px solid black;
   20: }
   21: 
   22: hr { display: none; }
   23: 
   24: a[href] {
   25:  background: transparent;
   26:  color: #04D;
   27:  text-decoration: none;
   28: }
   29: 
   30: a[href]:hover { text-decoration: underline; }
   31: 
   32: pre.programlisting
   33: {
   34:     margin-left: 1em;
   35:     margin-right: 1em;
   36:     border: 1px solid #DDDDDD;
   37:     background: #F4F4F4;
   38:     padding: 1em;
   39: }
   40: 
   41: /*.copyright {
   42:  color: #777;
   43:  background: transparent;
   44:  font-size: x-small;
   45:  margin-left: 1em;
   46:  margin-right: 1em;
   47:  text-align: right;
   48:  border-top: 1px solid black;
   49: }*/
   50: 
   51: a img { border: 0px; }
   52: 
   53: div.sflogo {
   54:  text-align: right;
   55:  padding-left: 1em;
   56: }
   57: 
   58: hr { clear: both; }
   59: 
   60: .warn {
   61:  color: red;
   62:  background: transparent;
   63: }
   64: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>