Advertisement
Guest User

Untitled

a guest
Jun 1st, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. /**
  2. * The first commented line is your dabblet’s title
  3. */
  4. main{
  5. transition: .6s filter;
  6. background: white;
  7. }
  8. main.de-emphasized{
  9. -webkit-filter: blur(5px);
  10. filter:blur(5px);
  11. /*background: linear-gradient(45deg, #f06, yellow);*/
  12. }
  13. dialog{
  14. position: fixed; top: 50%; left: 50%; z-index: 1; width: 10em; padding: 2em; margin: -5em; border: 1px solid silver; border-radius: .5em; box-shadow: 0 .2em .5em rgba(0,0,0,.5), 0 0 0 100vmax rgba(0,0,0,.2);
  15. }
  16. dialog:not([open]) { display: none;}
  17. body { font: 150%/1.6 Baskerville, Palatino, serif;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement