home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / xampp / xampp-cocoon-addon-1.4.9-installer.exe / java.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-07-12  |  5.2 KB  |  166 lines

  1. /*
  2. * Copyright 1999-2004 The Apache Software Foundation
  3. *
  4. * Licensed under the Apache License, Version 2.0 (the "License");
  5. * you may not use this file except in compliance with the License.
  6. * You may obtain a copy of the License at
  7. *
  8. *     http://www.apache.org/licenses/LICENSE-2.0
  9. *
  10. * Unless required by applicable law or agreed to in writing, software
  11. * distributed under the License is distributed on an "AS IS" BASIS,
  12. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. * See the License for the specific language governing permissions and
  14. * limitations under the License.
  15. */
  16. TD.titleText {
  17.      BACKGROUND: #eff7ff; PADDING-left: 5px;
  18. }
  19.  
  20. TABLE.view {
  21.   FONT-SIZE: 12px; 
  22.   /*BORDER:#aca9ac 1px solid;*/
  23. }
  24.  
  25. TD.headerTitle {
  26.   BACKGROUND: #d5e2ee; 
  27.   BORDER: #aca9ac 1px solid; 
  28.   WIDTH: 100%;
  29. }
  30.  
  31. TD.headerLeft {
  32.   BACKGROUND: #f6f6f6; 
  33.   BORDER-LEFT: #aca9ac 1px solid;
  34.   BORDER-BOTTOM: #aca9ac 1px solid;
  35. }
  36.  
  37. TD.header {
  38.   BACKGROUND: #f6f6f6; 
  39.   BORDER-LEFT: #aca9ac 1px solid; 
  40.   BORDER-BOTTOM: #aca9ac 1px solid;
  41. }
  42. TD.headerRight {
  43.   BACKGROUND: #f6f6f6; 
  44.   BORDER-LEFT: #aca9ac 1px solid; 
  45.   BORDER-BOTTOM: #aca9ac 1px solid;
  46.   BORDER-RIGHT: #aca9ac 1px solid;
  47.   WIDTH: 100%;
  48. }
  49.  
  50. TD.itemLeft {
  51.   BACKGROUND: #ffffff; 
  52.   BORDER-LEFT: #aca9ac 1px solid; 
  53.   BORDER-BOTTOM: #aca9ac 1px solid;
  54.   vertical-align:top;
  55. }
  56.  
  57. TD.item {
  58.   BACKGROUND: #ffffff; 
  59.   BORDER-LEFT: #aca9ac 1px solid; 
  60.   BORDER-BOTTOM: #aca9ac 1px solid;  
  61.   vertical-align:top;
  62. }
  63.  
  64. TD.itemRight {
  65.   BACKGROUND: #ffffff; 
  66.   BORDER-LEFT: #aca9ac 1px solid; 
  67.   BORDER-BOTTOM: #aca9ac 1px solid; 
  68.   BORDER-RIGHT: #aca9ac 1px solid;
  69.   WIDTH: 100%;
  70.   vertical-align:top;
  71. }
  72.  
  73. FONT.current {
  74.   padding: 2px; 
  75.   font-weight: bold; 
  76.   color: #FFFFFF; 
  77.   background-color:#00008B;
  78. }
  79.  
  80. TABLE.srcView {
  81.     FONT-SIZE: 12px; BORDER-LEFT:#dcdcdc 1px solid;BORDER-RIGHT:#dcdcdc 1px solid; BORDER-BOTTOM:#dcdcdc 1px solid;
  82. }
  83.  
  84. TD.lineCount {
  85.   BACKGROUND: #f6f6f6;
  86.   BORDER-LEFT: #aca9ac 1px solid;
  87.   BORDER-BOTTOM: #aca9ac 1px solid;
  88.   BORDER-RIGHT: #aca9ac 1px solid;
  89.   PADDING-RIGHT: 3px; 
  90.   FONT-SIZE: 12px;
  91. }
  92.  
  93. TD.srcLine {
  94.   WIDTH: 100%;
  95.   BORDER-BOTTOM: #aca9ac 1px solid;
  96.   BORDER-RIGHT: #aca9ac 1px solid;
  97. }
  98.  
  99. PRE.srcLine {
  100.   BACKGROUND: #ffffff; MARGIN-BOTTOM: 0px; FONT-SIZE: 12px;
  101. }
  102.  
  103. TD.footer {
  104.   BORDER-TOP:#dcdcdc 1px solid;     FONT-SIZE: 9px
  105. }
  106.  
  107. /* Token Colours */
  108. FONT.CharacerLiteral    { color: #FF00FF; }
  109. FONT.StringLiteral        { color: #FF00FF; }
  110. FONT.SingleLineComment    { color: #008000; }
  111. FONT.FormalComment        { color: #008000; }
  112. FONT.MultiLineComment    { color: #008000; }
  113. FONT.ABSTRACT        { color: #2020BF ; font-weight: normal }
  114. FONT.BOOLEAN        { color: #2020BF ; font-weight: normal }
  115. FONT.BREAK            { color: #2020BF ; font-weight: normal }
  116. FONT.BYTE            { color: #2020BF ; font-weight: normal }
  117. FONT.CASE            { color: #2020BF ; font-weight: normal }
  118. FONT.CATCH            { color: #2020BF ; font-weight: normal }
  119. FONT.CHAR            { color: #2020BF ; font-weight: normal }
  120. FONT.CLASS            { color: #2020BF ; font-weight: normal }
  121. FONT.CONST            { color: #2020BF ; font-weight: normal }
  122. FONT.CONTINUE        { color: #2020BF ; font-weight: normal }
  123. FONT.DEFAULT        { color: #2020BF ; font-weight: normal }
  124. FONT.DO            { color: #2020BF ; font-weight: normal }
  125. FONT.DOUBLE        { color: #2020BF ; font-weight: normal }
  126. FONT.ELSE            { color: #2020BF ; font-weight: normal }
  127. FONT.EXTENDS        { color: #2020BF ; font-weight: normal }
  128. FONT.FALSE            { color: #2020BF ; font-weight: normal }
  129. FONT.FINAL            { color: #2020BF ; font-weight: normal }
  130. FONT.FINALLY        { color: #2020BF ; font-weight: normal }
  131. FONT.FLOAT            { color: #2020BF ; font-weight: normal }
  132. FONT.FOR            { color: #2020BF ; font-weight: normal }
  133. FONT.GOTO            { color: #2020BF ; font-weight: normal }
  134. FONT.IF            { color: #2020BF ; font-weight: normal }
  135. FONT.IMPLEMENTS        { color: #2020BF ; font-weight: normal }
  136. FONT.IMPORT        { color: #2020BF ; font-weight: normal }
  137. FONT.INSTANCEOF        { color: #2020BF ; font-weight: normal }
  138. FONT.INT            { color: #2020BF ; font-weight: normal }
  139. FONT.INTERFACE        { color: #2020BF ; font-weight: normal }
  140. FONT.LONG            { color: #2020BF ; font-weight: normal }
  141. FONT.NATIVE        { color: #2020BF ; font-weight: normal }
  142. FONT.NEW            { color: #2020BF ; font-weight: normal }
  143. FONT.PACKAGE        { color: #2020BF ; font-weight: normal }
  144. FONT.PRIVATE        { color: #2020BF ; font-weight: normal }
  145. FONT.PROTECTED        { color: #2020BF ; font-weight: normal }
  146. FONT.PUBLIC        { color: #2020BF ; font-weight: normal }
  147. FONT.RETURN        { color: #2020BF ; font-weight: normal }
  148. FONT.SHORT            { color: #2020BF ; font-weight: normal }
  149. FONT.STATIC        { color: #2020BF ; font-weight: normal }
  150. FONT.SUPER            { color: #2020BF ; font-weight: normal }
  151. FONT.SWITCH        { color: #2020BF ; font-weight: normal }
  152. FONT.SYCHRONIZED        { color: #2020BF ; font-weight: normal }
  153. FONT.THIS            { color: #2020BF ; font-weight: normal }
  154. FONT.THROW            { color: #2020BF ; font-weight: normal }
  155. FONT.THROWS        { color: #2020BF ; font-weight: normal }
  156. FONT.TRANSIENT        { color: #2020BF ; font-weight: normal }
  157. FONT.TRUE            { color: #2020BF ; font-weight: normal }
  158. FONT.TRY            { color: #2020BF ; font-weight: normal }
  159. FONT.VOID            { color: #2020BF ; font-weight: normal }
  160. FONT.VOLATILE        { color: #2020BF ; font-weight: normal }
  161. FONT.WHILE            { color: #2020BF ; font-weight: normal }
  162. FONT.StrictFP            { color: #2020BF ; font-weight: normal }
  163. FONT.LITERAL    { color: #b27b8c }
  164. FONT.IDENTIFIER { color: #000000 }
  165.  
  166.