Templat:EUforia Wiki4Peace/styles.css

Dari Wikipedia bahasa Indonesia, ensiklopedia bebas
.utama {
background: #0066cc; 
color: white; 
padding: 10px; 
width:25%;
}

.teknis {
background: #ffcc00; 
color: white; 
padding: 10px; 
width:25%;
}

.panduan {
background: #0066cc; 
color: white; 
padding: 10px; 
width:25%;
}

.tanya {
background: #ffcc00; 
color: white; 
padding: 10px; 
width:25%;
}

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

.utama-hover:hover {
background: #0066cc; 
color: white;
}

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

.teknis-hover:hover {
background: #ffcc00; 
color: white;
}

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

.panduan-hover:hover {
background: #0066cc; 
color: white;
}

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

.tanya-hover:hover {
background: #ffcc00; 
color: white;
}

.utama-hover a {color: #0066cc;}
.utama-hover:hover a {color: white;}

.teknis-hover a {color: #ffcc00;}
.teknis-hover:hover a {color: white;}

.panduan-hover a {color: #0066cc;}
.panduan-hover:hover a {color: white;}

.tanya-hover a {color: #ffcc00;}
.tanya-hover:hover a {color: white;}

.utama {
  transition: all 2s;
}