home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / example-content / book / ubuntu.css < prev   
Encoding:
Cascading Style Sheet File  |  2006-05-23  |  2.6 KB  |  153 lines

  1. /*
  2. ** Plone style sheet for CSS2-capable browsers.
  3. **
  4. ** Copyright Alexander Limi - http://www.plonesolutions.com
  5. **
  6. ** Additional Plone 2 work:
  7. ** Joe Geldart & Tom Croucher - http://www.netalleynetworks.com
  8. ** Michael Zeltner - http://niij.org
  9. ** Geir B∩┐╜kholt - http://www.plonesolutions.com
  10. **
  11. ** All you guys rock :)
  12. **
  13. ** Style sheet documentation can be found at http://plone.org/documentation
  14. **
  15. ** You should preferrably use ploneCustom.css to add your own CSS classes and to
  16. ** customize your portal, as these are the base fundaments of Plone, and will
  17. ** change and be refined in newer versions. Keeping your changes in
  18. ** ploneCustom.css will make it easier to upgrade.
  19. **
  20. ** Feel free to use whole or parts of this for your own designs, but give credit
  21. ** where credit is due.
  22. **
  23. */
  24.  
  25. /*  (do not remove this :) */
  26. /*  (not this either :) */
  27.  
  28. /* The basic elements: */
  29.  
  30. html {
  31.     background-color: white;
  32.     color: #002B3D;
  33.     font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
  34.     font-size: 0.90em;
  35.     line-height: 1.75em;
  36. }
  37.  
  38. body {
  39.     margin: 0;
  40.     padding: 0;
  41. }
  42.  
  43. #mastwrap {
  44.     background: url(img/header.png) bottom left repeat-x #DBBA75;
  45. }
  46.  
  47. #masthead {
  48.     position:relative;
  49.     background: url('img/headerlogo.png') bottom left no-repeat transparent;
  50.     border: 0px solid white;
  51.     height: 90px;
  52.     color: #000;
  53. }
  54.  
  55. #content {
  56.     margin-top: 2em;
  57.     margin-left: 3em;
  58.     margin-right: 15em;
  59. }
  60.  
  61. .inlinemediaobject {
  62.     display: block;
  63.     text-align: center;
  64. }
  65.  
  66. div.toc {
  67.   padding-left: 1em;
  68.   padding-right: 1em;
  69. }
  70.  
  71. div.toc dt { 
  72.   margin-top: 2px; 
  73. }
  74.  
  75. div.toc dt :visited { 
  76.     color: black; /* Ubuntu visited link color */
  77. }
  78.  
  79. ul {
  80.     margin-right: 25%;
  81. }
  82.  
  83. div.qandaset dt :visited { 
  84.     color: black; /* Ubuntu visited link color */
  85. }
  86.  
  87. :link { 
  88.     color: #6d4c07; /* dark brown */
  89. }
  90.  
  91. :visited { 
  92.     color: #6d4c07; /* dark brown */
  93. }
  94.  
  95. dl { 
  96.   margin-top: 0em; 
  97.   margin-bottom: 0.5em; 
  98. }
  99.  
  100. dt { 
  101.   margin-top: 1em; 
  102. }
  103.  
  104. div.qandaset {
  105.     margin-left: 1em;
  106. }
  107.  
  108. .guimenu, .guimenuitem, .guisubmenu {
  109.     font-style: italic;
  110.     color: #6d4c07; /* dark brown */
  111. }
  112.  
  113. .guilabel, .guibutton { 
  114. }
  115.  
  116. .question { 
  117.   font-weight: bold; 
  118. }
  119.  
  120. /* accelerator keys in menus */
  121. .accel { 
  122.   text-decoration: underline;
  123. }
  124.  
  125. h1, h2, h3, h4, h5, h6
  126. {
  127.         font-weight: normal; 
  128.         color: #6d4c07; /* ubuntu dark brown */
  129.         line-height: 1.2em;
  130.  
  131. }    
  132.  
  133. h1
  134. {
  135.         font-size: 1.6em; border-bottom: 2px solid #6d4c07;
  136. }
  137.  
  138. h2 {font-size: 1.4em;}
  139. h3 {font-size: 1.3em;}
  140. h4 {font-size: 1.2em;}
  141. h5, h6 {font-size: 1em;}
  142.  
  143.  
  144.  
  145. strong
  146. {
  147.         margin: 1.5em 0 0 0;
  148.         font-weight: normal; 
  149.         color: #6d4c07; /* ubuntu dark brown */
  150.         font-size: 1.3em;
  151. }
  152.  
  153.