File tree Expand file tree Collapse file tree
OnTopic.Editor.AspNetCore/Shared/Styles Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ // ==============================================================================================
2+ // CKEDITOR
3+ // ----------------------------------------------------------------------------------------------
4+ // Custom stylesheet to be used within the CKEditor. As this implementation should be
5+ // implementation agnostic, this defines a very basic set of style preferences. In practice, we
6+ // expect most implementions will want to establish a custom configuration, style set, and style
7+ // sheet for CKEditor, thus overriding this implementation.
8+ // ==============================================================================================
9+
10+ // ----------------------------------------------------------------------------------------------
11+ // FONTS
12+ // ----------------------------------------------------------------------------------------------
113@import url (' https://fonts.googleapis.com/css2?family=Lato:wght@300;400&display=swap' );
14+
15+ // ----------------------------------------------------------------------------------------------
16+ // BODY
17+ // ----------------------------------------------------------------------------------------------
218body {
3- background-color : #FFF ;
4- font-family : " Lato" , Helvetica , Arial , sans-serif ;
5- font-size : 16px ;
6- color : #333 ;
19+ background-color : #FFF ;
20+ font-family : " Lato" , Helvetica , Arial , sans-serif ;
21+ font-size : 16px ;
22+ color : #333 ;
723}
24+
25+ // ----------------------------------------------------------------------------------------------
26+ // HEADINGS
27+ // ----------------------------------------------------------------------------------------------
828h1 ,
929h2 ,
1030h3 {
11- font-weight : 300 ;
31+ font-weight : 300 ;
1232}
1333h1 {
14- font-size : 32px ;
34+ font-size : 32px ;
1535}
1636h2 {
17- font-size : 28px ;
37+ font-size : 28px ;
1838}
1939h3 {
20- font-size : 24px ;
40+ font-size : 24px ;
2141}
2242h4 {
23- font-size : 18px ;
43+ font-size : 18px ;
2444}
2545h5 {
26- font-size : 16px ;
46+ font-size : 16px ;
2747}
2848h6 {
29- font-size : 14px ;
49+ font-size : 14px ;
3050}
You can’t perform that action at this time.
0 commit comments