You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

90 line
1.2 KiB

  1. body {
  2. background-color: #fff;
  3. color: #333;
  4. font-family: verdana, arial, helvetica, sans-serif;
  5. font-size: 13px;
  6. line-height: 18px;
  7. margin: 33px;
  8. }
  9. p, ol, ul, td {
  10. font-family: verdana, arial, helvetica, sans-serif;
  11. font-size: 13px;
  12. line-height: 18px;
  13. margin: 33px;
  14. }
  15. pre {
  16. background-color: #eee;
  17. padding: 10px;
  18. font-size: 11px;
  19. }
  20. a {
  21. color: #000;
  22. &:visited {
  23. color: #666;
  24. }
  25. &:hover {
  26. color: #fff;
  27. background-color: #000;
  28. }
  29. }
  30. th {
  31. padding-bottom: 5px;
  32. }
  33. td {
  34. padding-bottom: 7px;
  35. padding-left: 5px;
  36. padding-right: 5px;
  37. }
  38. div {
  39. &.field, &.actions {
  40. margin-bottom: 10px;
  41. }
  42. }
  43. #notice {
  44. color: green;
  45. }
  46. .field_with_errors {
  47. padding: 2px;
  48. background-color: red;
  49. display: table;
  50. }
  51. #error_explanation {
  52. width: 450px;
  53. border: 2px solid red;
  54. padding: 7px;
  55. padding-bottom: 0;
  56. margin-bottom: 20px;
  57. background-color: #f0f0f0;
  58. h2 {
  59. text-align: left;
  60. font-weight: bold;
  61. padding: 5px 5px 5px 15px;
  62. font-size: 12px;
  63. margin: -7px;
  64. margin-bottom: 0;
  65. background-color: #c00;
  66. color: #fff;
  67. }
  68. ul li {
  69. font-size: 12px;
  70. list-style: square;
  71. }
  72. }
  73. label {
  74. display: block;
  75. }