application.css.scss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. /*
  2. * This is a manifest file that'll be compiled into application.css, which will
  3. * include all the files listed below.
  4. *
  5. * Any CSS and SCSS file within this directory, lib/assets/stylesheets,
  6. * vendor/assets/stylesheets, or vendor/assets/stylesheets of plugins, if any,
  7. * can be referenced here using a relative path.
  8. *
  9. * You're free to add application-wide styles to this file and they'll appear
  10. * at the top of the compiled file, but it's generally better to create a new
  11. * file per style scope.
  12. *
  13. *= require_self
  14. *= require_tree .
  15. */
  16. #banner {
  17. background: #9c9;
  18. padding: 10px;
  19. border-bottom: 2px solid;
  20. font: small-caps 40px/40px "Times New Roman", serif;
  21. color: #282;
  22. text-align: center;
  23. img {
  24. float: left;
  25. }
  26. }
  27. #notice {
  28. color: #000 !important;
  29. border: 2px solid red;
  30. padding: 1em;
  31. margin-bottom: 2em;
  32. background-color: #f0f0f0;
  33. font: bold smaller sans-serif;
  34. }
  35. #columns {
  36. background: #141;
  37. #main {
  38. margin-left: 17em;
  39. padding: 1em;
  40. background: white;
  41. }
  42. //
  43. #side {
  44. float: left;
  45. padding: 1em 2em;
  46. width: 13em;
  47. background: #141;
  48. form, div {
  49. display: inline;
  50. }
  51. input {
  52. font-size: small;
  53. }
  54. #cart {
  55. font-size: smaller;
  56. color: white;
  57. table {
  58. border-top: 1px dotted #595;
  59. border-bottom: 1px dotted #595;
  60. margin-bottom: 10px;
  61. }
  62. }
  63. ul {
  64. padding: 0;
  65. li {
  66. list-style: none;
  67. a {
  68. color: #bfb;
  69. font-size: small;
  70. }
  71. }
  72. }
  73. }
  74. //
  75. }
  76. //
  77. .depot_form {
  78. fieldset {
  79. background: #efe;
  80. legend {
  81. color: #dfd;
  82. background: #141;
  83. font-family: sans-serif;
  84. padding: 0.2em 1em;
  85. }
  86. }
  87. form {
  88. label {
  89. width: 5em;
  90. float: left;
  91. text-align: right;
  92. padding-top: 0.2em;
  93. margin-right: 0.1em;
  94. display: block;
  95. }
  96. select, textarea, input {
  97. margin-left: 0.5em;
  98. }
  99. .submit {
  100. margin-left: 4em;
  101. }
  102. br {
  103. display: none
  104. }
  105. }
  106. }
  107. //
  108. .locale {
  109. float: right;
  110. margin: -0.25em 0.1em;
  111. }