forked from Lukc/alsace.netlib.re
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathalsace.netlib.re.sass
121 lines (92 loc) · 1.85 KB
/
alsace.netlib.re.sass
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
@import "node_modules/bulma/sass/utilities/initial-variables"
$purple: #5e35b1
$purple-invert: findColorInvert($purple)
$primary: $purple
$green: #9ae400
@import "node_modules/bulma/bulma"
.container > *
max-width: 1024px;
margin-left: auto;
margin-right: auto;
html
font-family: "Roboto", Sans-Serif;
font-size: 14pt;
body > * > header
padding: 4px;
margin-top: 8px;
margin-bottom: 8px;
position: relative;
border-radius: 4px;
a
text-decoration: none;
header h1
font-family: "Roboto Light", Sans-Serif;
font-size: 26pt;
font-weight: normal;
margin: 12px;
header nav
position: absolute;
right: 8px;
top: 0;
header nav a
color: #5e35b1!important;
display: inline-block;
margin: 8px;
font-size: 14pt;
opacity: 0.8;
padding: 16px 8px;
header nav a:hover
opacity: 1;
section
padding-left: 16px;
padding-right: 16px;
section h1
font-weight: normal;
font-size: 28pt;
section a
color: #5e35b1;
section a:hover
color: #ab47bc;
section ul
padding-left: 32px;
section
font-size: 14pt;
footer
border-radius: 4px;
article.media.future a
color: #55d2d4;
article.media.future a:hover
color: #719b9c;
.card-header h3.card-header-title, .card-header .card-header-title h3
margin-bottom: 0px;
.screen-reader
position: absolute;
top: -99999px;
left: -99999px;
#container section.section.hero > *, #container > footer > *
max-width: 1024px;
margin-left: auto;
margin-right: auto;
#container section.section.hero, #container footer
max-width: 100%;
#container section.section.hero
background-color: #5e35b1;
color: #FFF;
.hero .title
color: #FFF;
font-weight: normal;
.tags .fa
margin-right: 1ex;
.card-footer h4
margin: 8px;
margin-bottom: 2px;
.domainName
color: #BBB;
.at
margin-left: 0.25em;
margin-right: 0.25em;
article.media > figure > span.icon > span.fa
position: relative
top: 50%
left: 50%
font-size: 3rem