Templat:Proyek Jatayu/styles.css: Perbedaan antara revisi
Tampilan
Konten dihapus Konten ditambahkan
Tidak ada ringkasan suntingan |
kTidak ada ringkasan suntingan |
||
Baris 55: | Baris 55: | ||
.emakumeak-hover { |
.emakumeak-hover { |
||
background: white; |
background: white; |
||
color: # |
color: #f7921e; |
||
border-bottom: 2px solid # |
border-bottom: 2px solid #f7921e; |
||
padding: 10px; |
padding: 10px; |
||
width:25%; |
width:25%; |
||
Baris 62: | Baris 62: | ||
.emakumeak-hover:hover { |
.emakumeak-hover:hover { |
||
background: # |
background: #f7921e; |
||
color: white; |
color: white; |
||
} |
} |
||
Baris 68: | Baris 68: | ||
.txikipedia-hover { |
.txikipedia-hover { |
||
background: white; |
background: white; |
||
color: # |
color: #fc6e52; |
||
border-bottom: 2px solid # |
border-bottom: 2px solid #fc6e52; |
||
padding: 10px; |
padding: 10px; |
||
width:25%; |
width:25%; |
||
Baris 75: | Baris 75: | ||
.txikipedia-hover:hover { |
.txikipedia-hover:hover { |
||
background: # |
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: # |
.emakumeak-hover a {color: #f7921e;} |
||
.emakumeak-hover:hover a {color: white;} |
.emakumeak-hover:hover a {color: white;} |
||
.txikipedia-hover a {color: # |
.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;
}