Created
February 4, 2021 23:07
-
-
Save alexpott/5cf1d021ecb2155f7dfbc76337aec3a5 to your computer and use it in GitHub Desktop.
User stylesheet for d.o
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Inspired by Bohjan's style */ | |
.container-12 { | |
min-width: 1200px !important; | |
} | |
#header-screen { | |
display: none; | |
} | |
section.comments > div.comment .permalink-wrapper { | |
float: left; | |
margin: 0 0.5em 0 0; | |
font-style: normal; | |
font-size: 1.2307em; | |
line-height: inherit; | |
font-family: "Lucida Grande", "DejaVu Sans", "Bitstream Vera Sans", Verdana, Arial, sans-serif; | |
} | |
section.comments > div.comment .picture { | |
float: right; | |
margin-top: 1.5em; | |
width: 40px; | |
} | |
section.comments > div.comment > h3, | |
section.comments > div.comment .submitted { | |
margin-left: 0px !important; | |
} | |
section.comments > div.comment .content { | |
margin-left: 10px !important; | |
} | |
section.comments > div.comment.system-message .content { | |
margin-left: 0px !important; | |
} | |
section.comments > div.comment { | |
border-top-color: #999; | |
/*margin-bottom: 1.5em;*/ | |
margin-right: -402px; | |
} | |
#content section.comments > div.comment .links.inline a { | |
opacity: 0; | |
transition: opacity 0.5s; | |
font-weight: normal !important; | |
} | |
#content section.comments > div.comment:hover .links.inline a, | |
#content section.comments > div.comment .links.inline a:focus { | |
opacity: 1; | |
color: #0678BE; | |
} | |
section.comments > div.comment .picture img { | |
width: 0; | |
content: url("https://www.drupal.org/files/styles/grid-2/public/default-avatar.png?itok=Tj9ia2bp"); | |
} | |
#content div.node.node-project-issue .field-name-body { | |
min-height: 528px; | |
} | |
.merge-request-activity .picture img { | |
display: none; | |
} | |
.merge-request-activity > h3, .merge-request-activity .submitted, .merge-request-activity .content, .merge-request-activity .merge-request-note, .merge-request-activity .reply-to { | |
margin-left:0px; | |
} | |
.merge-request-activity .merge-request-note { | |
margin-left: 10px; | |
} | |
.merge-request-activity + div.comment:not(.system-message), | |
.merge-request-activity > li { | |
border-top: 1px solid gainsboro; | |
padding-top: 10px; | |
margin-bottom: 20px | |
} | |
ul.merge-request-activity { | |
width: 1180px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment