Skip to content

Instantly share code, notes, and snippets.

@chrisaldrich
Created May 13, 2017 03:17
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisaldrich/ff4345a31742ab5fbd9720a147212fb9 to your computer and use it in GitHub Desktop.
Save chrisaldrich/ff4345a31742ab5fbd9720a147212fb9 to your computer and use it in GitHub Desktop.
/* Tweaks to post kinds */
#kind-all .svg-icon {
fill: currentColor;
padding-left: 2px;
padding-right: 2px;
width: 48px;
height: 48px;
vertical-align: middle;
top: -0.0625em;
color: grey;
}
.response .svg-icon {
fill: currentColor;
padding-left: 2px;
padding-right: 2px;
width: 48px;
height: 48px;
vertical-align: middle;
top: -0.0625em;
color: black;
}
.response {
margin-bottom: 10px;
margin-top: 10px;
padding: 5px;
font-size: 20px;
}
.response .kind-icon {
margin-right: 3px;
}
.response blockquote {
margin-left: 25px;
padding: 5px;
font-size: 16px;
background-color: #eee;
}
.response .u-url:link {
text-decoration: none;
}
.response .u-url:hover {
text-decoration: none;
}
.response .u-photo, .response .u-featured {
padding: 0;
margin: 2px;
}
ul.cites {
list-style: none;
display: inline;
}
.embeds {
text-align: center;
position: relative;
width: 100%;
margin-top: 5px;
}
/* Fix the thick bottom border in Post Kinds and make it thinner (or maybe non-existent) */
/*--------------------------------------------------------------
--------------------------------------------------------------*/
#kind-all .svg-icon {
fill: currentColor;
padding-left: 2px;
padding-right: 2px;
width: 24px;
height: 24px;
vertical-align: middle;
top: -0.0625em;
color: grey;
}
.response .svg-icon {
fill: currentColor;
padding-left: 2px;
padding-right: 2px;
width: 32px;
height: 32px;
vertical-align: middle;
top: -0.0625em;
color: black;
}
.response {
margin-bottom: 10px;
margin-top: 10px;
margin-left: 0px;
padding: 5px;
font-size: 16px;
border-bottom: none; // Previously: border-bottom: inset #D6D6D6;
}
.response .kind-icon {
margin-right: 3px;
}
.response blockquote {
margin-left: 25px;
}
.response .u-url:link {
text-decoration: none;
}
.response .u-url:hover {
text-decoration: none;
}
.response .u-photo, .response .u-featured {
padding: 0;
margin: 2px;
}
ul.cites {
list-style: none;
display: inline;
}
.embeds {
text-align: center;
position: relative;
width: 100%;
margin-top: 5px;
}
/*# sourceMappingURL=kind.css.map */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment