pixelegg / app

change headline Size:

for newsreader
This commit is contained in:
Stefan Reinhardt 2014-07-17 15:40:32 +00:00
parent 1e195a8c0e
commit 56e77a5776
2 changed files with 16 additions and 16 deletions

View File

@ -3443,34 +3443,34 @@ body > div#egw_message {
* @version $Id$ * @version $Id$
*/ */
h1 { h1 {
font-size: 300%; font-size: 200%;
/*line-height: 330%;*/ /*line-height: 330%;*/
margin: 0.4em 0 0; margin: 0.4em 0 0;
font-weight: normal; font-weight: normal;
} }
.headline_h1 { .headline_h1 {
font-size: 300%; font-size: 200%;
/*line-height: 330%;*/ /*line-height: 330%;*/
margin: 0.4em 0 0; margin: 0.4em 0 0;
} }
h2 { h2 {
font-size: 250%; font-size: 150%;
/*line-height: 270%;*/ /*line-height: 270%;*/
margin: 0.6em 0 0; margin: 0.6em 0 0;
} }
.headline_h2 { .headline_h2 {
font-size: 250%; font-size: 150%;
/*line-height: 270%;*/ /*line-height: 270%;*/
margin: 0.6em 0 0; margin: 0.6em 0 0;
font-weight: lighter; font-weight: lighter;
} }
h3 { h3 {
font-size: 200%; font-size: 130%;
/*line-height: 220%;*/ /*line-height: 220%;*/
margin: 0.8571em 0 0; margin: 0.8571em 0 0;
} }
.headline_h3 { .headline_h3 {
font-size: 200%; font-size: 130%;
/*line-height: 220%;*/ /*line-height: 220%;*/
margin: 0.8571em 0 0; margin: 0.8571em 0 0;
} }
@ -3478,12 +3478,12 @@ h3 a {
color: #999999; color: #999999;
} }
h4 { h4 {
font-size: 150%; font-size: 110%;
/*line-height: 160%;*/ /*line-height: 160%;*/
margin: 1.125em 0 0; margin: 1.125em 0 0;
} }
.headline_h4 { .headline_h4 {
font-size: 150%; font-size: 110%;
/*line-height: 160%;*/ /*line-height: 160%;*/
margin: 1.125em 0 0; margin: 1.125em 0 0;
} }

View File

@ -14,38 +14,38 @@
@import (reference) "definitions.less"; @import (reference) "definitions.less";
//############################################################################################################## //##############################################################################################################
h1 { h1 {
font-size: 300%; font-size: 200%;
/*line-height: 330%;*/ /*line-height: 330%;*/
margin: 0.4em 0 0; margin: 0.4em 0 0;
font-weight: normal; font-weight: normal;
} }
.headline_h1 { .headline_h1 {
font-size: 300%; font-size: 200%;
/*line-height: 330%;*/ /*line-height: 330%;*/
margin: 0.4em 0 0; margin: 0.4em 0 0;
} }
h2 { h2 {
font-size: 250%; font-size: 150%;
/*line-height: 270%;*/ /*line-height: 270%;*/
margin: 0.6em 0 0; margin: 0.6em 0 0;
} }
.headline_h2 { .headline_h2 {
font-size: 250%; font-size: 150%;
/*line-height: 270%;*/ /*line-height: 270%;*/
margin: 0.6em 0 0; margin: 0.6em 0 0;
font-weight: lighter; font-weight: lighter;
} }
h3 { h3 {
font-size: 200%; font-size: 130%;
/*line-height: 220%;*/ /*line-height: 220%;*/
margin: 0.8571em 0 0; margin: 0.8571em 0 0;
} }
.headline_h3 { .headline_h3 {
font-size: 200%; font-size: 130%;
/*line-height: 220%;*/ /*line-height: 220%;*/
margin: 0.8571em 0 0; margin: 0.8571em 0 0;
} }
@ -55,12 +55,12 @@ h3 a {
} }
h4 { h4 {
font-size: 150%; font-size: 110%;
/*line-height: 160%;*/ /*line-height: 160%;*/
margin: 1.125em 0 0; margin: 1.125em 0 0;
} }
.headline_h4 { .headline_h4 {
font-size: 150%; font-size: 110%;
/*line-height: 160%;*/ /*line-height: 160%;*/
margin: 1.125em 0 0; margin: 1.125em 0 0;
} }