Advertisement
hanimjay

Prototype II

Dec 26th, 2017
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.64 KB | None | 0 0
  1. [dohtml]
  2. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
  3. <link href="https://fonts.googleapis.com/css?family=Montserrat:500,800,900|Monda" rel="stylesheet">
  4.  
  5. <style>
  6. #hanie-gallery2{
  7. width: 500px;
  8. height: 400px;
  9. margin: 0px auto;
  10. position: relative;
  11. overflow: hidden;
  12. border: 10px solid #fff;
  13. }
  14.  
  15. #hanie-gallery2 .base{
  16. width: 500px;
  17. height: 400px;
  18. background: url(https://i.imgur.com/3Hbmj3h.png);
  19. transition-delay: 1.2s;
  20. transition-duration: 1s;
  21. }
  22. #hanie-gallery2:hover .base{
  23. background: url(https://i.imgur.com/BCcY2sd.png);
  24. }
  25. #hanie-gallery2:not(:hover) .base{
  26. transition-duration: 0.5s;
  27. transition-delay: 0s;
  28. }
  29.  
  30. #hanie-gallery2 ::-webkit-scrollbar {
  31. width: 5px;
  32. }
  33.  
  34. #hanie-gallery2 ::-webkit-scrollbar-track {
  35. background: #333;
  36. border: 2px solid #fff;
  37. }
  38.  
  39. #hanie-gallery2 ::-webkit-scrollbar-thumb {
  40. background: #000;
  41. border: 0.5px solid #000;
  42. }
  43.  
  44. #hanie-gallery2 .polygon1{
  45. position: absolute;
  46. top: 0px;
  47. left: -175px;
  48. width: 175px;
  49. height: 400px;
  50. background: #000;
  51. -webkit-clip-path: polygon(0 0, 100% 0, 51% 100%, 0% 100%);
  52. clip-path: polygon(0 0, 100% 0, 51% 100%, 0% 100%);
  53. transition-delay: 1s;
  54. transition-duration: 1s;
  55. }
  56. #hanie-gallery2:hover .polygon1{
  57. left: 0px;
  58. }
  59. #hanie-gallery2:not(:hover) .polygon1{
  60. transition-duration: 0.5s;
  61. transition-delay: 0s;
  62. }
  63. #hanie-gallery2 .polygon2{
  64. position: absolute;
  65. top: 0px;
  66. right: -174px;
  67. width: 174px;
  68. height: 400px;
  69. background: #000;
  70. -webkit-clip-path: polygon(51% 0, 100% 0, 100% 100%, 0 100%);
  71. clip-path: polygon(51% 0, 100% 0, 100% 100%, 0 100%);
  72. transition-delay: 1s;
  73. transition-duration: 1s;
  74. }
  75. #hanie-gallery2:hover .polygon2{
  76. right: 0px;
  77. }
  78. #hanie-gallery2:not(:hover) .polygon2{
  79. transition-duration: 0.5s;
  80. transition-delay: 0s;
  81. }
  82.  
  83. #hanie-gallery2 .subtitle{
  84. font-family: 'Montserrat', sans-serif;
  85. font-size: 15px;
  86. text-transform: uppercase;
  87. font-weight: 800;
  88. color: #fff;
  89. letter-spacing: 1.5px;
  90. position: absolute;
  91. bottom: 116px;
  92. right: -115px;
  93. width: 125px;
  94. height: 20px;
  95. background: transparent;
  96. transform: rotate(90deg);
  97. transition-delay: 2s;
  98. transition-duration: 1s;
  99. line-height: 12px;
  100. }
  101. #hanie-gallery2:hover .subtitle{
  102. right: 12px;
  103. }
  104. #hanie-gallery2:not(:hover) .subtitle{
  105. transition-duration: 0.5s;
  106. transition-delay: 0s;
  107. }
  108.  
  109. #hanie-gallery2 bx{
  110. background: #F24E38;
  111. padding: 3px 4px 2px 8px;
  112. border: 1px solid #F24E38;
  113. }
  114. #hanie-gallery2 nx{
  115. border: 1px solid #F24E38;
  116. padding: 3px 7px 2px 8px;
  117. margin-left: -2px;
  118. }
  119.  
  120. #hanie-gallery2 .tab-box{
  121. position: absolute;
  122. top: 50px;
  123. left: -305px;
  124. width: 300px;
  125. height: 300px;
  126. background: #fff;
  127. border: 0.5px solid #fff;
  128. transition-delay: 2s;
  129. transition-duration: 1s;
  130. }
  131. #hanie-gallery2:hover .tab-box{
  132. left: 102px;
  133. }
  134. #hanie-gallery2:not(:hover) .tab-box{
  135. transition-duration: 0.5s;
  136. transition-delay: 0s;
  137. }
  138.  
  139. #hanie-gallery2 .HEREtabs {
  140. margin: 0px auto;
  141. position: relative;
  142. width: 300px;
  143. height: 300px;
  144. }
  145.  
  146. #hanie-gallery2 .HEREtab {
  147. display: block;
  148. }
  149.  
  150.  
  151. #hanie-gallery2 .HEREtab label {
  152. display: block;
  153. width: 29px;
  154. height: 23px;
  155. padding-top: 5px;
  156. background: #F24E38;
  157. border: 0.5px solid #F24E38;
  158. margin-bottom: 10px;
  159. position: relative;
  160. left: -175px;
  161. top: 0px;
  162. color: #fff;
  163. z-index: 3;
  164. }
  165. #hanie-gallery2 .fa{
  166. font-size: 13px;
  167. line-height: 12px;
  168. }
  169.  
  170. #hanie-gallery2 .HEREtab input[type=radio]:checked ~ label {
  171. background: #000;
  172. z-index: 2;
  173. }
  174.  
  175. #hanie-gallery2 .HEREtab input[type=radio] {
  176. display: none; /* DON'T EDIT */
  177. }
  178.  
  179. /* if you want tab transitions they go here */
  180. #hanie-gallery2 .HEREcontent {
  181. position: absolute;
  182. top: 0px;
  183. bottom: 0px;
  184. left: 0px;
  185. right: 0px;
  186. background: white;
  187. padding: 20px;
  188. overflow: hidden;
  189. }
  190.  
  191. #hanie-gallery2 .HEREtab input[type=radio]:checked ~ label ~ .HEREcontent {
  192. z-index: 1;
  193. }
  194.  
  195. #hanie-gallery2 .title{
  196. width: 299px;
  197. height: 25px;
  198. padding-top: 9px;
  199. color: #fff;
  200. background: #000;
  201. left: 0.5px;
  202. top: 28px;
  203. position: absolute;
  204. font-family: 'Montserrat', sans-serif;
  205. font-size: 12px;
  206. font-weight: 800;
  207. text-transform: uppercase;
  208. letter-spacing: 0.5px;
  209. padding-left: 110px;
  210. line-height: 17px;
  211. text-align: left;
  212. }
  213. #hanie-gallery2 .avatar{
  214. position: absolute;
  215. top: 12px;
  216. left: 25px;
  217. width: 50px;
  218. height: 50px;
  219. background-size: 50px;
  220. border: 10px solid #000;
  221. border-radius: 100px;
  222. }
  223. #hanie-gallery2 img{
  224. width: 50px;
  225. height: 50px;
  226. border-radius: 100px;
  227. }
  228.  
  229. #hanie-gallery2 .textbox{
  230. font-family: 'Monda', sans-serif;
  231. font-size: 9px;
  232. position: absolute;
  233. top: 85px;
  234. width: 232px;
  235. height: 165px;
  236. background: #fff;
  237. background-size: 50px;
  238. border: 12px solid #fff;
  239. overflow: auto;
  240. text-align: justify;
  241. line-height: 13px;
  242. padding-right: 10px;
  243. }
  244.  
  245. #hanie-gallery2 .ttlbase{
  246. position: absolute;
  247. width: 200px;
  248. height: 200px;
  249. background: transparent;
  250. top: 100px;
  251. left: 125px;
  252. border: 0.5px solid #fff;
  253. transition: 1s;
  254. }
  255. #hanie-gallery2:hover .ttlbase{
  256. top: -205px;
  257. }
  258. #hanie-gallery2:not(:hover) .ttlbase{
  259. transition-duration: 0.5s;
  260. transition-delay: 0.8s;
  261. }
  262.  
  263. #hanie-gallery2 .ttlfg{
  264. position: absolute;
  265. bottom: 100px;
  266. right: 120px;
  267. width: 200px;
  268. height: 200px;
  269. background: transparent;
  270. transition: 1s;
  271. }
  272. #hanie-gallery2:hover .ttlfg{
  273. bottom: -140px;
  274. }
  275. #hanie-gallery2:not(:hover) .ttlfg{
  276. transition-duration: 0.5s;
  277. transition-delay: 0.8s;
  278. }
  279.  
  280. #hanie-gallery2 .ttl{
  281. font-family: 'Montserrat', sans-serif;
  282. font-size: 23px;
  283. font-weight: 900;
  284. position: absolute;
  285. width: 180px;
  286. height: 40px;
  287. padding-top: 10px;
  288. background: #fff;
  289. top: 60px;
  290. right: 0px;
  291. color: #000;
  292. text-transform: uppercase;
  293. line-height: 30px;
  294. }
  295. #hanie-gallery2 .subttl{
  296. font-family: 'Muli', sans-serif;
  297. font-size: 8px;
  298. font-weight: 800;
  299. color: #fff;
  300. position: absolute;
  301. width: 180px;
  302. height: 20px;
  303. padding-top: 7px;
  304. background: #000;
  305. top: 110px;
  306. right: 0px;
  307. text-transform: uppercase;
  308. letter-spacing: 2px;
  309. line-height: 10px;
  310. }
  311.  
  312. #hanie-gallery2 .list{
  313. position: absolute;
  314. top: 85px;
  315. width: 232px;
  316. height: 175px;
  317. background: #fff;
  318. background-size: 50px;
  319. border: 12px solid #fff;
  320. overflow: auto;
  321. text-align: justify;
  322. line-height: 20px;
  323. padding-right: 10px;
  324. letter-spacing: 1px;
  325. }
  326. #hanie-gallery2 l{
  327. font-family: 'Montseratt', sans-serif;
  328. font-size: 9px;
  329. font-weight: 700;
  330. text-transform: uppercase;
  331. background: #fff;
  332. padding: 4px 10px 3px 10px;
  333. border: 0.5px solid #000;
  334. border-bottom: 1px solid #000;;
  335. color: #F24E38;
  336. }
  337. #hanie-gallery2 r{
  338. font-family: 'Monda', sans-serif;
  339. font-size: 9px;
  340. border-bottom: 0.5px solid #ccc;
  341. padding: 10px 0px 5px 0px;
  342. font-style: italic;
  343. color: #111;
  344. }
  345.  
  346. #hanie-gallery2 a{
  347. text-decoration: none;
  348. transition: 0.5s;
  349. }
  350. #hanie-gallery2 a:hover{
  351. letter-spacing: 2px;
  352. font-style: italic;
  353. }
  354.  
  355. </style>
  356.  
  357. <center>
  358. <div id="hanie-gallery2">
  359. <div class="base">
  360.  
  361. <div class="ttlbase"></div>
  362.  
  363. <div class="ttlfg">
  364. <div class="ttl">Prototype</div>
  365. <div class="subttl">hanie // 21. comp-sci</div>
  366. </div>
  367.  
  368. <div class="polygon1"></div>
  369. <div class="polygon2"></div>
  370.  
  371. <div class="tab-box">
  372. <div class="HEREtabs">
  373.  
  374. <div class="HEREtab">
  375. <input type="radio" id="HEREtab-2" name="HEREtab-group-1" checked>
  376. <label for="HEREtab-2"><i class="fa fa-tasks"></i></label>
  377. <div class="HEREcontent">
  378. <div class='title'>Thread</div>
  379. <div class='avatar'><img src="https://i.imgur.com/dFnGHRJ.gif"></div>
  380.  
  381. <div class="list">
  382. <a href="https://shadowplayers.jcink.net/index.php?showtopic=2029&st=30&hl=#entry47933"><l>Price of Freedom</l></a><br>
  383. <r>dark colored fluid thread template </r><br><br>
  384.  
  385. <a href="https://shadowplayers.jcink.net/index.php?showtopic=7845"><l>Young God</l>
  386. </a><br>
  387. <r>simple thread template with hover</r><br><br>
  388.  
  389. <a href="https://shadowplayers.jcink.net/index.php?showtopic=7113"><l>Dandy Mott</l></a><br>
  390. <r>simple light colored thread template</r><br><br>
  391.  
  392. <a href="https://shadowplayers.jcink.net/index.php?showtopic=7103"><l>Dysfunctional</l></a><br>
  393. <r>dark and complex thread template</r>
  394. </div>
  395.  
  396. </div>
  397. </div>
  398.  
  399.  
  400. <div class="HEREtab">
  401. <input type="radio" id="HEREtab-3" name="HEREtab-group-1">
  402. <label for="HEREtab-3"><i class="fa fa-anchor"></i></label>
  403. <div class="HEREcontent">
  404. <div class='title'>Signature</div>
  405. <div class='avatar'><img src="https://i.imgur.com/rdCKyrC.gif"></div>
  406.  
  407. <div class="list">
  408. <a href="https://shadowplayers.jcink.net/index.php?showtopic=2029&st=15&#entry47215"><l>hit the road jack</l></a><br>
  409. <r>light colors; a <b>request</b> done for Ellie</r><br><br>
  410.  
  411. <a href="https://shadowplayers.jcink.net/index.php?showtopic=2029&st=15&#entry47059"><l>the way i are</l></a><br>
  412. <r>complex + dark; a <b>request</b> done for Ralu</r><br><br>
  413.  
  414. <a href="https://shadowplayers.jcink.net/index.php?showtopic=2029&st=15&#entry41639"><l>dusk till dawn</l></a><br>
  415. <r>dark colors; for my <b>personal use</b></r><br><br>
  416.  
  417. <a href="https://shadowplayers.jcink.net/index.php?showtopic=2029&st=15&#entry38964"><l>fastest man alive</l></a><br>
  418. <r>muted colors; a <b>request</b> done for Mario</r>
  419. </div>
  420.  
  421. </div>
  422. </div>
  423.  
  424. <div class="HEREtab">
  425. <input type="radio" id="HEREtab-4" name="HEREtab-group-1">
  426. <label for="HEREtab-4"><i class="fa fa-heartbeat"></i></label>
  427. <div class="HEREcontent">
  428. <div class='title'>Foundation</div>
  429. <div class='avatar'><img src="https://i.imgur.com/wKUxjBb.gif"></div>
  430.  
  431. <div class="list">
  432. <a href="https://shadowplayers.jcink.net/index.php?showtopic=2029&st=15&#entry46907"><l>Elliot Hayes</l></a><br>
  433. <r>dark colored <b>application</b> template</r><br><br>
  434.  
  435. <a href="https://shadowplayers.jcink.net/index.php?showtopic=5532"><l>Lestat de lioncourt</l></a><br>
  436. <r>minimal + boxed <b>shipper</b> template</r>
  437. </div>
  438.  
  439. </div>
  440. </div>
  441.  
  442.  
  443. <div class="HEREtab">
  444. <input type="radio" id="HEREtab-5" name="HEREtab-group-1">
  445. <label for="HEREtab-5"><i class="fa fa-desktop"></i></label>
  446. <div class="HEREcontent">
  447. <div class='title'>Skin / template</div>
  448. <div class='avatar'><img src="https://i.imgur.com/8IIABSM.gif"></div>
  449.  
  450. <div class="list">
  451. <a href=""><l>coming soon</l></a><br>
  452. <r>write description here</r>
  453. </div>
  454.  
  455. </div>
  456. </div>
  457.  
  458. <div class="HEREtab">
  459. <input type="radio" id="HEREtab-6" name="HEREtab-group-1">
  460. <label for="HEREtab-6"><i class="fa fa-puzzle-piece"></i></label>
  461. <div class="HEREcontent">
  462. <div class='title'>Mini-profiles</div>
  463. <div class='avatar'><img src="https://i.imgur.com/e8t2onz.gif"></div>
  464.  
  465. <div class="list">
  466. <a href="https://shadowplayers.jcink.net/index.php?showtopic=7015"><l>Mike Wheeler</l></a><br>
  467. <r>light colors + complex mini profile</r><br><br>
  468.  
  469. <a href="https://shadowplayers.jcink.net/index.php?act=ST&f=94&t=2029&st=0#entry25995"><l>Draco Malfoy</l></a><br>
  470. <r>simple mini profile for my <b>personal use</b></r>
  471. </div>
  472.  
  473. </div>
  474. </div>
  475.  
  476. <div class="HEREtab">
  477. <input type="radio" id="HEREtab-1" name="HEREtab-group-1">
  478. <label for="HEREtab-1"><i class="fa fa-cube"></i></label>
  479. <div class="HEREcontent">
  480. <div class='title'>Miscellaneous</div>
  481. <div class='avatar'><img src="https://i.imgur.com/dFnGHRJ.gif"></div>
  482.  
  483. <div class="list">
  484. <a href="http://shadowplayers.jcink.net/index.php?showtopic=2029&st=15&hl=#entry47306"><l>Prototype</l></a><br>
  485. <r>multi-tabbed tracker for my <b>personal use</b></r>
  486. </div>
  487.  
  488. </div>
  489. </div>
  490.  
  491. </div>
  492. </div>
  493.  
  494. <div class="subtitle"><bx>p</bx><nx>rototype</nx></div>
  495.  
  496. </div>
  497. </div>
  498. </center>
  499. [/dohtml]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement