This repository was archived by the owner on Mar 28, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathstyle.less
100 lines (91 loc) · 1.41 KB
/
style.less
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
@import url('lib/reset.less');
@import url('../bower_components/lesshat/build/lesshat.less');
*,*:before,*:after{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
@bodybgcolor: #383838;
@jimdocolor: #0099ee;
@contentbgcolor: #f7f7f9;
.relacon{
position: relative;
}
body {
background: @bodybgcolor;
font-family: "Open Sans";
color: white
}
.mw{
margin: 0 auto;
max-width: 30em;
padding-left: 1em;
padding-right: 1em;
}
.wrap{
width: 100vw;
height: 100vh;
}
header{
padding: 3em 0;
text-align: center;
h1{
text-transform: uppercase;
color: @jimdocolor;
}
h2{
font-weight: 300;
}
h1,h2{
padding: 0;
margin: 0;
}
}
.topbar{
width: 100%;
}
.contentwrap {
padding: 2em 0;
background: @contentbgcolor;
}
.fontchange{
width: 100%;
}
.selection-example{
.display(inline-flex);
.align-items(center);
.justify-content(center);
margin: 0;
text-align: center;
width: 100%;
font-size: 1.8em;
background: #676767;
color: white;
padding: 2em 0;
}
h1{
display: inline-block;
.flex(1 1);
margin: 1em;
}
.jdfs-main{
margin: 1em;
display: inline-block;
}
.footerwrap{
background: #393939;
}
.links{
width: 100%;
text-align: center;
padding: 5em 0;
a{
display: inline-block;
margin: 0 .5em;
text-decoration: none;
color: @contentbgcolor;
&:hover{
color: @jimdocolor;
}
}
}