tree.css 917 B

12345678910111213141516171819202122232425262728293031323334
  1. /*
  2. * (C) Copyright 2008 CodeRage, LLC (turkanis at coderage dot com)
  3. * (C) Copyright 2003-2007 Jonathan Turkanis
  4. * Distributed under the Boost Software License, Version 1.0. (See accompanying
  5. * file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt.)
  6. */
  7. BODY { padding:5; margin:5 }
  8. HR { width:95%; text-align:center }
  9. DIV.tree-item { font-family:"Times New Roman",serif }
  10. SPAN.tree-icon { color:#0000ee }
  11. A.tree-icon, A.tree-text { text-decoration:none }
  12. A.tree-text { color:#0000ee }
  13. A:visited.tree-text { color:#0000ee }
  14. .lib-name, .tree-caption
  15. {
  16. margin-bottom:0;
  17. font-size:108%;
  18. font-family:Verdana,Tahoma,Arial,Helvetica,sans-serif;
  19. text-align:center;
  20. color:black
  21. }
  22. .tree-sync
  23. {
  24. font-size:10px;
  25. font-family:Verdana,Tahoma,Arial,Helvetica,sans-serif;
  26. text-decoration:none;
  27. color:#0000ee
  28. }
  29. P.tree-sync
  30. {
  31. text-align:center;
  32. margin-bottom:1em
  33. }