Skip to content

Instantly share code, notes, and snippets.

@RebeccaWhit3
Created March 9, 2017 13:00
Show Gist options
  • Save RebeccaWhit3/12c669e0db40c23caf8608a11c744ad8 to your computer and use it in GitHub Desktop.
Save RebeccaWhit3/12c669e0db40c23caf8608a11c744ad8 to your computer and use it in GitHub Desktop.
Global Stylesheet (for stylebot)
/* Global Stylesheet for Stylebot */
#search .mblink:visited, a:visited {
color: lightslategray ;
text-decoration: line-through ;
}
#search a:link, .w, #prs a:visited, #prs a:active, .q:active, .q:visited, .kl:active, .tbotu {
}
* a:not([role*=navigation]):not([role*=navigation]) {
font-weight: 600 ;
}
* style, * * style, * * * style {
color: transparent ;
display: none ;
left: -1000% ;
position: absolute ;
top: -1000% ;
}
.blockLink {
display: block ;
visibility: hidden ;
}
.rc:hover .blockLink {
display: block ;
visibility: visible ;
}
:not([class*=icon]):not([class*=fa]) {
-moz-osx-font-smoothing: grayscale ;
-webkit-font-smoothing: antialiased ;
font-family: 'NotoSans-BoldItalic', 'NotoMono-Regular','Consolas', 'Apple Color Emoji',"Segoe UI Emoji","NotoColorEmoji","Segoe UI Symbol","Android Emoji","EmojiSymbols",'Unifont', monospace ;
text-rendering: optimizeSpeed ;
}
:not([role*=navigation]) a:link, :not([role*=nav]) a:link {
}
blockquote {
font-family: monospace ;
font-style: normal ;
font-variant: normal ;
font-weight: 400 ;
line-height: 23px ;
}
html body h1 {
font-family: "Lucida Sans Typewriter", "Lucida Console", monaco, "Bitstream Vera Sans Mono", monospace ;
font-style: normal ;
font-variant: normal ;
font-weight: 500 ;
line-height: 23px ;
}
html body h3 {
font-family: "Lucida Sans Typewriter" ;
font-style: normal ;
font-variant: normal ;
font-weight: 500 ;
line-height: 23px ;
}
html body p {
font-family: "Lucida Console" ;
font-style: normal ;
font-variant: normal ;
font-weight: 400 ;
line-height: 23px ;
}
html body pre {
font-family: "Lucida Sans Typewriter", "Lucida Console", monaco, "Bitstream Vera Sans Mono", monospace ;
font-style: normal ;
font-variant: normal ;
font-weight: 400 ;
line-height: 23px ;
}
html style {
color: transparent ;
display: none ;
left: -1000% ;
position: absolute ;
top: -1000% ;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment