/pigeoncms/Modules/PigeonCms.Photogallery/views/DockMenu/sweet-house.css

http://pigeoncms.googlecode.com/ · CSS · 82 lines · 65 code · 3 blank · 14 comment · 0 complexity · 4f23f4d70843750d17d73f9d1a92edd6 MD5 · raw file

  1. /*body {
  2. font: 11px Arial, Helvetica, sans-serif;
  3. background: #ffffff url(images/main-bg.gif);
  4. padding: 0;
  5. margin: 0;
  6. }
  7. img {
  8. border: none;
  9. }*/
  10. img#placeholder
  11. {
  12. border: solid 3px silver;
  13. width: 360px;
  14. }
  15. /* dock - top */
  16. .dock {
  17. position: relative;
  18. height: 50px;
  19. text-align: center;
  20. padding-bottom: 30px;
  21. }
  22. .dock-container {
  23. position: absolute;
  24. height: 50px;
  25. /*background: url(images/dock-bg2.gif);*/
  26. padding-left: 20px;
  27. }
  28. a.dock-item {
  29. display: block;
  30. /*width: 50px;*/
  31. height: 50px;
  32. /*color: lightgray;*/
  33. position: absolute;
  34. top: 0px;
  35. text-align: center;
  36. text-decoration: none;
  37. font: bold 12px Arial, Helvetica, sans-serif;
  38. }
  39. .dock-item img {
  40. border: none;
  41. margin: 5px 10px 0px;
  42. width: 100%;
  43. }
  44. .dock-item span {
  45. display: none;
  46. padding-left: 20px;
  47. }
  48. /* dock2 - bottom */
  49. #dock2 {
  50. width: 100%;
  51. bottom: 0px;
  52. position: absolute;
  53. left: 0px;
  54. }
  55. .dock-container2 {
  56. position: absolute;
  57. height: 50px;
  58. background: url(images/dock-bg.gif);
  59. padding-left: 20px;
  60. }
  61. a.dock-item2 {
  62. display: block;
  63. font: bold 12px Arial, Helvetica, sans-serif;
  64. width: 40px;
  65. color: #000;
  66. bottom: 0px;
  67. position: absolute;
  68. text-align: center;
  69. text-decoration: none;
  70. }
  71. .dock-item2 span {
  72. display: none;
  73. padding-left: 20px;
  74. }
  75. .dock-item2 img {
  76. border: none;
  77. margin: 5px 10px 0px;
  78. width: 100%;
  79. }