Advertisement
babusha

Untitled

Oct 24th, 2011
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.61 KB | None | 0 0
  1.  
  2. /***********************************************************
  3. *                           RESET                          *
  4. ************************************************************/
  5.  
  6. html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
  7. blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font,
  8. img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i,
  9. center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,
  10. tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0;
  11. font-size: 100%; vertical-align: baseline; background: url ("/modules/system/fon.jpg");; } body {
  12. line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; }
  13. blockquote:before, blockquote:after, q:before, q:after { content: ''; content:
  14. none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; }
  15. table { border-collapse: collapse; border-spacing: 0; }
  16.  
  17. tr,th,td { vertical-align: baseline; }
  18. sup { vertical-align: super; font-size: 0.75em; }
  19. sub { vertical-align: sub; font-size: 0.75em; }
  20.  
  21. body
  22. {
  23.   background:#EBEFF2 url(images/body_main.png) repeat-y scroll center top;
  24.   font-family: Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
  25.   line-height:1.5;
  26.   font-size:75%;
  27.   color: #333333;
  28. }
  29. html>body { font-size: 12px; /* for non-IE */}
  30.  
  31. h1,h2,h3,h4,h5,h6 { font-family:Helvetica,Arial,"Lucida Grande",Verdana,sans-serif; color:#111; font-weight: inherit; font-style: inherit; }
  32.  
  33. h1 { font-size: 3em; line-height: 1.3em; margin-top: 0; margin-bottom: 0.5em; }
  34. h2 { font-size: 2em; line-height: 1.3em; margin-top: 0.667em; margin-bottom: 0.667em; }
  35. h3 { font-size: 1.5em; line-height: 2; margin-top: 0.769em; margin-bottom: 0.769em; }
  36. h4 { font-size: 1.2em; line-height: 1.25; font-weight: bold; margin-top: 0.909em; margin-bottom: 0.909em; }
  37. h5 { font-size: 1em; line-height: 1.3em; font-weight: bold; margin-top: 0.909em; margin-bottom: 0.909em; }
  38. h6 { font-size: 1em; line-height: 1.3em; margin-top: 0.909em; margin-bottom: 0.909em; }
  39.  
  40. p, ul, ol, dl, pre, table, fieldset { margin: 1em 0; }
  41. /* p:first-child { margin-top: 0; }
  42. p:last-child { margin-bottom: 0; } */
  43.  
  44. ul, ol { margin-left: 0; padding-left: 2em; }
  45. ul ul, ol ol, ul ol, ol ul { margin: 0 0; }
  46. ul          { list-style-type: disc; }
  47. ul ul       { list-style-type: circle; }
  48. ul ul ul    { list-style-type: square; }
  49. ul ul ul ul { list-style-type: circle; }
  50. ol          { list-style-type: decimal; }
  51. ol ol       { list-style-type: lower-alpha; }
  52. ol ol ol    { list-style-type: decimal; }
  53.  
  54. dt { font-weight: bold; }
  55. dd { padding-left: 2em; }
  56.  
  57. blockquote { margin:1.5em 0 1.5em 1.5em;color:#666;font-style:italic; }
  58. blockquote:before,blockquote:after,q:before,q:after{content:"";}
  59. blockquote,q{quotes:"" "";}
  60.  
  61. a { color: #224970; text-decoration: none; }
  62. a:link {}
  63. a:visited {}
  64. a:hover, a:focus { color: #000; text-decoration: underline; }
  65. a:active {}
  66.  
  67. img { border: 0; }
  68. hr { height: 1px; border: 1px solid #666; }
  69.  
  70. abbr { border-bottom: 1px dotted #666; cursor: help; white-space: nowrap; }
  71. abbr.created { border: none; cursor: auto; white-space: normal; }
  72.  
  73. form { margin: 0; padding: 0; }
  74. fieldset { margin: 1em 0; padding: 0.5em; border:1px solid #dadada; }
  75.  
  76. table { border-collapse: collapse; margin-bottom:1.4em;border-top:1px solid #ddd;border-left:1px solid #ddd; border-spacing:0; }
  77. th, thead th, tbody th { padding-right: 0; border-bottom: none; font-weight:bold; }
  78. th, td { height:1em;padding:0.2em 0.4em;border-bottom:0.1em solid #ddd;border-right:0.1em solid #ddd; }
  79. tbody { border-top: none; }
  80.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement