mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
4
home
ty kayn edited this page 2019-08-28 10:17:02 +02:00
Version un brin modifiée de Mastodon. 7777 caractères. un thème aux couleurs de www.CipherBliss.com.
Voici les instructions pour faire votre propre thème mastodon: https://www.cipherbliss.com/faire-son-propre-theme-mastodon/
Réflexions sur les dev en cours dans la page brainstorming
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;
}