reset.css 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. /* http://meyerweb.com/eric/tools/css/reset/ */
  2. /* v1.0 | 20080212 */
  3. html, body, div, span, applet, object, iframe,
  4. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  5. a, abbr, acronym, address, big, cite, code,
  6. del, dfn, em, font, img, ins, kbd, q, s, samp,
  7. small, strike, strong, sub, sup, tt, var,
  8. b, u, i, center,
  9. dl, dt, dd, ol, ul, li,
  10. fieldset, form, label, legend {
  11. margin: 0;
  12. padding: 0;
  13. border: 0;
  14. outline: 0;
  15. font-size: 100%;
  16. vertical-align: baseline;
  17. background: transparent;
  18. }
  19. body {
  20. line-height: 1;
  21. }
  22. ol, ul {
  23. list-style: none;
  24. }
  25. blockquote, q {
  26. quotes: none;
  27. }
  28. blockquote:before, blockquote:after,
  29. q:before, q:after {
  30. content: '';
  31. content: none;
  32. }
  33. /* remember to define focus styles! */
  34. :focus {
  35. outline: 0;
  36. }
  37. /* remember to highlight inserts somehow! */
  38. ins {
  39. text-decoration: none;
  40. }
  41. del {
  42. text-decoration: line-through;
  43. }
  44. /* tables still need 'cellspacing="0"' in the markup */
  45. table {
  46. border-collapse: collapse;
  47. border-spacing: 0;
  48. }
  49. .TitleBColor {
  50. background-color:#009688 !important;
  51. color:white !important;
  52. display:inline-block !important;
  53. border-radius:5px !important;
  54. padding:2px 4px 2px 4px !important;
  55. margin-bottom:10px !important;
  56. }