Simple Machines Community Forum

Customizing SMF => SMF Coding Discussion => Topic started by: gecitli on September 07, 2021, 07:10:01 AM

Title: Alaca Smf 2.1 Dark Light Template
Post by: gecitli on September 07, 2021, 07:10:01 AM
Alaca.png

Theme is the colorized version of the default theme, so the root [data-theme='dark'] feature is used in css coding.

:root {
  --locked: #e8d8cf;
  --sticky: #cfdce8;
  --w-locked: #e7eaef;
  --bg-even: #f0f4f7;
  --bg-odd: #fdfdfd;
  --cat_bar: #557ea0;   
  --box-shadow: #fff;
  --b-shadow: #dddddd91;
  --strong: #444;
  --visited: #346;
  --wrapper: #fff;
  --tex-color: #4d4d4d;
  --border: #d9d9d9;
  --background: #ededed;
  --top-color: #e2e9f3 0%;
  --bottom-color: #fff 70%;
  --sceditor-toolbar: #f7f7f7;
  --sceditor-group: #ddd;
  --my-gradient: linear-gradient(var(--top-color), var(--bottom-color));
  --top-color_1: #fff 0%;
  --bottom-color_1: #e2e9f3 70%;
  --my-gradient_1: linear-gradient(var(--top-color_1), var(--bottom-color_1));
  --top-color_2: #fff 0%;
  --bottom-color_2: #f1f3f5 95%;
  --my-gradient_2: linear-gradient(var(--top-color_2), var(--bottom-color_2));
}

[data-theme='dark'] {
  --locked: #222;
  --sticky: #333;
  --w-locked: #444;
  --bg-even: #23233e;
  --bg-odd: #22223d;
  --cat_bar: #6259ca;
  --box-shadow: #222;
  --b-shadow: #222;
  --strong: #00bcd4;
  --visited: #607d8b;
  --wrapper: #30304d;
  --tex-color: #f0f4f7;
  --border: #ffffff1a;
  --background: #22223d;
  --top-color: #30304d 0%;
  --bottom-color: #30304d 70%;
  --sceditor-toolbar: #22223d;
  --sceditor-group: #30304d;
  --my-gradient: linear-gradient(var(--top-color), var(--bottom-color));
  --top-color_1: #30304d 0%;
  --bottom-color_1: #30304d 70%;
  --my-gradient_1: linear-gradient(var(--top-color_1), var(--bottom-color_1));
  --top-color_2: #30304d 0%;
  --bottom-color_2: #30304d 70%;
  --my-gradient_2: linear-gradient(var(--top-color_2), var(--bottom-color_2));
}



Title: Re: Alaca Smf 2.1 Dark Light Template
Post by: d3vcho on September 07, 2021, 07:36:40 AM
Wow, really impressive and good looking work
Title: Re: Alaca Smf 2.1 Dark Light Template
Post by: Antechinus on September 07, 2021, 04:19:16 PM
Very smooth. A minor point: I would kill the test-shadow on the unread post links. :)
Title: Re: Alaca Smf 2.1 Dark Light Template
Post by: gecitli on September 08, 2021, 03:35:53 AM
Quote from: Antechinus on September 07, 2021, 04:19:16 PMVery smooth. A minor point: I would kill the test-shadow on the unread post links. :)

hello, I showed people what they can do with small touches. This is a case study.

Demo (https://smf.webtiryaki.com/)