#site-title {
font-family:'Wendy One',sans-serif;
}

html,body {
background-color:#f2f2f2;
color:#666;
}

.e-introduction {
width:99%;
}

.border-light-grey {
border-color:#ccc!important;
}

.bg-info-text {
background-color:rgba(190,229,235,.31);
}

h1 {
font-size:2rem;
font-weight:700;
}

h2,h3 {
font-size:1.3rem;
}

h3 {
border-bottom:1px solid#000;
}

.table {
margin-bottom:0;
}

.table-ascii td,.table-ascii th,.table-symbol td,.table-symbol th {
text-align: center;      /* 水平居中 */
vertical-align: middle;  /* 垂直居中 */
}

.table-ascii.detail td,.table-ascii td:last-child,.table-ascii th:last-child,.table-symbol.detail td,.table-symbol td:last-child,.table-symbol th:last-child {
text-align:left;
}

.table-symbol td:nth-child(6) {
font-size:120%;
}

.table-color td:first-child {
-webkit-print-color-adjust:exact;
}

.table-xs td,.table-xs th {
padding:.1rem.4rem;
}

.table-header,.table-header>td,.table-header>th {
color:#fff;
background-color:#009688;
font-weight:300;
}

.table-hover.table-header:hover>td,.table-hover.table-header:hover>th {
color:#fff;
background-color:#24A99D;
}


.bg-yellow {
  font-size: 2rem;
	
  transition: background-color 0.3s ease; 
}
.bg-yellow:hover {
  background-color: #ffeb3b;
}
.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip .tooltiptext {
  visibility: hidden;
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 4px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.esymbol {
  font-size: 24px;
  cursor: pointer;

}
.esymbol:hover {
background-color: #FFF;
}

/*2025-08-04*/

.e_symbol {
  width: 75px;
  height: 75px;
  
  font-size: 28px;
  cursor: pointer;
  background: white;
  border: 2px solid #ddd;
  border-radius: 5px;
  position: relative;
  transition: all 0.3s;
}
/*  */
.e_symbol:hover::after {
  content: "Click to copy";
  position: absolute;
  bottom: calc(100% + 15px);
  left: 50%;
  transform: translateX(-50%);
  background: black;
  color: white;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 14px;
  white-space: nowrap;
  z-index: 10;
}
/*  */
.e_symbol:hover::before {
  content: "";
  position: absolute;
  bottom: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid black;
  z-index: 10;
}
/*  */
.e_symbol:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
/*  */
.e_symbol.copied {
  background: #e8f5e9;
  border-color: #a5d6a7;
}
/*  */
.e_symbol.copied::after {
  content: "Copied!";
  background: #4CAF50;
  bottom: calc(100% + 15px);
}
/*  */
.e_symbol.copied::before {
  border-top-color: #4CAF50;
}
/*  */
.symbe_symbolol::after, .symbol::before {
  opacity: 0;
  transition: opacity 0.3s;
}
.e_symbol:hover::after, 
.e_symbol:hover::before,
.e_symbol.copied::after,
.e_symbol.copied::before {
  opacity: 1;
}


.bg-darkblue,.bg-darkblue a {
background-color:#0D47A1;
color:#fff;
}

.bg-darkblue.dropdown-item {
background-color:#fff;
color:#000;
}

table.table-border-ascii,table.table-border-ascii>tbody>tr>td,table.table-border-ascii>thead>tr>th {
border-color:#a7bfbe;
}

.col-plus {
width:20px;
}

.col-40px {
width:40px;
}

.col-50px {
width:50px;
}

.col-172px {
width:172px;
}

.col-80px {
width:80px;
}

.col-html {
width:195px;
}

.col-110px {
width:110px;
}

.col-130px {
width:130px;
}

.col-description {
width:160px;
}

.e-rowbg td {
background-color:#F9F9F9;
}

.footer {
color:#fff;
font-family:Actor,sans-serif;
font-weight:400;
font-size:13px;
letter-spacing:1px;
background-repeat:repeat repeat;
border-bottom-left-radius:4px;
border-bottom-right-radius:4px;
}

.footer a:hover {
text-decoration:none;
}

@page {
margin-top:1.5cm;
margin-bottom:1.5cm;
}

.table ul li,.floatNav {
display:none;
}

@mediamin-width992px {
.table-ascii td:first-child,.table-ascii th:first-child,.table-ascii tr.detail,.table-symbol td:first-child,.table-symbol th:first-child,.table-symbol tr.detail,.table-ascii td:last-child,.table-ascii th:last-child {
display:none;
}
}

@mediamax-width991px {
.table-ascii th:nth-child(8),.table-ascii td:nth-child(8),.table-ascii td:last-chi
ld,.table-ascii th:last-child {
display:none;
}

.table-ascii ul li:last-child,.table-symbol ul li:last-child,.table-ascii ul li:first-child,.table-ascii ul li:nth-child(4) {
display:block;
}
}

@mediamax-width767px {
h1 {
font-size:1.7rem;
font-weight:700;
}

.table-ascii td:nth-child(3),.table-ascii td:nth-child(5),.table-ascii th:nth-child(3),.table-ascii th:nth-child(5) {
display:none;
}

.table-ascii ul li:last-child,.table-symbol ul li:last-child,.table-ascii ul li:first-child,.table-ascii ul li:nth-child(2) {
display:block;
}
}

@mediamax-width575px {
#sublogo h1 {
font-family:'Wendy One',sans-serif;
font-size:34px;
}

.blockquote {
font-size:18px;
}

#logo_asciim_cn,#sublogo span,.copyright span,.table-ascii ul li:first-child,.table-symbol td:nth-child(4),.table-symbol th:nth-child(4),.table-color td:last-child,.table-color th:last-child {
display:none;
}

.list-inline-item,table-ascii ul li:nth-child(3),.table-ascii ul li:nth-child(4),.table-symbol ul li:first-child {
display:block;
}
}

@mediamax-width480px {
#site-title {
font-size:33px;
line-height:35px;
letter-spacing:1px;
}

.table-ascii th:nth-child(7),.table-ascii td:nth-child(7) {
display:none;
}

.table-ascii ul li:first-child,.table-ascii ul li:nth-child(3) {
display:block;
}
}

@mediamax-width320px {
#site-title {
font-size:27px;
line-height:35px;
letter-spacing:0;
}

.table-ascii ul li:first-child {
display:block;
}

.table-ascii td:nth-child(3),.table-ascii th:nth-child(3) {
display:none;
}
}

@media print {
body {
font-size:.75rem;
}

#workspace {
border-width:0!important;
margin:0;
padding:0;
}

.table-header,.table-header>td,.table-header>th {
color:#000;
}

.pa
ge-break {
page-break-after:always;
}

.col-plus {
width:20px;
}

.col-40px,.col-50px {
width:30px;
}

.col-80px {
width:60px;
}

.col-110px,.col-html {
width:195px;
}

.col-description {
width:160px;
}

.table-ascii td:first-child,.table-ascii th:first-child,.table-ascii tr.detail,.table-symbol td:first-child,.table-symbol th:first-child,.table-symbol tr.detail {
display:none;
}

.table-ascii td:last-child,.table-ascii th:last-child,.table-symbol td:last-child,.table-symbol th:last-child {
display:table-cell;
}
}