IMPORTANT!

Snipt is going open source. We've toyed with this idea for quite a while, and have finally decided it's the right way to move forward.

A few things:
  • The entire Snipt source code will be released on GitHub under the 3-clause BSD License on Friday, September 10th.
  • While we'd like to think we're perfect, we realize we're only human. By open sourcing the software that runs this website, certain bugs or security flaws may be discovered that could compromise the privacy of your snipts.
  • Only the Lion Burger team will be able to push commits to the Snipt.net site. Contributors should send a pull request to add new features or submit patches.
  • By using this site, you agree not to be too angry or take any legal action against Lion Burger should this whole thing go up in flames some day.
  • Follow us on Twitter for updates.
I agree, close this message
Sign up to create your own snipts, or login.

Latest 100 public snipts » reset The latest public reset snipts.

showing 1-20 of 25 snipts for reset
  • toucan css reset
    /*
    Title: Toucan CSS reset
    Author: RZ
    URI: http://borderleft.com/labs/
    Version: 0.1.7
    */
    
    /* General
    ---------------------------------------- */
    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, font, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td {
    	margin: 0;
    	padding: 0;
    }
    
    p, blockquote, q, pre, address, hr, code, samp,
    dl, ol, ul, form, table, fieldset, menu {
    	margin-bottom: 1.5em;
    }
    
    /* Structure
    ---------------------------------------- */
    html {
    	font-size: 100%;
    }
    
    body {
    	font-family: georgia, palatino, "palatino linotype", times, "times new roman", serif;
    	/* font-family: arial, helvetica, sans-serif; */
    	font-size: .875em;
    	line-height: 1.5;
    }
    
    /* Text
    ---------------------------------------- */
    h1, h2, h3, h4, h5, h6 {
    	font-weight: bold;
    }
    
    h1 {
    	font-size: 3em;
    	line-height: 1.1;
    	margin-bottom: .238em;
    }
    
    h2 {
    	font-size: 2em;
    	line-height: 1.15;
    	margin-bottom: .357em;
    }
    
    h3 {
    	font-size: 1.5em;
    	line-height: 1.2;
    	margin-bottom: .476em;
    }
    
    h4, h5, h6 {
    	margin-bottom: .571em;
    }
    
    h4 {
    	font-size: 1.25em;
    	line-height: 1.25;
    }
    
    h5 {
    	font-size: 1em;
    }
    
    h6 {
    	font-size: 1em;
    }
    
    em, i {
    	font-style: italic;
    }
    
    strong, b {
    	font-weight: bold;
    }
    
    blockquote, q, cite {
    	font-style: italic;
    }
    
    blockquote, q {
    	quotes: none;
    }
    
    blockquote:before, blockquote:after,
    q:before, q:after {
    	content: "";
    	content: none;
    }
    
    code, kbd, pre, samp, tt {
    	font-family: "andale mono", consolas, monaco, "lucida console", "courier new", courier, monospace;
    	line-height: 1.3;
    }
    
    pre {
    	/* word-wrap: break-word; */
    	white-space: pre-wrap;
    }
    
    abbr, acronym, dfn {
    	border-bottom: 1px dotted;
    	cursor: help;
    	font-variant: normal;
    	font-style: normal;
    }
    
    var {
    	font-style: normal;
    }
    
    center {
    	text-align: center;
    }
    
    /* Hypertext
    ---------------------------------------- */
    /*
    a:link {
    }
    
    a:visited {
    }
    
    a:hover {
    }
    
    a:active {
    }
    */
    
    a:focus {
    	outline: 1px dotted;
    }
    
    /* Image
    ---------------------------------------- */
    img {
    	border: 0;
    }
    
    /* List
    ---------------------------------------- */
    
    ul {
    	list-style: disc outside none;
    }
    
    ol {
    	list-style: decimal outside none;
    }
    
    li {
    	margin-left: 2em;
    }
    
    li ul, li ol {
    	margin-bottom: 0;
    }
    
    dt {
    	font-weight: bold;
    }
    
    dd {
    	margin-bottom: 1em;
    }
    
    /* Presentation
    ---------------------------------------- */
    hr {
    	border: 0;
    	border-bottom: 1px solid;
    }
    
    big {
    	font-size: 1.25em;
    }
    
    small, sub, sup {
    	font-size: .85em;
    }
    
    sub, sup {
    	line-height: 1;
    }
    
    sub {
    	vertical-align: bottom;
    }
    
    sup {
    	vertical-align: top;
    }
    
    del, s, strike {
    	text-decoration: line-through;
    }
    
    ins {
    	text-decoration: none;
    	border-bottom: 1px dotted;
    }
    
    bdo {
    	border-bottom: 1px dotted;
    }
    
    u {
    	text-decoration: underline;
    }
    
    /* Form
    ---------------------------------------- */
    fieldset {
    	padding: 1em;
    }
    
    legend {
    	font-weight: bold;
    	padding: 0 .25em;
    }
    
    input, textarea, select, button {
    	font-family: inherit;
    	font-size: 1em;
    }
    
    input[type=button], input[type=file], input[type=image], input[type=reset], input[type=submit], 
    button[type=button], button[type=reset], button[type=submit] {
    	cursor: pointer;
    	line-height: 1;
    }
    
    input[type=text], input[type=password], textarea {
    	padding: 1px;
    }
    
    textarea {
    	text-align: left;
    	line-height: 1.25;
    }
    
    /* Table
    ---------------------------------------- */
    table {
    	border-collapse: collapse;
    	border-spacing: 0;
    	border: 0;
    	line-height: 1.3;
    }
    
    caption, th, td {
    	text-align: left;
    	vertical-align: top;
    }
    
    th, td {
    	padding: .5em 1em;
    	border: 1px solid;
    }
    
    caption {
    	padding-bottom: 1em;
    }
    
    th {
    	font-weight: bold;
    }
    

    copy | embed

    0 comments - tagged in  posted by ninque on Aug 23, 2010 at 8:52 a.m. EDT
  • default CSS
    /*RESET*/
    *{margin:0; padding:0; }
    h1, h2, h3, h3, h4, h5, h6{font-weight:normal}
    img{border:0; display:block}
    ul, ol{list-style:none}
    
    
    /*SCROLL BAR TO AVOID PAGE JUMP*/
    html{overflow-y: scroll}
    
    
    /*CLEAR FLOATS*/
    .clearfix:after{visibility: hidden; 
    display: block; 
    font-size: 0; 
    content: " "; 
    clear: both;
    height: 0}
    
    * html .clearfix { zoom: 1; } /* IE6 */
    *:first-child+html .clearfix { zoom: 1; } /* IE7 */
    
    
    /*FONTS*/
    @font-face {
    	font-family: 'AurulentSansRegular';
    	src: url('/fonts/aurulentsans-regular-webfont.eot');
    	src: local('!'), url('/fonts/aurulentsans-regular-webfont.woff') format('woff'), 
    	url('/fonts/aurulentsans-regular-webfont.ttf') format('truetype'), 
    	url('/fonts/aurulentsans-regular-webfont.svg#webfontOfloKR1C') format('svg');
    	font-weight: normal;
    	font-style: normal;
    }
    

    copy | embed

    0 comments - tagged in  posted by aike on Jun 30, 2010 at 6:19 a.m. EDT
  • Eric Meyer Reset minified
    html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}:focus{outline:0;}body{line-height:1;color:#000;background:#fff;}ol,ul{list-style:none;}table{border-collapse:separate;border-spacing:0;}caption,th,td{text-align:left;font-weight:normal;}blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"" "";}a{text-decoration:none;}
    

    copy | embed

    0 comments - tagged in  posted by panprojektant on May 26, 2010 at 5:17 a.m. EDT
  • Reset query
    <?php wp_reset_query(); ?>
    

    copy | embed

    0 comments - tagged in  posted by panprojektant on Apr 29, 2010 at 3:34 a.m. EDT
  • Reset style sheet.
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; font-size:100%; vertical-align:baseline; background:transparent;}
    
    body {
    	font:	62.5%/1.5 Arial, sans-serif;
    	color:	#545454; background-color: #fff;
    }
    
    /*=================================================================================
    				Link Styles
    =================================================================================*/
    a:link, a:visited		{color:#4477b0; text-decoration:none;}
    a:focus, a:hover, a:active	{text-decoration:underline;}
    
    /*=================================================================================
    				Heading Styles
    =================================================================================*/
    h1				{font-size:1.8em; margin:1em 0;}
    h2				{font-size:1.6em; margin:1em 0;}
    h3				{font-size:1.4em; margin:1em 0;}
    h4				{font-size:1.2em; margin:1em 0;}
    h5				{font-size:1em; margin:1em 0;}
    
    /*=================================================================================
    				List Styles
    =================================================================================*/
    dl, ol, ul			{margin:1em 0;}
    ol, ul				{padding:0 0 0 2em;}
    li, dd				{margin:.25em 0;}
    dt				{font-weight:bold;}
    
    /*=================================================================================
    				Table Styles
    =================================================================================*/
    table				{border-collapse:collapse; border-spacing:0;}
    th				{font-weight:bold;}
    td, th				{padding:.3em .5em; text-align:left;}
    
    /*=================================================================================
    				General Styles
    =================================================================================*/
    img				{border:0;}
    p				{margin:1em 0;}
    hr				{display:none;}
    legend				{padding:0 .5em;}
    blockquote			{padding-left:2em;}
    em, ins, del			{font-style:italic;}
    del				{text-decoration: line-through;}
    fieldset			{padding:0 1em; border:1px solid #666;}
    abbr, acronym, dfn		{cursor:help; border-bottom:1px dotted #ddd;}
    code, kbd, pre			{font-family:Courier, "Courier New", Tahoma, sans-serif;}
    

    copy | embed

    1 comment - tagged in  posted by marcamos on Feb 23, 2010 at 1:07 p.m. EST
  • Enable “ctrl+alt+backspace ” to reset X.
    Enable “ctrl+alt+backspace ” to reset X.
    http://linuxowns.wordpress.com/2009/04/28/fixing-some-ubuntu-904-annoyances/
    
    For some reason that great, well know shortcut has been disabled. Apparently people were pressing it by accident. I know …
    
    It’s been replaced by “alt gr + SysRq (print screen) + K”, which is a bad short cut in my eyes.
    
    Open up xorg.conf and add this to the bottom of the document:
    
        Section “ServerFlags”
    
        Option “DontZap” “false”
    
        EndSection
    
    Opening xorg.conf -> gksudo gedit /etc/X11/xorg.conf
    

    copy | embed

    0 comments - tagged in  posted by rschu68 on Jan 04, 2010 at 10:17 a.m. EST
  • Minimal HTML5 CSS Reset (for SASS)
    // minimal reset with html5
    
    *  
    	vertical-align: baseline
    	font-family: inherit
    	font-style: inherit  
    	font-size: 100%
    	border: none
    	padding: 0
    	margin: 0  
    
    h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, ul, ol, dl
    	margin: 0 0 16px
    
    li, dd, blockquote
    	margin-left: 20px
    
    table 
    	border-collapse: collapse 
    	border-spacing: 0
    
    article, aside, dialog, figure, footer, header, hgroup, nav, section
    	display: block
    	
    nav li, nav ul
    	margin: 0
    	padding: 0
    	list-style: none
    	
    q:before, q:after
    	content: ''
    

    copy | embed

    0 comments - tagged in  posted by catcubed on Nov 26, 2009 at 3:43 p.m. EST
  • Reset CSS
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    	margin: 0;
    	padding: 0;
    	border: 0;
    	outline: 0;
    	font-size: 100%;
    	vertical-align: baseline;
    	background: transparent;
    }
    ol, ul {
    	list-style: none;
    }
    blockquote, q {
    	quotes: none;
    }
    blockquote:before, blockquote:after, q:before, q:after {
    	content: '';
    	content: none;
    }
    :focus {
    	outline: 0;
    }
    table {
    	border-collapse: collapse;
    	border-spacing: 0;
    }
    caption, th, td {
    	text-align: left;
    	font-weight: normal;
    }
    strong {
    	font-weight: bold;
    }
    em {
    	font-style: italic;
    }
    

    copy | embed

    0 comments - tagged in  posted by paz on Sep 07, 2009 at 12:24 a.m. EDT
  • HTML 5 Reset Stylesheet
    /*
    html5doctor.com Reset Stylesheet
    v1.4
    2009-07-27
    Author: Richard Clark - http://richclarkdesign.com
    */
    
    html, body, div, span, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    abbr, address, cite, code,
    del, dfn, em, img, ins, kbd, q, samp,
    small, strong, sub, sup, var,
    b, i,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, dialog, figure, footer, header,
    hgroup, menu, nav, section,
    time, mark, audio, video {
            margin:0;
            padding:0;
            border:0;
            outline:0;
            font-size:100%;
            vertical-align:baseline;
            background:transparent;
    }
    body {
            line-height:1;
    }
    
    article, aside, dialog, figure, footer, header,
    hgroup, nav, section {
            display:block;
    }
    
    nav ul {
            list-style:none;
    }
    
    blockquote, q {
            quotes:none;
    }
    
    blockquote:before, blockquote:after,
    q:before, q:after {
            content:'';
            content:none;
    }
    
    a {
            margin:0;
            padding:0;
            border:0;
            font-size:100%;
            vertical-align:baseline;
            background:transparent;
    }
    
    ins {
            background-color:#ff9;
            color:#000;
            text-decoration:none;
    }
    
    mark {
            background-color:#ff9;
            color:#000;
            font-style:italic;
            font-weight:bold;
    }
    
    del {
            text-decoration: line-through;
    }
    
    abbr[title], dfn[title] {
            border-bottom:1px dotted #000;
            cursor:help;
    }
    
    table {
            border-collapse:collapse;
            border-spacing:0;
    }
    
    hr {
        display:block;
        height:1px;
        border:0;
        border-top:1px solid #cccccc;
        margin:1em 0;
        padding:0;
    }
    
    input, select {
            vertical-align:middle;
    }
    

    copy | embed

    0 comments - tagged in  posted by YamilG on Aug 09, 2009 at 7:21 p.m. EDT
  • browser reset
    html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfooter,thead,tr,th,td {
    	margin: 0;
    	padding: 0;
    	border: 0;
    	outline: 0;
    	font-size: 100%;
    	vertical-align: baseline;
    	background: transparent;
    }
    body {
    	line-height: 1;
    }
    ol,ul {
    	list-style: none;
    }
    blockquote,q {
    	quotes: none;
    }
    blockquote:before,blockquote:after,q:before,q:after {
    	content: '';
    	content: none;
    }
    :focus {
    	outline: 0;
    }
    ins {
    	text-decoration: none;
    }
    del {
    	text-decoration: line-through;
    }
    table {
    	border-collapse: collapse;
    	border-spacing: 0;
    }
    

    copy | embed

    0 comments - tagged in  posted by cbernardi on May 20, 2009 at 2:27 p.m. EDT
  • Solaris Configuration Reset
    sys-unconfig
    

    copy | embed

    0 comments - tagged in  posted by winker on May 11, 2009 at 6:58 a.m. EDT
  • Yahoo CSS Reset
    /* YUI CSS RESET */
    body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
    table { border-collapse:collapse; border-spacing:0; }
    fieldset,img { border:0; }
    address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
    ol,ul {	list-style:none; }
    caption,th { text-align:left; }
    h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
    q:before,q:after { content:''; }
    abbr,acronym { border:0; }
    

    copy | embed

    0 comments - tagged in  posted by depi on May 09, 2009 at 6:21 a.m. EDT
  • Reset OS X Password without a OS X DVD
    # 1. Reboot your Mac
    # 2. Hold "Apple Key + S" down after you hear the chime sound.
    # 3. When you get text prompt to enter, just enter following:
    
    $ mount -uw /
    $ rm /var/db/.AppleSetupDone
    $ shutdown -h now
    
    # After a reboot you'll have a new admin account :)
    

    copy | embed

    0 comments - tagged in  posted by isagoksu on May 07, 2009 at 5:47 p.m. EDT
  • CSS RESET
    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, font, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td {
    	margin: 0;
    	padding: 0;
    	border: 0;
    	outline: 0;
    	font-weight: inherit;
    	font-style: inherit;
    	font-size: 100%;
    	font-family: inherit;
    	vertical-align: baseline;
    }
    /* remember to define focus styles! */
    :focus {
    	outline: 0;
    }
    body {
    	line-height: 1;
    	color: black;
    	background: white;
    }
    ol, ul {
    	list-style: none;
    }
    /* tables still need 'cellspacing="0"' in the markup */
    table {
    	border-collapse: separate;
    	border-spacing: 0;
    }
    caption, th, td {
    	text-align: left;
    	font-weight: normal;
    }
    blockquote:before, blockquote:after,
    q:before, q:after {
    	content: "";
    }
    blockquote, q {
    	quotes: "" "";
    }
    

    copy | embed

    0 comments - tagged in  posted by tpr on Mar 25, 2009 at 6:09 a.m. EDT
  • Wordpress style.css template with reset
    /*
    Theme Name  : 
    Theme URI   : http://
    Description : 
    Version     : 
    Author      : 
    Author URI  : http://
    Tags        : 
    */
    
    /* RESET - Based on the Eric Meyer's reset.css with one or two changes. */
    *						{ margin:0; padding:0; }
    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, font, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td	
    						{ margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; vertical-align: baseline;}
    html						{ overflow-y: scroll; } 
    a						{ text-decoration: none;}
    ul,ol						{ list-style: none; }
    table 						{ border-collapse: separate; border-spacing: 0; }
    caption, th, td 				{ text-align: left;	font-weight: normal; }
    blockquote:before, blockquote:after,
    q:before, q:after 				{ content: ""; }
    blockquote, q 					{ quotes: "" ""; }
    /* End RESET */
    

    copy | embed

    0 comments - tagged in  posted by morayweb on Mar 20, 2009 at 1:50 p.m. EDT
  • reset css
    html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}body {font:13px/1.231 helvetica,arial,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
    

    copy | embed

    0 comments - tagged in  posted by curosio on Feb 25, 2009 at 9:27 a.m. EST
  • base CSS style
     /* =============================================================== */  /* 00. base styles */
    /* set base body ................................................. */ body {font:13px/1 arial,trebuchet MS,tahoma,helvetica,clean,sans-serif; background:#000; color:#fff;}
    /* general reset ................................................. */ * {margin:0; padding:0;} html, body, form, img, fieldset, legend, table, tbody, thead, tfoot, tr, th, td {border:none;} li {list-style:none;}
    /* hide elements from screen but not from source ................. */ .hidden {position:absolute !important; top:-999em; left:-999em;}
    /* clearfix class ................................................ */ .clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden;} .clearfix {display:inline-block; display:block;} 
    

    copy | embed

    0 comments - tagged in  posted by curosio on Feb 13, 2009 at 3:45 a.m. EST
  • CSS reset (based on Eric Meyer's)
    html, body, div, span, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, b, cite, code,
    del, dfn, em, i, img, ins, kbd, q, samp,
    strike, strong, sub, sup, tt, var,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td
        {margin:0; padding:0; border:0; outline:0; font-size:100%;
         vertical-align:baseline; background:transparent;}
    html {font-size:100.01%;}
    body {font-size:1em; line-height:1.5;}
    caption, cite, code, dfn, th, var {font-style:normal; font-weight:normal;}
    h1, h2, h3, h4, h5, h6 {font-weight:normal;}
    blockquote, q {quotes:none;}
    blockquote:before, blockquote:after, q:before, q:after {content:''; content:none;}
    :focus {outline:0;}
    ins {text-decoration:underline;}
    del {text-decoration:line-through;}
    table {border-collapse:collapse; border-spacing:0;} /* still needs cellspacing="0" */
    

    copy | embed

    0 comments - tagged in  posted by inky on Feb 11, 2009 at 8:07 p.m. EST
  • Eric Meyer’s Reset CSS
    /* v1.0 | 20080212 */
    
    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, font, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td {
    	margin: 0;
    	padding: 0;
    	border: 0;
    	outline: 0;
    	font-size: 100%;
    	vertical-align: baseline;
    	background: transparent;
    }
    body {
    	line-height: 1;
    }
    ol, ul {
    	list-style: none;
    }
    blockquote, q {
    	quotes: none;
    }
    blockquote:before, blockquote:after,
    q:before, q:after {
    	content: '';
    	content: none;
    }
    
    /* remember to define focus styles! */
    :focus {
    	outline: 0;
    }
    
    /* remember to highlight inserts somehow! */
    ins {
    	text-decoration: none;
    }
    del {
    	text-decoration: line-through;
    }
    
    /* tables still need 'cellspacing="0"' in the markup */
    table {
    	border-collapse: collapse;
    	border-spacing: 0;
    }
    

    copy | embed

    0 comments - tagged in  posted by YamilG on Feb 03, 2009 at 2:09 p.m. EST
  • Reset CSS
    /*
     * Reset CSS
     * http://meyerweb.com/eric/tools/css/reset/
     * v1.0 | 20080212
     */
    
    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, font, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td {
    	margin: 0;
    	padding: 0;
    	border: 0;
    	outline: 0;
    	font-size: 100%;
    	vertical-align: baseline;
    	background: transparent;
    }
    body {
    	line-height: 1;
    }
    ol, ul {
    	list-style: none;
    }
    blockquote, q {
    	quotes: none;
    }
    blockquote:before, blockquote:after,
    q:before, q:after {
    	content: '';
    	content: none;
    }
    
    /* remember to define focus styles! */
    :focus {
    	outline: 0;
    }
    
    /* remember to highlight inserts somehow! */
    ins {
    	text-decoration: none;
    }
    del {
    	text-decoration: line-through;
    }
    
    /* tables still need 'cellspacing="0"' in the markup */
    table {
    	border-collapse: collapse;
    	border-spacing: 0;
    }
    

    copy | embed

    0 comments - tagged in  posted by dowon on Dec 26, 2008 at 7:04 a.m. EST
Sign up to create your own snipts, or login.