GeoRSS aggregator and Layar augmented reality server
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 

162 satır
2.2 KiB

  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: #00458f;
  19. text-decoration: none;
  20. &:visited {
  21. color: #00458f; }
  22. &:hover {
  23. color: #fff;
  24. background-color: #ccc; } }
  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. a.logo {
  76. float: right;
  77. }
  78. #new_feed {
  79. background-color: beige;
  80. padding: 5px 10px;
  81. margin: 10px 0;
  82. border-radius: 20px;
  83. }
  84. .feed_title {
  85. font-size: 2.0em;
  86. line-height: 1.1em;
  87. }
  88. table {
  89. margin: 40px 0;
  90. }
  91. td {
  92. padding: 0 20px 30px 0;
  93. /* background-color: #bbb; */
  94. }
  95. td:last-child {
  96. padding-right: 0;
  97. }
  98. th {
  99. padding: 0 20px 10px 0;
  100. text-align: left;
  101. }
  102. .right {
  103. text-align: right;
  104. }
  105. h1 {
  106. font-size: 3.2em;
  107. font-weight: normal;
  108. line-height: 1.2em;
  109. margin: 20px 0 40px 0;
  110. text-align: left;
  111. }
  112. h2 {
  113. font-size: 2.3em;
  114. font-weight: normal;
  115. }
  116. #login input {
  117. font-size: 1.8em;
  118. padding: 10px;
  119. }
  120. #login label {
  121. font-size: 1.5em;
  122. margin: 20px 0 20px 0;
  123. }
  124. .actions input {
  125. font-size: 1.0rem;
  126. border-radius: 10px;
  127. }
  128. #userbar {
  129. margin-bottom: 40px;
  130. margin-top: 40px;
  131. }
  132. table {
  133. border-collapse: collapse;
  134. }