Templat:WikiGalir/styles.css

Revisi sejak 8 Agustus 2022 04.58 oleh Dimas H (WMID) (bicara | kontrib) (Kompetisi baru)
(beda) ← Revisi sebelumnya | Revisi terkini (beda) | Revisi selanjutnya → (beda)
.utama {
background: #990000; 
color: white; 
padding: 10px; 
width:25%;
}

.hadiah {
background: #339966; 
color: white; 
padding: 10px; 
width:25%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.utama {
  transition: all 2s;
}