better readability
sexstories.com by blogtest
Details
Authorblogtest
LicenseNo License
Categorywww.sexstories.com
Created
Updated
Code size993 B
Code checksum2e0cb2c3
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name sexstories.com
@version 20230429.13.33
@namespace ?
==/UserStyle== */
@-moz-document domain("sexstories.com") {
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,400;0,700;1,400;1,700&display=swap');
.block_panel {
font-family: 'Merriweather', serif;
font-size: 0.95rem;
line-height: 1.80rem;
color: #000;
/*padding: 0 84px;*/
}
#story_center_panel {
width: 50%;
margin: 10px auto;
border-style: solid;
border-width: 1px;
border-color: #5e5d5d;
padding: 16px;
}
body {
background-color: #3e3e44;
}
#story_center_panel {
background-color: #ddd;
}
#story_center_panel .bouton_vote {
font-family: "arial", "Sans-serif";
font-size: inherit;
border-style: solid;
border-width: 2px;
font-weight: bold;
margin-top: 10px;
cursor: pointer;
background-color: #07006f;
}
#top_panel,
#top_panel > * {
background-color: #4f5157 !important;
}
}