Annotation of embedaddon/confuse/doc/doxygen.css, revision 1.1.1.1

1.1       misho       1: /* default doxygen stylesheet */
                      2: 
                      3: H1 { text-align: center; }
                      4: CAPTION { font-weight: bold }
                      5: A.qindex {}
                      6: A.qindexRef {}
                      7: A.el { text-decoration: none; font-weight: bold }
                      8: A.elRef { font-weight: bold }
                      9: A.code { text-decoration: none; font-weight: normal; color: #4444ee }
                     10: A.codeRef { font-weight: normal; color: #4444ee }
                     11: A:hover { text-decoration: none; background-color: #f2f2ff }
                     12: DL.el { margin-left: -1cm }
                     13: DIV.fragment { width: 100%; border: none; background-color: #eeeeee }
                     14: DIV.ah { background-color: black; font-weight: bold; color: #ffffff; margin-bottom: 3px; margin-top: 3px }
                     15: TD.md { background-color: #f2f2ff; font-weight: bold; }
                     16: TD.mdname1 { background-color: #f2f2ff; font-weight: bold; color: #602020; }
                     17: TD.mdname { background-color: #f2f2ff; font-weight: bold; color: #602020; width: 600px; }
                     18: DIV.groupHeader { margin-left: 16px; margin-top: 12px; margin-bottom: 6px; font-weight: bold }
                     19: DIV.groupText { margin-left: 16px; font-style: italic; font-size: smaller }
                     20: BODY { background: white }
                     21: TD.indexkey { 
                     22:    background-color: #eeeeff; 
                     23:    font-weight: bold; 
                     24:    padding-right  : 10px; 
                     25:    padding-top    : 2px; 
                     26:    padding-left   : 10px; 
                     27:    padding-bottom : 2px; 
                     28:    margin-left    : 0px; 
                     29:    margin-right   : 0px; 
                     30:    margin-top     : 2px; 
                     31:    margin-bottom  : 2px  
                     32: }
                     33: TD.indexvalue { 
                     34:    background-color: #eeeeff; 
                     35:    font-style: italic; 
                     36:    padding-right  : 10px; 
                     37:    padding-top    : 2px; 
                     38:    padding-left   : 10px; 
                     39:    padding-bottom : 2px; 
                     40:    margin-left    : 0px; 
                     41:    margin-right   : 0px; 
                     42:    margin-top     : 2px; 
                     43:    margin-bottom  : 2px  
                     44: }
                     45: span.keyword       { color: #008000 }
                     46: span.keywordtype   { color: #604020 }
                     47: span.keywordflow   { color: #e08000 }
                     48: span.comment       { color: #800000 }
                     49: span.preprocessor  { color: #806020 }
                     50: span.stringliteral { color: #002080 }
                     51: span.charliteral   { color: #008080 }
                     52: 
                     53: 
                     54: 
                     55: 
                     56: 
                     57: 
                     58: 
                     59: 
                     60: 
                     61: 
                     62: 
                     63: body {
                     64:  font-family: verdana,tahoma,arial,helvetica,sans-serif;
                     65:  font-size: small;
                     66:  margin-top: 0px;
                     67:  margin-left: 0px;
                     68:  margin-right: 0px;
                     69:  background: white;
                     70:  color: black;
                     71: }
                     72: 
                     73: div.main {
                     74:  color: black;
                     75:  background: #eee;
                     76:  border: 1px dashed black;
                     77:  padding: 1em;
                     78:  margin: 1em;
                     79: }
                     80: 
                     81: div.main p {
                     82:  margin-left: 1em;
                     83:  margin-right: 1em;
                     84:  text-align: justify;
                     85: }
                     86: 
                     87: h1, h2 {
                     88: /* border-bottom: 1px solid black;*/
                     89: }
                     90: 
                     91: a {
                     92:  background: transparent;
                     93:  color: #049;
                     94:  text-decoration: none;
                     95: }
                     96: 
                     97: a:hover { text-decoration: underline; }
                     98: 
                     99: .copyright {
                    100:  color: #777;
                    101:  background: transparent;
                    102:  font-size: x-small;
                    103:  margin-left: 1em;
                    104:  margin-right: 1em;
                    105:  text-align: right;
                    106: }
                    107: 
                    108: div.menu {
                    109:  color: black;
                    110:  background: #eee;
                    111:  border: 1px solid black;
                    112: }
                    113: 
                    114: div.menu p {
                    115:  text-align: center;
                    116:  font-size: large;
                    117: }
                    118: 
                    119: div.menu a {
                    120:  padding-left: .5cm;
                    121:  padding-right: .5cm;
                    122: }
                    123: 
                    124: a img {
                    125:  border: 0px;
                    126: }
                    127: 
                    128: div.sflogo {
                    129:  text-align: right;
                    130:  padding-left: 1em;
                    131: }
                    132: 
                    133: img.endcite { vertical-align: top; }
                    134: 
                    135: img {
                    136:  float: right;
                    137:  padding-left: 17px;
                    138:  padding-bottom: 17px;
                    139: }
                    140: 
                    141: hr {
                    142:  clear: both;
                    143: }

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