PageRenderTime 36ms CodeModel.GetById 10ms RepoModel.GetById 1ms app.codeStats 0ms

/public/stylesheets/error.css

https://github.com/peteonrails/oilreporter-web
CSS | 70 lines | 65 code | 5 blank | 0 comment | 0 complexity | 926daf1a61a789e6ffb3359f80c72bee MD5 | raw file
Possible License(s): CC-BY-3.0, MIT
  1. body
  2. {
  3. background: #012444 url(/images/misc/background.jpg) center top repeat-x; /*78aabf*/
  4. color: #343434;
  5. font-size: 62.5%;
  6. font-family: "Lucida Sans Unicode","Lucida Grande","Trebuchet MS", Helvetica, Arial, sans-serif;
  7. margin: 0;
  8. padding: 0;
  9. }
  10. #screen-error
  11. {
  12. width: 500px;
  13. height: 383px;
  14. margin: 118px auto 0 auto;
  15. padding: 0 33px 0 435px;
  16. color: #343434;
  17. }
  18. #screen-error h2
  19. {
  20. text-indent: -5000px;
  21. }
  22. #screen-error p
  23. {
  24. font-size: 12px;
  25. margin-bottom: 50px;
  26. padding-top: 10px;
  27. }
  28. #screen-error p.custom
  29. {
  30. margin-bottom: 14px;
  31. }
  32. #screen-error ul
  33. {
  34. width: 240px;
  35. float: left;
  36. margin: 0 18px 0 0;
  37. padding: 0;
  38. }
  39. #screen-error ul.custom
  40. {
  41. margin-right: 0;
  42. }
  43. #screen-error ul li
  44. {
  45. list-style-image: none;
  46. list-style-type: none;
  47. margin: 0;
  48. border-top: 1px solid #b3c6cc;
  49. display: block;
  50. line-height: 2.2;
  51. }
  52. #screen-error ul li a
  53. {
  54. font-size: 12px;
  55. color: #343434;
  56. text-decoration: none;
  57. }
  58. #screen-error ul li a:hover
  59. {
  60. text-decoration: underline;
  61. }
  62. #screen-error ul li.last-item
  63. {
  64. border-bottom: 1px solid #b3c6cc;
  65. }