You are here

globals.css in Sassy 7.3

/* Artfully Masterminded by ZURB */

/* -------------------------------------------------- 
    Table of Contents
-----------------------------------------------------
:: Reset & Standards
:: Links
:: Lists
:: Tables
:: Misc
*/


/*	--------------------------------------------------
	:: Global Reset & Standards
	-------------------------------------------------- */
	
	/* 
		Eric Meyer's CSS Reset
		http://meyerweb.com/eric/tools/css/reset/ 
		v2.0 | 20110126
   		License: none (public domain)
	*/
	
	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, 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,
	article, aside, canvas, details, embed, 
	figure, figcaption, footer, header, hgroup, 
	menu, nav, output, ruby, section, summary,
	time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font: inherit;
		vertical-align: baseline;
	}
	html {
		font-size: 62.5%; 
	}
	/* HTML5 display-role reset for older browsers */
	article, aside, details, figcaption, figure, 
	footer, header, hgroup, menu, nav, section {
		display: block;
	}
	body {
		line-height: 1;
	}
	ol, ul {
		list-style: none;
	}
	blockquote, q {
		quotes: none;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	
	
	
	body { background: #fff; font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif; font-size: 13px; line-height: 18px; color: #555; position: relative; -webkit-font-smoothing: antialiased; }
	


/*	--------------------------------------------------
	:: Links
	-------------------------------------------------- */
	a { color: #2a85e8; text-decoration: none; outline: 0; line-height: inherit; }
	a:hover { color: #11639d; }
	p a, p a:visited { line-height: inherit; }
	

/*	--------------------------------------------------
	:: Lists
	-------------------------------------------------- */
	ul, ol { margin-bottom: 18px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ol ol { margin: 4px 0 5px 30px; }
	li { margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	

/*	--------------------------------------------------
	:: Tables
	-------------------------------------------------- */
	table { background: #fff; -moz-border-radius: 3px; -webkit-border-radius: 3px; width: 100%; margin: 0 0 18px; border: 1px solid #ddd;  }
	
	table thead { background: #f5f5f5; }
	table thead tr th,
	table tbody tr td { font-size: 12px; line-height: 18px; text-align: left; }
	table thead tr th { padding: 8px 10px 9px; font-size: 14px; font-weight: bold; color: #222; }
	table thead tr th:first-child { border-left: none; }
	table thead tr th:last-child { border-right: none; }
	
	table thead tr {  }
	table tbody {  }
	table tbody tr {  }
	table tbody tr.even,
	table tbody tr.alt { background: #f9f9f9; }
	table tbody tr:nth-child(even) { background: #f9f9f9; }
	table tbody tr td { color: #333; padding: 9px 10px; vertical-align: top; border: none; }

/* -------------------------------------------------- 
	:: Misc
---------------------------------------------------*/
	.left       { float: left; }
	.right      { float: right; }
	.hide     	{ display: none; }
	.highlight 	{ background: #ff0; }
	

File

sassy_foundation/foundation/stylesheets/globals.css
View source
  1. /* Artfully Masterminded by ZURB */
  2. /* --------------------------------------------------
  3. Table of Contents
  4. -----------------------------------------------------
  5. :: Reset & Standards
  6. :: Links
  7. :: Lists
  8. :: Tables
  9. :: Misc
  10. */
  11. /* --------------------------------------------------
  12. :: Global Reset & Standards
  13. -------------------------------------------------- */
  14. /*
  15. Eric Meyer's CSS Reset
  16. http://meyerweb.com/eric/tools/css/reset/
  17. v2.0 | 20110126
  18. License: none (public domain)
  19. */
  20. html, body, div, span, applet, object, iframe,
  21. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  22. a, abbr, acronym, address, big, cite, code,
  23. del, dfn, em, img, ins, kbd, q, s, samp,
  24. small, strike, strong, sub, sup, tt, var,
  25. b, u, i, center,
  26. dl, dt, dd, ol, ul, li,
  27. fieldset, form, label, legend,
  28. table, caption, tbody, tfoot, thead, tr, th, td,
  29. article, aside, canvas, details, embed,
  30. figure, figcaption, footer, header, hgroup,
  31. menu, nav, output, ruby, section, summary,
  32. time, mark, audio, video {
  33. margin: 0;
  34. padding: 0;
  35. border: 0;
  36. font: inherit;
  37. vertical-align: baseline;
  38. }
  39. html {
  40. font-size: 62.5%;
  41. }
  42. /* HTML5 display-role reset for older browsers */
  43. article, aside, details, figcaption, figure,
  44. footer, header, hgroup, menu, nav, section {
  45. display: block;
  46. }
  47. body {
  48. line-height: 1;
  49. }
  50. ol, ul {
  51. list-style: none;
  52. }
  53. blockquote, q {
  54. quotes: none;
  55. }
  56. blockquote:before, blockquote:after,
  57. q:before, q:after {
  58. content: '';
  59. content: none;
  60. }
  61. table {
  62. border-collapse: collapse;
  63. border-spacing: 0;
  64. }
  65. body { background: #fff; font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif; font-size: 13px; line-height: 18px; color: #555; position: relative; -webkit-font-smoothing: antialiased; }
  66. /* --------------------------------------------------
  67. :: Links
  68. -------------------------------------------------- */
  69. a { color: #2a85e8; text-decoration: none; outline: 0; line-height: inherit; }
  70. a:hover { color: #11639d; }
  71. p a, p a:visited { line-height: inherit; }
  72. /* --------------------------------------------------
  73. :: Lists
  74. -------------------------------------------------- */
  75. ul, ol { margin-bottom: 18px; }
  76. ul { list-style: none outside; }
  77. ol { list-style: decimal; }
  78. ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
  79. ul.square { list-style: square outside; }
  80. ul.circle { list-style: circle outside; }
  81. ul.disc { list-style: disc outside; }
  82. ul ul, ol ol { margin: 4px 0 5px 30px; }
  83. li { margin-bottom: 12px; }
  84. ul.large li { line-height: 21px; }
  85. /* --------------------------------------------------
  86. :: Tables
  87. -------------------------------------------------- */
  88. table { background: #fff; -moz-border-radius: 3px; -webkit-border-radius: 3px; width: 100%; margin: 0 0 18px; border: 1px solid #ddd; }
  89. table thead { background: #f5f5f5; }
  90. table thead tr th,
  91. table tbody tr td { font-size: 12px; line-height: 18px; text-align: left; }
  92. table thead tr th { padding: 8px 10px 9px; font-size: 14px; font-weight: bold; color: #222; }
  93. table thead tr th:first-child { border-left: none; }
  94. table thead tr th:last-child { border-right: none; }
  95. table thead tr { }
  96. table tbody { }
  97. table tbody tr { }
  98. table tbody tr.even,
  99. table tbody tr.alt { background: #f9f9f9; }
  100. table tbody tr:nth-child(even) { background: #f9f9f9; }
  101. table tbody tr td { color: #333; padding: 9px 10px; vertical-align: top; border: none; }
  102. /* --------------------------------------------------
  103. :: Misc
  104. ---------------------------------------------------*/
  105. .left { float: left; }
  106. .right { float: right; }
  107. .hide { display: none; }
  108. .highlight { background: #ff0; }