File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66Gemfile.lock
77unused
88bootstrap-reference.html
9- assets /img /hubs /.directory
10- .directory
9+ * /.directory
Original file line number Diff line number Diff line change @@ -132,3 +132,6 @@ Fonts used:
132132- noto-serif-v21-latin-ext_latin-italic.ttf: Copyright 2012 Google Inc. All Rights Reserved.
133133- noto-serif-v21-latin-ext_latin-700italic.ttf: Copyright 2012 Google Inc. All Rights Reserved.
134134- noto-serif-v21-latin-ext_latin-700.ttf: Copyright 2012 Google Inc. All Rights Reserved.
135+
136+
137+ [ demo-page ] : https://asknetcommunity.github.io/ASKnet.Community/
Original file line number Diff line number Diff line change 66
77{% include head.html %}
88
9- < body >
9+ < body {% if page.layout == " page " %} class =" page-layout " {% endif %} >
1010
1111 {% include header.html %}
1212
Original file line number Diff line number Diff line change @@ -327,11 +327,15 @@ textarea.form-control{
327327
328328.page-content {
329329 max-width :1000px ;
330- margin : 30 px auto ;
331- padding : 0 px 15px ;
330+ margin : 45 px auto ;
331+ padding : 15px ;
332332 min-height : 55vh ;
333333}
334334
335+ .page-layout { // set background for body tag only on "layout: page" (like imprint etc.)
336+ background : url (../../assets/img/tile-light.jpg );
337+ }
338+
335339/* /page */
336340
337341/* footer */
Original file line number Diff line number Diff line change @@ -61,3 +61,26 @@ h5, .h5{
6161h6 , .h6 {
6262 font-size : 14px ;
6363}
64+
65+ .page-layout { // set smaller font sizes for headings only on "layout: page" (like imprint etc.)
66+
67+ h1 , .h1 {
68+ font-size : 40px ;
69+ }
70+
71+ h2 , .h2 {
72+ font-size : 32px ;
73+ }
74+
75+ h3 , .h3 {
76+ font-size : 22px ;
77+ }
78+
79+ h4 , .h4 {
80+ font-size : 18px ;
81+ }
82+
83+ h5 , .h5 {
84+ font-size : 14px ;
85+ }
86+ }
You can’t perform that action at this time.
0 commit comments