Corrected problems of font sizes and some other little changes
This commit is contained in:
parent
0a6481277f
commit
6d98cbe491
1 changed files with 5 additions and 6 deletions
|
@ -21,7 +21,7 @@ body {
|
|||
background-image: url('http://efesto.eigenlab.org/~diesys/grafica/loghi/hackit0x13/sito/wallpaper_watermark.png');
|
||||
/*MOD color: #000305; */
|
||||
color: #eee;
|
||||
font-size: 87.5%; /* Base font size: 14px */
|
||||
font-size: 14px; /*87.5%; Base font size: 14px */
|
||||
/*font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;*/
|
||||
font-family: 'AnkaCoderNarrowRegular', Arial, sans-serif;
|
||||
line-height: 1.429;
|
||||
|
@ -31,7 +31,6 @@ body {
|
|||
}
|
||||
|
||||
/* Headings */
|
||||
h1 {font-size: 2em; margin-top: 10px;}
|
||||
h2 {font-size: 1.571em} /* 22px */
|
||||
h3 {font-size: 1.429em} /* 20px */
|
||||
h4 {font-size: 1.286em} /* 18px */
|
||||
|
@ -46,10 +45,11 @@ h1, h2, h3, h4, h5, h6 {
|
|||
font-family: 'AnkaCoderNarrowRegular', arial, serif;
|
||||
padding: 10px 20px 0px 0px;
|
||||
}
|
||||
h1 {font-size: 2em; margin-top: 10px;}
|
||||
|
||||
h3, h4, h5, h6 { margin-top: .8em; }
|
||||
|
||||
hr { border: 2px solid #EEEEEE; }
|
||||
|
||||
/*hr { border: 2px solid #EEEEEE; }*/
|
||||
|
||||
/* Anchors */
|
||||
a {outline: 0;}
|
||||
|
@ -152,7 +152,7 @@ aside, nav, article, figure {
|
|||
}
|
||||
|
||||
/***** Layout *****/
|
||||
.body {clear: both; margin: 0 auto; width: 100%;}
|
||||
.body {clear: both; margin: 90px auto; width: 100%;}
|
||||
img.right, figure.right {float: right; margin: 0 0 2em 2em;}
|
||||
img.left, figure.left {float: left; margin: 0 2em 2em 0;}
|
||||
|
||||
|
@ -296,7 +296,6 @@ img.left, figure.left {float: left; margin: 0 2em 2em 0;}
|
|||
border-radius: 5px;
|
||||
-moz-border-radius: 5px;
|
||||
-webkit-border-radius: 5px;
|
||||
margin: auto auto;
|
||||
max-width: 80%;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue