-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
224 lines (195 loc) · 4.57 KB
/
index.html
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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
/* ©2018 September 30 Josua Marcel Chrisano
Made with ♡ */
body {
background: #ecf0f1;
background: url("https://blog.macsales.com/wp-content/uploads/2018/06/Mojave.jpg");
background-repeat: no-repeat;
background-position:0px;
font-family: 'Roboto', HelveticaNeue, 'Helvetica Neue', 'Lucida Grande', Arial, sans-serif;
}
/* window BEGIN */
span {
line-height: 9px;
vertical-align: 50%;
}
.window {
background: #303134;
min-width: 50%;
width: 85vw;
height: 75vh;
margin: auto;
margin-top: 12.5vh;
border: 1px solid #3b3c3f;
border-radius: 6px;
box-shadow: 0px 0px 20px #3b3c3f;
}
.titlebar {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #3b3c3f, color-stop(1.0, #3b3c3f)));
background: -webkit-linear-gradient(top, #3b3c3f, #3b3c3f);
background: -moz-linear-gradient(top, #3b3c3f, #3b3c3f);
background: -ms-linear-gradient(top, #3b3c3f, #3b3c3f);
background: -o-linear-gradient(top, #3b3c3f, #3b3c3f);
background: linear-gradient(top, #3b3c3f, #3b3c3f);
color: #4d494d;
font-size: 11pt;
line-height: 20px;
text-align: center;
padding-top: 13px;
padding-left: 8px;
height: 27px;
border-top: 1px solid #3b3c3f;
border-bottom: 1px solid #3b3c3f;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
cursor: default;
}
.buttons {
float: left;
line-height: 0px;
padding-left: 10px;
}
.buttons:hover a {
visibility: visible;
}
.close {
background: #ff5c5c;
width: 11px;
height: 11px;
border: 1px solid #ff5c5c;
border-radius: 50%;
display: inline-block;
}
.close:active {
background: #c14645;
border: 1px solid #b03537;
}
.close:active .closebutton {
color: #ff5a52;
}
.closebutton {
color: #820005;
visibility: hidden;
cursor: default;
}
.minimize {
background: #e6c029;
line-height: 11px;
margin-left: 4px;
width: 11px;
height: 11px;
border: 1px solid #e6c029;
border-radius: 50%;
display: inline-block;
}
.minimize:active {
background: #c08e38;
border: 1px solid #af7c33;
}
.minimize:active .minimizebutton {
color: #5a2607;
}
.minimizebutton {
color: #636365;
visibility: hidden;
cursor: default;
}
.zoom {
background: #636365;
line-height: 11px;
margin-left: 6px;
width: 11px;
height: 11px;
border: 1px solid #636365;
border-radius: 50%;
display: inline-block;
}
.zoom:active {
background: #636365;
border: 1px solid #636365;
}
.zoom:active .zoombutton {
color: #636365;
}
.zoombutton {
color: #636365;
visibility: hidden;
cursor: default;
}
.titlebarbutton {
width:12px;
height:12px;
}
.content {
color: #e9e8e9;
height: 100%;
width: 100%;
text-align:center;
}
.content-textarea {
padding-top: 25px;
color: #e9e8e9;
height: 72%;
width: 75%;
background: #303134;
//background: #fff;
white-space: normal;
text-align:center;
line-height:1.5em;
border: none;
font-family: 'Roboto', HelveticaNeue, 'Helvetica Neue', 'Lucida Grande', Arial, sans-serif;
overflow: hidden;
outline: none;
font-size: 14pt;
resize: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
/* window END */
/* content BEGIN */
h3 {
margin-top: 0px;
}
/* content END */
</style>
<title>Josua Marcel Chrisano - MacOS Mojave Window Style</title>
</head>
<body>
<!-- ©2018 September 30 Josua Marcel Chrisano
Made with ♡ -->
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<div class="window">
<div class="titlebar">
<div class="buttons">
<div class="close titlebarbutton">
<span class="closebutton titlebarbutton" href="#"></span>
<!-- close button link -->
</div>
<div class="minimize titlebarbutton">
<span class="minimizebutton" href="#"></span>
<!-- minimize button link -->
</div>
<div class="zoom titlebarbutton">
<span class="zoombutton" href="#"></span>
<!-- zoom button link -->
</div>
</div>
<!-- window title -->
</div>
<div class="content">
<textarea wrap="hard" class="content-textarea">“If only you could sense how important you are to the lives of those you meet; how important you can be to people you may never even dream of. There is something of yourself that you leave at every meeting with another person.”
– Fred Rogers</textarea>
<!-- window content -->
</div>
</div>
</body>
</html>