/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
- /*body {
- font: 11px Arial, Helvetica, sans-serif;
- background: #ffffff url(images/main-bg.gif);
- padding: 0;
- margin: 0;
- }
- img {
- border: none;
- }*/
-
- img#placeholder
- {
- border: solid 3px silver;
- width: 360px;
- }
-
- /* dock - top */
- .dock {
- position: relative;
- height: 50px;
- text-align: center;
- padding-bottom: 30px;
- }
- .dock-container {
- position: absolute;
- height: 50px;
- /*background: url(images/dock-bg2.gif);*/
- padding-left: 20px;
- }
- a.dock-item {
- display: block;
- /*width: 50px;*/
- height: 50px;
- /*color: lightgray;*/
- position: absolute;
- top: 0px;
- text-align: center;
- text-decoration: none;
- font: bold 12px Arial, Helvetica, sans-serif;
- }
- .dock-item img {
- border: none;
- margin: 5px 10px 0px;
- width: 100%;
- }
- .dock-item span {
- display: none;
- padding-left: 20px;
- }
-
- /* dock2 - bottom */
- #dock2 {
- width: 100%;
- bottom: 0px;
- position: absolute;
- left: 0px;
- }
- .dock-container2 {
- position: absolute;
- height: 50px;
- background: url(images/dock-bg.gif);
- padding-left: 20px;
- }
- a.dock-item2 {
- display: block;
- font: bold 12px Arial, Helvetica, sans-serif;
- width: 40px;
- color: #000;
- bottom: 0px;
- position: absolute;
- text-align: center;
- text-decoration: none;
- }
- .dock-item2 span {
- display: none;
- padding-left: 20px;
- }
- .dock-item2 img {
- border: none;
- margin: 5px 10px 0px;
- width: 100%;
- }