tipos, marges, imatges, etc

This commit is contained in:
idoctnef
2016-06-13 19:05:05 +02:00
parent 4cd5c9d770
commit 18aa0dbaca
15 changed files with 56 additions and 15 deletions

View File

@@ -1,15 +1,18 @@
<div class='own-footer'>
<div class='own-caixaFooter'>
<h3>Contacte</h3>
<a href="javascript: alert('Ens trobaràs a: contacta@ivardia.org');"><img class='own-socialNetwork own-socialNetwork-facebookMargin' src='icones/i_mail_taronja.png' />
contacta@ivardia.org</a><br>
<img class='own-socialNetwork own-socialNetwork-facebookMargin' src='icones/i_facebook_taronja.png' />
<img class='own-socialNetwork' src='icones/i_twitter_taronja.png' />
<img class='own-socialNetwork' src='icones/i_vimeo_taronja.png' />
</div>
<div class='own-caixaFooter'>
<h3>Enllaços</h3>
<a href="http://ivardia.org">enllaç 1 </a>
<a href="http://ivardia.org">enllaç 2 </a>
<a href="http://ivardia.org">enllaç 3 </a>
<a href="http://ivardia.org">enllaç 4 </a>
<a href="http://ivardia.org">enllaç 5 </a>
<a href="http://ivardia.org">enllaç 6 </a>
<a href="https://azadiplataforma.wordpress.com/" target="_blank">Azadî Plataforma</a>
<a href="https://rojavaazadimadrid.wordpress.com/" target="_blank">Rojava Azadî Madrid</a>
<a href="http://kurdishquestion.com/" target="_blank">Kurdish Question</a>
</div>
<div class='own-caixaFooter'>
<h3>Xarxes socials</h3>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB

After

Width:  |  Height:  |  Size: 658 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 679 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 MiB

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 959 KiB

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 MiB

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 MiB

After

Width:  |  Height:  |  Size: 2.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 1.3 MiB

56
own.css
View File

@@ -16,11 +16,11 @@ a:active {
@font-face {
font-family: 'jauria-bold';
src: url('tipos/jauria/jauria-Bold-v.otf');
src: url('tipos/jauria/Jauria-Bold-v.otf');
src:
local('jauria'),
local('jauria'),
url('tipos/jauria/jauria-Bold-v.otf')
url('tipos/jauria/Jauria-Bold-v.otf')
format('opentype');
}
@font-face {
@@ -32,10 +32,14 @@ a:active {
url('tipos/jauria/jauria-Italic-v.otf')
format('opentype');
}
/*
Light pel text
Blak pel menu de dalt
I medium pel submeni
*/
/* got */
@font-face {
font-family: 'got-book';
font-family: 'got-light';
src: url('tipos/got/got_light.ttf');
src:
local('got'),
@@ -43,9 +47,26 @@ a:active {
url('tipos/got/got_light.ttf')
format('opentype');
}
@font-face {
font-family: 'got-black';
src: url('tipos/got/got_black.ttf');
src:
local('got'),
local('got'),
url('tipos/got/got_black.ttf')
format('opentype');
}
@font-face {
font-family: 'got-medium';
src: url('tipos/got/got_medium.ttf');
src:
local('got'),
local('got'),
url('tipos/got/got_medium.ttf')
format('opentype');
}
body {
font: normal 18px 'got-book', sans-serif;
font: normal 18px 'got-light', sans-serif;
}
@@ -221,6 +242,7 @@ body {
min-width: 320px;
background: #ffffff;
font-size: 18px;
font: normal 18px 'got-medium', sans-serif;
}
}
@media (min-width:1080px) {
@@ -232,6 +254,7 @@ body {
min-width: 320px;
background: #ffffff;
font-size: 18px;
font: normal 18px 'got-medium', sans-serif;
}
}
@@ -240,6 +263,7 @@ body {
width: 100%;
text-align: center;
padding-bottom: 100px;
font: normal 18px 'got-medium', sans-serif;
}
.own-caixaImatgeIndex{
display: inline-block;
@@ -280,6 +304,8 @@ body {
height: 250px;
padding-top: 20px;
padding: 2%;
height: auto;
font: normal 16px 'got-medium', sans-serif;
}
.own-footer h3{
color: #ffffff;
@@ -288,6 +314,10 @@ body {
color: #C85127;
text-decoration: none;
display: block;
margin-bottom: 20px;
}
.own-footer a:visited {
color: #C85127;
}
.own-footer a:hover {
color: #dd7955;
@@ -296,6 +326,8 @@ body {
display: inline-block;
width: 250px;
vertical-align: top;
text-align: left;
margin-left: 50px;
}
/* /footer */
@@ -324,6 +356,7 @@ body {
.own-menuButtons{
float: right;
/*margin-right: 50px;*/
font: normal 18px 'got-black', sans-serif;
}
.own-menuButtons a:link{
text-decoration: none;
@@ -361,6 +394,7 @@ body {
margin-right: 40px;
margin-bottom: 40px;
max-width: 100px;
font: normal 18px 'got-medium', sans-serif;
}
.own-linksLeft a:link{
text-decoration: none;
@@ -438,19 +472,20 @@ body {
max-width: 600px;
text-align: left;
font-weight: bold;
font: normal 22px 'got-medium', sans-serif;
}
}
@media (min-width:1200px) {
.own-textBoxLeft{ /*a pantalla gran, barra lateral left*/
display: inline-block;
vertical-align: top;
margin-top: 20px;
margin-right: 20px;
margin-right: 10px;
margin-bottom: 40px;
max-width: 200px;
text-align: left;
font-weight: bold;
font-size: 22px;
font: normal 22px 'got-medium', sans-serif;
}
}
@@ -466,10 +501,13 @@ body {
}
.own-nosaltresTitle{
font-size: 45px;
/*font-size: 45px;*/
font-weight: bold;
padding-left: 7%;
text-align: left;
margin-top: 30px;
margin-bottom: 30px;
font: normal 55px 'got-black', sans-serif;
}
.own-nosaltresText{
display: inline-block;

BIN
tipos/got/got_black.ttf Normal file

Binary file not shown.