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.
 
 
 
 
 

72 rivejä
1.2 KiB

  1. body {
  2. background-color: #fff;
  3. color: #333;
  4. font-family: verdana, 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-family: verdana, arial, helvetica, sans-serif;
  12. font-size: 13px;
  13. line-height: 18px; }
  14. pre {
  15. background-color: #eee;
  16. padding: 10px;
  17. font-size: 11px; }
  18. a {
  19. color: #000;
  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: 10px;
  55. background-color: #777;
  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. }