GeoRSS aggregator and Layar augmented reality server
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

scaffolds.css.scss 1.7 KiB

12 anos atrás
12 anos atrás
12 anos atrás
12 anos atrás
12 anos atrás
12 anos atrás
12 anos atrás
12 anos atrás
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. body {
  2. background-color: #fff;
  3. color: #333;
  4. font-family: "Helvetica Neue", arial, helvetica, sans-serif;
  5. font-size: 13px;
  6. line-height: 18px;
  7. width: 800px;
  8. margin: 60px auto;
  9. }
  10. p, ol, ul, td {
  11. font-size: 13px;
  12. line-height: 18px; }
  13. pre {
  14. background-color: #eee;
  15. padding: 10px;
  16. font-size: 11px; }
  17. a {
  18. color: blue;
  19. text-decoration: none;
  20. &:visited {
  21. color: #666; }
  22. &:hover {
  23. color: #fff;
  24. background-color: #000; } }
  25. div {
  26. &.field, &.actions {
  27. margin-bottom: 10px; } }
  28. #notice {
  29. color: green; }
  30. .field_with_errors {
  31. padding: 2px;
  32. background-color: red;
  33. display: table; }
  34. #error_explanation {
  35. width: 450px;
  36. border: 2px solid red;
  37. padding: 7px;
  38. padding-bottom: 0;
  39. margin-bottom: 20px;
  40. background-color: #f0f0f0;
  41. h2 {
  42. text-align: left;
  43. font-weight: bold;
  44. padding: 5px 5px 5px 15px;
  45. font-size: 12px;
  46. margin: -7px;
  47. margin-bottom: 0px;
  48. background-color: #c00;
  49. color: #fff; }
  50. ul li {
  51. font-size: 12px;
  52. list-style: square; } }
  53. .button {
  54. padding: 5px 10px;
  55. background-color: #aaa;
  56. color: #fff;
  57. border-radius: 10px;
  58. margin: 30px 0;
  59. }
  60. a.button, a.button:visited {
  61. color: #fff;
  62. text-decoration: none;
  63. }
  64. #new_feed {
  65. background-color: beige;
  66. padding: 5px 10px;
  67. margin: 10px 0;
  68. border-radius: 20px;
  69. }
  70. .feed_title {
  71. font-size: 2.0em;
  72. }
  73. table {
  74. margin: 40px 0;
  75. }
  76. td {
  77. padding: 0 20px 30px 0;
  78. background-color: #fff;
  79. }
  80. th {
  81. padding: 0 20px 10px 0;
  82. text-align: left;
  83. }
  84. .right {
  85. text-align: right;
  86. }
  87. h1 {
  88. font-size: 3.2em;
  89. font-weight: normal;
  90. margin: 10px 0 40px 0;
  91. }
  92. h2 {
  93. font-size: 2.3em;
  94. font-weight: normal;
  95. }
  96. .logo {
  97. float: right;
  98. }