framework.css 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. @charset "utf-8";
  2. /*
  3. Template Name: Pobabini
  4. Author: <a href="http://www.os-templates.com/">OS Templates</a>
  5. Author URI: http://www.os-templates.com/
  6. Licence: Free to use under our free template licence terms
  7. Licence URI: http://www.os-templates.com/template-terms
  8. File: Framework CSS
  9. */
  10. html{overflow-y:scroll; overflow-x:hidden;}
  11. html, body{margin:0; padding:0; font-size:14px; line-height:1.6em;}
  12. *, *::before, *::after{box-sizing:border-box;}
  13. .bold{font-weight:bold;}
  14. .center{text-align:center;}
  15. .right{text-align:right;}
  16. .uppercase{text-transform:uppercase;}
  17. .capitalise{text-transform:capitalize;}
  18. .hidden{display:none;}
  19. .nospace{margin:0; padding:0; list-style:none;}
  20. .block{display:block;}
  21. .inline *{display:inline-block;}
  22. .inline *:last-child{margin-right:0;}
  23. .pushright li{margin-right:20px;}
  24. .pushright li:last-child{margin-right:0;}
  25. .borderedbox{border:1px solid;}
  26. .overlay{position:relative; z-index:1;}
  27. .overlay::after{display:block; position:absolute; top:0; left:0; width:100%; height:100%; content:""; z-index:-1;}
  28. .bgded{background-position:top center; background-repeat:no-repeat; background-size:cover;}
  29. .circle{border-radius:50%; background-clip:padding-box;}
  30. .btn{display:inline-block; padding:15px 25px 17px; text-transform:uppercase; border:1px solid;}
  31. .btn.medium{padding:10px 20px 12px;}
  32. .btn.small{padding:8px 18px 10px; text-transform:none;}
  33. .clear, .group{display:block;}
  34. .clear::before, .clear::after, .group::before, .group::after{display:table; content:"";}
  35. .clear, .clear::after, .group, .group::after{clear:both;}
  36. a{outline:none; text-decoration:none;}
  37. .fl_left, .imgl{float:left;}
  38. .fl_right, .imgr{float:right;}
  39. img{width:auto; max-width:100%; height:auto; margin:0; padding:0; border:none; line-height:normal; vertical-align:middle;}
  40. .imgl{margin:0 15px 10px 0; clear:left;}
  41. .imgr{margin:0 0 10px 15px; clear:right;}
  42. /* Fonts
  43. --------------------------------------------------------------------------------------------------------------- */
  44. body, input, textarea, select{font-family:Verdana, Geneva, sans-serif;}
  45. h1, h2, h3, h4, h5, h6, .heading{font-family:Georgia, "Times New Roman", Times, serif;}
  46. /* Forms
  47. --------------------------------------------------------------------------------------------------------------- */
  48. form, fieldset, legend{margin:0; padding:0; border:none;}
  49. legend{display:none;}
  50. label, input, textarea, select, button{display:block; resize:none; outline:none; color:inherit; font-size:inherit; font-family:inherit; vertical-align:middle;}
  51. label{margin-bottom:5px;}
  52. :required, :invalid{outline:none; box-shadow:none;}
  53. /* Generalise
  54. --------------------------------------------------------------------------------------------------------------- */
  55. h1, h2, h3, h4, h5, h6, .heading{margin:0 0 20px 0; font-size:22px; line-height:normal; font-weight:normal; text-transform:capitalize;}
  56. address{font-style:normal; font-weight:normal;}
  57. hr{display:block; width:100%; height:1px; border:solid; border-width:1px 0 0 0;}
  58. .font-xs{font-size:.8rem;}
  59. .font-x1{font-size:1.2rem;}
  60. .font-x2{font-size:1.8rem;}
  61. .font-x3{font-size:2.8rem;}
  62. .wrapper{display:block; width:100%; margin:0; padding:0; text-align:left; word-wrap:break-word;}
  63. /*
  64. The "hoc" class is a generic class used to centre a containing element horizontally
  65. It should be used in conjunction with a second class or ID
  66. */
  67. .hoc{display:block; margin:0 auto;}
  68. /* HTML 5 Overrides
  69. --------------------------------------------------------------------------------------------------------------- */
  70. address, article, aside, figcaption, figure, footer, header, main, nav, section{display:block; margin:0; padding:0;}
  71. /* Grid
  72. --------------------------------------------------------------------------------------------------------------- */
  73. .one_half, .one_third, .two_third, .one_quarter, .two_quarter, .three_quarter{display:inline-block; float:left; margin:0 0 0 3.06748466257669%; list-style:none;}
  74. .first{margin-left:0; clear:left;}
  75. .one_quarter{width:22.69938650306748%;}
  76. .one_third{width:31.28834355828221%;}
  77. .one_half, .two_quarter{width:48.46625766871166%;}
  78. .two_third{width:65.6441717791411%;}
  79. .three_quarter{width:74.23312883435584%;}
  80. /* Spacing
  81. --------------------------------------------------------------------------------------------------------------- */
  82. .btmspace-10{margin-bottom:10px;}
  83. .btmspace-15{margin-bottom:15px;}
  84. .btmspace-30{margin-bottom:30px;}
  85. .btmspace-50{margin-bottom:50px;}
  86. .btmspace-80{margin-bottom:80px;}
  87. .inspace-5{padding:5px;}
  88. .inspace-10{padding:10px;}
  89. .inspace-15{padding:15px;}
  90. .inspace-30{padding:30px;}
  91. .inspace-50{padding:50px;}
  92. .inspace-80{padding:80px;}