diff --git a/app/javascript/skins/glitch/kafuka/variables.scss b/app/javascript/skins/glitch/kafuka/variables.scss index 1e87cd852..b5f5cb086 100644 --- a/app/javascript/skins/glitch/kafuka/variables.scss +++ b/app/javascript/skins/glitch/kafuka/variables.scss @@ -9,7 +9,7 @@ $gold-star: #ca8f04; // Dark Goldenrod $red-bookmark: $warning-red; // Kafuka Theme Unique Colors. Color names may come later. -$classic-base-color: #111; +$classic-base-color: #0c0c0c; $classic-primary-color: #9bc8ae; $classic-secondary-color: #edfcf5; $classic-highlight-color: #17bf63; @@ -24,7 +24,7 @@ $error-value-color: $error-red !default; // Tell UI to use selected colors $ui-base-color: $classic-base-color !default; // Darkest -$ui-base-lighter-color: lighten($ui-base-color, 26%) !default; // Lighter darkest +$ui-base-lighter-color: lighten($ui-base-color, 18%) !default; // Lighter darkest $ui-primary-color: $classic-primary-color !default; // Lighter $ui-secondary-color: $classic-secondary-color !default; // Lightest $ui-highlight-color: $classic-highlight-color !default; diff --git a/app/javascript/skins/glitch/metulayf/common.scss b/app/javascript/skins/glitch/metulayf/common.scss new file mode 100644 index 000000000..8ed17e883 --- /dev/null +++ b/app/javascript/skins/glitch/metulayf/common.scss @@ -0,0 +1,2 @@ +@import 'variables'; +@import 'flavours/glitch/styles/index'; diff --git a/app/javascript/skins/glitch/metulayf/names.yml b/app/javascript/skins/glitch/metulayf/names.yml new file mode 100644 index 000000000..fcafbf837 --- /dev/null +++ b/app/javascript/skins/glitch/metulayf/names.yml @@ -0,0 +1,5 @@ +en: + skins: + glitch: + metulayf: METU + diff --git a/app/javascript/skins/glitch/metulayf/variables.scss b/app/javascript/skins/glitch/metulayf/variables.scss new file mode 100644 index 000000000..3234b75fc --- /dev/null +++ b/app/javascript/skins/glitch/metulayf/variables.scss @@ -0,0 +1,62 @@ +// Commonly used web colors +$black: #000000; // Black +$white: #ffffff; // White +$success-green: #79bd9a; // Padua +$error-red: #df405a; // Cerise +$warning-red: #ff5050; // Sunset Orange +$gold-star: #ca8f04; // Dark Goldenrod + +$red-bookmark: $warning-red; + +// Kafuka Theme Unique Colors. Color names may come later. +$classic-base-color: #0c0c0c; +$classic-primary-color: #ee7487; +$classic-secondary-color: #edfcf5; +$classic-highlight-color: #e31837; + +// Variables for defaults in UI +$base-shadow-color: $black !default; +$base-overlay-background: $black !default; +$base-border-color: $white !default; +$simple-background-color: $white !default; +$valid-value-color: $success-green !default; +$error-value-color: $error-red !default; + +// Tell UI to use selected colors +$ui-base-color: $classic-base-color !default; // Darkest +$ui-base-lighter-color: lighten($ui-base-color, 18%) !default; // Lighter darkest +$ui-primary-color: $classic-primary-color !default; // Lighter +$ui-secondary-color: $classic-secondary-color !default; // Lightest +$ui-highlight-color: $classic-highlight-color !default; + +// Variables for texts +$primary-text-color: $white !default; +$darker-text-color: $ui-primary-color !default; +$dark-text-color: $ui-base-lighter-color !default; +$secondary-text-color: $ui-secondary-color !default; +$highlight-text-color: $ui-highlight-color !default; +$action-button-color: $ui-base-lighter-color !default; +// For texts on inverted backgrounds +$inverted-text-color: $ui-base-color !default; +$lighter-text-color: $ui-base-lighter-color !default; +$light-text-color: $ui-primary-color !default; + +// Language codes that uses CJK fonts +$cjk-langs: ja, ko, zh-CN, zh-HK, zh-TW; + +// Variables for components +$media-modal-media-max-width: 100%; +// put margins on top and bottom of image to avoid the screen covered by image. +$media-modal-media-max-height: 80%; + +$no-gap-breakpoint: 415px; + +$font-sans-serif: 'mastodon-font-sans-serif' !default; +$font-display: 'mastodon-font-display' !default; +$font-monospace: 'mastodon-font-monospace' !default; + +// Avatar border size (8% default, 100% for rounded avatars) +$ui-avatar-border-size: 8%; + +// More variables +$dismiss-overlay-width: 4rem; diff --git a/app/javascript/skins/glitch/pitchpink/variables.scss b/app/javascript/skins/glitch/pitchpink/variables.scss index 6dfee5b8d..590f0f601 100644 --- a/app/javascript/skins/glitch/pitchpink/variables.scss +++ b/app/javascript/skins/glitch/pitchpink/variables.scss @@ -9,7 +9,7 @@ $gold-star: #ca8f04; // Dark Goldenrod $red-bookmark: $warning-red; // Kafuka Theme Unique Colors. Color names may come later. -$classic-base-color: #111; +$classic-base-color: #0c0c0c; $classic-primary-color: #c89bb7; $classic-secondary-color: #fcedf6; $classic-highlight-color: #bf178d; @@ -24,7 +24,7 @@ $error-value-color: $error-red !default; // Tell UI to use selected colors $ui-base-color: $classic-base-color !default; // Darkest -$ui-base-lighter-color: lighten($ui-base-color, 26%) !default; // Lighter darkest +$ui-base-lighter-color: lighten($ui-base-color, 18%) !default; // Lighter darkest $ui-primary-color: $classic-primary-color !default; // Lighter $ui-secondary-color: $classic-secondary-color !default; // Lightest $ui-highlight-color: $classic-highlight-color !default; diff --git a/config/locales/en.yml b/config/locales/en.yml index 99a0c6e06..19bdeac89 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -18,7 +18,7 @@ en: contact_unavailable: N/A discover_users: Discover users documentation: Documentation - federation_hint_html: With an account on %{instance} you'll be able to follow people on any Mastodon server and beyond.
+ federation_hint_html: With an account on %{instance} you'll be able to follow people on any Mastodon server and beyond.
get_apps: Try a mobile app hosted_on: Mastodon hosted on %{domain} instance_actor_flash: | diff --git a/public/apps/index.html b/public/apps/index.html new file mode 100644 index 000000000..aa60093ff --- /dev/null +++ b/public/apps/index.html @@ -0,0 +1,96 @@ + + + + + metu.life - Apps + + + + + + + +
+ Logo
+
+

Official app for metu.life

+

Available soon.

+ +

Android

+ Logo
+ +
+

Apps from other sources

+

Don't forget to specify "metu.life" as your server/instance.

+

Android

+ Tusky + Subway Tooter +

iOS

+ Amaroq + iMast + Mercury +

Web/Desktop

+ Pinafore + Halcyon + Sengi +

Linux

+ Tootle +


+
+ + diff --git a/public/img/agac_beyaz_pp.png b/public/img/agac_beyaz_pp.png new file mode 100644 index 000000000..8e10e0366 Binary files /dev/null and b/public/img/agac_beyaz_pp.png differ diff --git a/public/img/koyuglyph.svg b/public/img/koyuglyph.svg deleted file mode 100644 index d0f21ff03..000000000 --- a/public/img/koyuglyph.svg +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/public/img/logo-full.svg b/public/img/logo-full.svg deleted file mode 100644 index e8ab21055..000000000 --- a/public/img/logo-full.svg +++ /dev/null @@ -1,112 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff --git a/public/motd.html b/public/motd.html index b47322bf0..97ab35f9c 100644 --- a/public/motd.html +++ b/public/motd.html @@ -1,8 +1,11 @@
-

๐˜ฝ๐™๐™๐˜ผ๐™”๐˜ผ ๐Ÿ‘๏ธ ๐˜ฝ๐˜ผ๐™†๐˜ผ๐™๐™‡๐˜ผ๐™


-๐˜ž๐˜ฆ ๐˜ฉ๐˜ฐ๐˜ฑ๐˜ฆ ๐˜ด๐˜ฆ๐˜ฎ๐˜ฆ๐˜ด๐˜ต๐˜ฆ๐˜ณ ๐˜ฃ๐˜ณ๐˜ฆ๐˜ข๐˜ฌ ๐˜ฑ๐˜ณ๐˜ฐ๐˜ท๐˜ช๐˜ฅ๐˜ฆ๐˜ด ๐˜ฆ๐˜ฏ๐˜ฐ๐˜ถ๐˜จ๐˜ฉ ๐˜ต๐˜ช๐˜ฎ๐˜ฆ -๐˜ต๐˜ฐ ๐˜ณ๐˜ฆ๐˜ค๐˜ฐ๐˜ท๐˜ฆ๐˜ณ ๐˜ง๐˜ณ๐˜ฐ๐˜ฎ ๐˜ข ๐˜ด๐˜ต๐˜ณ๐˜ฆ๐˜ด๐˜ด๐˜ง๐˜ถ๐˜ญ ๐˜ด๐˜ฆ๐˜ฎ๐˜ฆ๐˜ด๐˜ต๐˜ฆ๐˜ณ

-Burasฤฑ iรงin bir รถnerim var! + +

๐˜ฝ๐™๐™๐˜ผ๐™”๐˜ผ ๐Ÿ‘๏ธ ๐˜ฝ๐˜ผ๐™†๐˜ผ๐™๐™‡๐˜ผ๐™

+โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€

+Think with hocams
+โ€ฃ Film/Dizi รถnerileri ๐ŸŽฌ

+ +๐™ฐ๐š‘ ๐šœ๐š‘๐š’๐š, ๐š‘๐šŽ๐š›๐šŽ ๐š ๐šŽ ๐š๐š˜ ๐šŠ๐š๐šŠ๐š’๐š—.

diff --git a/public/square_agac_kirmizi.png b/public/square_agac_kirmizi.png new file mode 100644 index 000000000..15f911e65 Binary files /dev/null and b/public/square_agac_kirmizi.png differ