Sid · @sid
12 followers · 55 posts · Server mastodon.online

Struggling with some Doing an Option Radio checked ~ .x + .y + .z + .h etc, but it Only Activates .h !? Is there a way to get it to Show {visibility: visible; } a Form .x & it's Fields ? Do I need to do some sort of Sub Brackets ? .x{
color:
.y{
visibility: visible;
}.y
}.x
??????????

#eeeeee #coding #css

Last updated 3 years ago

Sid · @sid
12 followers · 61 posts · Server mastodon.online

Struggling with some Doing an Option Radio checked ~ .x + .y + .z + .h etc, but it Only Activates .h !? Is there a way to get it to Show {visibility: visible; } a Form .x & it's Fields ? Do I need to do some sort of Sub Brackets ? .x{
color:
.y{
visibility: visible;
}.y
}.x
??????????

#eeeeee #coding #css

Last updated 3 years ago

Vincent St. Pierre · @vsp
348 followers · 958 posts · Server mastodon.world

@paulisci allow me a moment to introduce you to .

cc: @e

dolphin.town/about

#dolphintown #eeeeee

Last updated 3 years ago

gerdbrunzema · @gerdbrunzema
245 followers · 707 posts · Server mastodon.social

Super. Funktioniert hier auch.

#eeeeee

Last updated 3 years ago

🤍 Gray 🖤 · @Graycot
605 followers · 3793 posts · Server fosstodon.org

@opal oh!! That's why it kept feeling off! I never go above for white text, usually I start my white text at and then add a slight color accent.

#eeeeee #cccccc

Last updated 3 years ago

Alexandra-Lilith · @alilly
181 followers · 1781 posts · Server solarpunk.moe

neat, I'm OK at CSS

kbd {
border-color: black;
border-width: 3px;
border-style: outset;
border-radius: 5px;
padding: 2px;
background-color: ;
}

#eeeeee

Last updated 3 years ago

Chris · @toxision
187 followers · 5228 posts · Server mastodon.social

My (current) color-scheme
If you want it too, grab the scheme below and save it in ~/$config/tut/themes/yourthemename.ini

background=background
text=
subtle=
warning-text=
text-special-one=#969694
text-special-two=
top-bar-background=background
top-bar-text=
status-bar-background=
status-bar-text=
status-bar-view-background=background
status-bar-view-text=
list-selected-background=
list-selected-text=#000000

#tut #d4be98 #4271AE #d7005f #eeeeee #5faf5f #cli #tui

Last updated 3 years ago

David Blue ※ · @DavidBlue
540 followers · 19541 posts · Server mastodon.social

finally got around to doing something I've been mumbling about for literally years now: the most basic level of appearance configuration for @a_shell_ios@twitter.com lol. `config -s 19 -b #191919 -f -c -p`

#ff6700 #eeeeee

Last updated 3 years ago

David Blue ※ · @DavidBlue
535 followers · 19588 posts · Server mastodon.social

finally got around to doing something I've been mumbling about for literally years now: the most basic level of appearance configuration for @a_shell_ios@twitter.com lol. `config -s 19 -b #191919 -f -c -p`

#ff6700 #eeeeee

Last updated 3 years ago

starlit 🌟 · @starlit
132 followers · 1889 posts · Server glitch.social

#eeeeee

Last updated 6 years ago

Exa :calim: · @Exagone313
258 followers · 2074 posts · Server share.elouworld.org

@import 'application';

$color1_dark: ; // darkest
$color5_dark: rgba(16,16,16,0.8); // white

.activity-stream {
.entry {
background: $color5_dark;
}

.status.light {
.display-name strong {
color: $color1_dark;
}

.status__content {
color: $color1_dark;
}
}

.detailed-status.light {
background: $color5_dark;

.detailed-status__display-name .display-name strong {
color: $color1_dark;
}

.status__content {
color: $color1_dark;
}
}
}

#eeeeee

Last updated 9 years ago

Exa :calim: · @Exagone313
258 followers · 2074 posts · Server share.elouworld.org

I edited the CSS for the public profile page a bit, it looks clean to make. Here is my custom.scss:

$color1_dark: ; // darkest
$color5_dark: rgba(16,16,16,0.8); // white

@import 'application';

.activity-stream {
.entry {
background: $color5_dark;
}

.status.light {
.display-name strong {
color: $color1_dark;
}

.status__content {
color: $color1_dark;
}
}
}

#eeeeee

Last updated 9 years ago