"Şablon:GunuOnemlileri/styles.css" sayfasının sürümleri arasındaki fark

Mersin Kent Ansiklopedisi sitesinden
Gezinti kısmına atla Arama kısmına atla
16. satır: 16. satır:
  
 
.line{
 
.line{
width:2px;
+
  width: 1px;
height:100%;
+
  background: rgba(0,0,0,0.22);
background:black;
 
 
}
 
}
  

13.35, 17 Şubat 2021 tarihindeki hâli

.section-wrapper{
  display:flex;
  justify-content:center;
}

@media only screen and (max-width: 600px) {
  .section-wrapper {
    flex-direction:column;
  }
}

.section-wrapper > img, .thumb .thumbinner{
	width:100% !important;
	height:100%;
}

.line{
   width: 1px;
   background: rgba(0,0,0,0.22);
}

.section-wrapper h3{
  margin: 0px 10px 10px 0;
  padding:10px;
}

.daily-elem .elem-img > img{
	width:150px;

}
.section-wrapper .daily-elem, .section-wrapper .monthly{
  flex:1;
}

.section-wrapper .monthly .monthly-inner .floatright img {
	min-height: 150px;
}

pre{
	display: none;
}