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.

146 lines
2.1 KiB

8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
  1. /*
  2. a:link {
  3. color: #C85127;
  4. text-decoration: none;
  5. }
  6. a:visited {
  7. color: #C85127;
  8. }
  9. a:hover {
  10. color: #dd7955;
  11. }
  12. a:active {
  13. color: #C85127;
  14. }*/
  15. .own-container{
  16. }
  17. .own-indexBackgroundImage{
  18. width: 100%;
  19. /*height: 100%;*/
  20. z-index: -1;
  21. position: absolute;
  22. left: 0px;
  23. top: 0px;
  24. }
  25. .own-lang{
  26. text-align: right;
  27. margin-right: 50px;
  28. display: block;
  29. }
  30. .own-lang a:link{
  31. text-decoration: none;
  32. color: #ffffff;
  33. font-weight: bold;
  34. display: inline-block;
  35. margin: 10px;
  36. }
  37. .own-lang a:visited{
  38. color: #ffffff;
  39. }
  40. .own-menu{
  41. display: block;
  42. }
  43. .own-overImage-logo{
  44. border: 1px solid #000000;
  45. margin-left: 30px;
  46. }
  47. .own-menuButtons{
  48. float: right;
  49. margin-right: 50px;
  50. }
  51. .own-menuButtons a:link{
  52. text-decoration: none;
  53. color: #ffffff;
  54. font-weight: bold;
  55. display: inline-block;
  56. margin: 10px;
  57. }
  58. .own-menuButtons a:visited{
  59. color: #ffffff;
  60. }
  61. .own-menuButtons a:hover{
  62. color: #C85127;
  63. }
  64. .own-mainTitleBox{
  65. left: 0;
  66. margin-top: 10%;
  67. width: 100%;
  68. text-align: center;
  69. }
  70. .own-mainTitle{
  71. color: #ffffff;
  72. background: #C85127;
  73. font-size: 45px;
  74. }
  75. .own-subTitle{
  76. color: #ffffff;
  77. font-style: italic;
  78. font-size: 24px;
  79. }
  80. .own-verkami{
  81. border: 1px solid #000000;
  82. }
  83. .own-socialNetworks{
  84. margin-left: 2%;
  85. margin-top: 5%;
  86. display: inline-block;
  87. }
  88. .own-socialNetwork{
  89. display: inline-block;
  90. border: 1px solid #000000;
  91. }
  92. .own-teaser{
  93. float: right;
  94. margin-right: 2%;
  95. margin-top: calc(6% + 10px);
  96. }
  97. .temp-marge1{
  98. display: inline-block;
  99. margin-top: 10%;
  100. }
  101. .own-caixaDescripcioIndex{
  102. margin-top: 50px;
  103. margin-left:auto;
  104. margin-right:auto;
  105. max-width: calc(100% - 300px);
  106. min-width: 320px;
  107. }
  108. .own-caixaImatgesIndex{
  109. margin-top: 50px;
  110. width: 100%;
  111. text-align: center;
  112. margin-bottom: 100px;
  113. }
  114. .own-imatgeIndex{
  115. display: inline-block;
  116. margin: 2%;
  117. }
  118. .own-footer{
  119. width: 100%;
  120. text-align: center;
  121. background: #262626;
  122. height: 250px;
  123. padding: 2%;
  124. }
  125. .own-footer h3{
  126. color: #ffffff;
  127. }
  128. .own-footer a:link {
  129. color: #C85127;
  130. text-decoration: none;
  131. display: block;
  132. }
  133. .own-footer a:hover {
  134. color: #dd7955;
  135. }
  136. .own-caixaFooter{
  137. display: inline-block;
  138. width: 250px;
  139. vertical-align: top;
  140. }