100percentJuice

003. Change.

Feb 23rd, 2020
436
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.89 KB | None | 0 0
  1. <style type="text/css">
  2. @import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,700|Merriweather:100,200,300);
  3. @import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:100,300,400);
  4. body{
  5. background: #222;
  6. }
  7. body, a, a:hover {
  8. cursor: url(http://i.picpar.com/QaYb.png), auto;
  9. }
  10. ::-webkit-scrollbar-thumb {
  11. width: 0px;
  12. background: transparent;
  13. }
  14. ::-webkit-scrollbar {
  15. width: 0px;
  16. background: transparent;
  17. }
  18. ::selection {
  19. color: #000;
  20. }
  21. ::-moz-selection {
  22. color: #000;
  23. }
  24.  
  25. /*-- white space --*/
  26. .white{
  27. position: fixed;
  28. top: 60px;
  29. left: 0px;
  30. right: 0px;
  31. bottom: 0px;
  32. margin: auto;
  33. height: 460px;
  34. width: 450px;
  35. background-color: #fff;
  36. }
  37.  
  38. /*-- titles --*/
  39.  
  40. .title-one{
  41. position: fixed;
  42. top: -300px;
  43. left: 0px;
  44. right: 0px;
  45. bottom: 0px;
  46. margin: auto;
  47. height: 40px;
  48. width: 400px;
  49. line-height: 40px;
  50. text-align: center;
  51. text-transform: uppercase;
  52. font-family: 'merriweather';
  53. font-size: 20px;
  54. color: #333; /*-- first title font color --*/
  55. word-spacing: 5px;
  56. overflow: hidden;
  57. }
  58.  
  59. .title-two{
  60. position: fixed;
  61. top: -230px;
  62. left: 0px;
  63. right: 0px;
  64. bottom: 0px;
  65. margin: auto;
  66. height: 60px;
  67. width: 400px;
  68. line-height: 60px;
  69. text-align: center;
  70. text-transform: uppercase;
  71. font-family: 'roboto';
  72. font-size: 40px;
  73. font-weight: 100;
  74. color: #222; /*-- second title font color --*/
  75. letter-spacing: 1px;
  76. overflow: hidden;
  77. }
  78.  
  79. .titlethree{
  80. position: fixed;
  81. top: 0px;
  82. left: 0px;
  83. right: 0px;
  84. bottom: -570px;
  85. margin: auto;
  86. height: 20px;
  87. line-height: 20px;
  88. width: 400px;
  89. color: #fff;
  90. font-family: 'roboto condensed';
  91. text-transform: uppercase;
  92. font-size: 10px;
  93. text-align: center;
  94. }
  95. .change{
  96. color: #fff; /*-- BOTTOM TEXT FONT COLOR MAIN PAGE --*/
  97. font-family: 'roboto condensed';
  98. text-transform: uppercase;
  99. font-size: 10px;
  100. display: inline-block;
  101. transition: .9s linear;
  102. }
  103. .con1:target .change{
  104. color: #3e3e3c; /*-- BOTTOM TEXT FONT COLOR PAGE #1 --*/
  105.  
  106. transition: .9s linear;
  107. }
  108. .con2:target .change{
  109. color: #83a39a; /*-- BOTTOM TEXT FONT COLOR PAGE #2 --*/
  110. transition: .9s linear;
  111. }
  112. .con3:target .change{
  113. color: #f36562; /*-- BOTTOM TEXT FONT COLOR PAGE #3 --*/
  114. transition: .9s linear;
  115. }
  116. /*-- images / tabs --*/
  117.  
  118. .con1{
  119. }
  120. .con2{
  121. }
  122. .con3{
  123. }
  124.  
  125. .backing{
  126. position: fixed;
  127. top: 0px;
  128. left: 0px;
  129. height: 100%;
  130. width: 100%;
  131. background-color: #222;
  132. transition: .9s linear;
  133. }
  134. .con1:target .backing{
  135. background-color: #b0dfdf;
  136. transition: .9s linear;
  137. }
  138. .con2:target .backing{
  139. background-color: #444f6b;
  140. transition: .9s linear;
  141. }
  142. .con3:target .backing{
  143. background-color: #d8d3c6;
  144. transition: .9s linear;
  145. }
  146.  
  147. .imgone{
  148. position: fixed;
  149. top: 0px;
  150. left: -265px;
  151. right: 0px;
  152. bottom: -140px;
  153. margin: auto;
  154. height: 300px;
  155. width: 100px;
  156. background-image: url('http://i.picpar.com/zPfc.jpg'); /*-- #1 background img link --*/
  157. background-repeat: no-repeat;
  158. background-position: center; /*-- #1 background position --*/
  159. opacity: .8;
  160. transition: .9s linear;
  161. }
  162. .imgone:hover{
  163. opacity: 1;
  164. transition: .9s linear;
  165. }
  166. .con1:target .imgone{
  167. position: fixed;
  168. top: 0px;
  169. left: 0px;
  170. right: 0px;
  171. bottom: -140px;
  172. margin: auto;
  173. width: 370px;
  174. z-index: 3;
  175. transition: .9s linear;
  176. }
  177. .con2:target .imgone{
  178. opacity: 0;
  179. transition: .9s linear;
  180. }
  181. .con3:target .imgone{
  182. opacity: 0;
  183. transition: .9s linear;
  184. }
  185.  
  186. .imgtwo{
  187. position: fixed;
  188. top: 0px;
  189. left: 0px;
  190. right: 0px;
  191. bottom: -140px;
  192. margin: auto;
  193. height: 300px;
  194. width: 100px;
  195. background-image: url('http://i.picpar.com/1Pfc.jpg'); /*-- #2 background img link --*/
  196. background-repeat: no-repeat;
  197. background-position: center; /*-- #2 background position --*/
  198. opacity: .8;
  199. transition: .9s linear;
  200. }
  201. .imgtwo:hover{
  202. opacity: 1;
  203. transition: .9s linear;
  204. }
  205. .con1:target .imgtwo{
  206. opacity: 0;
  207. transition: .9s linear;
  208. }
  209. .con2:target .imgtwo{
  210. width: 370px;
  211. z-index: 3;
  212. transition: .9s linear;
  213. }
  214. .con3:target .imgtwo{
  215. opacity: 0;
  216. transition: .9s linear;
  217. }
  218.  
  219. .imgthree{
  220. position: fixed;
  221. top: 0px;
  222. left: 0px;
  223. right: -265px;
  224. bottom: -140px;
  225. margin: auto;
  226. height: 300px;
  227. width: 100px;
  228. background-image: url('http://i.picpar.com/7Pfc.jpg'); /*-- #3 background img link --*/
  229. background-repeat: no-repeat;
  230. background-position: top center; /*-- #3 background position --*/
  231. opacity: .8;
  232. transition: .9s linear;
  233. }
  234. .imgthree:hover{
  235. opacity: 1;
  236. transition: .9s linear;
  237. }
  238. .con1:target .imgthree{
  239. opacity: 0;
  240. transition: .9s linear;
  241. }
  242. .con2:target .imgthree{
  243. opacity: 0;
  244. transition: .9s linear;
  245. }
  246. .con3:target .imgthree{
  247. position: fixed;
  248. top: 0px;
  249. left: 0px;
  250. right: 0px;
  251. bottom: -140px;
  252. margin: auto;
  253. width: 370px;
  254. z-index: 3;
  255. transition: .9s linear;
  256. }
  257.  
  258.  
  259. /*- text boxes -*/
  260.  
  261. .text1{
  262. position: fixed;
  263. top: 0px;
  264. left: 0px;
  265. right: 0px;
  266. bottom: -140px;
  267. margin: auto;
  268. height: 280px;
  269. width: 350px;
  270. background-color: rgba(366,366,366,.7);
  271. overflow: auto;
  272. opacity: 0;
  273. color: #000;
  274. font-family: 'roboto condensed';
  275. text-transform: uppercase;
  276. font-size: 10px;
  277. text-align: justify;
  278. overflow: hidden;
  279. visibility: hidden;
  280. transition: .9s linear;
  281. }
  282. .con1:target .text1{
  283. opacity: 1;
  284. visibility: visible;
  285. z-index: 5;
  286. transition: .9s linear;
  287. transition-delay: 1s;
  288. }
  289.  
  290. .text2{
  291. position: fixed;
  292. top: 0px;
  293. left: 0px;
  294. right: 0px;
  295. bottom: -140px;
  296. margin: auto;
  297. height: 280px;
  298. width: 350px;
  299. background-color: rgba(366,366,366,.7);
  300. overflow: auto;
  301. opacity: 0;
  302. color: #000;
  303. font-family: 'roboto condensed';
  304. text-transform: uppercase;
  305. font-size: 10px;
  306. text-align: justify;
  307. overflow: hidden;
  308. visibility: hidden;
  309. transition: .9s linear;
  310. }
  311. .con2:target .text2{
  312. opacity: 1;
  313. visibility: visible;
  314. z-index: 5;
  315. transition: .9s linear;
  316. transition-delay: 1s;
  317. }
  318.  
  319. .text3{
  320. position: fixed;
  321. top: 0px;
  322. left: 0px;
  323. right: 0px;
  324. bottom: -140px;
  325. margin: auto;
  326. height: 280px;
  327. width: 350px;
  328. background-color: rgba(366,366,366,.7);
  329. overflow: auto;
  330. opacity: 0;
  331. color: #000;
  332. font-family: 'roboto condensed';
  333. text-transform: uppercase;
  334. font-size: 10px;
  335. text-align: justify;
  336. overflow: hidden;
  337. visibility: hidden;
  338. transition: .9s linear;
  339. }
  340. .con3:target .text3{
  341. opacity: 1;
  342. visibility: visible;
  343. z-index: 5;
  344. transition: .9s linear;
  345. transition-delay: 1s;
  346. }
  347.  
  348.  
  349. .txt{
  350. margin: 10px;
  351. height: 260px;
  352. width: 330px;
  353. overflow: auto;
  354. }
  355.  
  356. </style>
  357. <div class="con3" id="three">
  358. <div class="con2" id="two">
  359. <div class="con1" id="one">
  360.  
  361. <div class="backing"></div>
  362. <div class="white"></div>
  363.  
  364. <a href="#one">
  365. <div class="imgone"></div>
  366. </a>
  367. <div class="text1">
  368. <div class="txt">
  369. one.
  370. </div>
  371. </div>
  372.  
  373. <a href="#two">
  374. <div class="imgtwo"></div>
  375. </a>
  376. <div class="text2">
  377. <div class="txt">
  378. two.
  379. </div>
  380. </div>
  381. <a href="#three">
  382. <div class="imgthree"></div>
  383. </a>
  384. <div class="text3">
  385. <div class="txt">
  386. three.
  387. </div>
  388. </div>
  389.  
  390.  
  391. <div class="title-one">
  392. phos / houseki / 300 years old
  393. </div>
  394. <a href="#">
  395. <div class="title-two">
  396. phosphophyllite
  397. </div>
  398. </a>
  399. <div class="titlethree">
  400. the inevitable outcome was simple:
  401. <div class="change">change.</div>
  402. </div>
Add Comment
Please, Sign In to add comment