]> git.0d.be Git - panikweb.git/commitdiff
Fixing title &police sizes
authorlaron <simon@surlaterre.org>
Thu, 15 Aug 2013 15:28:52 +0000 (17:28 +0200)
committerlaron <simon@surlaterre.org>
Thu, 15 Aug 2013 17:03:35 +0000 (19:03 +0200)
panikweb_templates/static/css/style.less
panikweb_templates/static/css/tags.less

index aa36c577821ad53f6990f32694e205263f1bffad..c999b2f0bb105e4a30b8efe36e46afb9a91f2345 100644 (file)
@@ -321,12 +321,17 @@ body {
 .emission nav a.active, .emission nav a:hover{
     border-bottom: 3px solid @black;text-decoration:none;
 }
-.emission .metas {
+
+.emission-detail .title{
+       .squash(0.5);
+       text-transform: uppercase;
+}
+.emission-detail .metas {
     float: left;
     width: 40%;
     margin: 0 1em 1em 0 ;
     }
-.emission .logo{max-width:50%;}
+.emission-detail .logo{max-width:50%;}
 @media screen and (max-width: 300px) {
        .emission-metas {
                float: none;
@@ -335,13 +340,13 @@ body {
        }
        .emission .logo{max-width:100%;}
 }
-.emission .schedule{
+.emission-detail .schedule{
        font-family: RE03;
        line-height: 175%;
        font-size: 17.6px;
        text-transform: inherit;
 }
-.emission .control {
+.emission-detail .control {
     text-transform: uppercase;
     font-family: Reglo;
     font-size:@m;    
@@ -357,7 +362,7 @@ body {
 .emission .control .listen{
        line-height:5em;
 }
-.emission .URL{
+.emission .website{
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
@@ -500,6 +505,9 @@ ul.tagsArchives li {
        border: 2px solid @black;
 }
 
+.episode-detail .title{
+
+}
 .episode-detail .date{
        float: left;
 }
index b73d3abc72b9cfa86ebd9f425b362655940421ea..5b5b39d405a70854ab4736b898c918d352da5823 100644 (file)
@@ -32,31 +32,21 @@ img {
 }
 h1, h2, h3, h4, h5{
        font-family: Reglo;
-       text-transform: uppercase;
-       .squash(0.5);
-       margin-bottom:1em;
 }
-h3{
-       .squash(1, 2);
-}
- h4, h5{
+h4, h5{
        font-family: RE03;
 }
-h1 {
-       font-size: @l*3;
-}
-h2 {
-       font-size: @l*2;
-}
-h3 {
-       font-size: @l*1.2;
-}
-h4 {
-       font-size: @m*1.1;
-}
-h5 {
-       font-size: @s;
-}
+h1 {   font-size: @l*3;}
+h2 {   font-size: @l*2;}
+h3 {   font-size: @l*1.2;}
+h4 {   font-size: @l;}
+h5 {   font-size: @m;}
+
+article h1 {   font-size: @m*2;}
+article h2 {   font-size: @m*1.5;}
+article h3 {   font-size: @m*1.2;}
+article h4 {   font-size: @m;}
+article h5 {   font-size: @m*0.8;}
 
 ul, ol, dl {
     margin: 0 0 @m @m;