Elkabin
elbakin.net by keltroth
Details
Authorkeltroth
LicenseNo License
Categoryelkabin
Created
Updated
Size1.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name elbakin.net
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("elbakin.net") {
/* Insérer le code ici... */
* {
float: unset;
clear: unset;
}
h1, h2, h3, h4, h5, h6 {
font-size: unset!important;
}
#page,
#header,
#nav,
#nav > * {
width: 100%!important;
margin: 0!important;
padding: 0!important;
}
#content {
width: 1024px!important;
margin: 0 auto!important;
padding: 2rem!important;
box-shadow: 0 0 1rem black;
}
#recherche {
right: 0;
margin-left: auto;
}
#content {
display: grid;
grid-template-columns: 1fr 300px;
}
#gauche, #gauche .livre {
width: 100%;
clear: unset;
}
#gauche .livre h2 {
font-size: 3rem!important;
}
#news-content {
font-size: 1.2rem! important;
}
}