Templat:Proyek Jatayu/styles.css

.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;
}