zerostyle.css 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. /*
  2. Zerotheme.com | Free Html5 Responsive Templates
  3. Author: Kimmy
  4. Version : 1.1
  5. Author URI: https://www.zerotheme.com/
  6. */
  7. /* ---------------------------------------------------------------------------- */
  8. /* ------------------------------------Reset----------------------------------- */
  9. /* ---------------------------------------------------------------------------- */
  10. a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var{background:transparent;border:0 none;font-size:100%;margin:0;padding:0;border:0;outline:0;vertical-align:top;}ol, ul {list-style:none;}blockquote, q {quotes:none;}table, table td {padding:0;border:none;border-collapse:collapse;}img {vertical-align:top;}embed {vertical-align:top;}
  11. article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
  12. mark, rp, rt, ruby, summary, time {display:inline;}
  13. input, textarea {border:0; padding:0; margin:0; outline: 0;}
  14. iframe {border:0; margin:0; padding:0;}
  15. input, textarea, select {margin:0; padding:0px;}
  16. /* ---------------------------------------------------------------------------- */
  17. /* -------------------------------Fix Responsive------------------------------- */
  18. /* ---------------------------------------------------------------------------- */
  19. html { -webkit-text-size-adjust: none;}
  20. .video embed,.video object,.video iframe { width: 100%;  height: auto;}
  21. img{max-width:100%; height: auto;width: auto\9; /* ie8 */}
  22. /* ---------------------------------------------------------------------------- */
  23. /* -------------------------------------Clear---------------------------------- */
  24. /* ---------------------------------------------------------------------------- */
  25. .clear{content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
  26. .clearfix:after, .clearfix:before{clear: both; content: '\0020'; display: block; visibility: hidden; width: 0; height: 0;}
  27. /* ---------------------------------------------------------------------------- */
  28. /* ---------------------------------------------------------------------------- */
  29. /* ---------------------------------------------------------------------------- */
  30. .t-center{text-align: center;}
  31. .t-left{text-align: left;}
  32. .t-right{text-align: right;}
  33. .f-right{float: right;}
  34. .f-left{float: left;}
  35. /* ---------------------------------------------------------------------------- */
  36. /* -------------------------------------Button--------------------------------- */
  37. /* ---------------------------------------------------------------------------- */
  38. .button{
  39. cursor: pointer;
  40. font-family: Arial, Helvetica, sans-serif;
  41. font-size: 16px;
  42. border:1px solid #ffffff;
  43. display: inline-block;
  44. text-decoration: none;
  45. background: #303030;
  46. margin: 10px;
  47. padding: 10px 25px;
  48. text-transform: uppercase;
  49. color: #fff;
  50. -webkit-border-radius: 4px;
  51. -moz-border-radius: 4px;
  52. -khtml-border-radius: 4px;
  53. border-radius: 4px;
  54. font-weight: bold;
  55. }
  56. .button:hover{opacity: 0.9;}
  57. .button.bt1 {background: #ffffff;color: #000000;border:1px solid #000000;}
  58. .button.bt2 {background: #0000ff;color: #ffffff;}