Documentation TYPO3 par Ameos |
00001 <?php 00002 if (isset($num_dbs) && $num_dbs == '0') { 00003 ?> 00004 /* No layer effects neccessary */ 00005 div {font-family: <?php echo $left_font_family; ?>; font-size: <?php echo $font_size; ?>; color: #000000} 00006 .heada {font-family: <?php echo $left_font_family; ?>; font-size: <?php echo $font_size; ?>; color: #000000} 00007 .parent {font-family: <?php echo $left_font_family; ?>; color: #000000; text-decoration: none} 00008 .item, .item:active, .item:hover, .tblItem, .tblItem:active {font-family: <?php echo $left_font_family; ?>; font-size: <?php echo $font_smaller; ?>; color: #333399; text-decoration: none} 00009 .tblItem:hover {color: #FF0000; text-decoration: underline} 00010 <?php 00011 } else { 00012 if (isset($js_capable) && $js_capable != '0') { 00013 // Brian Birtles : This is not the ideal method of doing this 00014 // but under the 7th June '00 Mozilla build (and many before 00015 // it) Mozilla did not treat text between <style> tags as 00016 // style information unless it was written with the one call 00017 // to write(). 00018 if (isset($js_isDOM) && $js_isDOM != '0') { 00019 ?> 00020 /* Layer effects neccessary: capable && is_DOM is set. We found a recent CSS-Browser */ 00021 div {font-family: <?php echo $left_font_family; ?>; font-size: <?php echo $font_size; ?>; color: #000000} 00022 .heada {font-family: <?php echo $left_font_family; ?>; font-size: <?php echo $font_size; ?>; color: #000000} 00023 .headaCnt {font-family: <?php echo $left_font_family; ?>; font-size: <?php echo $font_smaller; ?>; color: #000000} 00024 .parent {font-family: <?php echo $left_font_family; ?>; color: #000000; text-decoration: none; display: block} 00025 .child {font-family: <?php echo $left_font_family; ?>; font-size: <?php echo $font_smaller; ?>; color: #333399; text-decoration: none; display: none} 00026 .item, .item:active, .item:hover, .tblItem, .tblItem:active {font-size: <?php echo $font_smaller; ?>; color: #333399; text-decoration: none} 00027 .tblItem:hover {color: #FF0000; text-decoration: underline} 00028 <?php 00029 } else { 00030 ?> 00031 /* Layer effeccts neccessary: capable, but no is_DOM. We found an older CSS-Browser */ 00032 div {font-family: <?php echo $left_font_family; ?>; font-size: <?php echo $font_size; ?>; color: #000000} 00033 .heada {font-family: <?php echo $left_font_family; ?>; font-size: <?php echo $font_size; ?>; color: #000000} 00034 .headaCnt {font-family: <?php echo $left_font_family; ?>; font-size: <?php echo $font_smaller; ?>; color: #000000} 00035 <?php 00036 if (isset($js_isIE4) && $js_isIE4 != '0') { 00037 ?> 00038 /* Additional effects for IE4 */ 00039 .parent {font-family: <?php echo $left_font_family; ?>; color: #000000; text-decoration: none; display: block} 00040 .child {font-family: <?php echo $left_font_family; ?>; font-size: <?php echo $font_smaller; ?>; color: #333399; text-decoration: none; display: none} 00041 .item, .item:active, .item:hover, .tblItem, .tblItem:active {font-size: <?php echo $font_smaller; ?>; color: #333399; text-decoration: none} 00042 .tblItem:hover {color: #FF0000; text-decoration: underline} 00043 <?php 00044 } else { 00045 ?> 00046 /* Additional effects for NON-IE4 */ 00047 .parent {font-family: <?php echo $left_font_family; ?>; color: #000000; text-decoration: none; position: absolute; visibility: hidden} 00048 .child {font-family: <?php echo $left_font_family; ?>; font-size: <?php echo $font_smaller; ?>; color: #333399; position: absolute; visibility: hidden} 00049 .item, .tblItem {font-family: <?php echo $left_font_family; ?>; font-size: <?php echo $font_smaller; ?>; color: #333399; text-decoration: none} 00050 <?php 00051 } 00052 } 00053 } else { 00054 ?> 00055 /* Additional effects for left frame not required or not possible because of lacking CSS-capability. */ 00056 div {font-family: <?php echo $left_font_family; ?>; font-size: <?php echo $font_size; ?>; color: #000000} 00057 .heada {font-family: <?php echo $left_font_family; ?>; font-size: <?php echo $font_size; ?>; color: #000000} 00058 .headaCnt {font-family: <?php echo $left_font_family; ?>; font-size: <?php echo $font_smaller; ?>; color: #000000} 00059 .parent {font-family: <?php echo $left_font_family; ?>; color: #000000; text-decoration: none} 00060 .child {font-family: <?php echo $left_font_family; ?>; font-size: <?php echo $font_smaller; ?>; color: #333399; text-decoration: none} 00061 .item, .item:active, .item:hover, .tblItem, .tblItem:active {font-size: <?php echo $font_smaller; ?>; color: #333399; text-decoration: none} 00062 .tblItem:hover {color: #FF0000; text-decoration: underline} 00063 <?php 00064 } 00065 } 00066 ?> 00067 /* Always enabled stylesheets (left frame) */ 00068 body {font-family: <?php echo $left_font_family; ?>; font-size: <?php echo $font_size; ?>; } 00069 input {font-family: <?php echo $left_font_family; ?>; font-size: <?php echo $font_size; ?>} 00070 select {font-family: <?php echo $left_font_family; ?>; font-size: <?php echo $font_size; ?>; background-color: #ffffff; color: #000000} 00071 00072 img, input, select, button { 00073 vertical-align: middle; 00074 }