Advertisement
nemurou

scoups page

Feb 21st, 2018
4,110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.25 KB | None | 0 0
  1. <!---
  2.  
  3. tumblr page by nemurou
  4.  
  5. february 2018
  6.  
  7. TERMS OF USE: https://nemurou.tumblr.com/tou
  8.  
  9. --->
  10.  
  11. <!DOCTYPE html>
  12. <html>
  13. <head>
  14. <title>{Title}</title>
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16. <link rel="shortcut icon" href="{Favicon}">
  17. {block:Description}<meta name="description" content="{MetaDescription}">{/block:Description}
  18. <meta name="viewport" content="width=device-width, initial-scale=1">
  19.  
  20. <link href="https://fonts.googleapis.com/css?family=Lato:400,700,900" rel="stylesheet">
  21.  
  22. <style type="text/css">
  23.  
  24. /*tumblr controls by cyantists*/
  25. iframe.tmblr-iframe {
  26. z-index: 99999999999999!important;
  27. top: 0!important;
  28. right: 0!important;
  29. opacity: 0.4;
  30. filter: invert(1) contrast(150%);
  31. -webkit-filter: invert(1) contrast(150%);
  32. -o-filter: invert(1) contrast(150%);
  33. -moz-filter: invert(1) contrast(150%);
  34. -ms-filter: invert(1) contrast(150%);
  35. transform: scale(0.5);
  36. transform-origin: 100% 0;
  37. -webkit-transform: scale(.7);
  38. -webkit-transform-origin: 100% 0;
  39. -o-transform: scale(.7);
  40. -o-transform-origin: 100% 0;
  41. -moz-transform: scale(.7);
  42. -moz-transform-origin: 100% 0;
  43. -ms-transform: scale(.7);
  44. -ms-transform-origin: 100% 0;
  45. }
  46.  
  47. #s-m-t-tooltip {
  48. max-width:150px;
  49. background:#eee;
  50. padding:1px 6px 2px 6px;
  51. z-index:999;
  52. margin:20px;
  53. }
  54.  
  55. body {
  56. background:#fff;
  57. font-family: 'Lato', sans-serif;
  58. font-size:12px;
  59. line-height:180%;
  60. color:#474747;
  61. margin:0;
  62. padding:0;
  63. -moz-osx-font-smoothing:grayscale;
  64. -webkit-font-smoothing:antialiased;
  65. font-smoothing:antialiased;
  66. }
  67.  
  68. a {
  69. text-decoration:none;
  70. color:#474747;
  71. }
  72.  
  73. #content {
  74. height:100vw;
  75. width:100%;
  76. position:fixed;
  77. }
  78.  
  79. #left {
  80. width:50vw;
  81. position:absolute;
  82. left:0px;
  83. height:100vh;
  84. background:#fff;
  85. -webkit-box-sizing: border-box;
  86. -moz-box-sizing: border-box;
  87. box-sizing: border-box;
  88. display:flex;
  89. justify-content:center;
  90. align-items:center;
  91.  
  92. }
  93.  
  94. #right {
  95. width:50vw;
  96. margin-left:50vw;
  97. height:100vh;
  98. background:#EDEDED;
  99. webkit-box-sizing: border-box;
  100. -moz-box-sizing: border-box;
  101. box-sizing: border-box;
  102. display:flex;
  103. justify-content:center;
  104. align-items:center;
  105. }
  106.  
  107. #right-txt {
  108. width:30vw;
  109. }
  110.  
  111. #tagline, #title, #subtitle {
  112. text-transform:uppercase;
  113. }
  114.  
  115. #tagline {
  116. font-weight:700;
  117. font-size:16px;
  118. letter-spacing:4px;
  119. }
  120.  
  121. #title {
  122. margin-top:25px;
  123. font-weight:900;
  124. font-size:35px;
  125. letter-spacing:6px;
  126. }
  127.  
  128. #line {
  129. margin-top:40px;
  130. width:50px;
  131. height:5px;
  132. background:#474747;
  133. }
  134.  
  135. #short-descript {
  136. font-size:16px;
  137. margin-top:25px;
  138. line-height:200%;
  139. text-align:justify;
  140. max-height:200px;
  141. overflow:auto;
  142. }
  143.  
  144. #subtitle {
  145. font-weight:700;
  146. letter-spacing:4px;
  147. font-size:23px;
  148. margin-top:50px;
  149. }
  150.  
  151. #about {
  152. font-size:16px;
  153. margin-top:15px;
  154. line-height:200%;
  155. text-align:justify;
  156. max-height:300px;
  157. overflow:auto;
  158. }
  159.  
  160. ::-webkit-scrollbar {
  161. width:17px;
  162. height:17px;
  163. background-color:rgb(255,255,255);
  164. }
  165.  
  166. ::-webkit-scrollbar-track {
  167. border:8px solid #EDEDED;
  168. background-color:#aaa;
  169. }
  170.  
  171. ::-webkit-scrollbar-thumb {
  172. border:8px solid #EDEDED;
  173. background-color:#000;
  174. min-height:24px;
  175. min-width:24px;
  176. }
  177.  
  178. #icon {
  179. border-radius:50%;
  180. -moz-border-radius:50%;
  181. -webkit-border-radius:50%;
  182. width:300px;
  183. }
  184.  
  185. #icontxt {
  186. font-size:16px;
  187. margin:25px 0px 40px 0px;
  188. line-height:200%;
  189. width:300px;
  190. max-height:300px;
  191. overflow:auto;
  192. text-align:center;
  193. }
  194.  
  195. #bar {
  196. width:200px;
  197. height:1px;
  198. background:#474747;
  199. margin:auto;
  200. }
  201.  
  202. #bar #links {
  203. position:absolute;
  204. display:flex;
  205. flex-direction:row;
  206. background:#fff;
  207. margin-top:-6px;
  208. }
  209.  
  210. .circle {
  211. margin-right:10px;
  212. width:10px;
  213. height:10px;
  214. border:1px solid #474747;
  215. border-radius:50%;
  216. -webkit-border-radius:50%:
  217. -moz-border-radius:50%;
  218. }
  219.  
  220. #button {
  221. background:#EDEDED;
  222. margin:50px auto 0px auto;
  223. text-align:center;
  224. width:100px;
  225. text-transform:uppercase;
  226. font-weight:700;
  227. letter-spacing:4px;
  228. padding:10px 1px 10px 5px;
  229. border-radius:40px;
  230. -webkit-border-radius:40px:
  231. -moz-border-radius:40px;
  232. }
  233.  
  234. .phc a{
  235. text-align:center;
  236. background:#fff;
  237. position:fixed;
  238. left:25px;
  239. bottom:25px;
  240. font-size:11px;
  241. font-family:calibri;
  242. color:#000;
  243. line-height:100%;
  244. z-index:999;
  245. border-radius:4px;
  246. -moz-border-radius:4px;
  247. -webkit-border-radius:4px;
  248. padding:5px 8px 6px 8px;
  249. }
  250.  
  251. </style> </head> <body>
  252.  
  253.  
  254. <div id="content">
  255. <div id="content-txt">
  256. <div id="left">
  257. <div id="left-txt">
  258. <img id="icon" src="https://static.tumblr.com/grynaut/qNxp4h7r1/scoupsicon.png">
  259. <div id="icontxt">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla malesuada commodo arcu, id imperdiet velit pretium id.</div>
  260. <div id="bar">
  261. <div id="links">
  262. <div style="background:#474747;" class="circle"></div>
  263. <div class="circle"></div>
  264. <div class="circle"></div>
  265. <div class="circle"></div>
  266. <!---end of links-->
  267. </div>
  268. <!---end of bar--->
  269. </div>
  270. <div id="button"><a href="/">return</a></div>
  271. <!---end of left text--->
  272. </div>
  273. <!---end of left--->
  274. </div>
  275. <div id="right">
  276. <div id="right-txt">
  277. <div id="tagline">Choi Seung Cheol</div>
  278. <div id="title">seventeen</div>
  279. <div id="line"></div>
  280. <div id="short-descript">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla malesuada commodo arcu, id imperdiet.</div>
  281.  
  282. <div id="subtitle">hip hop unit</div>
  283.  
  284. <div id="about">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla malesuada commodo arcu, id imperdiet velit pretium id. Proin lacinia pretium est id vestibulum. Etiam mattis non odio vitae bibendum. Fusce eros ex, faucibus non ex placerat, tempor ultrices urna.</div>
  285. <!---end of right text--->
  286. </div>
  287. <!---end of right--->
  288. </div>
  289. <!---end of content txt--->
  290. </div>
  291. <!---end of content--->
  292. </div>
  293.  
  294.  
  295. </html>
  296.  
  297. <span class="phc"><a href="https://nemurou.tumblr.com/">theme by<br><b>nemurou</b></a></span>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement