summaryrefslogtreecommitdiff
path: root/bsod.css
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2024-07-19 11:57:39 +0200
committerYuval Adam <_@yuv.al>2024-07-19 11:57:39 +0200
commit2bbc6812a8e24b4bf3d77c3d06c0a5efa7a58903 (patch)
tree23758734b5cf5543a36d2010022fc3b08332fd6e /bsod.css
parentaba7d8390e376f5a4b53cb019e3a3870ae679b5a (diff)
Initial BSOD
Diffstat (limited to 'bsod.css')
-rw-r--r--bsod.css62
1 files changed, 62 insertions, 0 deletions
diff --git a/bsod.css b/bsod.css
new file mode 100644
index 0000000..25537eb
--- /dev/null
+++ b/bsod.css
@@ -0,0 +1,62 @@
+@font-face {
+ font-family: Segoe UI;
+ src:
+ local("Segoe UI Light"),
+ url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),
+ url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),
+ url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");
+ font-weight: 100;
+}
+
+@font-face {
+ font-family: Segoe UI;
+ src:
+ local("Segoe UI Semilight"),
+ url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),
+ url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),
+ url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");
+ font-weight: 200;
+}
+
+@font-face {
+ font-family: Segoe UI;
+ src:
+ local("Segoe UI"),
+ url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),
+ url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),
+ url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");
+ font-weight: 400;
+}
+
+
+h1, h2, h3, h4, h5, h6 {
+ font-family: "Segoe UI Light";
+ font-weight: 300;
+}
+
+body {
+ font-family: "Segoe UI";
+ color: #FFF;
+ background: #106faa;
+ margin: 0;
+}
+
+main {
+ margin: 5% 8%;
+ margin-right: 30%;
+}
+
+.emotion {
+ font-family: "Segoe UI";
+ font-size: 8em;
+ margin: 0;
+}
+
+.description {
+ font-size: 1.4em;
+ margin-bottom: 3em;
+}
+
+footer small {
+ font-size: 0.8em;
+}