themesbyces

(Responsive) Page — Lover

Aug 19th, 2019 (edited)
1,129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 7.15 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC>
  2.  
  3. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  4.  
  5. <html>
  6.  
  7. <head>
  8.  
  9. <title>{Title}</title>
  10.  
  11. <link rel="shortcut icon" href="{Favicon}">
  12.  
  13. <!-- Lover by Franchesca (extasisthemes) -->
  14.  
  15. <!-- Google Fonts Script -->
  16.  
  17. <link href="https://fonts.googleapis.com/css?family=Karla:400,400i,700,700i&display=swap" rel="stylesheet">
  18.  
  19. <!-- Font Awesome Script -->
  20.  
  21. <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
  22.  
  23. <style type="text/css">
  24.  
  25. .tmblr-iframe--app-cta-button {
  26. display: none!important;
  27. }
  28.  
  29. ::-webkit-scrollbar-thumb:vertical {
  30. background: #000000;
  31. }
  32.  
  33. ::-webkit-scrollbar {
  34. width: 1px;
  35. }
  36.  
  37. ::selection {
  38. background: #ecc0bd;
  39. color: white;
  40. }
  41.  
  42. ::-moz-selection {
  43. background: #ecc0bd;
  44. color: white;
  45. }
  46.  
  47. #s-m-t-tooltip {
  48. background: #000000;
  49. border-radius: 5px;
  50. color: #ffffff;
  51. font-size: 0.9rem;
  52. margin-top: 30px;
  53. padding: 5px;
  54. text-align: center;
  55. text-transform: uppercase;
  56. z-index: 999999999999999999999999999999999999;
  57. }
  58.  
  59. body {
  60. background: #f9f9f9;
  61. color: #555555;
  62. cursor: url(https://i.imgur.com/lhPqll6.png), progress;
  63. font-family: 'Karla', sans-serif;
  64. font-size: 1rem;
  65. font-style: normal;
  66. font-weight: 400;
  67. hyphens: auto;
  68. letter-spacing: 1px;
  69. margin: 0px;
  70. text-align: left;
  71. text-transform: none;
  72. word-wrap: break-word;
  73. }
  74.  
  75. a {
  76. color: #000000;
  77. text-decoration: none;
  78. -webkit-transition: all 0.5s ease;
  79. -moz-transition: all 0.5s ease;
  80. -o-transition: all 0.5s ease;
  81. }
  82.  
  83. a:hover {
  84. color: #cfcfcf;
  85. }
  86.  
  87. b {
  88. font-weight: bold;
  89. }
  90.  
  91. h1 {
  92. font-size: 1.2rem;
  93. font-weight: bold;
  94. margin-block-start: 0em;
  95. text-transform: lowercase;
  96. }
  97.  
  98. h2 {
  99. font-size: 1rem;
  100. font-weight: bold;
  101. margin-block-start: 0em;
  102. }
  103.  
  104. blockquote {
  105. border-left: 1px solid #eeeeee;
  106. margin: 5px;
  107. padding-left: 5px;
  108. }
  109.  
  110. #container {
  111. margin-bottom: 100px;
  112. margin-left: auto;
  113. margin-right: auto;
  114. margin-top: 100px;
  115. width: 570px;
  116. }
  117.  
  118. #about {
  119. background: #ffffff;
  120. padding: 35px;
  121. width: 500px;
  122. }
  123.  
  124. .home {
  125. background: #ecc0bd;
  126. border-left: none;
  127. border-top: none;
  128. display: inline-block;
  129. margin: -35px;
  130. padding: 17.5px;
  131. position: absolute;
  132. text-align: center;
  133. }
  134.  
  135. .home a {
  136. color: #ffffff;
  137. }
  138.  
  139. .home a:hover {
  140. color: #cfcfcf;
  141. }
  142.  
  143. .header-image {
  144. height: 200px;
  145. margin: -35px;
  146. width: 570px;
  147. }
  148.  
  149. .header-image img {
  150. height: 200px;
  151. width: 570px;
  152. }
  153.  
  154. .icon-image {
  155. height: 70px;
  156. margin-bottom: 30px;
  157. margin-left: auto;
  158. margin-right: auto;
  159. width: 70px;
  160. }
  161.  
  162. .icon-image img {
  163. border-radius: 100%;
  164. height: 70px;
  165. width: 70px;
  166. }
  167.  
  168. .about-title {
  169. font-weight: bold;
  170. text-align: center;
  171. }
  172.  
  173. #box {
  174. background: #ffffff;
  175. margin-top: 20px;
  176. padding: 35px;
  177. width: 500px;
  178. }
  179.  
  180. .box-title {
  181. font-weight: bold;
  182. }
  183.  
  184. .box-border {
  185. background: #ecc0bd;
  186. height: 3px;
  187. margin-bottom: 18px;
  188. margin-top: 18px;
  189. width: 30px;
  190. }
  191.  
  192. .skill {
  193. align-items: center;
  194. border-bottom: 1px solid #eeeeee;
  195. display: flex;
  196. margin-bottom: 20px;
  197. padding-bottom: 20px;
  198. }
  199.  
  200. .skill-type {
  201. font-size: 0.9rem;
  202. text-transform: uppercase;
  203. width: 100px;
  204. }
  205.  
  206. .progress-wrapper {
  207. background: #f0f0f0;
  208. margin-left: 20px;
  209. padding: 3px;
  210. width: calc(100% - 126px);
  211. }
  212.  
  213. .progress {
  214. background: #ecc0bd;
  215. height: 3px;
  216. }
  217.  
  218. .links {
  219. font-size: 0.9rem;
  220. margin: -5px;
  221. text-transform: uppercase;
  222. }
  223.  
  224. .links a {
  225. display: inline-block;
  226. margin: 5px;
  227. }
  228.  
  229. @media only screen and (max-width: 1000px) {
  230.  
  231. #container {
  232. width: 470px;
  233. }
  234.  
  235. #about {
  236. width: 400px;
  237. }
  238.  
  239. .header-image {
  240. height: 165px;
  241. width: 470px;
  242. }
  243.  
  244. .header-image img {
  245. height: 165px;
  246. width: 470px;
  247. }
  248.  
  249. #box {
  250. width: 400px;
  251. }
  252.  
  253. }
  254.  
  255. @media only screen and (max-width: 500px) {
  256.  
  257. #container {
  258. width: 320px;
  259. }
  260.  
  261. #about {
  262. width: 250px;
  263. }
  264.  
  265. .header-image {
  266. height: 112px;
  267. margin: -35px;
  268. width: 320px;
  269. }
  270.  
  271. .header-image img {
  272. height: 112px;
  273. width: 320px;
  274. }
  275.  
  276. #box {
  277. width: 250px;
  278. }
  279.  
  280. }
  281.  
  282. {CustomCSS}
  283.    
  284. </style>
  285.    
  286. </head>
  287.  
  288. <body>
  289.  
  290. <div id="container">
  291.  
  292. <div id="about">
  293.  
  294. <div class="home">
  295. <a href="/" title="Home"><i class="far fa-arrow-alt-circle-left"></i></a>
  296. </div>
  297.  
  298. <div class="header-image"><img src="https://i.imgur.com/YYDsXry.png"/></div>
  299.  
  300. <div class="icon-image"><img src="https://i.imgur.com/KXuLZdA.png"/></div>
  301.  
  302. <div class="about-title">About Me</div>
  303.  
  304. <div class="box-border" style="margin-left: auto;margin-right: auto;"></div>
  305.  
  306. <center>
  307. <i class="far fa-user-circle" style="margin-right: 10px;"></i>Franchesca
  308. <font style="margin-left: 10px;margin-right: 10px;">|</font>
  309. <i class="fas fa-birthday-cake" style="margin-right: 10px;"></i>Twenty-Two
  310. <font style="margin-left: 10px;margin-right: 10px;">|</font>
  311. <i class="fas fa-map-marker-alt" style="margin-right: 10px;"></i>Philippines
  312. </center>
  313.  
  314. <br>
  315.  
  316. <p>
  317. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. Aenean id massa ut lacus molestie porta. Curabitur sit amet quam id libero suscipit venenatis.
  318. </p>
  319.  
  320. <p>
  321. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Suspendisse sed ligula. Sed volutpat odio non turpis gravida luctus. Praesent elit pede, iaculis facilisis, vehicula mattis, tempus non, arcu.
  322. </p>
  323.  
  324. <p>
  325. Suspendisse ac pede. Cras tincidunt pretium felis. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Pellentesque porttitor mi id felis. Maecenas nec augue. Praesent a quam pretium leo congue accumsan.
  326. </p>
  327.  
  328. </div>
  329.  
  330. <div id="box">
  331.  
  332. <div class="box-title">Skills</div>
  333.  
  334. <div class="box-border"></div>
  335.  
  336. <div class="skill">
  337.  
  338. <div class="skill-type">Skill 1</div>
  339.  
  340. <div class="progress-wrapper">
  341. <div class="progress" style="width: 75%;"></div>
  342. </div>
  343.  
  344. </div>
  345.  
  346. <div class="skill">
  347.  
  348. <div class="skill-type">Skill 2</div>
  349.  
  350. <div class="progress-wrapper">
  351. <div class="progress" style="width: 100%;"></div>
  352. </div>
  353.  
  354. </div>
  355.  
  356. <div class="skill">
  357.  
  358. <div class="skill-type">Skill 3</div>
  359.  
  360. <div class="progress-wrapper">
  361. <div class="progress" style="width: 25%;"></div>
  362. </div>
  363.  
  364. </div>
  365.  
  366. <div class="skill" style="border-bottom: none;margin-bottom: 0px;padding-bottom: 0px;">
  367.  
  368. <div class="skill-type">Skill 4</div>
  369.  
  370. <div class="progress-wrapper">
  371. <div class="progress" style="width: 50%;"></div>
  372. </div>
  373.  
  374. </div>
  375.  
  376. </div>
  377.  
  378. <div id="box">
  379.  
  380. <div class="box-title">Elsewhere</div>
  381.  
  382. <div class="box-border"></div>
  383.  
  384. <div class="links">
  385. <a href="/"><font style="color: #ecc0bd;margin-right: 5px;">•</font>Link One</a>
  386. <a href="/"><font style="color: #ecc0bd;margin-right: 5px;">•</font>Link Two</a>
  387. <a href="/"><font style="color: #ecc0bd;margin-right: 5px;">•</font>Link Three</a>
  388. <a href="/"><font style="color: #ecc0bd;margin-right: 5px;">•</font>Link Four</a>
  389. <a href="/"><font style="color: #ecc0bd;margin-right: 5px;">•</font>Link Five</a>
  390. <a href="https://extasisthemes.tumblr.com/" title="extasisthemes"><font style="color: #ecc0bd;margin-right: 5px;">•</font>Theme</a>
  391. </div>
  392.  
  393. </div>
  394.  
  395. </div>
  396.  
  397. </body>
  398.  
  399. </html>
Add Comment
Please, Sign In to add comment