Annotation of gpl/axl/doc/axl.css, revision 1.1.1.1

1.1       misho       1: /* strong aspl blue:                   #172e4b; */
                      2: /* soft aspl blue:                     #00568d; */
                      3: /* soft grey used as separator:        #c9c9c9; */
                      4: /* soft yellow for the function panel: #fffddf; */
                      5: /* strong grey for some backgrounds:   #b0b0b0; */
                      6: 
                      7: body { 
                      8:    margin: 0; 
                      9:    background: #c9c9c9;
                     10: }
                     11: 
                     12: .thepage, body, h1, h2, h3, a, b, span, p, li, ul, b {
                     13:    font-family: Arial, FreeSans, Sans, Sans-Serif, Helvetica;
                     14: }
                     15: 
                     16: h1, h2, h3, a { 
                     17:        color: #172e4b;   
                     18: }
                     19: 
                     20: .tabs span { 
                     21:         color: #172e4b;   
                     22: }
                     23: 
                     24: 
                     25: a:link {
                     26:        color: #204a87;
                     27: }
                     28: 
                     29: a:visited {
                     30:        color: #204a87;
                     31: }
                     32: 
                     33: a:hover {
                     34:        color: #ffffff;
                     35:         background: #2e3436;
                     36: }
                     37: 
                     38: .aspl-logo { 
                     39:   padding-right: 20px;
                     40:   border: 0px;
                     41:   background: white;
                     42: }
                     43: .aspl-logo img { 
                     44:   border: 0px;
                     45: }
                     46: 
                     47: .af-arch-header { 
                     48:   width: 100%;
                     49:   background: #ffffff;
                     50:   margin: 0;
                     51: }
                     52: 
                     53: .separator { 
                     54:  border: 2px solid #c9c9c9;
                     55:  background: #7d0000;
                     56:  height: 10px;
                     57: }
                     58: 
                     59: .footer { 
                     60:  padding: 4px;
                     61:  clear: left;
                     62:  background: #172e4b;   
                     63:  color: white;
                     64:  font-weight: bold;
                     65: }
                     66: 
                     67: .thepage { 
                     68:  background: white;
                     69:  border-right: 1px solid #172e4b;   
                     70:  width: 80%;
                     71:  padding: 5px;
                     72:  padding-left: 15px;
                     73: }
                     74: 
                     75: .onepage { 
                     76:  width: 70%;
                     77:  text-align: justify;
                     78: }
                     79: 
                     80: .license-table { 
                     81:   border: 1px solid #000000;
                     82:   padding: 0;
                     83:   margin: 12px;
                     84:   margin-left: 24px;
                     85:   background-color: #c9c9c9;
                     86: }
                     87: 
                     88: 
                     89: .license-table tr { 
                     90:   margin: 0;
                     91:   padding: 0;
                     92: }
                     93: 
                     94: .licence-table tr.impar { 
                     95:   border: 0;
                     96: }
                     97: 
                     98: .license-table tr.par { 
                     99:   border: 0;
                    100:   background-color: #fffddf;
                    101: }
                    102: 
                    103: .license-table td { 
                    104:   padding: 6;
                    105:   border: 0;
                    106: }
                    107: 
                    108: .nobullet { 
                    109:   list-style: none;
                    110: }
                    111: 
                    112: .syntax { 
                    113:   margin-left: 28px;
                    114:   margin-right: 28px;
                    115:   font-size: 100%;
                    116:   font-family: monospace, Fixed;
                    117:   border: 1px solid #07445e;
                    118:   background-color: #bed7e2;
                    119: }
                    120: 
                    121: .initial-index li { 
                    122:   padding-bottom: 3px;
                    123: }
                    124: 
                    125: .contact { 
                    126:   margin-left: 40px;
                    127:   border: 2px solid #00366d;
                    128:   background-color:  #84afdc;
                    129:   font-size: 110%;
                    130:   font-family: sans-serif, arial, helvetica;
                    131: }
                    132: .contact tr { 
                    133:   border: 0px;
                    134: }
                    135: .contact td { 
                    136:   border: 0px;
                    137: }
                    138: 
                    139: div.navtab { 
                    140:   background: #ffffd8;
                    141:   border: 1px solid #b0b0b0;
                    142: }
                    143: 
                    144: div.navtab .qindexHL { 
                    145:   background: #172e4b;
                    146:   color: white;
                    147: }
                    148: 
                    149: div.navtab a:hover { 
                    150:   background: #b0b0b0;
                    151:   color: white;
                    152: }
                    153: 
                    154: h2 a.anchor { 
                    155:   padding: 2px;
                    156:   padding-top: 1px;
                    157:   padding-bottom: 1px;
                    158:   background: #fff url("body_back.gif") repeat-x;
                    159:   border: 1px solid #b0b0b0; 
                    160: 
                    161: }
                    162: 
                    163: pre.xml-doc { 
                    164:   padding: 10px;
                    165:   border: 1px dashed #b0b0b0;
                    166:   background: #4a554a;
                    167:   color: white;
                    168: }
                    169: 
                    170: div.xml-doc pre.fragment { 
                    171:   margin: 0px;
                    172:   padding: 10px;
                    173: /*  background: #4a554a; */
                    174:   background: #555753;
                    175:   color: white;
                    176: }
                    177: 
                    178: div.xml-doc pre.fragment .stringliteral { 
                    179:   color: #e9b96e;
                    180: }
                    181: 
                    182: div.xml-doc pre.fragment .keyword { 
                    183:   color: white;
                    184: }
                    185: 
                    186: div.xml-doc pre.fragment .keywordflow { 
                    187:   color: white;
                    188: }
                    189: 
                    190: .attr {  
                    191:   color: #5cecc4;
                    192: }
                    193: 
                    194: .eblue { 
                    195:   color: #00a2ff;
                    196: }
                    197: 
                    198: .content { 
                    199:   color: #97c5eb;
                    200: }
                    201: 
                    202: .node { 
                    203:   color: #ebe897;
                    204: }
                    205: 
                    206: .red { 
                    207:   color: #ff0000;
                    208:   font-weight: bold;
                    209: }
                    210: 
                    211: .fragment {
                    212:   font-size: 90%;
                    213:   font-family: Monospace,Fixed,Courier; 
                    214: }
                    215: 
                    216: .ads { 
                    217:   width: 100%;
                    218:   height: 112px;
                    219:   border-top: 1px solid #172e4b;
                    220:   border-bottom: 1px solid #172e4b;
                    221:   background: #c9c9c9;
                    222: }
                    223: 
                    224: .ads iframe { 
                    225:   width: 802px;
                    226:   height: 102px;
                    227:   position: absolute;
                    228:   top: 90px;
                    229:   left: 200px;
                    230:   background: #c9c9c9 url("bg.png");
                    231: }
                    232: 
                    233: .lateral-ad { 
                    234:   position: absolute;
                    235:   left: 84%;
                    236:   top: 30%;
                    237:   background: #c9c9c9 url("bg.png");
                    238: }
                    239: 
                    240: .lateral-ad iframe { 
                    241:   width: 152px;
                    242:   height: 420px; 
                    243:   background: #c9c9c9 url("bg.png");
                    244: }

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