Skip to content

Instantly share code, notes, and snippets.

@antidis
Created November 7, 2011 00:42
Show Gist options
  • Save antidis/1343907 to your computer and use it in GitHub Desktop.
Save antidis/1343907 to your computer and use it in GitHub Desktop.
The Ordell Robbie reset. For when you absolutely positively got to reset every property in the room.
#selectors_to_reset {
alignment-adjust: auto;
alignment-baseline: baseline;
-webkit-animation: none 0 ease 0 1 normal;
-moz-animation: none 0 ease 0 1 normal;
-ms-animation: none 0 ease 0 1 normal;
animation: none 0 ease 0 1 normal;
-webkit-animation-play-state: running;
-moz-play-state: running;
-ms-animation-play-state: running;
animation-play-state: running;
appearance: normal;
azimuth: center;
backface-visibility: visible;
background: none 0 0 auto repeat scroll padding-box transparent;
baseline-shift: baseline;
binding: none;
bleed: 6pt;
bookmark-label: content();
bookmark-level: none;
bookmark-state: open;
bookmark-target: none;
border: 0 none transparent;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
bottom: auto;
box-align: stretch;
box-decoration-break: slice;
box-direction: normal;
box-flex: 0.0;
box-flex-group: 1;
box-lines: single;
box-ordinal-group: 1;
box-orient: inline-axis;
box-pack: start;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
break-after: auto;
break-before: auto;
break-inside: auto;
caption-side: top;
clear: none;
clip: auto;
color: #1f1f1f;
color-profile: auto;
-webkit-column-count: auto;
-webkit-column-fill: balance;
-webkit-column-gap: normal;
-webkit-column-rule: medium medium #1f1f1f;
-webkit-column-span: 1;
-webkit-column-width: auto;
-webkit-columns: auto auto;
-moz-column-count: auto;
-moz-column-fill: balance;
-moz-column-gap: normal;
-moz-column-rule: medium medium #1f1f1f;
-moz-column-span: 1;
-moz-column-width: auto;
-moz-columns: auto auto;
column-count: auto;
column-fill: balance;
column-gap: normal;
column-rule: medium medium #1f1f1f;
column-span: 1;
column-width: auto;
columns: auto auto;
content: normal;
counter-increment: none;
counter-reset: none;
crop: auto;
cursor: auto;
direction: ltr;
display: inline;
dominant-baseline: auto;
drop-initial-after-adjust: text-after-edge;
drop-initial-after-align: baseline;
drop-initial-before-adjust: text-before-edge;
drop-initial-before-align: caps-height;
drop-initial-size: auto;
drop-initial-value: initial;
elevation: level;
empty-cells: show;
fit: fill;
fit-position: 0% 0%;
float: none;
float-offset: 0 0;
font-family: "Helvetica Neue", Arial, sans-serif;
font-size-adjust: none;
font-size: 100%;
font-stretch: normal;
font-style: normal;
font-variant: normal;
font-weight: normal;
font: inherit;
grid-columns: none;
grid-rows: none;
hanging-punctuation: none;
height: auto;
hyphenate-after: auto;
hyphenate-before: auto;
hyphenate-character: auto;
hyphenate-lines: no-limit;
hyphenate-resource: none;
hyphens: manual;
icon: auto;
image-orientation: auto;
image-rendering: auto;
image-resolution: normal;
inline-box-align: last;
left: auto;
letter-spacing: normal;
line-height: normal;
line-stacking: inline-line-height exclude-ruby consider-shifts;
list-style: disc outside none;
margin: 0;
marks: none;
marquee-direction: forward;
marquee-loop: 1;
marquee-play-count: 1;
marquee-speed: normal;
marquee-style: scroll;
max-height: none;
max-width: none;
min-height: 0;
min-width: 0;
move-to: normal;
nav-down: auto;
nav-index: auto;
nav-left: auto;
nav-right: auto;
nav-up: auto;
opacity: 1;
orphans: 2;
outline: invert none medium;
outline-offset: 0;
overflow: visible;
overflow-style: auto;
padding: 0;
page: auto;
page-break-after: auto;
page-break-before: auto;
page-break-inside: auto;
page-policy: start;
perspective: none;
perspective-origin: 50% 50%;
position: static;
presentation-level: 0;
punctuation-trim: none;
rendering-intent: auto;
resize: none;
right: auto;
rotation: 0;
rotation-point: 50% 50%;
ruby-align: auto;
ruby-overhang: none;
ruby-position: before;
ruby-span: none;
size: auto;
string-set: none;
table-layout: auto;
text-align: start;
text-align-last: start
text-decoration: none;
text-emphasis: none;
text-height: auto;
text-indent: 0;
text-justify: auto;
text-outline: none;
text-shadow: none;
text-transform: none;
text-wrap: normal;
top: auto;
-webkit-transform: none;
-moz-transform: none;
transform: none;
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-o-transform-origin: 50% 50%;
transform-origin: 50% 50% 0;
transform-style: flat;
-webkit-transition: all 0 ease 0;
-moz-transition: all 0 ease 0;
-o-transition: all 0 ease 0;
transition: all 0 ease 0;
unicode-bidi: normal;
vertical-align: baseline;
visibility: visible;
white-space: normal;
white-space-collapse: collapse;
widows: 2;
width: auto;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
z-index: auto;
/* And disable MS gradients */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment