diff --git a/css/styleHangar.css b/css/styleHangar.css index 1fbea1b..8961477 100644 --- a/css/styleHangar.css +++ b/css/styleHangar.css @@ -135,6 +135,16 @@ display: flex; margin-right: 35px; } + .indexall.wide .boxentry h2.index { + /* same style as #content.unic h2, #content.resultats h2 */ + color: #0043f6; + text-transform: unset; + font-weight: normal; + font-size: 20px; + line-height: 20px; + margin-bottom: 20px; + padding:0; + } /* WIDGET HOME HERO ------------------------------------------*/ aside.hero { @@ -329,12 +339,15 @@ } } @media screen and (min-width: 754px) { - .indexall.wide{ + .indexall.wide { width: auto; } .indexall.wide .boxentry { width: 100%; } + .indexall.wide .contentcurt { + column-count: 2; + } } @media screen and (min-width: 1920px) { /* WIDGET HOME HERO diff --git a/seccions-wide.php b/seccions-wide.php index 94af267..0a42292 100644 --- a/seccions-wide.php +++ b/seccions-wide.php @@ -25,7 +25,10 @@ get_header(); ?> the_post_thumbnail('thumbnail'); ?>

-
+
+ + +
'' ) ); ?> diff --git a/style.css b/style.css index 840cc7c..eaf4cd0 100644 --- a/style.css +++ b/style.css @@ -47,7 +47,7 @@ body { background-image: url('images/motiufons.gif'); background-repeat:repeat-x repeat-y; background-color: transparent; - font-size:12px; + font-size: 0.8rem /*12px*/; font-family:'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif; letter-spacing: 1px; } @@ -68,7 +68,7 @@ body { #wrap { max-width: 1267px; - margin: 0 0 0 20px; + margin: 0 0 0 1rem; } @@ -92,7 +92,7 @@ body { } @media screen and (min-width:768px) { #main { - margin-left: 250px; + /* margin-left: 250px;*/ } } @@ -124,7 +124,7 @@ body { #footer { padding: 0px 0px 30px 0px; clear: both; - font-size: 12px; + font-size: 1rem; background-color: #f1f1f1; bottom: 0; position: relative; @@ -159,7 +159,7 @@ body { display:block; margin:0; padding: 8px 8px 10px 0; - font-size:12px; + font-size: 0.8rem; margin-right: 30px; } .languages ul li, ul.diversos li{display:inline;} @@ -191,21 +191,8 @@ li.news a:hover{background: transparent url('images/newshover.png') no-repeat 0 /* contingut */ - -/*#content .indexall{ - width:88%; - margin:0px 0px 20px 0px; - padding:0px 0px 0px 2%; - float:left; - font-size: 12px; -}*/ -/*.indexall.wide { - width: calc(100vw - 350px); - overflow: hidden; -}*/ - #content.unic, #content.mix, #content.resultats { - width:480px; + width:45rem; z-index:4; float:left; } @@ -571,7 +558,8 @@ ul.sidebar li.widget_sociallinks a.delicious { #content.unic #pagina, #content.unic .post, #content.resultats #pagina { background-color: #FFFFFF; padding: 23px 16px 10px; - width: 448px; + /*width: 448px;*/ + width: auto; min-height: 600px; /* sense sponsors 600px*/ margin-bottom:20px; }