forked from leonidk/leonidk.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.scss
131 lines (110 loc) · 2.1 KB
/
style.scss
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
121
122
123
124
125
126
127
128
129
130
---
---
//
// IMPORTS
//
//@import "reset";
//@import "variables";
// Syntax highlighting @import is at the bottom of this file
/**************/
/* BASE RULES */
/**************/
a {
color: #1772d0;
text-decoration: none;
}
a:focus,
a:hover {
color: #f09228;
text-decoration: none;
}
body,
td,
th,
tr,
p,
a {
font-family: 'Lato', Verdana, Helvetica, sans-serif;
font-size: 14px;
font-display: auto;
}
strong {
font-family: 'Lato', Verdana, Helvetica, sans-serif;
font-size: 14px;
font-display: auto;
}
h2 {
font-family: 'Lato', Verdana, Helvetica, sans-serif;
font-size: 22px;
font-display: auto;
font-weight: normal;
padding: 0px;
margin: 0px;
display:inline;
}
h3 {
font-family: 'Lato', Verdana, Helvetica, sans-serif;
font-size: 14px;
font-weight: 700;
font-display: auto;
padding: 0px;
margin: 0px;
display:inline;
}
h1 {
font-family: 'Lato', Verdana, Helvetica, sans-serif;
font-size: 32px;
font-weight: normal;
font-display: auto;
text-align: center;
padding: 0px;
margin-block-start: 14px;
margin-block-end: 14px;
margin-left: 0px;
margin-right: 0px;
}
.one {
width: 160px;
height: 160px;
position: relative;
}
.two {
width: 160px;
height: 160px;
position: absolute;
transition: opacity .2s ease-in-out;
-moz-transition: opacity .2s ease-in-out;
-webkit-transition: opacity .2s ease-in-out;
}
.fade {
transition: opacity .2s ease-in-out;
-moz-transition: opacity .2s ease-in-out;
-webkit-transition: opacity .2s ease-in-out;
}
span.highlight {
background-color: #ffffd0;
}
// Settled on moving the import of syntax highlighting to the bottom of the CSS
// ... Otherwise it really bloats up the top of the CSS file and makes it difficult to find the start
//@import "highlights";
//@import "svg-icons";
table.default {
width: 100%;
border:0px;
//border:10px;
//border-style: dotted;
border-spacing:0px;
border-collapse:separate;
margin-right:auto;
margin-left:auto;
//style=
}
td {
padding:2.5%;
vertical-align:middle;
}
img.thumb {
width: auto;
height: auto;
max-width:100%;
}