Guest User

Untitled

a guest
Jun 21st, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. <style type="text/css">
  2. html,body { font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 0.9em; margin: 0; height: 100%; padding: 0;}
  3. #outer {height: 100%; overflow: hidden; position: relative; width: 100%;}
  4. #outer[id] {display: table; position: static;}
  5.  
  6. #middle {position: absolute; top: 50%; width: 100%; text-align: center;} /* for explorer only*/
  7. #middle[id] {display: table-cell; vertical-align: middle; position: static;}
  8.  
  9. #inner {position: relative; top: -50%; text-align: left; } /* for explorer only */
  10. #inner {
  11. background-color: #D35701;
  12. width: 400px;
  13. margin-left: auto;
  14. margin-right: auto;
  15. padding: 10px;
  16. -moz-border-radius: 5px;
  17. -webkit-border-radius: 5px;
  18. color: #FFF;
  19. }
  20. #inner a {
  21. color: #000;
  22. text-decoration: none;
  23. font-size: 11px;
  24. }
  25. #inner a:hover {
  26. text-decoration: underline;
  27. }
  28. li { list-style-position: outside; clear: left; list-style-type: none; padding: 4px; }
  29. legend { font-weight: bold; font-size: 1.7em; }
  30. label { text-align: right; float: left; width: 100px; padding-top: 4px; } /* for all browsers*/
  31. .clear { clear: both; }
  32. ol { padding: 0px; }
  33. #label_hidden { visibility: hidden; height:2px; }
  34. input { margin-left:10px; }
  35. form { padding: 2px; }
  36. .error { color: #900; font-weight: bold;}
  37. .success { color: #0A0; }
  38. </style>
Add Comment
Please, Sign In to add comment