Şablon:GunuOnemlileri/styles.css

Mersin Kent Ansiklopedisi sitesinden
Gezinti kısmına atla Arama kısmına atla
.section-wrapper{
  display:flex;
  justify-content:center;
}

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

@media only screen and (max-width: 600px) {
 .section-wrapper .monthly .monthly-inner .floatright{
 	float:none;
 	margin:0;
 }
}

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

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

.section-wrapper h3{
  margin-bottom: 10px;
  padding:10px;
  text-shadow: 1px 1px 4px black;
}

.section-wrapper h3 span a{
  color:white;
}

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

}
.section-wrapper .daily-elem, .section-wrapper .monthly{
  flex:1;
  margin:10px;
  padding:10px;
}

.section-wrapper .monthly h3 {
	background: rgba(137, 179, 80, 0.86);
    color: white;
    border: 1px solid rgb(137, 179, 80);
}

.section-wrapper .daily-elem h3 {
	background:rgba(245, 152, 33, 0.75);
    color: white;
    border: 1px solid rgb(245, 152, 33);
}

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

pre{
	display: none;
}