PageRenderTime 19ms CodeModel.GetById 14ms RepoModel.GetById 1ms app.codeStats 0ms

/resources/maint/stile.css

https://code.google.com/p/wisematches/
CSS | 61 lines | 51 code | 10 blank | 0 comment | 0 complexity | ec87e7db03809a82eae614dcf0da9c03 MD5 | raw file
Possible License(s): Apache-2.0
  1. body {
  2. padding: 0;
  3. margin: 0 0 8px;
  4. background-color: white;
  5. }
  6. body, div, label, span, td {
  7. font: 13px Arial, sans-serif;
  8. line-height: 1.5;
  9. }
  10. table {
  11. padding: 0;
  12. border: 0;
  13. border-spacing: 0;
  14. }
  15. #header {
  16. width: 100%
  17. }
  18. .header-welcome-label {
  19. font-weight: bold;
  20. font-size: 16px;
  21. color: #003333;
  22. }
  23. .info-label {
  24. font-weight: bold;
  25. }
  26. .shadow {
  27. -webkit-box-shadow: 0 0 3px #B6B7BB;
  28. -moz-box-shadow: 0 0 3px #B6B7BB;
  29. box-shadow: 0 0 3px #B6B7BB;
  30. }
  31. .info-header .info-label {
  32. font-size: 26px;
  33. color: #551f1f;
  34. padding-bottom: 15px;
  35. line-height: normal;
  36. }
  37. .error-layout {
  38. width: 100%;
  39. padding-top: 50px;
  40. padding-left: 15%;
  41. padding-right: 15%;
  42. text-align: justify;
  43. }
  44. .error-layout img {
  45. padding-right: 10px;
  46. padding-bottom: 10px;
  47. }
  48. .error-layout h1 {
  49. margin: 0 !important;
  50. color: #003333;
  51. }