Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- body {
- background: #202124;
- color: #e8eaed;
- }
- * {
- font-family: 'Arial' !important;
- font-size: 16px;
- }
- #hnmain {
- background: transparent !important;
- }
- .default {
- background: #202124;
- padding: 6px 0 !important;
- position: relative;
- }
- .c00,
- .c00 a:link {
- color: #ddd;
- }
- a {
- color: #8ab4f8 !important;
- }
- a:visited {
- color: #c58af9 !important;
- }
- .pagetop a {
- color: #fff !important;
- }
- .reply a,
- .comhead a,
- .subtext a {
- color: #9aa0a6 !important;
- }
- .reply p {
- margin-top: 8px;
- }
- .reply u {
- text-decoration: none !important;
- }
- .reply a {
- font-size: 13px !important;
- text-decoration: none !important;
- }
- .comhead * {
- font-size: 13px !important;
- }
- .votearrow {
- background: none;
- margin: 0;
- width: 0;
- height: 0;
- border-left: 5px solid transparent;
- border-right: 5px solid transparent;
- border-bottom: 7px solid #9aa0a6;
- margin: 3px;
- margin-top: 17px;
- display: none;
- }
- form[action="comment"] textarea {
- background: #303134;
- border: none;
- border-radius: 7px;
- color:#ddd;
- }
- form[action="comment"] input {
- background: #303134;
- border-radius: 6px;
- color: #ddd;
- padding: 8px 14px;
- border: 1px solid #454649;
- }
- .comment-tree {
- position: relative;
- border-spacing: 0;
- border-collapse: collapse;
- }
- .comment-tree table {
- border-spacing: 0;
- border-collapse: collapse;
- }
- .comment-tree tr {
- margin: 0;
- }
- .comment-tree tr td {
- padding: 0;
- margin: 0;
- }
- [indent]:before {
- content: ' ';
- top: 0;
- position: absolute;
- width: 1px;
- background: #3c4043;
- height: 100%;
- z-index: -2;
- }
- [indent="1"]:before { margin-left: 40px; }
- [indent="2"]:before { margin-left: 80px; }
- [indent="3"]:before { margin-left: 120px; }
- [indent="4"]:before { margin-left: 160px; }
- [indent="5"]:before { margin-left: 200px; }
- [indent="6"]:before { margin-left: 240px; }
- [indent="7"]:before { margin-left: 280px; }
- [indent="8"]:before { margin-left: 320px; }
- #hnmain > tbody > tr:last-child {
- display: none;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement