2019-06-04 03:40:48 +00:00
|
|
|
<style>
|
2020-04-20 11:28:53 +00:00
|
|
|
html {
|
|
|
|
direction: <%= locale.dir ;%>
|
|
|
|
}
|
|
|
|
|
2019-06-04 03:40:48 +00:00
|
|
|
@font-face {
|
|
|
|
font-family: '<%= knowledge_base.iconset %>';
|
|
|
|
src: url('/assets/icon-fonts/<%= knowledge_base.iconset %>.woff');
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
[data-font="<%= knowledge_base.iconset %>"] {
|
|
|
|
font-family: '<%= knowledge_base.iconset %>';
|
|
|
|
}
|
|
|
|
|
|
|
|
a,
|
|
|
|
.section-inner [data-font],
|
|
|
|
.section-inner .icon,
|
|
|
|
.section > a:hover {
|
|
|
|
color: <%= knowledge_base.color_highlight %>;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header {
|
|
|
|
background-color: <%= knowledge_base.color_header %>;
|
|
|
|
}
|
|
|
|
</style>
|