﻿/*Tags css*/
.tags {
  list-style: none;
  margin: 0;
  overflow: hidden; 
  padding: 0;
}

.tags li {
  float: left; 
}

.tag {
	font-size: 15px;
    line-height: 30px;
    font-family: "微軟正黑體", "Roboto", sans-serif;
  /*background: #eee; */ background: #a8d9eb;
  border-radius: 3px 0 0 3px;
  color: #666;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}

.tag::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}

.tag::after {
  background: #fff;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #a8d9eb;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}

.tag:hover {
  background-color: #3399cc;
  color: white;
}

.tag:hover::after {
   border-left-color: #3399cc; 
}		

	
	
/*Tags css*/
.tags_2 {
  list-style: none;
  margin: 0;
  overflow: hidden; 
  padding: 0;
}

.tags_2 li {
  float: left; 
}

.tag_2 {
	font-size: 15px;
    line-height: 30px;
    font-family: "微軟正黑體", "Roboto", sans-serif;
  /*background: #eee; */ background: #e6e2e9;
  border-radius: 3px 0 0 3px;
  color: #999;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}

.tag_2::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}

.tag_2::after {
  background: #fff;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #e6e2e9;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}

.tag_2:hover {
  background-color: #6e639b;
  color: white;
}

.tag_2:hover::after {
   border-left-color: #6e639b; 
}
