mirror of
https://github.com/arnaucube/ivardiaweb.git
synced 2026-02-07 03:46:40 +01:00
avançant
This commit is contained in:
@@ -5,10 +5,10 @@
|
|||||||
<a href='#'>ENG</a>
|
<a href='#'>ENG</a>
|
||||||
</div>
|
</div>
|
||||||
<div class='own-menu'>
|
<div class='own-menu'>
|
||||||
<a href='index.html'><img class='own-overImage-logo' src='http://placehold.it/200x50' /></a>
|
<a href='index.html'><img class='own-overImage-logo' src='imatges/ivardialogo_invert_transparent.png' /></a>
|
||||||
<div class='own-menuButtons'>
|
<div class='own-menuButtons'>
|
||||||
<a href="index.html">Inici</a>
|
<a href="index.html">Inici</a>
|
||||||
<a href='nosaltres.html'>Nosaltres</a>
|
<a id='a-nosaltres' href='nosaltres.html'>Nosaltres</a>
|
||||||
<a href='#'>Contacte</a>
|
<a href='#'>Contacte</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
4
index.js
4
index.js
@@ -16,3 +16,7 @@ function OnLoadDefault(){
|
|||||||
function OnLoadIndex(){
|
function OnLoadIndex(){
|
||||||
OnLoadDefault();
|
OnLoadDefault();
|
||||||
}
|
}
|
||||||
|
function OnLoadNosaltres(){
|
||||||
|
OnLoadDefault();
|
||||||
|
//document.getElementById("a-nosaltres").className+=" own-currentPageMenu";
|
||||||
|
}
|
||||||
|
|||||||
@@ -20,7 +20,8 @@
|
|||||||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
</head>
|
</head>
|
||||||
<body onload='OnLoadDefault();'>
|
<body onload='OnLoadNosaltres();'>
|
||||||
|
<div class='container'>
|
||||||
<div id='HTMLmenu'></div>
|
<div id='HTMLmenu'></div>
|
||||||
<br>
|
<br>
|
||||||
<div class='own-nosaltresContent'>
|
<div class='own-nosaltresContent'>
|
||||||
@@ -53,7 +54,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div><!-- /container -->
|
||||||
<div id='HTMLfooter'></div>
|
<div id='HTMLfooter'></div>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
41
own.css
41
own.css
@@ -26,6 +26,8 @@ a:active {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* index */
|
/* index */
|
||||||
|
|
||||||
|
@media (min-width:550px) {
|
||||||
.own-indexBackgroundImage{
|
.own-indexBackgroundImage{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
/*height: 100%;*/
|
/*height: 100%;*/
|
||||||
@@ -34,6 +36,18 @@ a:active {
|
|||||||
left: 0px;
|
left: 0px;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width:550px) {
|
||||||
|
.own-indexBackgroundImage{
|
||||||
|
/*width: 100%;*/
|
||||||
|
height: 100%;
|
||||||
|
z-index: -1;
|
||||||
|
position: fixed;
|
||||||
|
left: 0px;
|
||||||
|
top: 0px;
|
||||||
|
}
|
||||||
|
}
|
||||||
.own-langIndex{
|
.own-langIndex{
|
||||||
text-align: right;
|
text-align: right;
|
||||||
margin-right: 50px;
|
margin-right: 50px;
|
||||||
@@ -235,7 +249,9 @@ a:active {
|
|||||||
.own-menuButtons a:hover{
|
.own-menuButtons a:hover{
|
||||||
color: #C85127;
|
color: #C85127;
|
||||||
}
|
}
|
||||||
|
.own-currentPageMenu{
|
||||||
|
color: #C85127;
|
||||||
|
}
|
||||||
.own-imgHeader{
|
.own-imgHeader{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top: 50px;
|
margin-top: 50px;
|
||||||
@@ -249,7 +265,7 @@ a:active {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
margin-right: 20px;
|
margin-right: 40px;
|
||||||
margin-bottom: 40px;
|
margin-bottom: 40px;
|
||||||
max-width: 100px;
|
max-width: 100px;
|
||||||
}
|
}
|
||||||
@@ -261,6 +277,9 @@ a:active {
|
|||||||
margin: 10px;
|
margin: 10px;
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
border-top: 1px solid #000000;
|
||||||
|
padding-top: 20px;
|
||||||
|
width: 120px;
|
||||||
}
|
}
|
||||||
.own-linksLeft a:visited{
|
.own-linksLeft a:visited{
|
||||||
color: #000000;
|
color: #000000;
|
||||||
@@ -277,6 +296,7 @@ a:active {
|
|||||||
text-align: left;
|
text-align: left;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
padding-bottom: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.own-rightBox{
|
.own-rightBox{
|
||||||
@@ -298,6 +318,19 @@ a:active {
|
|||||||
color: #C85127;
|
color: #C85127;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width:960px) {
|
||||||
|
.own-textBoxLeft{
|
||||||
|
display: inline-block;
|
||||||
|
vertical-align: top;
|
||||||
|
margin-top: 20px;
|
||||||
|
margin-right: 20px;
|
||||||
|
margin-bottom: 40px;
|
||||||
|
max-width: 600px;
|
||||||
|
text-align: left;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (min-width:960px) {
|
||||||
.own-textBoxLeft{
|
.own-textBoxLeft{
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
@@ -308,6 +341,8 @@ a:active {
|
|||||||
text-align: left;
|
text-align: left;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.own-nosaltresCenterRight{
|
.own-nosaltresCenterRight{
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
max-width: 800px;
|
max-width: 800px;
|
||||||
@@ -322,7 +357,7 @@ a:active {
|
|||||||
.own-nosaltresTitle{
|
.own-nosaltresTitle{
|
||||||
font-size: 45px;
|
font-size: 45px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding-left: 15%;
|
padding-left: 7%;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
.own-nosaltresText{
|
.own-nosaltresText{
|
||||||
|
|||||||
@@ -21,6 +21,7 @@
|
|||||||
<![endif]-->
|
<![endif]-->
|
||||||
</head>
|
</head>
|
||||||
<body onload='OnLoadDefault();'>
|
<body onload='OnLoadDefault();'>
|
||||||
|
<div class='container'>
|
||||||
<div id='HTMLmenu'></div>
|
<div id='HTMLmenu'></div>
|
||||||
<img class='own-imgHeader' src='imatges/header1.png' />
|
<img class='own-imgHeader' src='imatges/header1.png' />
|
||||||
|
|
||||||
@@ -51,7 +52,7 @@
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div><!-- /container -->
|
||||||
<div id='HTMLfooter'></div>
|
<div id='HTMLfooter'></div>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user