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.

51 lignes
704 B

il y a 3 ans
  1. body {
  2. padding-top: 20px;
  3. padding-bottom: 40px;
  4. }
  5. /* Custom container */
  6. .container-narrow {
  7. margin: 0 auto;
  8. max-width: 700px;
  9. }
  10. .container-narrow > hr {
  11. margin: 30px 0;
  12. }
  13. .my-item{
  14. margin: 40px 10px;
  15. }
  16. .container-thumbnails{
  17. margin-top: 60px;
  18. }
  19. .thumbnails li a{
  20. color: #777;
  21. font-weight: bold;
  22. height: 100px;
  23. }
  24. .thumbnails li a:hover,
  25. .thumbnails li a:focus{
  26. border-color:#f2f5e9;
  27. -webkit-box-shadow:none;
  28. box-shadow:none;
  29. text-decoration: none;
  30. background-color: #f2f5e9;
  31. }
  32. .masthead h3{
  33. color: #333;
  34. }
  35. .item-setting{
  36. float:right;
  37. margin-right:15px;
  38. margin-top:5px;
  39. display: none;
  40. }
  41. .item-top{
  42. float:right;
  43. margin-right:5px;
  44. margin-top:5px;
  45. display: none;
  46. }