Templat:Wiki Jelajah 2.0/bulan/styles.css

Dari Wikipedia bahasa Indonesia, ensiklopedia bebas
.agustus {
background: #d33; 
color: white; 
padding: 10px; 
width:16.66%;
}

.september {
background: #ff5500; 
color: white; 
padding: 10px; 
width:16.66%;
}

.oktober {
background: #f70aff; 
color: white; 
padding: 10px; 
width:16.66%;
}

.november {
background: #00af89; 
color: white; 
padding: 10px; 
width:16.66%;
}

.desember {
background: #6bfaab; 
color: white; 
padding: 10px; 
width:16.66%;
}

.januari {
background: #0afbff; 
color: white; 
padding: 10px; 
width:16.66%;
}

.agustus-hover {
background: white; 
color: #d33;
border-bottom: 2px solid #d33;
padding: 10px; 
width:16.66%;
}

.agustus-hover:hover {
background: #d33; 
color: white;
}

.september-hover {
background: white; 
color: #ff5500;
border-bottom: 2px solid #ff5500;
padding: 10px; 
width:16.66%;
}

.september-hover:hover {
background: #ff5500; 
color: white;
}

.oktober-hover {
background: white; 
color: #f70aff;
border-bottom: 2px solid #f70aff;
padding: 10px; 
width:16.66%;
}

.oktober-hover:hover {
background: #f70aff; 
color: white;
}

.november-hover {
background: white; 
color: #00af89;
border-bottom: 2px solid #00af89;
padding: 10px; 
width:16.66%;
}

.november-hover:hover {
background: #00af89; 
color: white;
}

.desember-hover {
background: white; 
color: #6bfaab;
border-bottom: 2px solid #6bfaab;
padding: 10px; 
width:16.66%;
}

.desember-hover:hover {
background: #6bfaab; 
color: white;
}

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

.januari-hover:hover {
background: #0afbff; 
color: white;
}

.agustus-hover a {color: #d33;}
.agustus-hover:hover a {color: white;}

.september-hover a {color: #ff5500;}
.september-hover:hover a {color: white;}

.oktober-hover a {color: #f70aff;}
.oktober-hover:hover a {color: white;}

.november-hover a {color: #00af89;}
.november-hover:hover a {color: white;}

.desember-hover a {color: #6bfaab;}
.desember-hover:hover a {color: white;}

.januari-hover a {color: #0afbff;}
.januari-hover:hover a {color: white;}

.agustus {
  transition: all 2s;
}

.tabelwarna a:link {color: white;}
.tabelwarna a:visited {color: yellow;}