Lompat ke isi

Templat:Proyek Jatayu/styles.css: Perbedaan antara revisi

Dari Wikipedia bahasa Indonesia, ensiklopedia bebas
Konten dihapus Konten ditambahkan
Gunarta (WMID) (bicara | kontrib)
Tidak ada ringkasan suntingan
kTidak ada ringkasan suntingan
 
Baris 55: Baris 55:
.emakumeak-hover {
.emakumeak-hover {
background: white;
background: white;
color: #9400d3;
color: #f7921e;
border-bottom: 2px solid #9400d3;
border-bottom: 2px solid #f7921e;
padding: 10px;
padding: 10px;
width:25%;
width:25%;
Baris 62: Baris 62:


.emakumeak-hover:hover {
.emakumeak-hover:hover {
background: #9400d3;
background: #f7921e;
color: white;
color: white;
}
}
Baris 68: Baris 68:
.txikipedia-hover {
.txikipedia-hover {
background: white;
background: white;
color: #00af89;
color: #fc6e52;
border-bottom: 2px solid #00af89;
border-bottom: 2px solid #fc6e52;
padding: 10px;
padding: 10px;
width:25%;
width:25%;
Baris 75: Baris 75:


.txikipedia-hover:hover {
.txikipedia-hover:hover {
background: #00af89;
background: #fc6e52;
color: white;
color: white;
}
}
Baris 85: Baris 85:
.udalerriak-hover:hover a {color: white;}
.udalerriak-hover:hover a {color: white;}


.emakumeak-hover a {color: #9400d3;}
.emakumeak-hover a {color: #f7921e;}
.emakumeak-hover:hover a {color: white;}
.emakumeak-hover:hover a {color: white;}


.txikipedia-hover a {color: #00af89;}
.txikipedia-hover a {color: #fc6e52;}
.txikipedia-hover:hover a {color: white;}
.txikipedia-hover:hover a {color: white;}



Revisi terkini sejak 28 Oktober 2021 02.32

.funtsezkoak {
background: #d33; 
color: white; 
padding: 10px; 
width:25%;
}

.udalerriak {
background: #36c; 
color: white; 
padding: 10px; 
width:25%;
}

.emakumeak {
background: #f7921e; 
color: white; 
padding: 10px; 
width:25%;
}

.txikipedia {
background: #fc6e52; 
color: white; 
padding: 10px; 
width:25%;
}

.funtsezkoak-hover {
background: white; 
color: #d33;
border-bottom: 2px solid #d33;
padding: 10px; 
width:25%;
}

.funtsezkoak-hover:hover {
background: #d33; 
color: white;
}

.udalerriak-hover {
background: white; 
color: #36c;
border-bottom: 2px solid #36c;
padding: 10px; 
width:25%;
}

.udalerriak-hover:hover {
background: #36c; 
color: white;
}

.emakumeak-hover {
background: white; 
color: #f7921e;
border-bottom: 2px solid #f7921e;
padding: 10px; 
width:25%;
}

.emakumeak-hover:hover {
background: #f7921e; 
color: white;
}

.txikipedia-hover {
background: white; 
color: #fc6e52;
border-bottom: 2px solid #fc6e52;
padding: 10px; 
width:25%;
}

.txikipedia-hover:hover {
background: #fc6e52; 
color: white;
}

.funtsezkoak-hover a {color: #d33;}
.funtsezkoak-hover:hover a {color: white;}

.udalerriak-hover a {color: #36c;}
.udalerriak-hover:hover a {color: white;}

.emakumeak-hover a {color: #f7921e;}
.emakumeak-hover:hover a {color: white;}

.txikipedia-hover a {color: #fc6e52;}
.txikipedia-hover:hover a {color: white;}

.funtsezkoak {
  transition: all 2s;
}