Просмотр файла cms/screen/gallery.css

Размер файла: 2.96Kb
  1. @charset "utf-8";
  2. /* CSS Document */
  3.  
  4.  
  5. .todo_popup{
  6. background:#fff;
  7. position:absolute;
  8. font-family:Verdana, Geneva, sans-serif;
  9. font-size:11px;
  10. color:#6f6f6f;
  11. overflow:visible !important;
  12. }
  13. .todo_popup .todo_popup_content{
  14. padding:23px 0 0;
  15. }
  16. .todo_popup .todo_corner1,
  17. .todo_popup .todo_corner2,
  18. .todo_popup .todo_corner3,
  19. .todo_popup .todo_corner4{
  20. width:17px;
  21. height:17px;
  22. position:absolute;
  23. }
  24. .todo_popup .todo_corner1{
  25. background:url(images/sprite_corners.png) no-repeat 0 0;
  26. top:-17px;
  27. left:-17px;
  28. }
  29. .todo_popup .todo_corner2{
  30. background:url(images/sprite_corners.png) no-repeat 100% 0;
  31. top:-17px;
  32. right:-17px;
  33. }
  34. .todo_popup .todo_corner3{
  35. background:url(images/sprite_corners.png) no-repeat 100% 100%;
  36. bottom:-17px;
  37. right:-17px;
  38. }
  39. .todo_popup .todo_corner4{
  40. background:url(images/sprite_corners.png) no-repeat 0 100%;
  41. bottom:-17px;
  42. left:-17px;
  43. }
  44. .todo_popup .todo_top,
  45. .todo_popup .todo_bottom{
  46. height:17px;
  47. width:100%;
  48. position:absolute;
  49. left:0;
  50. }
  51. .todo_popup .todo_top{
  52. top:-17px;
  53. background:url(images/sprite_horizontal.png) repeat-x 0 0;
  54. }
  55. .todo_popup .todo_bottom{
  56. bottom:-17px;
  57. background:url(images/sprite_horizontal.png) repeat-x 0 100%;
  58. }
  59. .todo_popup .todo_left,
  60. .todo_popup .todo_right{
  61. height:100%;
  62. width:17px;
  63. position:absolute;
  64. top:0;
  65. }
  66. .todo_popup .todo_left{
  67. left:-17px;
  68. background:url(images/sprite_vertical.png) repeat-y 0 0;
  69. }
  70. .todo_popup .todo_right{
  71. right:-17px;
  72. background:url(images/sprite_vertical.png) repeat-y 100% 0;
  73. }
  74. .todo_popup .todo_button_close{
  75. position:absolute;
  76. top:-5px;
  77. right:-5px;
  78. background:url(images/button_close.png) no-repeat 0 0;
  79. width:25px;
  80. height:25px;
  81. cursor:pointer;
  82. }
  83.  
  84. /** Навигация в галерее */
  85. .todo_popup .todo_gallery_loader{
  86. background:url(images/loader.gif) no-repeat 50% 50%;
  87. width:66px;
  88. height:66px;
  89. position:absolute;
  90. }
  91. .todo_popup .todo_gallery_nav{
  92. position:absolute;
  93. bottom:0;
  94. right:35px;
  95. white-space:nowrap;
  96. font-weight:bold;
  97. }
  98. .todo_popup .todo_gallery_nav .todo_gallery_button_left,
  99. .todo_popup .todo_gallery_nav .todo_gallery_button_right{
  100. position:absolute;
  101. top:-2px;
  102. width:25px;
  103. height:25px;
  104. cursor:pointer;
  105. }
  106. .todo_popup .todo_gallery_nav .todo_gallery_button_left{
  107. left:-35px;
  108. background:url(images/button_left.png) no-repeat 50% 50%;
  109. }
  110. .todo_popup .todo_gallery_nav .todo_gallery_button_right{
  111. right:-35px;
  112. background:url(images/button_right.png) no-repeat 50% 50%;
  113. }
  114.  
  115.  
  116. .todo_popup .todo_gallery_button_expand,
  117. .todo_popup .todo_gallery_button_collapse{
  118. position:absolute;
  119. bottom:0;
  120. left:0;
  121. width:20px;
  122. height:20px;
  123. cursor:pointer;
  124. }
  125. .todo_popup .todo_gallery_button_expand{
  126. background:url(images/button_expand.png) no-repeat 50% 50%;
  127. }
  128. .todo_popup .todo_gallery_button_collapse{
  129. background:url(images/button_collapse.png) no-repeat 50% 50%;
  130. }
  131.  
  132.  
  133. .todo_popup .todo_gallery_title{
  134. position:absolute;
  135. top:0;
  136. left:0;
  137. white-space:nowrap;
  138. }
  139. .todo_popup img{
  140. border:0;
  141. padding:0;
  142. background:none;
  143. }