Modify the default style blog garden calendar

 

 

 

We know that the blog is a garden style duplex default calendar, a bit ugly.

I want to change that is similar to WIN10 style.

 

The code.

#blogCalendar td{
color:#fff;
}
#blogCalendar td.CalOtherMonthDay{
color:gray;
}
#blogCalendar td a:link{
color:#fff;
background-color:blue;
border-radius:2px;
}

#blogCalendar th.CalDayHeader{
color:#fff
}

#blogCalendar td.CalNextPrev a:link{
color:#fff;
background-color:transparent;
}

.CalTitle, .CalDayHeader, #blogCalendar{
background-color:#000;
}

The effect is like that.

 

Although still quite like.

the above.

 

Guess you like

Origin www.cnblogs.com/foxcharon/p/11357080.html