Skip to content

Instantly share code, notes, and snippets.

@redrohX
Created April 8, 2020 12:06
Show Gist options
  • Save redrohX/41a3e3c5683a5b44a4ff3ecfb917222d to your computer and use it in GitHub Desktop.
Save redrohX/41a3e3c5683a5b44a4ff3ecfb917222d to your computer and use it in GitHub Desktop.
/* Drop this stylesheet into your build environment and see what breaks. */
html,
body {
/* Hostile inherited styles*/
color: darkorange;
font-family: Georgia;
font-size: 43px;
font-style: italic;
font-weight: bold;
letter-spacing: 0.5em;
line-height: 3.2;
text-align: center;
text-indent: 103px;
text-transform: uppercase;
text-shadow: 0 2px 1px red;
vertical-align: middle; }
/* Hostile typographic vertical space */
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
button,
select,
optgroup,
textarea {
margin-bottom: -21px;
margin-top: -11px; }
/* Hostile list defaults */
ul,
ol {
list-style: lower-greek;
margin-bottom: -39px;
padding: 29px 29px 29px 300px; }
/* Hostile <table> defaults */
table {
border-collapse: separate;
border-spacing: 11px 23px; }
#__bs_notify__ {
font-size: 14.4px !important;
font-style: normal;
font-weight: normal;
letter-spacing: 0;
line-height: 1;
text-indent: 0;
text-transform: none;
text-shadow: none; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment