GeoRSS aggregator and Layar augmented reality server
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 

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