Una svecchiata allo stile di runnerforum.it, il forum italiano sulla corsa.
Creato secondo il gusto e le esigenze personali di migliorare la leggibilità dei contenuti.
runningforum.it by aldo-cav

Details
Authoraldo-cav
LicenseMIT License
Categoryrunningforum.it
Created
Updated
Code size3.6 kB
Code checksum554ebd82
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name runningforum.it
@version 20220413.12.56
@namespace userstyles.world/user/aldo-cav
@description Una svecchiata allo stile di runnerforum.it, il forum italiano sulla corsa.
Creato secondo il gusto e le esigenze personali di migliorare la leggibilità dei contenuti.
@author aldo-cav
@license MIT License
==/UserStyle== */
@-moz-document domain("runningforum.it") {
body {
background-color: #ffffff;
}
.navbar {
background-color: #ffffff;
color: #c68e81;
padding: 0;
}
.navbar a {
color: #3fb0a6;
}
.navbar li a img {
filter: invert(66%) sepia(42%) saturate(535%) hue-rotate(125deg) brightness(84%) contrast(91%);
}
.site_logo {
background-size: contain;
width: 120px;
height: 70px;
}
.logo {
padding-left: 0px;
}
.frasi-home {
background-color: #e3ffe8;
color: #9e4531;
padding: 15px;
border-radius: 15px;
margin: 15px 0;
}
#wrap,
.navbar-container,
.headerbar-container,
.footerbar-container {
font-size: 1.35em;
width: 95%;
max-width: 1300px;
margin: 0 auto;
}
#wrap .topictitle:hover,
#wrap .username:hover {
text-decoration: none;
background-color: #e8ffea;
}
.search-box .inputbox {
border-radius: 30px;
padding-left: 10px;
margin-right: 5px;
}
.row dd {
font-size: .9em;
opacity: .7;
}
.list-inner {
color: #1ca9a1;
}
.header .list-inner {
color: #fff;
}
li .list-inner strong {
font-size: 0.8em;
color: #919191;
}
li .list-inner .subforum {
color: #c68e81;
}
li .list-inner .subforum:hover {
color: #9e4531;
text-decoration: none;
background-color: #fefed0;
}
a.topictitle {
color: #0d5955;
padding: 6px 4px;
font-weight: normal;
letter-spacing: 1px;
}
a.forumtitle {
font-weight: normal;
letter-spacing: 1px;
color: #9e4531;
}
a,
p strong,
h1,
a.lastsubject,
a.username-coloured {
font-weight: normal;
}
a:hover,
a.username-coloured:hover {
text-decoration: none;
background-color: #fefed0;
}
#logo {
transition: transform .4s;
}
#logo:hover {
background-color: #3fb0a600;
transform: rotate(-6deg) scale(1.2);
}
.topictitle:hover {
color: #237518;
}
.topic-poster {
color: #9cb1b0;
padding: 5px 0 0 5px;
font-size: 0.8em;
}
.username {
color: #3fb0a6;
}
.row-item a.username-coloured:hover {
text-decoration: none;
background-color: #e8ffea;
}
dl.row-item::before {
border-radius: 50%;
}
li.row {
padding: 5px 0px;
}
li.row:hover {
background-color: #fffdfd;
}
.row .pagination li a,
.row .pagination li span {
border-radius: 8px;
padding: 1px 8px;
font-size: 10px;
}
.action-bar .pagination a.button,
.action-bar .pagination .active span {
border-radius: 8px;
padding: 3px 10px;
font-size: 14px;
margin-right: 2px;
}
.postbody {
font-size: .85em;
}
.forumbg,
.forabg {
border-radius: 16px 16px 0px 0px;
margin-bottom: 10px;
padding: 2px;
margin-top: 10px;
}
.postprofile .avatar img {
border-radius: 10px;
margin-bottom: 10px;
}
.postprofile {
width: 190px;
background-color: #fff;
margin: 5px 0px 10px 0px;
padding: 13px 5px;
border-top: 1px solid #CCCCCC;
border-radius: 15px 0px 15px 15px;
}
.postprofile dd strong {
color: #c68e81;
}
.signature {
width: 99%;
border-top-color: #CCCCCC;
opacity: 0.6;
background-color: #fff;
padding: 15px 6px;
border-radius: 15px;
}
.post {
margin: 15px 1px;
border-radius: 15px 1px 15px 15px;
}
}