Created
July 7, 2018 08:50
-
-
Save alexpott/30cd24e0608637ef179371d36f3e2bd5 to your computer and use it in GitHub Desktop.
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; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment