[ Index ] |
PHP Cross Reference of Project Glazy import |
[Summary view] [Print] [Text view]
1 /* Sample stylesheet for PHPXRef */ 2 3 BODY, P, DIV, TD { 4 font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; 5 font-size: 11px; 6 } 7 8 BODY { 9 background-color: #CFDAF7; 10 color: #000; 11 } 12 13 H2, H3 { font-size: 14px; } 14 15 A:link { text-decoration: none; color: #22f; } 16 A:visited { text-decoration: none; color: #22f; } 17 A:hover { text-decoration: underline; } 18 19 /* Function information shown on the page detail page */ 20 .funcinfo { background-color: #fff; border: 1px solid #000;} 21 .funcinfo-title { font-size: 16px; } 22 /* .funcinfo-body TD {border-bottom: 1px solid #000;} */ 23 24 /* Class information shown on the page detail page (holds funcinfo blocks) */ 25 .details-classinfo { 26 background-color: #fff; 27 border-left: 1px solid #000; 28 border-bottom: 1px solid #000; 29 padding: 4px; 30 } 31 .details-classtitle A { color: #fff; } 32 .details-classtitle { 33 background-color: #000; 34 color: #fff; 35 font-size: 12px; 36 margin: 0px; 37 } 38 39 /* Non-class function block shown on the page detail page */ 40 .details-funclist { 41 } 42 43 /* Summary info at the top of the details page */ 44 .details-summary { 45 background-color: #fff; 46 border-left: 1px solid #000; 47 border-bottom: 1px solid #000; 48 padding: 4px; 49 } 50 .details-summary P { margin: 0px; } 51 .details-heading { 52 background-color: #000; 53 color: #fff; 54 margin: 0px; 55 } 56 .details-heading A { color: #fff; } 57 .details-heading A:visited { color: #fff; } 58 59 /* .pagetitle { background-color: #8298BA; } */ 60 /* .pagetitle { background-color: #D4ED9C; } */ 61 /* .pagetitle { background-color: #759096; } */ 62 .pagetitle { background-color: #858FA9; } 63 .pagetitle H3 { 64 font-size: 16px; 65 font-style: italic; 66 } 67 68 .navlinks { font-size: 10px; } /* top navigation links */ 69 .filelist { 70 background-color: #fff; 71 border-left: 1px solid #000; 72 border-bottom: 1px solid #000; 73 } /* file list */ 74 .filelist-title { background-color: #000; color: #fff; margin-top: 0px; } 75 .filelist-filename {font-family: monospace; } 76 77 78 .searchbox-link {text-align: center; } 79 .searchbox-link A {color: #fff; font-weight: bold; font-size: xx-small;} 80 A:visited.searchbox-link { font-weight: bold; color: #fff; } 81 .searchbox { padding: 0px; margin: 0px; color: #000; font-weight: normal; visibility: hidden;} 82 .searchbox-title { background-color: #bbf; color: #000; font-weight: bold; font-size: xx-small; text-align: center;} 83 .searchbox-title A { color: #126; } 84 .searchbox-body A { color: #fff; text-decoration: underline; font-weight: normal;} 85 A:visited.searchbox-body { color: #fff; text-decoration: underline; } 86 .searchbox-body { background-color: #335; font-size: xx-small; text-align: right;} 87 .searchbox-body INPUT { border: 0px; border-bottom: 1px solid #000; background-color: #446; color: #fff;} 88 .searchbox-button { font-size: xx-small; border: 0px; border-bottom: 1px solid #000; background-color: #446; color: #fff;} 89 90 /* source listing */ 91 .listing { 92 /*font-family: Monospace; 93 font-size: 12px; */ 94 background-color: #fff; 95 border-left: 1px solid #000; 96 border-top: 1px solid #000; 97 padding: 4px; 98 overflow: visible; 99 } 100 .listing P { margin: 0px; } 101 /* .listing H3 { background-color: #000; color: #fff; xfont-weight: bold; margin-top: 0px; font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;} */ 102 .listing-heading { background-color: #000; color: #fff; margin: 0px;} 103 .listing-heading A { color: #fff; } 104 .listing-heading A:visited { color: #fff; } 105 A.var { color: #822; } /* variable */ 106 A:visited.var { color: #822; } /* variable */ 107 A:visited.class { color: #228; } 108 A.function { color: #161;} 109 A:visited.function { color: #161;} 110 A.phpfunction { color: #11a; } 111 A:visited.phpfunction { color: #11a; } 112 .keyword { font-weight: bold;} /* function/new/class/ */ 113 A.filename { color: #882;} /* referenced by require/include/etc */ 114 A:visited.filename { color: #882;} /* referenced by require/include/etc */ 115 A.constant { color: #883; } 116 A:visited.constant { color: #883; } 117 .comment { color: #444444; font-style: italic; } 118 .linenum { color: #555555; } 119 120 /* Styles used in the nav frame */ 121 .dirtitle { text-align: center; } 122 .dirsubtitle { text-align: center; margin: 0px;} 123 UL.dirlist { padding-left: 10px; margin-left: 0px; } 124 .dirlist LI { padding-left: 0px; margin-left: 0px; list-style-type: disc; } 125 126 #slist { 127 background-color: #fff; 128 margin: 1px; 129 padding: 3px; 130 border: 1px black solid; 131 width: 100%; 132 } 133 134 /* Style for tree item text */ 135 .t0i { 136 font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; 137 font-size: 11px; 138 } 139 /* Style for tree item image */ 140 .t0im { 141 border: 0px; 142 width: 19px; 143 height: 16px; 144 } 145 146 /* function popups */ 147 .funcpopup { 148 border: 1px solid #000; 149 visibility: hidden; 150 width: 250px; 151 background-color: #ccc; 152 position: absolute; 153 font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; 154 font-size: 11px; 155 } 156 .popup-title { 157 background-color: #444; 158 color: #fff; 159 font-weight: bold; 160 margin: 0px; 161 padding: 2px; 162 } 163 .popup-desc { font-weight: bold; } 164 .funcpopup P { margin: 0; } 165 166 .searchpopup { 167 border: 1px solid #000; 168 visibility: hidden; 169 width: 180px; 170 background-color: #ccc; 171 position: absolute; 172 right: 10px; 173 top: 100px; 174 font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; 175 font-size: 11px; 176 } 177 .searchpopup-title { 178 background-color: #444; 179 color: #fff; 180 font-weight: bold; 181 margin: 0px; 182 padding: 2px; 183 text-align: center; 184 } 185 .searchpopup-body { 186 font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; 187 font-size: 10px; 188 padding-left: 4px; 189 } 190 .searchpopup-close { 191 font-size: xx-small; 192 text-align: right; 193 margin: 0px; 194 } 195 .searchpopup-close A { 196 color: #000; 197 } 198 199 .inset { 200 margin-left: 40px; 201 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Sep 14 11:31:49 2023 | Cross-referenced by PHPXref 0.7.1 |