Skip to content

Instantly share code, notes, and snippets.

@rex
Created December 17, 2016 00:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rex/3dbfec9521f90d235227609c9898d3e6 to your computer and use it in GitHub Desktop.
Save rex/3dbfec9521f90d235227609c9898d3e6 to your computer and use it in GitHub Desktop.
Stylish™ Stylesheets
pre,
pre span,
code,
p span.object_link a {
font-family: "Hasklig" !important;
font-weight: 100;
}
/* code,
.docstring .object_link a {
padding: 2px 5px;
background-color: #2980b9;
Light: #3498db
color: #fff !important;
} */
pre.code code {
padding: 0;
background-color: inherit;
color: inherit;
}
/*pre.code span.tstring_content {
color: #f1c40f;
}*/
ul.packages a {
font-family: Hasklig;
font-size: 14px;
}
h2[id^="pkg-"],
h2.toggleButton {
font-family: "Montserrat", "Nexa Rust Sans";
font-weight: 100;
text-transform: uppercase;
background-color: rgba(52, 152, 219, 0.1);
}
body {
background-color: #fafafa;
font-family: "Libre Baskerville";
}
iframe body {
background-color: #f2f2f2;
}
body {
font-family: "Libre Baskerville";
}
h1, h1 span, h2, h2 span, h3, h3 span {
font-family: "Montserrat";
font-weight: 100 !important;
text-transform: uppercase;
}
.aui-header {
background-color: #0680cd;
border-bottom-color: #05619b;
}
.ghx-issue>section+section {
margin-top: 2px !important;
}
section.ghx-summary, .aui-label, .aui-lozenge, .ghx-detail-section, .ghx-extra-field-content {
font-size: 10px !important;
}
.ghx-extra-field-content {
font-weight: bold;
}
.ghx-detail-section .aui-lozenge, .aui-label {
font-size: 8px !important;
}
.ghx-issue {
font-size: 10px;
}
.ghx-sprint-goal, .ghx-sprint-meta {
display: none !important;
}
#ghx-view-selector > h1 > span {
display: inline-flex;
font-size: 24px !important;
font-weight: 100 !important;
}
#ghx-view-selector > h1 > span:first-child {
/* border-right: 1px rgba(0,0,0,0.065) solid; */
padding-right: 20px;
color: rgba(0,0,0,0.95);
/* font-weight: 300 !important; */
}
#ghx-view-selector > h1 > span:first-child:after {
content: ' ';
width: 1px;
background: rgba(0,0,0,0.095);
display: inline-block;
transform: rotate(35deg);
margin-left: 20px;
}
#ghx-view-selector > h1 > span:last-child {
/* border-right: 1px rgba(0,0,0,0.25) solid; */
/* padding-left: 10px; */
color: rgba(0,0,0,0.55);
}
#ghx-header {
padding: 10px 5px 0 10px;
}
#ghx-operations {
padding: 0 10px;
}
.ghx-controls-filters dd, .ghx-controls-filters dt {
margin: 0;
font-size: 10px;
}
.ghx-controls-filters dd a {
padding: 4px;
border-radius: 2px;
}
.ghx-controls-work {
min-height: 30px;
}
.ghx-has-swimlanes .ghx-swimlane .ghx-column, .ghx-has-swimlanes .ghx-swimlane-header .ghx-column {
border-radius: 2px;
background: rgba(100,100,100,0.035);
/* border: 1px rgba(100,100,100,0.04) solid; */
}
.ghx-swimlane-headers {
font-size: 12px;
}
.ghx-column-headers .ghx-column {
border-bottom: 2px rgba(100,100,100,0.075) solid;
padding: 4px 4px 4px 0;
}
.ghx-swimlane-header .ghx-expander .ghx-iconfont {
margin: 4px 0 0 -4px;
}
.ghx-swimlane-header .ghx-heading {
margin: 4px 0;
}
  • AWS: URLs matching the regexp /(http|https)?:\/\/docs\.aws\.amazon\.com\/(aws|sdk|AWS|SDK).+/
  • Wikipedia: URLs on the domain wikipedia.org
  • JIRA: URLs starting with https://topgolf.atlassian.net/secure/RapidBoard.jspa
@namespace url(http://www.w3.org/1999/xhtml);
body {
font-family: "Libre Baskerville", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
background: #fff !important;
}
a {
color: #0088cc !important;
text-decoration: none;
}
a:hover {
color: #005580 !important;
text-decoration: underline;
}
h1,
h2,
h3,
h4 {
text-transform: uppercase;
font-weight: 100 !important;
}
h1 {
border: 0px !important;
font-family: 'Montserrat' !important;
/* font-weight: 700 !important; */
font-size: 36px !important;
}
h2 {
border: 0px !important;
font-family: 'Montserrat' !important;
/* font-weight: 400 !important; */
font-size: 26px !important;
}
h3 {
border: 0px !important;
font-family: 'Montserrat' !important;
/* font-weight: 400 !important; */
font-size: 16px !important;
}
#content h3 {
font-size: 20px !important;
}
p {
font-weight: 300 !important;
line-height: 1.9 !important;
}
table,
td,
th {
border: 0px !important;
border-collapse: collapse !important;
padding: 5px !important;
}
ul,
li {
background: transparent !important;
border: 0px !important;
line-height: 1.8 !important;
font-size: 14px !important;
font-weight: 300 !important;
}
li span {
background: transparent !important;
border: 0px !important;
font-size: 14px !important;
}
.referencetooltip {
background-color: #EEE !important;
}
dl {
font-weight: 300 !important;
}
dt {
font-style: italic;
font-size: 16px !important;
margin-top: 10px !important;
}
dd {
font-size: 15px !important;
}
#p-logo a {
background-image: url('https://i.imgur.com/ur4m5Ia.png') !important;
}
code {
font-family: "Hasklig", monospace !important;
padding: 3px !important;
background: transparent !important;
color: #39892f !important;
font-weight: 100;
}
tt {
font-family: "Hasklig", 'Source Code Pro', 'Lucida Sans Unicode', 'Courier New' !important;
font-size: 16px !important;
font-weight: 100;
}
.new,
.new:link,
.new:visited {
color: #cd5b45 !important;
}
blockquote {
border: 0px !important;
font-style: italic !important;
font-size: 20px !important;
margin: 35px 75px !important;
line-height: 1.5 !important;
font-weight: 300 !important;
background: transparent !important;
}
select {
padding: 0px 10px;
}
.mw-ui-button,
.mw-ui-progressive {
border-radius: 4px !important;
border: 1px solid #347Bff !important;
color: #347Bff !important;
background: #fff !important;
text-shadow: 0px 0px 0px;
}
.mw-ui-button.mw-ui-progressive:hover,
.mw-ui-button.mw-ui-progressive:focus,
.mw-ui-button.mw-ui-progressive:active,
.mw-ui-button:hover,
.mw-ui-progressive:hover,
.mw-ui-button:focus,
.mw-ui-progressive:focus {
box-shadow: 0px 0px 0px !important;
text-shadow: 0px 0px 0px !important;
border: 1px solid #347Bff !important;
}
#wpSave,
#wpPreview,
#wpDiff {
border-radius: 4px !important;
border: 1px solid #347Bff !important;
color: #347Bff !important;
background: #fff !important;
text-shadow: 0px 0px 0px;
padding: 0.5em 1em;
cursor: pointer;
}
#wpSave:hover,
#wpPreview:hover,
#wpDiff:hover {
color: rgba(52, 123, 255, 0.5) !important;
;
}
/* Search */
#simpleSearch {
background: transparent !important;
border-color: #ccc !important;
}
#searchInput {
background: transparent !important;
}
.mw-ui-input {
border: 1px solid #347Bff !important;
color: #000 !important;
background: #fff !important;
font-size: 16px !important;
}
.mw-ui-input:focus {
box-shadow: 0px 0px 0px !important;
}
.mw-content-ltr pre {
font-family: "Hasklig", "Courier New", Lucida Console, sans-serif !important;
font-weight: 100;
color: #000d26 !important;
}
.suggestions {
font-weight: 300 !important;
font-size: 15px !important;
max-width: 300px !important;
margin-top: 15px !important;
border: 0px !important;
box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.5);
}
.suggestions-results {
border: 0px !important;
}
.suggestions-result {
padding: 10px !important;
}
.imeselector,
#searchEngines {
display: none !important;
}
.mw-search-formheader {
border: 0px !important;
background: transparent !important;
}
.central-featured-logo {
background-image: url('https://i.imgur.com/nRDTbeb.png') !important;
}
.mw-search-result-heading,
.searchresult,
.searchmatch {
font-size: 14px !important;
font-weight: 400 !important;
padding: 3px 0px !important;
}
.searchmatch {
font-weight: 700 !important;
}
.mw-search-result-data,
.mw-search-createlink {
display: none;
}
#mw-page-base,
.vectorTabs {
background: transparent !important;
border: 0px !important;
}
#content {
border: 0px !important;
margin-left: 215px !important;
}
.portal {
background: transparent !important;
}
#mw-panel {
width: 200px !important;
border-right: 1px solid #bbb;
background: none;
}
#p-logo {
left: 0px;
padding-left: 8px;
background-color: white;
}
#p-logo a {
padding-left: 40px;
background-color: white;
left: 0px;
border-right: 1px solid #aaa;
}
#p-logo a:hover {
opacity: 1.0;
}
#mw-head {
background-color: #f9f9f9;
opacity: 1.0;
box-shadow: 0px 1px 2px #aaa;
-webkit-transition-property: opacity !important;
-moz-transition-property: opacity !important;
-o-transition-property: opacity !important;
-ms-transition-property: opacity !important;
transition-property: opacity !important;
-webkit-transition-duration: 0.5s !important;
-moz-transition-duration: 0.5s !important;
-o-transition-duration: 0.5s !important;
-ms-transition-duration: 0.5s !important;
transition-duration: 0.25s !important;
}
#mw-head:hover {
opacity: 1.0 !important;
}
.uls-settings-trigger {
display: none !important;
}
#left-navigation {
margin-left: 233px !important;
}
.wikitable {
font-weight: 300 !important;
}
.wikitable td,
.wikitable th {
border: 1px dashed rgba(0, 0, 0, 0.07) !important;
}
pre {
line-height: 1.3 !important;
font-family: "Hasklig", "Courier New", Lucida Console, sans-serif !important;
font-weight: 100;
border: 0px !important;
background: 0px !important;
font-size: 16px !important;
}
.mw-code {
border: 0px !important;
padding: 17px !important;
background: 0px !important;
font-size: 16px !important;
}
.toc {
background: transparent !important;
border-style: dashed !important;
display: block !important;
max-width: 300px !important;
}
.toctoggle {
display: none !important;
}
.thumbinner,
.thumb,
.toccolours,
.graytable {
background: transparent !important;
border: 0px !important;
font-size: 16px !important;
}
.thumbimage {
border: 0px !important;
}
.thumbcaption {
font-style: italic !important;
margin: 7px 0px !important;
}
.thumbimage:hover {
opacity: 0.85 !important;
}
.dablink {
margin: 14px 0px !important;
font-weight: 300 !important;
font-size: 18px !important;
}
#siteSub,
.flaggedrevs_preview {
display: none !important;
}
.ambox,
.tmbox,
.Note,
.informationbox {
margin: 5px 0px !important;
font-size: 18px !important;
line-height: 1.5 !important;
border: 1px dashed #aaa !important;
max-width: 550px !important;
font-weight: 300 !important;
}
.ambox td,
.tmbox td {
padding: 10px !important;
}
.ambox-text-small,
.mbox-text,
.Note td {
font-size: 14px !important;
font-weight: 300 !important;
color: #000 !important;
}
.ambox-image,
.mbox-image {
display: none;
}
#request_for_deletion,
.ambox-serious {
background: rgba(255, 0, 0, 0.1) !important;
border: 1px dashed rgba(255, 0, 0, 0.15) !important;
color: #a00000 !important;
}
.tmbox-notice,
.tmbox-move,
.Note {
background: rgba(150, 75, 0, 0.1) !important;
border: 1px dashed rgba(150, 75, 0, 0.15) !important;
}
.informationbox {
background: #fff !important;
padding: 10px !important;
font-size: 14px !important;
}
.editOptions {
background: #fff !important;
border: 0px !important;
}
.catlinks {
background: transparent !important;
border: 1px dashed #aaa !important;
font-size: 16px !important;
}
.infobox,
.tright,
.toccolours {
border: 0px !important;
background: transparent !important;
border-collapse: collapse !important;
}
.infobox td,
.infobox th,
.tright td,
.tright th,
.toccolours td,
.toccolours th {
padding: 5px !important;
background: transparent !important;
font-weight: 400 !important;
border: 1px dashed rgba(0, 0, 0, 0.07) !important;
}
.image img:hover {
opacity: 0.85 !important;
}
.globegris {
background: transparent !important;
}
.mw-editsection-bracket,
.references-small b,
.mw-cite-backlink,
.plainlinksneverexpand {
display: none !important;
}
#floating_object {
display: none;
}
.navbox,
.nowraplinks {
margin: 10px 0px !important;
border-collapse: collapse !important;
}
.navbox td,
.navbox th,
.nowraplinks td,
.nowraplinks th {
padding: 9px 6px !important;
font-size: 14px !important;
font-weight: 300 !important;
border: 1px solid #fff !important;
}
.NavFrame {
border: 0px !important;
background: transparent !important;
padding: 0px !important;
}
.NavHead {
margin: 10px 0px !important;
padding: 12px !important;
font-size: 16px !important;
font-weight: 700 !important;
background: transparent !important;
}
.Boxmerge {
border: 0px !important;
}
#coordinates {
display: none !important;
}
#mw-fr-revisiontag,
#mw-fr-reviewnotice {
display: none !important;
}
div#footer {
margin-left: 14em !important;
padding: 1.25em 1.5em 1.5em !important;
}
/* Added by Me */
h1,
h2,
h3,
h4,
h1 i,
h2 i,
h3 i,
h4 i {
font-style: normal;
}
ul#p-lang-list,
h3#p-lang-label {
display: none;
}
#content {
margin-left: 100px !important;
}
.mw-editsection a {
position: relative;
visibility: hidden;
}
.mw-editsection a:before {
content: "e";
visibility: visible;
}
#toc,
.toc {
padding: 15px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
background-image: linear-gradient(#fefefe, #fafafa) !important;
}
html .thumbcaption {
font-size: 80%;
}
ol.references {
display: none;
}
div#mw-panel {
width: 100px !important;
padding-left: 0 !important;
padding-top: 0 !important;
top: 100px !important;
height: 100%;
position: fixed !important;
}
div#mw-panel div.portal {
margin: 0 !important;
}
div#mw-panel div.portal div.body ul li {
line-height: 10px !important;
padding: 0 !important;
}
div#mw-panel div.portal div.body ul li a {
border-top: 1px rgba(0, 0, 0, 0.15) solid !important;
width: 80px;
font-size: 12px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
display: inline-block;
background: #fafafa !important;
padding: 15px 10px;
text-decoration: none;
}
div#mw-panel div.portal div.body ul li:last-child a {
border-bottom: 1px rgba(0, 0, 0, 0.15) solid !important;
}
div#mw-panel div.portal div.body ul li a:hover {
text-decoration: none;
border-top: 1px rgba(0, 0, 0, 0.3) solid !important;
background: #fdfdfd !important;
}
div#mw-panel div.portal div.body ul li:last-child a:hover {
border-bottom: 1px rgba(0, 0, 0, 0.3) solid !important;
}
div#mw-panel.collapsible-nav .portal h3 {
background-image: none !important;
padding-left: 4px;
width: 100px;
overflow: hidden;
text-overflow: ellipsis;
font-size: 14px !important;
}
div#mw-panel div.portal div.body {
padding-left: 0 !important;
margin-left: 0 !important;
}
#p-logo {
width: 100px !important;
padding-left: 0;
height: 100px;
top: -100px !important;
border-right: 1px #aaa solid;
}
#p-logo a {
width: auto !important;
background-size: 50px;
height: 100px;
border-right: none;
}
#left-navigation {
margin-left: 110px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment