"Şablon:KategoriMenu/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
(".kategoriler{ width:100%; height:30px; } .kategoriler ul { padding-left:100px; padding-right:100px; list-style:none; display:flex; justify-cont..." içeriğiyle yeni sayfa oluşturdu)
 
26. satır: 26. satır:
 
   padding-top:10px;
 
   padding-top:10px;
 
    
 
    
 +
}
 +
 +
li a {
 +
text-decoration:none;
 +
color:white;
 
}
 
}
  

00.52, 15 Mart 2021 tarihindeki hâli

.kategoriler{
  width:100%;
  height:30px;
}

.kategoriler ul {
  padding-left:100px;
  padding-right:100px;
  list-style:none;
  display:flex;
  justify-content:space-between;
  align-items:center;
  height:100%;
}

li{
  cursor:pointer;
  width:100%;
  text-align:center;
  font-size:17px;
  font-weight:bold;
  font-family:sans-serif;
  color:white;
  letter-spacing:3px;
  height:100%;
  padding-top:10px;
  
}

li a {
	text-decoration:none;
	color:white;
}

li:nth-child(2n-1){
  background:rgba(137,179,80,0.86);
  border: 1px solid rgb(137,179,80);
}
li:nth-child(2n){
  background:rgba(245,152,33,0.75);
  border: 1px solid rgb(245,152,33);
}