From 1d6bb8370a47ea9ee7b3084c80b5a0977165db00 Mon Sep 17 00:00:00 2001 From: ty kayn Date: Sat, 17 Aug 2019 17:31:35 +0200 Subject: [PATCH] Create home --- home.md | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 home.md diff --git a/home.md b/home.md new file mode 100644 index 0000000..1037b20 --- /dev/null +++ b/home.md @@ -0,0 +1,43 @@ +Version un brin modifiée de Mastodon. +7777 caractères. +un thème aux couleurs de +www.CipherBliss.com. + + + +Custom CSS suggestion: +.public-layout .activity-stream{ +width: 650px; +} +.reply-indicator__content .status__content__spoiler-link:hover, .status__content .status__content__spoiler-link:hover{ +background-color: #ffdede +} +.compose-form__publish .button, +.button:active, .button:focus, .button:hover +{ +background-color: orange; +} +.icon-button, +.notification__message .fa{ +color: #ffbc60; +} +.icon-button.disabled, +.icon-button:active, .icon-button:focus, .icon-button:hover, +.column-link--transparent.active, +{ +color: #da9536 !important; +} +.landing-page__short-description p a, + .reply-indicator__content a, + .rich-formatting a, + .rich-formatting li a, + .rich-formatting p a, + .status__content a, +.status__action-bar__counter__label +{ +color: orange !important; +} + +.compose-form .compose-form__buttons-wrapper{ +background: #f2d9b7; +} \ No newline at end of file