GeoRSS aggregator and Layar augmented reality server
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

77 lines
1.3 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: 30px 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: #000;
  19. &:visited {
  20. color: #666; }
  21. &:hover {
  22. color: #fff;
  23. background-color: #000; } }
  24. div {
  25. &.field, &.actions {
  26. margin-bottom: 10px; } }
  27. #notice {
  28. color: green; }
  29. .field_with_errors {
  30. padding: 2px;
  31. background-color: red;
  32. display: table; }
  33. #error_explanation {
  34. width: 450px;
  35. border: 2px solid red;
  36. padding: 7px;
  37. padding-bottom: 0;
  38. margin-bottom: 20px;
  39. background-color: #f0f0f0;
  40. h2 {
  41. text-align: left;
  42. font-weight: bold;
  43. padding: 5px 5px 5px 15px;
  44. font-size: 12px;
  45. margin: -7px;
  46. margin-bottom: 0px;
  47. background-color: #c00;
  48. color: #fff; }
  49. ul li {
  50. font-size: 12px;
  51. list-style: square; } }
  52. .button {
  53. padding: 10px;
  54. background-color: #777;
  55. color: #fff;
  56. border-radius: 10px;
  57. margin: 30px 0;
  58. }
  59. a.button, a.button:visited {
  60. color: #fff;
  61. text-decoration: none;
  62. }
  63. #new_feed {
  64. background-color: beige;
  65. padding: 5px 10px;
  66. margin: 10px 0;
  67. }