PageRenderTime 59ms CodeModel.GetById 33ms RepoModel.GetById 0ms app.codeStats 0ms

/portlet/web/src/main/webapp/skin/portal/webui/component/UISiteMap/DefaultStylesheet.css

https://github.com/exoplatform/epp51
CSS | 122 lines | 95 code | 20 blank | 7 comment | 0 complexity | 007ea6a047f079a4fc1d306df8a321d2 MD5 | raw file
  1. /**
  2. * Cated by The eXo Platform SAS
  3. * Modifile : Vu Duy Tu
  4. * duytucntt@gmail.com
  5. * January 10, 2007
  6. * version: $Id$
  7. */
  8. .UIWindow .UISitemapPortlet {
  9. border: none;
  10. margin: 0px;
  11. }
  12. .UISitemapPortlet {
  13. }
  14. .UISitemap {
  15. background: #fff url('DefaultSkin/background/default_sitemap.gif') no-repeat 95% 90%; /* orientation=lt */
  16. background: #fff url('DefaultSkin/background/default_sitemap.gif') no-repeat 5% 90%; /* orientation=rt */
  17. padding: 10px 30px;
  18. color: #4e4e4e;
  19. }
  20. .UISitemap a {
  21. color: #4e4e4e;
  22. }
  23. .UISitemap .ClearFix:after {
  24. content: ".";
  25. display: block;
  26. height: 0;
  27. clear: both;
  28. visibility: hidden;
  29. }
  30. .UISitemap .ClearFix {
  31. !display: inline-block;
  32. !zoom: 1;
  33. !display: block;
  34. }
  35. .UISitemap .CollapseAll {
  36. background: url('DefaultSkin/background/CollapseAllIcon.gif') no-repeat left center; /* orientation=lt */
  37. background: url('DefaultSkin/background/CollapseAllIcon-rt.gif') no-repeat right center; /* orientation=rt */
  38. padding: 0px 20px;
  39. cursor: pointer;
  40. }
  41. .UISitemap .ExpandAll {
  42. background: url('DefaultSkin/background/ExpandAllIcon.gif') no-repeat left center; /* orientation=lt */
  43. background: url('DefaultSkin/background/ExpandAllIcon-rt.gif') no-repeat right center; /* orientation=rt */
  44. padding: 0px 20px;
  45. cursor: pointer;
  46. }
  47. .UISitemap .SitemapContent {
  48. background: url('DefaultSkin/background/RootTree.gif') no-repeat left top; /* orientation=lt */
  49. background: url('DefaultSkin/background/RootTree-rt.gif') no-repeat right top; /* orientation=rt */
  50. padding-top: 8px;
  51. margin: 20px 0px;
  52. }
  53. .UISitemap .SitemapContent .UISiteTree a {
  54. font-weight: bold;
  55. display: block;
  56. float: left; /* orientation=lt */
  57. float: right; /* orientation=rt */
  58. }
  59. .UISitemap .SitemapContent .UISiteTree a:hover {
  60. color: #058bb6;
  61. }
  62. .UISitemap .UISiteTree .Node {
  63. line-height: 24px;
  64. background: url('DefaultSkin/background/Dotted.gif') repeat-y 4px top; /* orientation=lt */
  65. background: url('DefaultSkin/background/Dotted-rt.gif') repeat-y 99.6% top; /* orientation=rt */
  66. }
  67. .UISitemap .UISiteTree .LastNode {
  68. line-height: 24px;
  69. background: url('DefaultSkin/background/LastNode.gif') no-repeat 4px top; /* orientation=lt */
  70. background: url('DefaultSkin/background/LastNode-rt.gif') no-repeat 99.6% top; /* orientation=rt */
  71. }
  72. .UISitemap .CollapseIcon {
  73. background: url('DefaultSkin/background/CollapseIcon.gif') no-repeat left center; /* orientation=lt */
  74. background: url('DefaultSkin/background/CollapseIcon-rt.gif') no-repeat right center; /* orientation=rt */
  75. padding: 0px 5px 0px 35px; /* orientation=lt */
  76. padding: 0px 35px 0px 5px; /* orientation=rt */
  77. cursor: pointer;
  78. }
  79. .UISitemap .ExpandIcon {
  80. background: url('DefaultSkin/background/ExpandIcon.gif') no-repeat left center; /* orientation=lt */
  81. background: url('DefaultSkin/background/ExpandIcon-rt.gif') no-repeat right center; /* orientation=rt */
  82. padding: 0px 5px 0px 35px; /* orientation=lt */
  83. padding: 0px 35px 0px 5px; /* orientation=rt */
  84. cursor: pointer;
  85. }
  86. .UISitemap .NullItem {
  87. background: url('DefaultSkin/background/NullItem.gif') no-repeat left center; /* orientation=lt */
  88. background: url('DefaultSkin/background/NullItem-rt.gif') no-repeat right center; /* orientation=rt */
  89. padding: 0px 35px;
  90. }
  91. .UISitemap .DefaultPageIcon {
  92. padding: 4px 0px 4px 20px; /* orientation=lt */
  93. padding: 4px 20px 4px 0px; /* orientation=rt */
  94. background-position: left center; /* orientation=lt */
  95. background-position: right center; /* orientation=rt */
  96. width: auto;
  97. }
  98. .UISitemap .ChildrenContainer {
  99. padding-left: 31px; /* orientation=lt */
  100. padding-right: 31px; /* orientation=rt */
  101. float: none;
  102. }