Advertisement
Guest User

Untitled

a guest
Aug 19th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.58 KB | None | 0 0
  1. #success, #error {
  2.     display:none;
  3.     width:400px;
  4.     border:10px solid #666;
  5.     border:10px solid rgba(82, 82, 82, 0.698);
  6.     -moz-border-radius:8px;
  7.     -webkit-border-radius:8px;
  8.     border-radius:8px;
  9. }
  10. #success div, #error div {
  11.     padding:10px;
  12.     border:1px solid #3B5998;
  13.     background-color:#fff;
  14.     font-family:"lucida grande",tahoma,verdana,arial,sans-serif
  15. }
  16. #success h2, #error h2 {
  17.     margin:-11px;
  18.     margin-bottom:0px;
  19.     color:#fff;
  20.     background-color:#6D84B4;
  21.     padding:5px 10px;
  22.     border:1px solid #3B5998;
  23.     font-size:20px;
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement