alpha-alpha.css 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. /* Clearfix fix to prevent padding at bottom of page. FML */
  2. .clearfix:after {
  3. font-size: 0;
  4. }
  5. /* Skip link styling */
  6. #skip-link {
  7. left: 50%;
  8. margin-left: -5.25em;
  9. margin-top: 0;
  10. position: absolute;
  11. width: auto;
  12. z-index: 50;
  13. }
  14. #skip-link a,
  15. #skip-link a:link,
  16. #skip-link a:visited {
  17. background: #444;
  18. background: rgba(0, 0, 0, 0.6);
  19. color: #fff;
  20. display: block;
  21. padding: 1px 10px 2px 10px;
  22. text-decoration: none;
  23. -khtml-border-radius: 0 0 10px 10px;
  24. -moz-border-radius: 0 0 10px 10px;
  25. -o-border-radius: 0 0 10px 10px;
  26. -webkit-border-top-left-radius: 0;
  27. -webkit-border-top-right-radius: 0;
  28. -webkit-border-bottom-left-radius: 10px;
  29. -webkit-border-bottom-right-radius: 10px;
  30. border-radius: 0 0 10px 10px;
  31. }
  32. #skip-link a:hover,
  33. #skip-link a:active,
  34. #skip-link a:focus {
  35. outline: 0;
  36. }
  37. /* Give pagers and inline LI items simple styling without all the junk from core */
  38. .inline li,
  39. .tabs li,
  40. .breadcrumb li {
  41. list-style: none;
  42. display: inline;
  43. margin-right: 0.5em;
  44. }
  45. .item-list li {
  46. list-style: none;
  47. }
  48. .pager li {
  49. display: inline;
  50. margin-right: 0.25em;
  51. }
  52. img {
  53. vertical-align: bottom;
  54. }
  55. .field-label-inline .field-label,
  56. .field-label-inline .field-items,
  57. .field-label-inline .field-item {
  58. display: inline;
  59. }