Info
Tidies up comments on Drupal.org and it have drastic positive effect on how my brain sees a discussion thread there.
Authorollie-db
LicenseNo License
Categorydrupal.org
Created
Updated
Size1.6 kB
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Tidies up comments on Drupal.org and it have drastic positive effect on how my brain sees a discussion thread there.
/* ==UserStyle==
@name drupal.org
@version 20210902.12.09
@namespace userstyles.world/user/ollie-db
@description ## Info
Tidies up comments on Drupal.org and it have drastic positive effect on how my brain sees a discussion thread there.
@author ollie-db
@license No License
==/UserStyle== */
@-moz-document domain("drupal.org") {
.flag-action {
display: none;
}
.comment .content {
background: rgba(0, 0, 0, 0.025);
padding: 5px 15px 5px 15px;
outline: 1px solid lightgray;
font-size: 100%;
line-height: 1.3;
}
.codeblock {
font-size: 120%;
line-height: 1;
}
.api-deprecated {
margin: -5px -10px 10px;
padding: 10px;
}
.breadcrumb {
margin: 15px auto;
}
/* .comment .submitted {float:right; position: relative; top:-16px;} */
#nav-content .links li a {
color: grey;
}
#nav-content .links li a:hover {
color: #0678be;
}
#tabs ul.tabs li a {
color: #797979;
background: lightgray;
border-radius: 3px;
}
.permalink {
opacity: .5;
font-size: small;
}
.system-message.comment .content {
background: #fff;
font-family: monospace;
color: grey;
font-size: small;
}
.permalink-wrapper {
margin-bottom:-5px!important;
line-height:18px;
}
.submitted {
line-height:10px;
}
.submitted time {
position: relative;
}
.view-project-issue-project-searchapi .links li a {
display: inline-block;
background: #ececec;
padding: 3px 6px;
}
#drupalorg-browse-projects-form .form-type-textfield input {
display: block;
width: 100%;
height: 40px;
border: 1px solid #0678be;
}
}