48 lines
827 B
SCSS
48 lines
827 B
SCSS
.original-english {
|
|
border-top: 1px dashed $regal;
|
|
&.hidden {
|
|
display: none !important;
|
|
}
|
|
}
|
|
|
|
td, th {
|
|
> p:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
|
|
.translated-cn {
|
|
em {
|
|
font-style: normal;
|
|
font-weight: bold;
|
|
}
|
|
code, [lang=english] {
|
|
margin-left: 0.2em;
|
|
margin-right: 0.2em;
|
|
}
|
|
span[lang=english] {
|
|
display: inline-block;
|
|
}
|
|
}
|
|
|
|
.about-cn-translation {
|
|
font-size: 16px;
|
|
h2 {
|
|
border-bottom: 1px solid $silver;
|
|
}
|
|
}
|
|
|
|
body, .main-nav .main-nav-button,.translated-cn code {
|
|
font-family: "Helvetica Neue", Arial, STHeiti, "Microsoft YaHei", sans-serif, Helvetica, "DroidSansFallback", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3" !important;
|
|
}
|
|
|
|
.vertical-table {
|
|
th {
|
|
white-space: nowrap;
|
|
}
|
|
}
|
|
|
|
img {
|
|
max-width: 100%;
|
|
}
|