Advertisement
Guest User

Constellation icon-list

a guest
Jun 26th, 2012
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.40 KB | None | 0 0
  1. /****************** Icon list *******************/
  2. .icon-list {
  3.     margin: 0 -19px 0.833em -7px;
  4.     }
  5.     .icon-list > li {
  6.         float: left;
  7.         background: url(../images/corner.png) no-repeat right bottom;
  8.         padding: 7px 26px 21px 61px;
  9.         width: 7.5em;
  10.         height: 3.75em;
  11.         margin-top: 1.125em;
  12.         font-weight: bold;
  13.         font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Sans", Arial, Helvetica, sans-serif;
  14.         }
  15.         .icon-list > li > a {
  16.             display: block;
  17.             font-size: 1.5em;
  18.             margin: -7px -26px -21px -61px;
  19.             padding: 7px 26px 21px 61px;
  20.             width: 5em;
  21.             height: 2.5em;
  22.             }
  23.             html.dark .icon-list > li > a {
  24.                 color: white;
  25.             }
  26.             html.dark .block-content .icon-list > li > a {
  27.                 color: #39c;
  28.             }
  29.             .icon-list > li > a:hover,
  30.             html.dark .icon-list > li > a:hover,
  31.             html.dark .block-content .icon-list > li > a:hover {
  32.                 color: #33CCFF;
  33.             }
  34.         .icon-list > li small {
  35.             font-size: 0.667em;
  36.             font-weight: normal;
  37.             text-transform: none;
  38.             font-family: Verdana, Arial, Helvetica, sans-serif;
  39.             vertical-align: 20%;
  40.             }
  41.             html.dark .icon-list > li small {
  42.                 color: #b0b0b0;
  43.             }
  44.             html.dark .block-content .icon-list > li small {
  45.                 color: #808080;
  46.             }
  47.         .icon-list > li .icon {
  48.             display: block;
  49.             float: left;
  50.             width: 48px;
  51.             height: 48px;
  52.             margin: -3px 0 0 -54px;
  53.             background-position: center center;
  54.             background-repeat: no-repeat;
  55.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement