Pem En Filosofia

Páginas: 7 (1558 palabras) Publicado: 21 de septiembre de 2012
10 estilos de CSS para table
1. Reseteo CSS genérico* {  
1.     padding: 0;  
2.     margin: 0;  
3.     border: 0;  
4. }  
2. CSS Reset popular de Ateneu
1. html, body, div, span, applet, object, iframe, h1, h2, h3,  
2. h4, h5, h6, p, blockquote, pre, a, abbr, acronym,  
3. address, big, cite, code, del, dfn, em, font, img, ins,  
4.kbd, q, s, samp, small, strike, strong, sub, sup, tt,  
5. var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,  
6. table, caption, tbody, tfoot, thead, tr, th, td {  
7. margin: 0;  
8. padding: 0;  
9. border: 0;  
10. <a title="outline" href=" http://www.cssblog.es/css-la-propiedad-outline/">outline</a>: 0;  
11. font-weight: inherit;  
12. font-style: inherit;  13. font-size: 100%;  
14. font-family: inherit;  
15. vertical-align: baselinebaseline;  
16. }  
17. :focus { outline: 0;}  
18. a, a:link, a:visited, a:hover, a:active{text-decoration:none}  
19. table { border-collapse: separate;border-spacing: 0;}  
20. th, td {text-align: left; font-weight: normal;}  
21. img, iframe {border: none; text-decoration:none;}  22. ol, ul {list-style: none;}  
23. input, textarea, select, button {font-size: 100%;font-family: inherit;}  
24. select {margin: inherit;}  
25. hr {margin: 0;padding: 0;border: 0;color: #000;background-color: #000;height: 1px}  
3. Chris Poteet’s Reset CSS
Ver en texto planoCopiar al portapapelesImprimir
1. * {  
2.     vertical-align: baselinebaseline;  
3.    font-family: inherit;  
4.     font-style: inherit;  
5.     font-size: 100%;  
6.     border: none;  
7.     padding: 0;  
8.     margin: 0;  
9. }  
10. body {  
11.     padding: 5px;  
12. }  
13. h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, ul, ol, dl {  
14.     margin: 20px 0;  
15. }  
16. li, dd, blockquote {  
17.    margin-left: 40px;  
18. }  
19. table {  
20.     border-collapse: collapse;  
21.     border-spacing: 0;  
22. }  
4. Yahoo’s CSS Reset
Ver en texto planoCopiar al portapapelesImprimir
1. body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,  
2. form,fieldset,input,textarea,p,blockquote,th,td {  
3.     padding: 0;  
4.     margin: 0;  
5. }  
6. table {  
7.    border-collapse: collapse;  
8.     border-spacing: 0;  
9. }  
10. fieldset,img {  
11.     border: 0;  
12. }  
13. address,caption,cite,code,dfn,em,strong,th,var {  
14.     font-weight: normal;  
15.     font-style: normal;  
16. }  
17. ol,ul {  
18.     list-style: none;  
19. }  
20. caption,th {  
21.     text-align: left;  
22. }  23. h1,h2,h3,h4,h5,h6 {  
24.     font-weight: normal;  
25.     font-size: 100%;  
26. }  
27. q:before,q:after {  
28.     content:'';  
29. }  
30. abbr,acronym { border: 0;  
31. }  
5. Eric Meyer Reset CSS
Ver en texto planoCopiar al portapapelesImprimir
1. html, body, div, span, applet, object, iframe, table, caption,  
2.tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins,  
3. kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,  
4. h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,  
5. acronym, address, big, cite, code, dl, dt, dd, ol, ul, li,  
6. fieldset, form, label, legend {  
7.     vertical-align: baselinebaseline;  
8.     font-family: inherit;  
9.     font-weight: inherit;  
10.    font-style: inherit;  
11.     font-size: 100%;  
12.     outline: 0;  
13.     padding: 0;  
14.     margin: 0;  
15.     border: 0;  
16. }  
17. :focus {  
18.     outline: 0;  
19. }  
20. body {  
21.     background: white;  
22.     line-height: 1;  
23.     color: black;  
24. }  
25. ol, ul {  
26....
Leer documento completo

Regístrate para leer el documento completo.

Estos documentos también te pueden resultar útiles

  • Filosofia
  • PEM. En Filosofía
  • PEM en Filosofia
  • PEM en Filosofía
  • Pema
  • Pema
  • PEMA
  • pema

Conviértase en miembro formal de Buenas Tareas

INSCRÍBETE - ES GRATIS