GeoRSS aggregator and Layar augmented reality server
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

scaffolds.css.scss 2.1 KiB

12 lat temu
12 lat temu
12 lat temu
12 lat temu
12 lat temu
12 lat temu
12 lat temu
12 lat temu
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  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: 30px;
  28. } }
  29. #notice {
  30. background-color: green;
  31. color: white;
  32. padding: 5px 10px;
  33. font-size: 1.2rem;
  34. }
  35. #alert {
  36. background-color: red;
  37. color: white;
  38. padding: 5px 10px;
  39. font-size: 1.2rem;
  40. }
  41. .field_with_errors {
  42. padding: 2px;
  43. background-color: red;
  44. display: table; }
  45. #error_explanation {
  46. width: 450px;
  47. border: 2px solid red;
  48. padding: 7px;
  49. padding-bottom: 0;
  50. margin-bottom: 20px;
  51. background-color: #f0f0f0;
  52. h2 {
  53. text-align: left;
  54. font-weight: bold;
  55. padding: 5px 5px 5px 15px;
  56. font-size: 12px;
  57. margin: -7px;
  58. margin-bottom: 0px;
  59. background-color: #c00;
  60. color: #fff; }
  61. ul li {
  62. font-size: 12px;
  63. list-style: square; } }
  64. .button {
  65. padding: 5px 10px;
  66. background-color: #aaa;
  67. color: #fff;
  68. border-radius: 10px;
  69. margin: 30px 0;
  70. }
  71. a.button, a.button:visited {
  72. color: #fff;
  73. text-decoration: none;
  74. }
  75. #new_feed {
  76. background-color: beige;
  77. padding: 5px 10px;
  78. margin: 10px 0;
  79. border-radius: 20px;
  80. }
  81. .feed_title {
  82. font-size: 2.0em;
  83. line-height: 1.1em;
  84. }
  85. table {
  86. margin: 40px 0;
  87. }
  88. td {
  89. padding: 0 20px 30px 0;
  90. background-color: #fff;
  91. }
  92. th {
  93. padding: 0 20px 10px 0;
  94. text-align: left;
  95. }
  96. .right {
  97. text-align: right;
  98. }
  99. h1 {
  100. font-size: 3.2em;
  101. font-weight: normal;
  102. line-height: 1.2em;
  103. margin: 10px 0 40px 0;
  104. }
  105. h2 {
  106. font-size: 2.3em;
  107. font-weight: normal;
  108. }
  109. .logo {
  110. float: right;
  111. }
  112. #login input {
  113. font-size: 1.8em;
  114. padding: 10px;
  115. }
  116. #login label {
  117. font-size: 1.5em;
  118. margin: 20px 0 20px 0;
  119. }
  120. .actions input {
  121. font-size: 1.0rem;
  122. border-radius: 10px;
  123. }
  124. #userbar {
  125. background-color: #eee;
  126. }