Değişiklikler

Gezinti kısmına atla Arama kısmına atla

Şablon:KategoriMenu/styles.css

87 bayt eklendi, 00.57, 15 Mart 2021
değişiklik özeti yok
4. satır: 4. satır:  
}
 
}
   −
.kategoriler ul {
+
.kategoriler .kategori-list {
 
   padding-left:100px;
 
   padding-left:100px;
 
   padding-right:100px;
 
   padding-right:100px;
14. satır: 14. satır:  
}
 
}
   −
li{
+
.kategori-list li{
 
   cursor:pointer;
 
   cursor:pointer;
 
   width:100%;
 
   width:100%;
28. satır: 28. satır:  
}
 
}
   −
li a {
+
.kategori-list li a {
 
text-decoration:none;
 
text-decoration:none;
 
color:white;
 
color:white;
 
}
 
}
   −
li a:visited {
+
.kategori-list li a:visited {
 
color:white;
 
color:white;
 
}
 
}
   −
li:nth-child(2n-1){
+
.kategori-list li:nth-child(2n-1){
 
   background:rgba(137,179,80,0.86);
 
   background:rgba(137,179,80,0.86);
 
   border: 1px solid rgb(137,179,80);
 
   border: 1px solid rgb(137,179,80);
 
}
 
}
li:nth-child(2n){
+
.kategori-list li:nth-child(2n){
 
   background:rgba(245,152,33,0.75);
 
   background:rgba(245,152,33,0.75);
 
   border: 1px solid rgb(245,152,33);
 
   border: 1px solid rgb(245,152,33);
 
}
 
}

Gezinti menüsü