Guest User

Untitled

a guest
Jun 23rd, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. <style>
  2.         .black_overlay{
  3.             display: none;
  4.             position: absolute;
  5.             top: 0%;
  6.             left: 0%;
  7.             width: 100%;
  8.             height: 100%;
  9.             background-color: black;
  10.             z-index:1001;
  11.             -moz-opacity: 0.8;
  12.             opacity:.80;
  13.             filter: alpha(opacity=80);
  14.         }
  15.         .white_content {
  16.             display: none;
  17.             position: absolute;
  18.             top: 20%;
  19.             left: 20%;
  20.             width: 55%;
  21.             height: 90%;
  22.             padding: 16px;
  23.             border: 16px solid gray;
  24.             background-color: white;
  25.             z-index:1002;
  26.             overflow: auto;
  27.         }
  28.     </style>
Add Comment
Please, Sign In to add comment