GeoRSS aggregator and Layar augmented reality server
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

scaffolds.css.scss 1.7 KiB

hace 12 años
hace 12 años
hace 12 años
hace 12 años
hace 12 años
hace 12 años
hace 12 años
hace 12 años
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  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. line-height: 1.1em;
  73. }
  74. table {
  75. margin: 40px 0;
  76. }
  77. td {
  78. padding: 0 20px 30px 0;
  79. background-color: #fff;
  80. }
  81. th {
  82. padding: 0 20px 10px 0;
  83. text-align: left;
  84. }
  85. .right {
  86. text-align: right;
  87. }
  88. h1 {
  89. font-size: 3.2em;
  90. font-weight: normal;
  91. line-height: 1.2em;
  92. margin: 10px 0 40px 0;
  93. }
  94. h2 {
  95. font-size: 2.3em;
  96. font-weight: normal;
  97. }
  98. .logo {
  99. float: right;
  100. }