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 / editor.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-07-12  |  1.7 KB  |  101 lines

  1. /*
  2. * Copyright 2002-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. #toolbar { 
  17.     margin: 0px 0px 0px 0px; 
  18.     padding: 3px 10px 3px 10px; 
  19.     background-color: #eee; 
  20.     border-bottom: 1px solid #ccc;
  21. }
  22. #toolbar .imagebutton { 
  23.     height: 20px; 
  24.     width: 20px; 
  25.     border: 1px solid #eee; 
  26. }
  27. #toolbar .imagebutton img { 
  28.     position: relative; 
  29.     left: 0; 
  30.     top: 0; 
  31. }
  32.  
  33. #navigation {
  34.     margin: 10px;
  35. }
  36.  
  37. #navigation .date {
  38.     color: #555;
  39.     font-size: 80%;
  40.     margin-left: 5px;
  41. }    
  42.     
  43. #page {
  44.     margin: 10px;
  45. }
  46.  
  47. #page .field {
  48.     margin-bottom: 5px;
  49. }
  50.  
  51. #page input[name="title"] { 
  52.     font-weight: bold; 
  53.     font-size: 13px;
  54.     color: #333;
  55. }
  56.  
  57. #page iframe {
  58.     border: 1px dashed #ccc;
  59. }
  60.  
  61. #page #editpath {
  62.     margin-top: 3px;
  63.     font-weight: bold; 
  64.     font-size: 10px;
  65.     color: #888;
  66. }
  67.  
  68. #input_toolbar {
  69.     text-align: center;
  70.     height: 25px;
  71. }
  72.  
  73. #controls {
  74.     margin: 10px 20px 20px 20px;
  75.     text-align: center;
  76. }
  77.  
  78. #previous_innerHTML {
  79.     display: none;
  80. }
  81.  
  82. #block_selector {
  83.     margin: 0px 5px 0px 5px;
  84.     visibility: hidden;
  85. }
  86.  
  87. #class_selector {
  88.     margin: 0px 5px 0px 5px;
  89.     visibility: hidden;
  90. }
  91.  
  92. .spacer {
  93.     width: 15px;
  94. }
  95.  
  96. .image_browser {
  97.     border: 1 dashed red;
  98.     margin: 5px;
  99.     visibility: hidden;
  100. }
  101.