GeoRSS aggregator and Layar augmented reality server
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

scaffolds.css.scss 1.3 KiB

il y a 12 ans
il y a 12 ans
il y a 12 ans
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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. }