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.

54 lines
935 B

10 years ago
  1. .introduction{
  2. min-height: 270px;
  3. }
  4. .intro-icon, #sevomin-intro-logo{
  5. text-align: center;
  6. }
  7. .intro-icon{
  8. margin-bottom: 20px;
  9. }
  10. .intro-icon img{
  11. width: 100px;
  12. }
  13. #sevomin-logo{
  14. margin-top: 10px;
  15. margin-bottom: 40px;
  16. }
  17. #sevomin-intro-logo{
  18. margin-bottom: 15px;
  19. }
  20. #sevomin-intro-logo img{
  21. width: 150px;
  22. }
  23. ul#intro-parts{
  24. margin: 0;
  25. padding: 0;
  26. }
  27. ul#intro-parts li{
  28. list-style: none;
  29. }
  30. #s1, #s2, #s3 {
  31. font-size: 0.95em;
  32. color: #444444;
  33. float: right;
  34. padding-right: 22px;
  35. margin-right: 22px;
  36. background-repeat: no-repeat;
  37. background-position: right;
  38. }
  39. #s1{
  40. background-image: url('images/1-icon.png');
  41. }
  42. #s2{
  43. background-image: url('images/2-icon.png');
  44. }
  45. #s3{
  46. background-image: url('images/3-icon.png');
  47. }
  48. #intro-privacy-statement{
  49. margin-top: 20px;
  50. }
  51. label{
  52. font-size: 1.5em !important;
  53. }