diff --git a/README b/README new file mode 100644 index 0000000..a68e933 --- /dev/null +++ b/README @@ -0,0 +1,3 @@ ++==========+ +| blog | ++==========+ diff --git a/README.md b/README.md deleted file mode 100644 index 05761ac..0000000 --- a/README.md +++ /dev/null @@ -1 +0,0 @@ -# Blog diff --git a/themes/minth/assets/css/main.css b/themes/minth/assets/css/main.css index 4dfa0ab..26d784f 100644 --- a/themes/minth/assets/css/main.css +++ b/themes/minth/assets/css/main.css @@ -1,14 +1,33 @@ +html { + min-height: 100%; +} body { + overflow-x: hidden; color: #222; - font-family: sans-serif; line-height: 1.5; margin: 1rem; - width: 100%; - height: 100%; + font-family: monospace; + background: rgb(0,78,255); + background: linear-gradient(0deg, rgba(0,78,255,1) 0%, rgba(0,0,0,1) 100%); + background-size: contain; + background-attachment: fixed; + margin: 0; +} + +@media only screen and (min-width: 800px) { + .body { + font-size: 14px; + } +} + +@media only screen and (max-width: 800px) { + .body { + font-size: 10px; + } } header { - border-bottom: 1px solid #222; + border-bottom: 1px solid #3b3b3b; margin-bottom: 1rem; } @@ -18,6 +37,10 @@ footer { } a { - color: #00e; - text-decoration: none; + color: #3061ff !important; +} + +hr { + color: white !important; + background-color: white !important; } diff --git a/themes/minth/layouts/partials/header.html b/themes/minth/layouts/partials/header.html index f576671..61de999 100644 --- a/themes/minth/layouts/partials/header.html +++ b/themes/minth/layouts/partials/header.html @@ -1,4 +1,26 @@
+ ( ( + ( ( ) ) ( ( )\ ) ( ) )\ ) + ` ) )( )\ /(( ( /( ( )\ ) )\ ( (()/( ))\ ( /( (()/( + /(/( (()\((_)(_))\ )(_)) )\(()/( ((_) )\ ((_))/((_))(_)) ((_)) +((_)_\ ((_)(_)_)((_)((_)_ ((_))(_)) (_)((_) _| |(_)) ((_)_ _| | +| '_ \)| '_|| |\ V / / _` |/ _|| || | | |(_-< / _` |/ -_)/ _` |/ _` | +| .__/ |_| |_| \_/ \__,_|\__| \_, | |_|/__/ \__,_|\___|\__,_|\__,_| +|_| |__/+
+ ( ( ) ) ( + ` ) )( )\ /(( ( /( ( )\ ) + /(/( (()((_|_))\ )(_)) )(()/( +((_)_\ ((_|_))((_|(_)_ ((_)(_)) +| '_ \) '_| \ V // _` / _| || | +| .__/|_| (_|\_/ \__,_\_(|\_, | +|(| )\ ) ( ) )\|)_/ + )\ ( (()/( ))\( /( (()/( +((_))\ ((_))((_)(_)) ((_)) + (_|(_) _| (_))((_)_ _| | + | (_-< / _` / -_) _` / _` | + |_/__/ \__,_\___\__,_\__,_|{{ partial "menu.html" (dict "menuID" "main" "page" .) }}