Skip to main content

插件样式表

/* 滚动条 */
::-webkit-scrollbar {
width: 4px !important;
height: 4px !important;
background-color: transparent !important;
}

/* 滚动槽 */
::-webkit-scrollbar-track {
background-color: transparent !important;
}

::-webkit-scrollbar-track-piece {
background: transparent !important;
}

/* 滑块 */
::-webkit-scrollbar-thumb {
background-color: rgba(125, 125, 125, 0.5) !important;
border-radius: 2px !important;
}

::-webkit-scrollbar-thumb:hover {
background: rgba(125, 125, 125, 0.5) !important;
}

::-webkit-scrollbar-thumb:active {
background: rgba(125, 125, 125, 0.5) !important;
}

/* 全局边框 */
* {
outline: none !important;
}

/* 全局超链接去下划线 */
a,
a:link,
a:visited,
a:hover,
a:active,
a:focus {
text-decoration: none !important;
}

/* 全局 Yao 字体 */
*:not([class*="icon"]),
::placeholder {
font-family: 'YaoIcon', 'YaoSans' !important;
}

/* 等宽字体 */
@font-face {
font-family: 'Courier New';
src: local('YaoSans');
}

@font-face {
font-family: 'Consolas';
src: local('YaoSans');
}

@font-face {
font-family: 'Ubuntu Mono';
src: local('YaoSans');
}

@font-face {
font-family: 'Courier';
src: local('YaoSans');
}

@font-face {
font-family: 'monospace';
src: local('YaoSans');
}