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.

254 lines
3.8 KiB

8 years ago
8 years ago
8 years ago
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. /* index */
  18. .own-indexBackgroundImage{
  19. width: 100%;
  20. /*height: 100%;*/
  21. z-index: -1;
  22. position: absolute;
  23. left: 0px;
  24. top: 0px;
  25. }
  26. .own-langIndex{
  27. text-align: right;
  28. margin-right: 50px;
  29. display: block;
  30. }
  31. .own-langIndex a:link{
  32. text-decoration: none;
  33. color: #ffffff;
  34. font-weight: bold;
  35. display: inline-block;
  36. margin: 10px;
  37. }
  38. .own-langIndex a:visited{
  39. color: #ffffff;
  40. }
  41. .own-menu{
  42. display: block;
  43. }
  44. .own-overImage-logo{
  45. border: 1px solid #000000;
  46. margin-left: 30px;
  47. }
  48. .own-menuButtonsIndex{
  49. float: right;
  50. margin-right: 50px;
  51. }
  52. .own-menuButtonsIndex a:link{
  53. text-decoration: none;
  54. color: #ffffff;
  55. font-weight: bold;
  56. display: inline-block;
  57. margin: 10px;
  58. }
  59. .own-menuButtonsIndex a:visited{
  60. color: #ffffff;
  61. }
  62. .own-menuButtonsIndex a:hover{
  63. color: #C85127;
  64. }
  65. .own-mainTitleBox{
  66. left: 0;
  67. margin-top: 10%;
  68. width: 100%;
  69. text-align: center;
  70. }
  71. .own-mainTitle{
  72. color: #ffffff;
  73. background: #C85127;
  74. font-size: 45px;
  75. }
  76. .own-subTitle{
  77. color: #ffffff;
  78. font-style: italic;
  79. font-size: 24px;
  80. }
  81. .own-verkami{
  82. border: 1px solid #000000;
  83. }
  84. .own-socialNetworks{
  85. margin-left: 2%;
  86. margin-top: 5%;
  87. display: inline-block;
  88. }
  89. .own-socialNetwork{
  90. display: inline-block;
  91. border: 1px solid #000000;
  92. }
  93. .own-teaser{
  94. float: right;
  95. margin-right: 2%;
  96. margin-top: calc(6% + 10px);
  97. }
  98. .temp-marge1{
  99. display: inline-block;
  100. margin-top: 10%;
  101. }
  102. .own-caixaDescripcioIndex{
  103. margin-top: 50px;
  104. margin-left:auto;
  105. margin-right:auto;
  106. max-width: calc(100% - 300px);
  107. min-width: 320px;
  108. background: #ffffff;
  109. }
  110. .own-caixaImatgesIndex{
  111. margin-top: 50px;
  112. width: 100%;
  113. text-align: center;
  114. margin-bottom: 100px;
  115. }
  116. .own-imatgeIndex{
  117. display: inline-block;
  118. margin: 2%;
  119. }
  120. /* /index */
  121. /* footer */
  122. .own-footer{
  123. width: 100%;
  124. text-align: center;
  125. background: #262626;
  126. height: 250px;
  127. padding: 2%;
  128. }
  129. .own-footer h3{
  130. color: #ffffff;
  131. }
  132. .own-footer a:link {
  133. color: #C85127;
  134. text-decoration: none;
  135. display: block;
  136. }
  137. .own-footer a:hover {
  138. color: #dd7955;
  139. }
  140. .own-caixaFooter{
  141. display: inline-block;
  142. width: 250px;
  143. vertical-align: top;
  144. }
  145. /* /footer */
  146. /* projecte, bakur, agenda */
  147. .own-lang{
  148. text-align: right;
  149. margin-right: 50px;
  150. display: block;
  151. }
  152. .own-lang a:link{
  153. text-decoration: none;
  154. color: #000000;
  155. font-weight: bold;
  156. display: inline-block;
  157. margin: 10px;
  158. }
  159. .own-lang a:visited{
  160. color: #000000;
  161. }
  162. .own-menuButtons{
  163. float: right;
  164. margin-right: 50px;
  165. }
  166. .own-menuButtons a:link{
  167. text-decoration: none;
  168. color: #000000;
  169. font-weight: bold;
  170. display: inline-block;
  171. margin: 10px;
  172. }
  173. .own-menuButtons a:visited{
  174. color: #000000;
  175. }
  176. .own-menuButtons a:hover{
  177. color: #C85127;
  178. }
  179. .own-imgHeader{
  180. width: 100%;
  181. margin-top: 50px;
  182. margin-bottom: 30px;
  183. }
  184. .own-nosaltresContent{
  185. width: 100%;
  186. text-align: center;
  187. }
  188. .own-linksLeft{
  189. display: inline-block;
  190. vertical-align: top;
  191. margin-top: 20px;
  192. margin-right: 20px;
  193. margin-bottom: 40px;
  194. }
  195. .own-linksLeft a:link{
  196. text-decoration: none;
  197. color: #000000;
  198. font-weight: bold;
  199. display: block;
  200. margin: 10px;
  201. margin-bottom: 30px;
  202. text-align: center;
  203. }
  204. .own-linksLeft a:visited{
  205. color: #000000;
  206. }
  207. .own-linksLeft a:hover{
  208. color: #C85127;
  209. }
  210. .own-orange{
  211. color: #C85127!important;
  212. }
  213. .own-nosaltresText{
  214. display: inline-block;
  215. max-width: 600px;
  216. text-align: left;
  217. vertical-align: top;
  218. }
  219. .own-rightBox{
  220. display: inline-block;
  221. vertical-align: top;
  222. margin-top: 30px;
  223. }
  224. .own-rightBox a:link{
  225. text-decoration: none;
  226. color: #000000;
  227. font-weight: bold;
  228. display: block;
  229. margin: 10px;
  230. }
  231. .own-rightBox a:visited{
  232. color: #000000;
  233. }
  234. .own-rightBox a:hover{
  235. color: #C85127;
  236. }