Skip to content

Commit

Permalink
add tex style
Browse files Browse the repository at this point in the history
  • Loading branch information
ZsgsDesign committed Oct 23, 2021
1 parent cdc7866 commit 57d055f
Showing 1 changed file with 96 additions and 1 deletion.
97 changes: 96 additions & 1 deletion resources/custom.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,98 @@
fresh-container img {
max-width: 100%;
}
}

fresh-container .tex-formula {
font-family: times new roman,sans-serif;
vertical-align: middle;
margin: 0;
border:medium none;
position: relative;
bottom: 2px;
}

fresh-container .tex-span {
font-size: 125%;
font-family: times new roman,sans-serif;
white-space: nowrap;
}

fresh-container .tex-font-size-tiny {
font-size: 70%;
}

fresh-container .tex-font-size-script {
font-size: 75%;
}

fresh-container .tex-font-size-footnotes {
font-size: 85%;
}

fresh-container .tex-font-size-small {
font-size: 85%;
}

fresh-container .tex-font-size-normal {
font-size: 100%;
}

fresh-container .tex-font-size-large-1 {
font-size: 115%;
}

fresh-container .tex-font-size-large-2 {
font-size: 130%;
}

fresh-container .tex-font-size-large-3 {
font-size: 145%;
}

fresh-container .tex-font-size-huge-1 {
font-size: 175%;
}

fresh-container .tex-font-size-huge-2 {
font-size: 200%;
}


fresh-container .tex-font-style-sf {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

fresh-container .tex-font-style-tt {
font-size: 110%;
font-family: courier new,monospace;
}



fresh-container .tex-font-style-bf {
font-weight: bold;
}

fresh-container .tex-font-style-it {
font-style: italic;
}

fresh-container .tex-font-style-sl {
font-style: italic;
}

fresh-container .tex-font-style-sc {
text-transform: uppercase;
}

fresh-container .tex-font-style-striked {
text-decoration: line-through;
}

fresh-container .tex-font-style-underline {
text-decoration: underline;
}

fresh-container .tex-graphics {
display: block;
}

0 comments on commit 57d055f

Please sign in to comment.