Advertisement
Guest User

Untitled

a guest
Jun 29th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.97 KB | None | 0 0
  1.  
  2. /* GENERAL */
  3.  
  4. @font-face {
  5. font-family: 'futura';
  6. src: url('../fonts/book.ttf');
  7. }
  8.  
  9. @font-face {
  10. font-family: 'futura-italic';
  11. src: url('../fonts/book_italic.ttf');
  12. }
  13.  
  14. @font-face {
  15. font-family: 'futura-medium';
  16. src: url('../fonts/medium_bt.ttf');
  17. }
  18.  
  19. @font-face {
  20. font-family: 'futura-light';
  21. src: url('../fonts/light-bt.ttf');
  22. }
  23.  
  24. @font-face {
  25. font-family: 'futura-light-italic';
  26. src: url('../fonts/light-italic.ttf');
  27. }
  28.  
  29. html, body, .main {
  30. height: 100vh;
  31. width: 100vw;
  32. margin: 0;
  33. padding-top: 5%;
  34. }
  35.  
  36. .toolbar {
  37. width: 100%;
  38. height: 20%;
  39. }
  40.  
  41. /* MAIN */
  42.  
  43. .row {
  44. padding-top: 33.5%;
  45. width: 100%;
  46. height: 100%;
  47. }
  48.  
  49. .item {
  50. width: 50%;
  51. height: 100%;
  52. float: left;
  53. margin: 0 auto;
  54. }
  55.  
  56. .item_image {
  57. background-repeat: no-repeat;
  58. background-position: center;
  59. background-size: contain;
  60. min-height: 50px;
  61. min-width: 50px;
  62. }
  63.  
  64. .img1 {
  65. background-image: url("../media/timetable.png");
  66. }
  67.  
  68. .img2 {
  69. background-image: url("../media/gallery.png");
  70. }
  71.  
  72. .img3 {
  73. background-image: url("../media/taekwondo.png");
  74. }
  75.  
  76. .img4 {
  77. background-image: url("../media/yamaf.png");
  78. }
  79.  
  80. .item_text {
  81. font-size: 1em;
  82. font-family: 'futura';
  83. text-align: center;
  84. }
  85.  
  86. .contact_button {
  87. width: 100%;
  88. height: 25%;
  89. padding-top: 5%;
  90. padding-bottom: 5%;
  91. background-color: #d9534f;
  92. bottom: 0;
  93. }
  94.  
  95. .contact_button > div {
  96. text-align: center;
  97. font-family: 'futura-medium';
  98. font-size: 2em;
  99. color: #fff;
  100. margin: 0;
  101. }
  102.  
  103. .center_image {
  104. width: auto;
  105. height: auto;
  106. display:block;
  107. margin:auto;
  108. object-fit: contain;
  109. }
  110.  
  111. /* CONTACT */
  112.  
  113. .map {
  114. height: 100%;
  115. min-height: 220px;
  116. }
  117.  
  118. .data_row {
  119. padding-top: 10%;
  120. width: 100%;
  121. height: 100%;
  122. text-align: center;
  123. }
  124.  
  125. /*TAEKWONDO*/
  126.  
  127. .taekwondo_screen {
  128. margin-top: -10% !important;
  129. width: 100%;
  130. min-height: 200px;
  131. background-image: url("../demo/img/Untitled-2.jpg");
  132. text-align: center;
  133. color: #000;
  134. }
  135.  
  136. .taekwondo_screen h3 {
  137. padding-top: 15%;
  138. }
  139.  
  140.  
  141. .nav {
  142. width: 100%;
  143. float: left;
  144. }
  145.  
  146.  
  147. .taekwondo_left, .taekwondo_right {
  148. padding-top: 25%;
  149. width: 10%;
  150. display: block;
  151. float: left;
  152. font-size: 2em;
  153. }
  154.  
  155. .taekwondo_left > a, .taekwondo_right > a {
  156. text-decoration: none;
  157. color: #666;
  158. }
  159.  
  160. .taekwondo_text {
  161. display: block;
  162. float: left;
  163. width: 80%;
  164. padding-top: 10%;
  165. padding-bottom: 20%;
  166. }
  167.  
  168. .taekwondo_audio input {
  169. margin: -1% !important;
  170. padding: 5% 0;
  171. width: 102%;
  172. color: #fff;
  173. font-size: 2em;
  174. background-color: #d9534f;
  175. font-family: 'futura-medium';
  176. }
  177.  
  178. /* YAMAF */
  179.  
  180. .yamaf_text {
  181. margin-top: -5% !important;
  182. margin-right: -1%;
  183. text-align: center;
  184. background-color: #d9534f;
  185. color: #fff;
  186. padding: 5% 0;
  187. }
  188.  
  189. .yamaf_masters, .yamaf_achievments, .pseudo_yamaf_masters {
  190. width: 100%;
  191. text-align: center;
  192. }
  193.  
  194. .yamaf_masters h3{
  195. text-align: center;
  196. color: #666;
  197. }
  198.  
  199. .pseudo_yamaf_masters > div {
  200. font-size: 2em;
  201. margin: 0 auto;
  202. padding: 0 4%;
  203. display: inline-block;
  204. color: #666;
  205. }
  206.  
  207. .yamaf_img_master {
  208. margin: 0 auto;
  209. display: inline-block;
  210. height: 175px;
  211. width: 175px;
  212. border-radius: 50%;
  213. }
  214.  
  215. .master_1 {
  216. background-image: url("../media/gopi.jpg");
  217. background-size: contain;
  218. background-repeat: no-repeat;
  219. }
  220.  
  221. .master_2 {
  222. background-image: url("../media/jennet.jpg");
  223. background-size: cover;
  224. background-repeat: no-repeat;
  225. }
  226.  
  227. .clearfix {
  228. overflow: auto;
  229. width: 100%;
  230. height:1px;
  231. border-bottom: 1px solid #333;
  232. padding-top: 5%;
  233. }
  234.  
  235.  
  236.  
  237. .yamaf_main {
  238. margin-top: 10%;
  239. background: #999;
  240. padding-bottom: 20%;
  241. }
  242.  
  243. .yamaf_main h3 {
  244. padding-top: 5%;
  245. text-align: center;
  246. color: #fff;
  247. }
  248.  
  249. .achievments_img {
  250. text-align: center;
  251. width: 80%;
  252. display: block;
  253. float: left;
  254. }
  255.  
  256. .yamaf_img_achievment {
  257. display: none;
  258. margin: 0 auto;
  259. height: 125px;
  260. width: 125px;
  261. border-radius: 50%;
  262. padding: 0 4%;
  263. }
  264.  
  265. .achievments_left, .achievments_right {
  266. float: left;
  267. width: 10%;
  268. display: block;
  269. padding-top: 5%;
  270. font-size: 2em;
  271. color: #fff;
  272. }
  273.  
  274. .pseudo_yamaf_achievments {
  275. padding-top: 15%;
  276. text-align: center;
  277. width: 100%;
  278. display: block;
  279. }
  280.  
  281. .pseudo_yamaf_text {
  282. display: none;
  283. margin: 0 auto;
  284. color: #fff;
  285. padding: 0 10%;
  286. }
  287.  
  288. /* Master */
  289.  
  290. .specific_master_img {
  291. padding-top: 20%;
  292. width: 100%;
  293. text-align: center;
  294. background-color: #999;
  295. }
  296.  
  297. .specific_yamaf_img_master {
  298. margin: 0 auto;
  299. height: 200px;
  300. width: 200px;
  301. border-radius: 50%;
  302. }
  303.  
  304. .master_text {
  305. padding: 15% 10%;
  306. }
  307.  
  308. /* Gallery */
  309.  
  310. .group_row {
  311. padding-top: 15%;
  312. width: 100%;
  313. height: 100%;
  314. }
  315.  
  316. ul, li {
  317. list-style-type: none;
  318. }
  319.  
  320. .demo-gallery {
  321. padding-top: 5%;
  322. padding-bottom: 20%;
  323. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement