body{
  background-image:url('https://files.cnblogs.com/files/markheng2014/blogbg.gif');
}
a#lnkBlogLogo{
  background-image:-webkit-linear-gradient(to top,rgb(245,79,37) 0,rgb(245,79,37) 25%,rgb(254,184,1) 26%,rgb(254,184,1) 50%,rgb(2,164,239) 51%, rgb(2,164,239) 75%,rgb(129,185,2) 76%);
  background-image:linear-gradient(to top,rgb(245,79,37) 0,rgb(245,79,37) 25%,rgb(254,184,1) 26%,rgb(254,184,1) 50%,rgb(2,164,239) 51%, rgb(2,164,239) 75%,rgb(129,185,2) 76%);
}
#navList a[href="https://www.cnblogs.com/markheng2014/"]{
    border-bottom: 2px dashed rgb(245,79,37);
}
#navList a[href="https://i.cnblogs.com/EditPosts.aspx?opt=1"] {
    border-bottom:2px dashed rgb(254,184,1);
}
#navList a[href="https://msg.cnblogs.com/send/Mark_Heng"] {
    border-bottom:2px dashed rgb(2,164,239);
}
#navList a[href="https://www.cnblogs.com/markheng2014/rss"] {
    border-bottom:2px dashed rgb(129,185,2) ;
}
#navList a:hover{
   border-bottom-style:solid;
}
#blogTitle h2 {
   display:inline-block;
   float:right;
}