Advertisement
Metalskin

CSS for jQuery Tools overlay

Jan 5th, 2012
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.44 KB | None | 0 0
  1. .modal {
  2.     background-color: #fff;
  3.     display: none;
  4.     width: 350px;
  5.     padding: 15px;
  6.     text-align: left;
  7.     border: 2px solid #333;
  8.     opacity: 0.9;
  9.     -moz-border-radius: 6px;
  10.     -webkit-border-radius: 6px;
  11.     -moz-box-shadow: 0 0 50px #ccc;
  12.     -webkit-box-shadow: 0 0 50px #ccc;
  13. }
  14.  
  15. .modal h2 {
  16.     background: url(/img/global/info.png) 0 50% no-repeat;
  17.     margin: 0px;
  18.     padding: 10px 0 10px 45px;
  19.     border-bottom: 1px solid #333;
  20.     font-size: 20px;
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement