File tree Expand file tree Collapse file tree 4 files changed +80
-26
lines changed Expand file tree Collapse file tree 4 files changed +80
-26
lines changed Original file line number Diff line number Diff line change
1
+ pre .changelog {
2
+ font-family : ' Times New Roman' , Times , serif ;
3
+ background-color : #fff !important ;
4
+ overflow-wrap : break-word ;
5
+ white-space : pre-wrap ; /* css-3 */
6
+ white-space : -moz-pre-wrap ; /* Mozilla, since 1999 */
7
+ white-space : - pre- wrap; /* Opera 4-6 */
8
+ white-space : -o-pre-wrap ; /* Opera 7 */
9
+ word-wrap : break-word ; /* Internet Explorer 5.5+ */
10
+ line-height : 1.5em ;
11
+
12
+ }
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ $solidline: 1px solid $guidecolor;
12
12
}
13
13
14
14
.reference-category {
15
- font-size : 1.3em !important ;
15
+ // font-size: 1.3em !important;
16
16
}
17
17
18
18
.reference-subcategory {
19
- font-size : 1.1em !important ;
19
+ // font-size: 1.1em !important;
20
20
margin-left : 0.6em ;
21
21
}
22
22
@@ -25,7 +25,7 @@ $solidline: 1px solid $guidecolor;
25
25
}
26
26
27
27
h1 #new-cat-index {
28
- padding-top : 0.37em ;
28
+ // padding-top: 0.37em;
29
29
}
30
30
31
31
.sub-category {
@@ -95,13 +95,13 @@ h1#new-cat-index {
95
95
// min-height: 4.5em;
96
96
// height: 4.5em;
97
97
margin-top : 0.2em ;
98
- font-size : 1.1em ;
98
+ // font-size: 1.1em;
99
99
margin-bottom : 0 ;
100
- line-height : 1.25em ;
100
+ // line-height: 1.25em;
101
101
code {
102
102
padding : 0 ;
103
103
vertical-align : bottom ;
104
- font-size : 0.9em ;
104
+ // font-size: 0.9em;
105
105
}
106
106
}
107
107
Original file line number Diff line number Diff line change 1
-
2
- html {font-size : 1em ;}
1
+ html {font-size : 17px ;}
3
2
4
3
body {
4
+ background-color : white ;
5
+ font-weight : 400 ;
5
6
line-height : 1.45 ;
6
7
color : #333 ;
7
8
}
8
9
9
- p {margin-bottom : 1.3 em ;}
10
+ p {margin-bottom : 1.25 em ;}
10
11
11
- h1 , h2 , h3 , h4 {
12
- margin : 1.414 em 0 0.5 em ;
13
- font-weight : inherit ;
14
- line-height : 1.2 ;
12
+ h1 , h2 , h3 , h4 , h5 {
13
+ margin : 2.75 rem 0 1 rem ;
14
+ font-weight : 700 ;
15
+ line-height : 1.15 ;
15
16
}
16
17
17
18
h1 {
18
19
margin-top : 0 ;
19
- font-size : 3.157 em ;
20
+ font-size : 1.802 em ;
20
21
}
21
22
22
- h2 {font-size : 2.369em ;}
23
+ h2 {font-size : 1.602em ;}
24
+
25
+ h3 {font-size : 1.424em ;}
26
+
27
+ h4 {font-size : 1.266em ;}
23
28
24
- h3 {font-size : 1.777 em ;}
29
+ h5 {font-size : 1.125 em ;}
25
30
26
- h4 {font-size : 1.333em ;}
27
31
28
- small , .font_small {font-size : 0.75 em ;}
32
+ small , .text_small {font-size : 0.8 em ;}
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ $guideTwoColor: #FF4EFF;
23
23
$phone : 750px ;
24
24
25
25
body {
26
- font-size : 14px ;
26
+ // font-size: 14px;
27
27
margin : 0 auto ;
28
28
29
29
// font-size: 1.1em
32
32
background-image : url (" /assets/images/stripe_c40ccfac0db9e43c48e95a530d787366.png" );
33
33
}
34
34
35
+
35
36
.wrapper {
36
37
position : relative ;
37
38
-webkit-box-sizing : border-box ;
69
70
70
71
.main-menu {
71
72
li {
72
- margin-bottom : 10 px ;
73
+ margin-bottom : 0.75 em ;
73
74
height : 40px ;
74
75
75
76
& .active {
@@ -112,6 +113,7 @@ body {
112
113
}
113
114
114
115
.main {
116
+ padding-top : 25px ;
115
117
width : 75% ;
116
118
float : left ;
117
119
@@ -139,11 +141,22 @@ body {
139
141
margin : 0 auto 50px ;
140
142
}
141
143
144
+ #gallery-overview {
145
+ display : flex ;
146
+ flex-wrap : wrap ;
147
+ align-content : flex-start ;
148
+ }
149
+ .gallery-overview-item {
150
+ max-width : 350px ;
151
+ margin-right : 1em ;
152
+ // flex-basis: 100px;
153
+ flex-shrink : 0 ;
142
154
143
- h1 {
144
- // &:first-child
145
- // display: none
146
-
155
+ }
156
+ @include media ($phone ) {
157
+ .gallery-overview-item {
158
+ max-width : 100% ;
159
+ }
147
160
}
148
161
149
162
h3 {
183
196
}
184
197
185
198
.fhnw-logo {
199
+ padding-left : 25px ;
186
200
a {
187
201
img {
188
202
width : 125px ;
@@ -473,13 +487,24 @@ $right-lines: 3;
473
487
// Edits fabianmoronzirfas twitterlink
474
488
// @Son Please merge this so we don't have
475
489
// double definitions
476
- .tweet {}
490
+ .tweet {
491
+ .message , .tweettime {
492
+ font-size : 14px ;
493
+ padding-left : 25px ;
494
+
495
+ }
496
+ .message , .tweettime , .twitter-link {
497
+ margin-bottom : 0.75em ;
498
+ }
499
+
500
+ }
477
501
478
502
a .textgrow {
479
503
padding-left : 25px ;
480
504
border : none ;
481
505
height : auto ;
482
506
display : inline-block ;
507
+ font-weight : 700 ;
483
508
484
509
span {
485
510
position : relative ;
@@ -489,7 +514,20 @@ a.textgrow {
489
514
}
490
515
}
491
516
492
- @import " reference" ;
517
+ .textshrink {
518
+ text-decoration : none ;
519
+ border : none ;
520
+ height : auto ;
521
+ display : inline-block ;
522
+ font-weight : 700 ;
523
+ span {
524
+ // position: relative;
525
+ // padding: 0px 4px;
526
+ border-bottom : 1px solid $textColor ;
527
+ }
528
+ }
529
+
530
+ @import " reference" , " changelog" ;
493
531
494
532
// ------------------------
495
533
// old basil css. Overwrite new settings
You can’t perform that action at this time.
0 commit comments