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.

126 lines
1.8 KiB

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-menu{
  26. margin-top: 5%;
  27. }
  28. .own-overImage-logo{
  29. border: 1px solid #000000;
  30. margin-left: 30px;
  31. }
  32. .own-menuButtons{
  33. float: right;
  34. margin-right: 50px;
  35. }
  36. .own-menuButtons a:link{
  37. text-decoration: none;
  38. color: #ffffff;
  39. font-weight: bold;
  40. display: inline-block;
  41. margin: 10px;
  42. }
  43. .own-menuButtons a:visited{
  44. color: #ffffff;
  45. }
  46. .own-menuButtons a:hover{
  47. color: #C85127;
  48. }
  49. .own-mainTitleBox{
  50. left: 0;
  51. margin-top: 14%;
  52. width: 100%;
  53. text-align: center;
  54. }
  55. .own-mainTitle{
  56. color: #ffffff;
  57. background: #C85127;
  58. font-size: 45px;
  59. }
  60. .own-subTitle{
  61. color: #ffffff;
  62. font-style: italic;
  63. font-size: 24px;
  64. }
  65. .own-verkami{
  66. border: 1px solid #000000;
  67. }
  68. .own-socialNetworks{
  69. margin-left: 2%;
  70. margin-top: 5%;
  71. }
  72. .own-socialNetwork{
  73. display: inline-block;
  74. border: 1px solid #000000;
  75. }
  76. .temp-marge1{
  77. margin-top: 50%;
  78. }
  79. .own-caixaDescripcioIndex{
  80. margin-top: 50px;
  81. margin-left:auto;
  82. margin-right:auto;
  83. max-width: calc(100% - 300px);
  84. min-width: 320px;
  85. }
  86. .own-caixaImatgesIndex{
  87. margin-top: 50px;
  88. margin-left: auto;
  89. margin-right: auto;
  90. margin-bottom: 100px;
  91. }
  92. .own-imatgeIndex{
  93. display: inline-block;
  94. margin: 2%;
  95. }
  96. .own-footer{
  97. margin-top: auto;
  98. margin-left: auto;
  99. background: #262626;
  100. width: 100%;
  101. height: 250px;
  102. padding: 2%;
  103. }
  104. .own-footer h3{
  105. color: #ffffff;
  106. }
  107. .own-footer a:link {
  108. color: #C85127;
  109. text-decoration: none;
  110. display: block;
  111. }
  112. .own-footer a:hover {
  113. color: #dd7955;
  114. }
  115. .own-caixaFooter{
  116. display: inline-block;
  117. width: 250px;
  118. vertical-align: top;
  119. }