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.

333 lines
5.1 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
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
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
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. <style>
  16. @font-face {
  17. font-family: jauria;
  18. src: local("Helvetica Neue Bold"),
  19. local("HelveticaNeue-Bold"),
  20. url(tipos/jauria/jauria-Italic-v.otf);
  21. }
  22. .own-container{
  23. }
  24. /* index */
  25. .own-indexBackgroundImage{
  26. width: 100%;
  27. /*height: 100%;*/
  28. z-index: -1;
  29. position: fixed;
  30. left: 0px;
  31. top: 0px;
  32. }
  33. .own-langIndex{
  34. text-align: right;
  35. margin-right: 50px;
  36. display: block;
  37. }
  38. .own-langIndex a:link{
  39. text-decoration: none;
  40. color: #ffffff;
  41. font-weight: bold;
  42. display: inline-block;
  43. margin: 10px;
  44. }
  45. .own-langIndex a:visited{
  46. color: #ffffff;
  47. }
  48. .own-menu{
  49. display: block;
  50. padding-left: 50px;
  51. padding-right: 50px;
  52. }
  53. .own-overImage-logo{
  54. margin-left: 30px;
  55. width: 200px;
  56. }
  57. .own-whiteText a:link{
  58. color: #ffffff!important;
  59. }
  60. .own-whiteText a:visited{
  61. color: #ffffff!important;
  62. }
  63. .own-whiteText a:hover{
  64. color: #C85127!important;
  65. }
  66. /*.own-menuButtonsIndex{
  67. float: right;
  68. margin-right: 50px;
  69. }
  70. .own-menuButtonsIndex a:link{
  71. text-decoration: none;
  72. color: #ffffff;
  73. font-weight: bold;
  74. display: inline-block;
  75. margin: 10px;
  76. }
  77. .own-menuButtonsIndex a:visited{
  78. color: #ffffff;
  79. }
  80. .own-menuButtonsIndex a:hover{
  81. color: #C85127;
  82. }*/
  83. .own-mainTitleBox{
  84. left: 0;
  85. margin-top: 10%;
  86. width: 100%;
  87. text-align: center;
  88. font-family: jauria;
  89. }
  90. .own-mainTitle{
  91. color: #ffffff;
  92. background: #C85127;
  93. font-size: 45px;
  94. width: 400px;
  95. margin-left: auto; /*temporal*/
  96. margin-right: auto;
  97. }
  98. .own-subTitle{
  99. color: #ffffff;
  100. font-style: italic;
  101. font-size: 24px;
  102. }
  103. .own-verkami{
  104. /*border: 1px solid #000000;*/
  105. cursor: pointer;
  106. }
  107. .own-socialNetworks{
  108. margin-left: 2%;
  109. margin-top: 5%;
  110. display: inline-block;
  111. }
  112. .own-socialNetwork{
  113. display: inline-block;
  114. height: 20px;
  115. margin-right: 5px;
  116. cursor: pointer;
  117. }
  118. .own-socialNetwork-facebookMargin{
  119. margin-right: 10px;
  120. }
  121. .own-teaser{
  122. float: right;
  123. margin-right: 2%;
  124. margin-top: calc(6% - 10px);
  125. color: #ffffff;
  126. font-weight: bold;
  127. font-size: 18px;
  128. }
  129. .temp-marge1{
  130. display: inline-block;
  131. margin-top: 10%;
  132. }
  133. .own-whiteOverImage{
  134. background: #ffffff;
  135. padding-top: 10px;
  136. }
  137. .own-caixaDescripcioIndex{
  138. margin-top: 50px;
  139. margin-left:auto;
  140. margin-right:auto;
  141. max-width: calc(100% - 300px);
  142. min-width: 320px;
  143. background: #ffffff;
  144. }
  145. .own-caixaImatgesIndex{
  146. margin-top: 50px;
  147. width: 100%;
  148. text-align: center;
  149. padding-bottom: 100px;
  150. }
  151. .own-imatgeIndex{
  152. display: inline-block;
  153. margin: 2%;
  154. width: 210px;
  155. }
  156. /* /index */
  157. /* footer */
  158. .own-footer{
  159. width: 100%;
  160. text-align: center;
  161. background: #262626;
  162. height: 250px;
  163. padding-top: 20px;
  164. padding: 2%;
  165. }
  166. .own-footer h3{
  167. color: #ffffff;
  168. }
  169. .own-footer a:link {
  170. color: #C85127;
  171. text-decoration: none;
  172. display: block;
  173. }
  174. .own-footer a:hover {
  175. color: #dd7955;
  176. }
  177. .own-caixaFooter{
  178. display: inline-block;
  179. width: 250px;
  180. vertical-align: top;
  181. }
  182. /* /footer */
  183. /* projecte, bakur, agenda */
  184. .own-lang{
  185. text-align: right;
  186. margin-right: 50px;
  187. display: block;
  188. }
  189. .own-lang a:link{
  190. text-decoration: none;
  191. color: #000000;
  192. /*font-weight: bold;*/
  193. display: inline-block;
  194. margin: 10px;
  195. }
  196. .own-lang a:visited{
  197. color: #000000;
  198. }
  199. .own-bold{
  200. font-weight: bold;
  201. }
  202. .own-menuButtons{
  203. float: right;
  204. margin-right: 50px;
  205. }
  206. .own-menuButtons a:link{
  207. text-decoration: none;
  208. color: #000000;
  209. font-weight: bold;
  210. display: inline-block;
  211. margin: 10px;
  212. font-size: 20px;
  213. }
  214. .own-menuButtons a:visited{
  215. color: #000000;
  216. }
  217. .own-menuButtons a:hover{
  218. color: #C85127;
  219. }
  220. .own-imgHeader{
  221. width: 100%;
  222. margin-top: 50px;
  223. margin-bottom: 30px;
  224. }
  225. .own-nosaltresContent{
  226. width: 100%;
  227. text-align: center;
  228. }
  229. .own-linksLeft{
  230. display: inline-block;
  231. vertical-align: top;
  232. margin-top: 20px;
  233. margin-right: 20px;
  234. margin-bottom: 40px;
  235. max-width: 100px;
  236. }
  237. .own-linksLeft a:link{
  238. text-decoration: none;
  239. color: #000000;
  240. font-weight: bold;
  241. display: block;
  242. margin: 10px;
  243. margin-bottom: 30px;
  244. text-align: center;
  245. }
  246. .own-linksLeft a:visited{
  247. color: #000000;
  248. }
  249. .own-linksLeft a:hover{
  250. color: #C85127;
  251. }
  252. .own-orange{
  253. color: #C85127!important;
  254. }
  255. .own-projecteText{
  256. display: inline-block;
  257. max-width: 600px;
  258. text-align: left;
  259. vertical-align: top;
  260. padding: 10px;
  261. }
  262. .own-rightBox{
  263. display: inline-block;
  264. vertical-align: top;
  265. margin-top: 30px;
  266. }
  267. .own-rightBox a:link{
  268. text-decoration: none;
  269. color: #000000;
  270. font-weight: bold;
  271. display: block;
  272. margin: 10px;
  273. }
  274. .own-rightBox a:visited{
  275. color: #000000;
  276. }
  277. .own-rightBox a:hover{
  278. color: #C85127;
  279. }
  280. .own-textBoxLeft{
  281. display: inline-block;
  282. vertical-align: top;
  283. margin-top: 20px;
  284. margin-right: 20px;
  285. margin-bottom: 40px;
  286. max-width: 100px;
  287. text-align: left;
  288. font-weight: bold;
  289. }
  290. .own-nosaltresCenterRight{
  291. display: inline-block;
  292. max-width: 800px;
  293. text-align: left;
  294. vertical-align: top;
  295. }
  296. .own-imgTopText{
  297. width: 100%;
  298. margin-bottom: 30px;
  299. }
  300. .own-nosaltresTitle{
  301. font-size: 45px;
  302. font-weight: bold;
  303. padding-left: 15%;
  304. text-align: left;
  305. }
  306. .own-nosaltresText{
  307. display: inline-block;
  308. max-width: 650px;
  309. text-align: left;
  310. vertical-align: top;
  311. }