Advertisement
Guest User

NEW CSS

a guest
Oct 22nd, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.32 KB | None | 0 0
  1. body {padding: 0;
  2. margin: 0;}
  3.  
  4. #bgimg {background-repeat: no-repeat; }
  5.  
  6.  
  7.  
  8. /* Warna Background Atas Menu FLex */
  9. #wrn_ats {background: black;
  10. opacity: 0.8;
  11.  
  12. }
  13.  
  14. /*Menu Kontainer Flex*/
  15. .flex-container { display: flex;
  16.  
  17. font-size: 22px;
  18. float: right;
  19. color: white;
  20. font-family: times new roman;
  21. padding-right: 150px;}
  22.  
  23.  
  24.  
  25. #rdbl:hover {background: black;
  26. opacity: 0.8;}
  27.  
  28. /* Flex Posisi */
  29. .flex-container > div
  30. { padding-top: 60px;
  31. margin-left: 35px;
  32. cursor: pointer;}
  33.  
  34. /*Logo + Vitality*/
  35. #rdbl {width: 250px;
  36. height: 55px;
  37. margin: 15px 0 0 220px;
  38. }
  39.  
  40. /* Menu Portofolio */
  41. .abtdrp {position: relative;
  42. display: inline-block;}
  43.  
  44. /* Menu Portofolio + Content */
  45. .dropdown-content { display : none;
  46. position: absolute;
  47. min-width: 120px;}
  48.  
  49. /* Menu Portofolio + Content + Dropdown Event */
  50. .drpbtn:hover { color : #ef4035;}
  51.  
  52. .drpbtn { padding-bottom: 3px;}
  53.  
  54. /* Dropdown + Content */
  55. .dropdown-content a {background-color: #f3f0f0;
  56. text-decoration: none;
  57. display: block;
  58. padding-top: 5px;
  59. font-size: 20px}
  60.  
  61. /* Menu Portofolio + Content */
  62. .abtdrp:hover .dropdown-content {display: block;}
  63.  
  64. .dropdown-content a:hover {padding-bottom: 5px;
  65. color : #ef4035;}
  66. /* Flex Posisi */
  67. .flex-container > div
  68. { padding-top: 40px;
  69. margin-left: 35px;
  70. cursor: pointer;}
  71.  
  72. .abt a {text-decoration: none;
  73. color: white;
  74. font-size: 22px;
  75. font-family: times new roman;}
  76.  
  77.  
  78. .abt a:hover { color: #ef4035 ;}
  79. .abt span { font-size: 12px;
  80. vertical-align: middle;}
  81.  
  82. /* Banteng Logo Tengah */
  83. #bantg1 {width: 230px;
  84. height: 230px;
  85. display: block;
  86. padding: 160px 0 0 650px;
  87. ;
  88. ;}
  89.  
  90. /* Text Vitality */
  91. #vtl {color: white;
  92. font-size: 70px;
  93. margin-left: 640px;
  94. font-family: Arial, Helvetica, sans-serif;
  95. border-bottom: 4px solid #ef4035; }
  96. /* Page Vitality */
  97.  
  98.  
  99. /* -------------------------------Team Page HTML 2 -----------------------*/
  100. /* Warna Background Layout */
  101.  
  102. /*Warna Layout*/
  103. #team {background-color: #e6e6e6;}
  104.  
  105. .abt {padding-bottom: 3px;}
  106.  
  107. .abt.active,
  108. .abtdrp.active { border-bottom: 5px solid red;}
  109.  
  110. /*Text Our Team*/
  111. #staticot {text-align: center;
  112. margin-top: 50px;
  113. margin-bottom: 25px;
  114. font-size: 50px;
  115. font-family: times new 'Times New Roman', Times, serif;
  116. clear: none;
  117.  
  118. }
  119.  
  120. #staticp {font-size: 18px;
  121. font-family: arial;
  122. text-align: center;
  123. margin-top: 40px;
  124. }
  125.  
  126. .garis {width: 180px;
  127. background: transparent;
  128. border-bottom-style: double;
  129. border-bottom: 3px solid #ef4035;
  130. padding-bottom: 1px;
  131. border-top: 2px solid #ef4035;
  132. margin-bottom: 60px;
  133. }
  134.  
  135.  
  136.  
  137.  
  138. /*Gambar*/
  139. .jpeg1 {
  140. display: flex;
  141. text-align: center;
  142. justify-content: center;
  143. align-items: center;
  144.  
  145. }
  146.  
  147. /* .jpeg1 {position: relative;} */
  148.  
  149. /* .jpeg1 i {position: absolute;
  150. top: 10px;
  151. left: 10px;} */
  152. .mg1 { padding: 5px;
  153. position: relative;
  154. display: block;
  155. height: fit-content;
  156. width: fit-content;
  157. text-decoration: none;
  158.  
  159. }
  160.  
  161. .gmbar {
  162. max-width: 240px;
  163. max-height: 240px;
  164. width: 100%;
  165. transition: transform .5s;
  166. border-radius: 50%;
  167. margin:10px;
  168. }
  169.  
  170. .gmbar:hover {background: black;
  171. opacity: 0,8;
  172. transform: scale(0.9);}
  173.  
  174.  
  175. .mg1 ul.social-media {
  176. position: absolute;
  177. top: calc(60% - 20px);
  178. left: calc(50% - 50px);
  179. list-style-type: none;
  180. margin: 0;
  181. padding: 0;
  182. display: flex;
  183. color: gainsboro;
  184. opacity: 0,5;
  185.  
  186. }
  187.  
  188.  
  189.  
  190. ul.social-media li {
  191. float: left;
  192. padding-right: 5px;
  193. display: none;
  194. }
  195.  
  196. .mg1 ul.social-media li {
  197. display: block;
  198.  
  199. }
  200.  
  201. .team1 {display: flex;
  202. }
  203.  
  204. .blue2 {
  205. color: black;
  206. text-decoration: none;
  207. font-family: Roboco;
  208. font-size: 20px;
  209.  
  210.  
  211. }
  212.  
  213. .txt {font-size: 20px;
  214. }
  215.  
  216. /*About Us Page HTML 3*/
  217.  
  218. #aboutus {background-color: f2f2f2;}
  219.  
  220. .container-fluid {
  221. text-align: center;
  222. }
  223. h1 {
  224. margin-top: 50px;
  225. font-size: 40px;
  226. }
  227.  
  228. p {font-size: 22px;
  229. margin-top: -25px;
  230.  
  231. }
  232.  
  233. hr { width: 180px;
  234. background: transparent;
  235. border-bottom-style: double;
  236. border-bottom: 2px solid #ef4035;
  237. padding-bottom: 1px;
  238. border-top: 1px solid #ef4035;
  239. margin-bottom: 85px;
  240.  
  241. }
  242.  
  243. .fntawsm {width: 100%;
  244. display: flex;
  245. }
  246.  
  247. .fntawsm .content {flex: 1;
  248. text-align: center;
  249. padding: 20px;
  250. }
  251.  
  252. .uppercase { text-transform: uppercase !important;
  253. font-size: 24px;
  254. }
  255.  
  256. /*----------------------------- HALAMAN PROCESS----------------------*/
  257. .container-p {text-align: center;}
  258.  
  259. h1 { margin-top: 50px;
  260. font-size: 38px;
  261. font-family: 'Times New Roman', Times, serif;
  262.  
  263. }
  264.  
  265. .prcs { font-size: 24px;
  266. font-family: 'Times New Roman', Times, serif;
  267. margin-top: -15px;
  268.  
  269. }
  270.  
  271. .content-master { display : flex ;
  272. margin-left: auto;
  273. margin-right: auto;
  274. width: 75%;
  275.  
  276. }
  277.  
  278. .crt { margin-top: -15px;}
  279.  
  280. .content_1 { flex : 1;
  281. margin-left: 30px;
  282.  
  283. }
  284.  
  285. .pcs { margin-left: 77px;
  286. margin-top: 5px;}
  287.  
  288. .rounded-border {
  289. height: 30px;
  290. width: 30px;
  291. padding: 25px;
  292. border: 3px solid black;
  293. border-radius: 100%;
  294. }
  295.  
  296. .txtfa {color:black;
  297. margin-left: 70px;
  298. text-transform: uppercase !important;
  299.  
  300.  
  301. }
  302.  
  303. .pi { margin-bottom: 15px;
  304. font-size:18px;
  305. font-family: arial;}
  306. /*-----------------------------CLOSE HALAMAN PROCESS----------------------*/
  307.  
  308.  
  309. #process {background-color: whitesmoke;}
  310.  
  311. #testi {background-color: violet;}
  312.  
  313. /*-----------------------------HALAMAN KONTAK----------------------*/
  314.  
  315.  
  316. /*#contact {background-color: whitesmoke; } */
  317.  
  318. .isicontent { margin-left: auto;
  319. margin-right: auto;
  320. text-align: center;
  321.  
  322. }
  323.  
  324. .h-contact { font-size: 42px;
  325. margin-top: 70px;
  326. }
  327.  
  328. .t-uppercase {text-transform: uppercase !important;}
  329.  
  330. .m-form {margin-left: auto;
  331. margin-right: auto;
  332. text-align: center;
  333.  
  334. }
  335. #form-1 { border: none;
  336. border-bottom: 1px solid black;
  337. border-top: 1px solid black;
  338. width: 47%;
  339. height: 80px;
  340. outline: none;
  341.  
  342. }
  343.  
  344. .form { border: none;
  345. border-bottom: 1px solid black;
  346. width: 47%;
  347. height: 80px;
  348. outline : none;
  349. }
  350.  
  351.  
  352.  
  353. .txtarea {
  354. margin-left: auto;
  355. margin-right: auto;
  356. text-align: center;
  357.  
  358. }
  359.  
  360. #mssg { width: 47%;
  361. height: 100px;
  362. resize: none;
  363. border:none;
  364. border-bottom: 1px solid black;
  365. outline: none;
  366. }
  367.  
  368.  
  369.  
  370.  
  371. .txte-style {text-transform: uppercase !important;
  372. text-decoration: none;
  373. color: white;
  374. font-size: 24px;
  375. text-align: center;
  376. margin-top: 100px;
  377.  
  378. }
  379.  
  380. .block {display: block;
  381. padding-top: 50px;
  382. padding-bottom: 50px;
  383.  
  384. }
  385.  
  386. .bg-clr {background-color: black;
  387. width: 1000px;
  388. height: 30px;
  389.  
  390. }
  391.  
  392. .bg-clr:hover {background-color: #ef4035; }
  393.  
  394.  
  395. /*-----------------------------CLOSE HALAMAN KONTAK----------------------*/
  396.  
  397. /*----------------------------- HALAMAN GALERI----------------------*/
  398. #textglr {text-align: center;
  399. margin-top: 20px;
  400. margin-bottom: 15px;
  401. font-size: 36px;
  402. font-family: Roboto;
  403. clear: none;
  404. }
  405.  
  406. #galeri {background-color: #cccccc;}
  407.  
  408. .galeri2 {overflow: hidden;
  409. display: block;
  410. text-align: center;
  411. margin-left: auto;
  412. margin-right: auto;}
  413.  
  414. .imgaziz {max-width: 300px;
  415. max-height: 300px;
  416. width: 100%;
  417. transition: transform .5s;
  418.  
  419. }
  420.  
  421. .imgaziz:hover {background: black;
  422. opacity: 0.9;
  423. transform: scale(0.9);}
  424.  
  425. /*-------------------------------- HALAMAN GRID---------------------------*/
  426.  
  427. .sldgambar {display: none;}
  428. .btn-left:hover {cursor: point;}
  429.  
  430. #dcmnt { background-color: #cccccc;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement