You are here

service_links_fisheye.css in Service links 7.2

Same filename and directory in other branches
  1. 6.2 css/service_links_fisheye.css
.fisheye{
  text-align: center;
  height: 50px;
  position: relative;
}
.fisheyeContainer {
  position: absolute;
  height: 50px;
  /*background: url(bg.gif);*/
  padding-left: 20px;
}
a.fisheyeItem:hover {text-decoration: none}
a.fisheyeItem {
  text-align: center;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  width: 16px;
  position: absolute;
  display: block;
  top: 0;
}
.fisheyeItem img {
  border: none;
  margin: 5px 10px 0px;
  width: 100%;
}
.fisheyeContainer span {
  display: none;
  padding-left: 20px;
}

File

css/service_links_fisheye.css
View source
  1. .fisheye{
  2. text-align: center;
  3. height: 50px;
  4. position: relative;
  5. }
  6. .fisheyeContainer {
  7. position: absolute;
  8. height: 50px;
  9. /*background: url(bg.gif);*/
  10. padding-left: 20px;
  11. }
  12. a.fisheyeItem:hover {text-decoration: none}
  13. a.fisheyeItem {
  14. text-align: center;
  15. color: #000;
  16. font-weight: bold;
  17. text-decoration: none;
  18. width: 16px;
  19. position: absolute;
  20. display: block;
  21. top: 0;
  22. }
  23. .fisheyeItem img {
  24. border: none;
  25. margin: 5px 10px 0px;
  26. width: 100%;
  27. }
  28. .fisheyeContainer span {
  29. display: none;
  30. padding-left: 20px;
  31. }