Page MenuHomeDevCentral

D667.diff
No OneTemporary

D667.diff

diff --git a/src/assets/scss/_settings.scss b/src/assets/scss/_settings.scss
--- a/src/assets/scss/_settings.scss
+++ b/src/assets/scss/_settings.scss
@@ -62,11 +62,11 @@
$white: #F2E8DF;
$body-background: $black;
$body-font-color: $white;
-$body-font-family: 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
+$body-font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
$body-antialiased: true;
$global-margin: 1rem;
$global-padding: 1rem;
-$global-weight-normal: normal;
+$global-weight-normal: 400;
$global-weight-bold: bold;
$global-radius: 0;
$global-text-direction: ltr;
@@ -102,8 +102,8 @@
// 4. Base Typography
// ------------------
-$header-font-family: $body-font-family;
-$header-font-weight: $global-weight-normal;
+$header-font-family: 'Dosis', $body-font-family;
+$header-font-weight: 200;
$header-font-style: normal;
$font-family-monospace: Consolas, 'Liberation Mono', Courier, monospace;
$header-sizes: (
@@ -124,7 +124,7 @@
'h6': 16,
),
);
-$header-color: inherit;
+$header-color: $secondary-color;
$header-lineheight: 1.4;
$header-margin-bottom: 0.5rem;
$header-text-rendering: optimizeLegibility;
@@ -265,10 +265,10 @@
$callout-border: 1px solid rgba($black, 0.25);
$callout-margin: 0 0 1rem 0;
$callout-padding: 1rem;
-$callout-font-color: $body-font-color;
+$callout-font-color: white;
$callout-font-color-alt: $body-background;
$callout-radius: $global-radius;
-$callout-link-tint: 30%;
+$callout-link-tint: 1%;
// 14. Close Button
// ----------------
@@ -361,7 +361,7 @@
// ---------
$label-background: $primary-color;
-$label-color: foreground($label-background);
+$label-color: white;
$label-font-size: 0.8rem;
$label-padding: 0.33333rem 0.5rem;
$label-radius: $global-radius;
diff --git a/src/assets/scss/app.scss b/src/assets/scss/app.scss
--- a/src/assets/scss/app.scss
+++ b/src/assets/scss/app.scss
@@ -48,3 +48,5 @@
@include motion-ui-transitions;
@include motion-ui-animations;
+
+@import 'components/layout';
diff --git a/src/assets/scss/components/_layout.scss b/src/assets/scss/components/_layout.scss
new file mode 100644
--- /dev/null
+++ b/src/assets/scss/components/_layout.scss
@@ -0,0 +1,25 @@
+body {
+ margin-top: 3em;
+}
+
+h1 img {
+ margin-right: 0.5em;
+}
+
+header {
+ margin-bottom: 1.5em;
+}
+
+.primary {
+ a {
+ color: #16353a;
+ }
+
+ h1, h2, h3, h4, h5, h6 {
+ color: $white;
+ }
+}
+
+.label {
+ margin-right: 0.25em;
+}
diff --git a/src/layouts/default.html b/src/layouts/default.html
--- a/src/layouts/default.html
+++ b/src/layouts/default.html
@@ -7,6 +7,7 @@
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Servers log — Nasqueron</title>
+ <link href="https://fonts.googleapis.com/css?family=Dosis:200|Source+Sans+Pro" rel="stylesheet">
<link rel="stylesheet" href="{{root}}assets/css/app.css">
</head>
<body>
diff --git a/src/pages/2016.html b/src/pages/2016.html
--- a/src/pages/2016.html
+++ b/src/pages/2016.html
@@ -1,6 +1,6 @@
<header class="row">
<div class="large-12 columns">
- <h1><img src="http://ysul.nasqueron.org:8000/logos/logo-white-64px.png" /> Servers log</h1>
+ <h1><img src="https://assets.nasqueron.org/logos/logo-white-64px.png" /> Servers log</h1>
</div>
</header>
@@ -18,3 +18,5 @@
{{> log-help}}
</div>
</div>
+
+{{> footer}}
diff --git a/src/pages/log.html b/src/pages/log.html
--- a/src/pages/log.html
+++ b/src/pages/log.html
@@ -1,6 +1,6 @@
<header class="row">
<div class="large-12 columns">
- <h1><img src="http://ysul.nasqueron.org:8000/logos/logo-white-64px.png" /> Servers log</h1>
+ <h1><img src="https://assets.nasqueron.org/logos/logo-white-64px.png" /> Servers log</h1>
<p>This page shows different way to print the servers log.</p>
</div>
</header>

File Metadata

Mime Type
text/plain
Expires
Sat, Nov 23, 14:20 (18 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2258208
Default Alt Text
D667.diff (3 KB)

Event Timeline