-
Notifications
You must be signed in to change notification settings - Fork 2
/
mario.less
146 lines (113 loc) · 2.29 KB
/
mario.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
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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
/*------------------------------------------------------------------
[CSS3 Stylesheet]
Project: A Pure CSS3 animated 3D Super Mario Retro Icon without images
Last change: 23. July 2014
Designed by: Andreas Jacob, http://cordobo.com/
Supported Browsers: Safari 5+, Google Chrome 14+
-------------------------------------------------------------------*/
/*
A Pure CSS3 animated 3D Super Mario Retro Icon without images
Built on top of the "CSS 4D Framework" by Andreas Jacob
This is an ALPHA
Be aware of the inline-styles from hell and keep in mind this code is not in compliance with any CSS styleguide while in ALPHA
*/
body {
background-color: #3377D3;
color: #fff;
font: 100.1%/1.5 "Gill Sans MT", Calibri, sans-serif;
font-weight: 300;
margin: 0;
padding: 0 0 100px;
}
h1 {
color: #fff;
font-size: 4em;
font-style: normal;
line-height: 1.1;
margin: 80px 0 0;
}
h2 {
color: rgba(255,255,255,0.6);
font-size: 1.5em;
line-height: 1.5;
font-style: normal;
}
span.amp {
font-family: "Palatino Linotype", Palatino, Georgia, serif;
font-size: 1.1em;
font-style: italic;
}
sup,
small {
font-size: 0.8em;
font-weight: 600;
text-transform: uppercase;
}
a {
text-decoration: none;
&:link,
&:visited {
border-bottom: 1px solid rgba(255,255,255,0.3);
color: #eee;
#note & {
color: #969BA2;
border-bottom: 1px solid #ddd;
}
}
&:focus,
&:hover,
&:active {
border-bottom: 1px solid #fff;
color: #fff;
#note & {
border-bottom: 1px solid #aaa;
color: #FE3000;
}
h2 & {
color: #FE3000;
}
}
}
header,
article,
footer {
margin: 0 auto;
}
#bottom,
#top,
.wrapper {
margin: 0 auto;
}
#bottom,
#top {
width: 700px;
}
#content {
padding: 1em;
text-align: center;
}
#subtext {
line-height: 100px;
margin: 0 auto;
}
#note {
background-color: #EEF2F5;
bottom: 0;
color: #bbb;
height: 80px;
left: 0;
position: fixed;
width: 100%;
.container {
margin: 0 auto;
padding: 28px 0;
width: 700px;
}
}
#note div.read {
float: left;
}
#note .right {
float: right;
}
@import "css4d.less";