Sign up to create your own snipts, or login.

Public snipts » reset The latest public reset snipts.

showing 1-20 of 21 snipts for reset
  • 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
  • undohtml.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,
    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;
    	background: transparent;
    }
    /* 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: collapse;
    	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 thejames on Dec 23, 2008 at 12:22 p.m. EST
  • 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 YamilG on Dec 21, 2008 at 3:32 p.m. EST
  • Eric Meyer's Mass 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 coffeepostal on Dec 18, 2008 at 11:24 p.m. EST
  • CSS Reset
    * {
      padding: 0;
      margin: 0;
      text-decoration: none;
      outline: none;
    }
    

    copy | embed

    0 comments - tagged in  posted by shinobiesdf on Dec 17, 2008 at 4:42 p.m. EST
Sign up to create your own snipts, or login.