PageRenderTime 44ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/HTML/css/core/error.css

https://github.com/RadioOverHits/MWS-Admin
CSS | 59 lines | 30 code | 8 blank | 21 comment | 0 complexity | 5233324d69ffe54da3a0749573202ecf MD5 | raw file
  1. /*
  2. * MWS Admin v1.5 - Error Page Stylesheet
  3. * This file is part of MWS Admin, an Admin template build for sale at ThemeForest.
  4. * All copyright to this file is hold by Mairel Theafila <maimairel@yahoo.com> a.k.a nagaemas on ThemeForest.
  5. * Last Updated:
  6. * April 29, 2012
  7. *
  8. * Table of Contents
  9. * ==================================================
  10. *
  11. * 1. Error Container
  12. * 2. Error Code
  13. * 3. Error Code Typography
  14. *
  15. */
  16. /* (1) Error Container
  17. ================================================== */
  18. div#mws-error-container
  19. {
  20. margin:auto;
  21. max-width:652px;
  22. }
  23. /* (2) Error Code
  24. ================================================== */
  25. div#mws-error-code
  26. {
  27. width:100%;
  28. margin:auto;
  29. padding:32px 0 63px 0;
  30. max-width:652px;
  31. background:url(../../images/core/mws-error-bg.png) no-repeat left top;
  32. background-size:auto 100%;
  33. }
  34. /* (3) Error Page Typography
  35. ================================================== */
  36. div#mws-error-code h1
  37. {
  38. color:#f0f0f0;
  39. font-size:40px;
  40. text-align:center;
  41. margin:auto;
  42. }
  43. div#mws-error-code h1 span
  44. {
  45. font-size:72px;
  46. }
  47. div#mws-error-container p
  48. {
  49. text-align:center;
  50. background-color:#f0f0f0;
  51. }