Advertisement
Guest User

Untitled

a guest
Apr 4th, 2014
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.24 KB | None | 0 0
  1. html .popupwindow {
  2.  color: #808080 !important;
  3.  font-weight: normal;
  4.  font-size: 0.9em;
  5.  line-height; 1.1em;
  6.  
  7. }
  8. .popupwindow .popup {
  9.  background: red;  
  10.   position: absolute;
  11.   left: 50%;
  12.   margin-left: -160px;
  13.  
  14.   top: 10px;
  15.  
  16.   float: left;
  17.   width:320px;          
  18.   background: #fff;
  19.  
  20.   z-index: 99;
  21.   border: 1px solid #439ccb;
  22.   line-height: 100% !important;
  23. }
  24. .popupwindow .popup a { color: #808080 !important; }
  25. div.employeevcard, li.centered, span.close{ display:none; }
  26. ul{ list-style-type:none; }
  27. ul.employeelist { margin: 0; width: 100%; margin-left: -39; }
  28. ul.employeelist li { float: left; width: 100%; background-image: none; margin: 0 7px 28px 7px; }
  29. ul.employeelist .headline { position: relative; border-bottom: 1px solid #439ccb; margin: 0 0 10px 0; }
  30. ul.employeelist .headline span { background: none; }
  31. ul.employeelist .headline .headline { color: #439CCB !important; display: block; width: auto; border: none; font-size: 16px; text-align: left; padding-left: 84px; padding-bottom: 10px; padding-top: 14px; font-weight: bold; margin-bottom: 0; line-height: 105%; }
  32. ul.employeelist .headline .close { position: absolute; right: 0; top: 0; width: auto; height: auto; line-height: 100%; margin: 0; padding: 0 3px 3px 4px; border: none; border-bottom: 1px solid #439ccb; border-left: 1px solid #439ccb; z-index: 1; cursor: pointer; }
  33. ul.employeelist .logo { margin: 0 0 10px 0; }
  34. ul.employeelist .logo img { width: auto; margin: 0 0 0 84px; }
  35. ul.employeelist .employeeimage { float: left; margin-right: 7px; }
  36. ul.employeelist .employeeimage img { margin: 0; width: 70px; height: 75px; }
  37. ul.employeelist .employeeinformation { float: left; }
  38. ul.employeelist .employeeinformation span {
  39.   padding: 0;
  40.   width: 100%;
  41.   margin-bottom: 4px;
  42.   border: none;
  43.   font-size: 14px;
  44.   color: #808080;
  45.   text-align: left;
  46. }
  47. ul.employeelist .employeeinformation .employeename,
  48. ul.employeelist .employeeinformation .employeeemail { font-weight: bold; }
  49. ul.employeelist .employeeinformation .employeeemail a { color: #808080 !important; }
  50. ul.employeelist li.centered { margin: -8px 0 0 84px; width: auto; }
  51. ul.employeelist li.centered span { padding: 0 0 12px 0; border: none; text-align: left; width: 100%; color: #000; font-size: 11px; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement