| [ Index ] |
PHP Cross Reference of Nucleus CMS 3.32 |
[Summary view] [Print] [Text view]
1 body { 2 background-color: #fff; 3 color: #000; 4 font-family: verdana, arial; 5 font-size: small; 6 } 7 8 @media screen { 9 body { 10 margin-left: 10%; 11 margin-right: 10%; 12 } 13 } 14 15 @media print { 16 pre, .note, td, th { 17 border: 1px dashed gray; 18 } 19 } 20 21 img { 22 border: none; 23 } 24 25 a:link, a:visited { 26 color: #1D3565; 27 font-weight: bold; 28 text-decoration: none; 29 } 30 a: hover { 31 text-decoration: underline; 32 } 33 34 .heading { 35 text-align: center; 36 font-size: xx-large; 37 font-weight: bold; 38 color: gray; 39 } 40 41 .heading i { 42 position: absolute; 43 top: 5px; 44 right: 5px; 45 font-size: small; 46 font-style: normal; 47 font-weight: normal; 48 } 49 50 51 p { 52 text-indent: 20px; 53 } 54 55 h1 { 56 border-bottom: 1px dotted gray; 57 font-size: x-large; 58 color: #596d9d; 59 } 60 61 h2 { 62 color: gray; 63 font-size: large; 64 margin-left: 20px; 65 text-indent: 10px; 66 border-bottom: 1px solid #ddd; 67 } 68 69 pre, .note, .faq .answer { 70 background-color: #ddd; 71 padding: 10px; 72 font-size: small; 73 } 74 75 .screenshot { 76 text-align: center; 77 background-color: #ddd; 78 padding: 10px; 79 } 80 81 .faq .question { 82 font-weight: bold; 83 margin-bottom: 0px; 84 } 85 86 .faq .answer { 87 88 } 89 90 .faq { 91 margin-bottom: 20px; 92 } 93 94 table { 95 border: none; 96 } 97 98 th { 99 background-color: linen; 100 font-size: medium; 101 } 102 103 th, td { 104 padding: 5px; 105 } 106 107 td { 108 background-color: #dddddd; 109 font-size: small; 110 vertical-align: top; 111 text-align: left; 112 } 113 114 .deprecated { 115 border: 3px solid red; 116 padding: 5px; 117 font-size: medium; 118 } 119 120 tt, code, samp { 121 font-size: small; 122 } 123 124 .warning { 125 color: red; 126 } 127 .ok { 128 color: green; 129 } 130 131 acronym, abbr { 132 border-bottom: 1px dotted gray; 133 cursor: help; 134 } 135 136 label { 137 cursor: hand; 138 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Tue Feb 12 15:34:36 2008 | Cross-referenced by PHPXref 0.7 |