Categories > Coding > CSS >

[Rel] Minimal Theme

Cyros

Revision

Posts: 1060

Threads: 49

Joined: Feb, 2021

Reputation: 20

Posted

Based on Hiroku's Code Themed : Goto his theme it is 10x better, mine is just a modified of his

Check his out <3

https://wearedevs.net/forum/t/28170

 

body {
    background-color: rgba(16, 16, 10, 0);
    color: #ecf0f1;
}

element.style {
    opacity: 1;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

* {
    margin: 0;
    border: 0;
    box-sizing: border-box;
}


body {
    opacity: 0;
}



:root {
    --padding: 12px;
    --font-size: 16px;
    --padding: 12px;
    --less-padding: 9px;
    --round: 5px;
    --less-round: 0px;
}


::-webkit-scrollbar {
    width: 9px;
}


::-webkit-scrollbar-thumb {
    background: #0a0c10;
    background-color: rgba(100,100,100,.4);
    border-radius: 4px;
}


::-webkit-scrollbar-track {
    background-color: #0a0c10;
    background-color: rgb(120, 120, 120, .4);
    border-radius: 4px;
}

.theme1 {
    background-color: rgb(25, 25, 25);
}

.theme2 {
    background-color: rgb(19, 19, 19);
}

#navigationbar {
    background: -webkit-linear-gradient(left,#181919,#282828);
    background: -o-linear-gradient(left,#181919,#282828);
    background: -webkit-gradient(linear,left top,right top,from(#181919),to(#282828));
    background: linear-gradient(90deg,rgb(25, 25, 25),rgb(25, 25, 25));
}

div, h1, h2, h3, h4, p, a, li, tr, td, textarea, button, input, select, span {
    font-weight: 300;
    font-style: Oxygen;
    color: inherit;
}

 

pic: soon bozo

 

Credits:
Hiroku

me ig for modding it lol

  • 0

We Hate VOID

Posts: 1430

Threads: 71

Joined: May, 2022

Reputation: 20

Replied

add pic or no vouch!!!

  • 0

i use arch btw

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )