Lompat ke isi

Templat:Proyek Jatayu/bulan/styles.css

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

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

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

.februari {
background: #47835B; 
color: white; 
padding: 10px; 
width:16.66%;
}

.maret {
background: #F7921E; 
color: white; 
padding: 10px; 
width:16.66%;
}

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

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

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

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

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

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

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

.februari-hover:hover {
background: #47835B; 
color: white;
}

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

.maret-hover:hover {
background: #F7921E; 
color: white;
}

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

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

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

.februari-hover a {color: #47835B;}
.februari-hover:hover a {color: white;}

.maret-hover a {color: #F7921E;}
.maret-hover:hover a {color: white;}

.november {
  transition: all 2s;
}

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