Advertisement
Guest User

Untitled

a guest
Sep 16th, 2014
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.07 KB | None | 0 0
  1. .info-block {
  2.                 width: 460px;
  3.                 margin-left: 85px;
  4.                 margin-top: 70px;
  5.                 float: left;
  6.  
  7.                 :hover {
  8.                     background-color: red;
  9.                 }
  10.  
  11.                 :visited {
  12.                     color: black;
  13.                 }
  14.  
  15.                 .info-block-number {
  16.                     line-height: 50%;
  17.                     float: left;
  18.                     color: #666666;
  19.                     font-size: 70px;
  20.                     font-weight: 700;
  21.                     width: 95px;
  22.                     text-align: right;
  23.                     margin-right: 15px;
  24.  
  25.                     img {
  26.                         margin-top: -10px;
  27.                     }
  28.                 }
  29.  
  30.                 .info-block-content {
  31.                     display: inline-block;
  32.                     width: 320px;
  33.  
  34.                     .info-block-title {
  35.                         line-height: 50%;
  36.                         font-weight: 700;
  37.                         font-size: 30px;
  38.                         text-transform: uppercase;
  39.                         margin-bottom: 0;
  40.                         margin-top: 0;
  41.                     }
  42.  
  43.                     .info-block-text {
  44.                         margin-top: 12px;
  45.                     }
  46.                 }
  47.  
  48.                 .info-block-icon {
  49.                     padding-top: 8px;
  50.                     height: 50px;
  51.                     float: right;
  52.                     width: 30px;
  53.                     background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAgBAMAAADkuZW4AAAALVBMVEXd3d3f39/j4+Pl5eXq6urs7Ozu7u7w8PDy8vL19fX39/f5+fn7+/v9/f3////ay2/8AAAArElEQVR4Xm3Quw3CQAwG4J+HUOhCh6DJAERikozADIwAC0SMwAowQCR6qgyQigKRxDNw/m1yEspVn+/O8gMiT/EDaVfV4BprN/oMKN0vAIn7EoxDvMfcLEcNCvNbPWtoOWuQm9s0eNrQcgvG1txlwZOKlpoP5n6vQUkLCy5p/0T3lkzfA7FjrheLtfK/Hvy6EPUn5TD0Kc7CURZCX9WlWcsnI7uSBzaju407/wLePsxMaPmdDAAAAABJRU5ErkJggg==');
  54.                     background-repeat: no-repeat;
  55.                     background-position: 0 7px;
  56.                 }
  57.             }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement