選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 

49 行
910 B

  1. // Place all the styles related to the Store controller here.
  2. // They will automatically be included in application.css.
  3. // You can use Sass (SCSS) here: http://sass-lang.com/
  4. .store {
  5. h1 {
  6. margin: 0;
  7. padding-bottom: 0.5em;
  8. font: 150% sans-serif;
  9. color: #226;
  10. border-bottom: 3px dotted #77d;
  11. }
  12. .entry {
  13. overflow: auto;
  14. margin-top: 1em;
  15. border-bottom: 1px dotted #77d;
  16. min-height: 100px;
  17. img {
  18. width: 80px;
  19. margin-right: 5px;
  20. margin-bottom: 5px;
  21. position: absolute;
  22. }
  23. h3 {
  24. font-size: 120%;
  25. font-family: sans-serif;
  26. margin-left: 100px;
  27. margin-top: 0;
  28. margin-bottom: 2px;
  29. color: #227
  30. }
  31. p, div.price_line {
  32. margin-left: 100px;
  33. margin-top: 0.5em;
  34. margin-bottom: 0.8em;
  35. }
  36. .price {
  37. color: #44a;
  38. font-weight: bold;
  39. margin-right: 3em;
  40. }
  41. }
  42. }