Templat:WikiGalir/panduan/styles.css

Dari Wikipedia bahasa Indonesia, ensiklopedia bebas
.naskah {
background: #990000; 
color: white; 
padding: 10px; 
width:33.33%;
}

.rekaman {
background: #339966; 
color: white; 
padding: 10px; 
width:33.33%;
}

.contoh {
background: #006699; 
color: white; 
padding: 10px; 
width:33.33%;
}

.naskah-hover {
background: white; 
color: #990000;
border-bottom: 2px solid #990000;
padding: 10px; 
width:33.33%;
}

.naskah-hover:hover {
background: #990000; 
color: white;
}

.rekaman-hover {
background: white; 
color: #339966;
border-bottom: 2px solid #339966;
padding: 10px; 
width:33.33%;
}

.rekaman-hover:hover {
background: #339966; 
color: white;
}

.contoh-hover {
background: white; 
color: #006699;
border-bottom: 2px solid #006699;
padding: 10px; 
width:33.33%;
}

.contoh-hover:hover {
background: #006699; 
color: white;
}

.naskah-hover a {color: #990000;}
.naskah-hover:hover a {color: white;}

.rekaman-hover a {color: #339966;}
.rekaman-hover:hover a {color: white;}

.contoh-hover a {color: #006699;}
.contoh-hover:hover a {color: white;}

.naskah {
  transition: all 2s;
}