fixing hard
This commit is contained in:
+21
-18
@@ -41,7 +41,7 @@ body{font-family:lato, arial;}
|
||||
}
|
||||
|
||||
.searchBar input{
|
||||
width:185px;
|
||||
width:160px;
|
||||
border-radius: 6px;
|
||||
border: none;
|
||||
padding: 5px 25px 5px 5px;
|
||||
@@ -63,7 +63,7 @@ body{font-family:lato, arial;}
|
||||
z-index:5;
|
||||
}
|
||||
.hiddenMenu > ul{list-style:none;padding:0px;margin:0px;}
|
||||
.categoryVoice{font-size:12px;}
|
||||
.categoryVoice{font-size:12pt;font-family:"Bebas Neue";}
|
||||
.categoryVoice:hover{background-color:#0069a3;}
|
||||
.categoryVoice > a {padding:10px 9px;display:block;color:white;font-weight:bold;}
|
||||
|
||||
@@ -74,7 +74,7 @@ body{font-family:lato, arial;}
|
||||
.footer > div{text-align:center;color:white;margin-top:5px;}
|
||||
|
||||
.leftBarNews{
|
||||
width: 600px;
|
||||
width:560px;
|
||||
margin-top: -1px;
|
||||
border: none;
|
||||
display: inline-block;
|
||||
@@ -179,11 +179,11 @@ display: inline-block;
|
||||
.mediaContent *{max-height:100%;max-width:100%;}
|
||||
.mediaContent > a{height:100%; width:100%;display:inline-block;}
|
||||
|
||||
.ansaImage{display:inline-block;margin:5px 7px;width:280px; height:153px; overflow:hidden;text-align:center;}
|
||||
.ansaNews{margin-top:2px;width:300px;cursor:pointer;}
|
||||
.ansaTitolo{font-weight:bold;font-size:20px;text-align:justify;}
|
||||
.ansaSottotitolo{font-size:17px;color:#767676;text-align:justify;}
|
||||
.ansaTesto{color:#5aa8d8;font-weight:bold;text-align:justify;}
|
||||
.ansaImage{display:inline-block;margin:5px 7px;width:260px; height:133px; overflow:hidden;text-align:center;}
|
||||
.ansaNews{margin-top:2px;width:280px;cursor:pointer;}
|
||||
.ansaTitolo{font-weight:bold;font-size:15pt;text-align:left;}
|
||||
.ansaSottotitolo{font-size:12pt;color:#767676;text-align:left;}
|
||||
.ansaTesto{color:#5aa8d8;font-weight:bold;text-align:left;font-size:12pt;}
|
||||
.ansaTesto > p{margin:0px;text-align:justify;}
|
||||
|
||||
|
||||
@@ -223,18 +223,20 @@ display: inline-block;
|
||||
|
||||
.news{position:relative;margin:10px 0px;display:inline-block;vertical-align:top;/* max-height:270px; *//* height:270px; */}
|
||||
.newsSport{position:relative;margin:10px 0px;display:inline-block;vertical-align:top;/* max-height:262px; *//* height:262px; */}
|
||||
.newsSummary{width:190px;display:inline-block;cursor:pointer;}
|
||||
.newsMainMedia{width:185px;height:102px;overflow:hidden;margin-bottom:25px;text-align:center;}
|
||||
.newsSummary{width:180px;display:inline-block;cursor:pointer;}
|
||||
.newsMainMedia{width:175px;height:102px;overflow:hidden;margin-bottom:25px;text-align:center;}
|
||||
.newsTitle{font-weight:bold;margin-bottom:5px;text-align:left;font-size:14px;}
|
||||
.newsSubTitle{margin-bottom:10px;text-align:left;font-size:13px;}
|
||||
.continue{vertical-align:bottom;position:absolute;bottom:0; left:0;}
|
||||
|
||||
.newsContainer > .newsSport:first-child{border:0px;border-right:solid #d6d6d6 1px;}
|
||||
.sportSummary{width:290px;margin:10px 0px;display:inline-block;vertical-align:top;/* height:262px; *//* max-height:262px; */cursor:pointer;}
|
||||
.sportSummary .newsMainMedia{width:280px;height:163px;}
|
||||
.sportSummary{width:275px;margin:10px 0px;display:inline-block;vertical-align:top;/* height:262px; *//* max-height:262px; */cursor:pointer;}
|
||||
.sportSummary .newsMainMedia{width:270px;height:163px;}
|
||||
.sportSummary .newsTitle{padding-left:10px;}
|
||||
.sportSummary .newsSubTitle{padding-left:10px;}
|
||||
.middleBarNews{
|
||||
display:inline-block;
|
||||
width:170px;
|
||||
width:190px;
|
||||
/* max-height:1380px; */
|
||||
/* height:1380px; */
|
||||
/* background-color:#f4f4f4; */
|
||||
@@ -249,7 +251,7 @@ display: inline-block;
|
||||
.titleContainer > .categoryTitle{font-weight:bold; font-size:10pt;}
|
||||
.titleContainer > .culturaLine{height: 3px;background-color: #339cd5;}
|
||||
.ristorantiBlock, .culturaNews{
|
||||
text-align:center;
|
||||
text-align:left;
|
||||
margin-top: 5px;
|
||||
margin-bottom:10px;
|
||||
border:dashed #C1B4B4 1px;
|
||||
@@ -258,6 +260,7 @@ display: inline-block;
|
||||
border-left:0px;
|
||||
/* max-height:165px; */
|
||||
cursor:pointer;
|
||||
font-weight:bold;
|
||||
}
|
||||
.ristorantiBlock:last-child{border-bottom:none;}
|
||||
.culturaMainMedia{
|
||||
@@ -268,16 +271,16 @@ display: inline-block;
|
||||
}
|
||||
.culturaMainMedia > img{max-height: 100px;}
|
||||
.culturaMainMedia.mediaContent > iframe{min-height:150px;max-height:180px;}
|
||||
.culturaTitle{text-align: left;font-size: 12px;}
|
||||
.culturaTitle{text-align: left;font-size: 12px;font-weight:bold;}
|
||||
.ristorantiBlock .ristorantiLink > a, .culturaNews .culturaLink > a{color:#3498d4;font-size:13px;}
|
||||
.middleBanner{height:115px; width:150px;}
|
||||
.middleBanner{height:142px; width:190px;}
|
||||
.middleBanner > img{max-height:100px;max-width:220px;}
|
||||
|
||||
.ristorantiCol{margin-top:10px;text-align:center;}
|
||||
.ristorantiTitle{margin-top:10px;font-size:12px;}
|
||||
.rightBarNews{
|
||||
display:inline-block;
|
||||
width:190px;
|
||||
width:210px;
|
||||
/*max-height:1380px;*/
|
||||
/* height:1380px; */
|
||||
vertical-align:top;
|
||||
@@ -296,7 +299,7 @@ display: inline-block;
|
||||
.meteo .day{font-size:11pt;text-align:center; font-weight:bold;}
|
||||
.meteo div span{font-weight:bold;}
|
||||
|
||||
.middleRightBanner{width: 160px;overflow: hidden;height: 120px;margin: 5px 0;}
|
||||
.middleRightBanner{width:190px;overflow: hidden;height: 142px;margin: 5px 0;}
|
||||
.middleRightBanner > img{max-width:220px; max-heigth:200px;}
|
||||
|
||||
.reader > .lastContainer, .lastContainer{/* max-height:120px */;padding:5px;;border-bottom:dotted #C1B4B4 1px;cursor:pointer;}
|
||||
|
||||
Reference in New Issue
Block a user