Skip to content

Instantly share code, notes, and snippets.

@Tamakichi
Last active July 15, 2019 08:47
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 Tamakichi/9822b744a945e4b73f3c8be2aa73620c to your computer and use it in GitHub Desktop.
Save Tamakichi/9822b744a945e4b73f3c8be2aa73620c to your computer and use it in GitHub Desktop.
ココログ用CSS Gistデザイン定義
.blob-num {
display: none;
}
.gist-meta {
//display: none;
padding: 1px !important;
}
.gist-file {
border-bottom: none !important;
border-style: none !important;
width: 700px !important;
}
.gist * {
font-size: 11px !important;
font-family: "SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace !important;
background-color: #EEEEEE;
}
.gist table tr td {
line-height: 11px !important;
height: 11px !important;
}
.gist tr:first-child td {
padding-top: 15px !important;
}
.gist tr:last-child td {
padding-bottom: 15px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment