Advertisement
lizacodes

About Page 01

Apr 26th, 2018
750
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.29 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4.  
  5. <title>about page 01</title>
  6. <link rel="shortcut icon" href="{Favicon}">
  7.  
  8. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  9.  
  10.  
  11.  
  12. <style type="text/css">
  13.  
  14.  
  15.  
  16. /* SCROLLBAR */
  17.  
  18. ::-webkit-scrollbar-thumb:vertical {
  19. background-color:#999999;
  20. -moz-border-radius:10px;
  21. -webkit-border-radius:10px;
  22. }
  23.  
  24. ::-webkit-scrollbar {
  25. width:2px;
  26. height:2px;
  27. background-color:#ffffff; /* SCROLLBAR BACKGROUND COLOUR */
  28. }
  29.  
  30.  
  31.  
  32. body {
  33. color:#666; /* TEXT COLOUR */
  34. background-color:#FDFDFD; /* BACKGROUND COLOUR */
  35. font-style:normal;
  36. font-size:9px;
  37. font-weight:300;
  38. text-decoration:none;
  39. line-height:200%;
  40. text-shadow: 1px 1px 1px rgba(0,0,0,0.005);
  41. font-family:consolas, arial;
  42. }
  43.  
  44.  
  45.  
  46. a {
  47. color:#000;
  48. text-decoration:none;
  49. border-bottom:1px solid #eee;
  50. }
  51.  
  52.  
  53. a:hover, a:active {
  54. color:#cc949c; /* CHANGE LINK HOVER COLOUR */
  55. border-bottom-color:#cc949c; /* CHANGE LINK HOVER COLOUR */
  56. -webkit-transition-duration:.6s;
  57. -moz-transition-duration:.6s;
  58. -o-transition-duration:.6s;
  59. -ms-transition-duration:.6s;
  60.  
  61. }
  62.  
  63. b, em {
  64. font-weight:bold;
  65. color:#cc949c; /* CHANGE BOLD LETTERS COLOUR */
  66. }
  67.  
  68. h1 {
  69. margin:0;
  70. font-size:9px;
  71. letter-spacing:1px;
  72. font-family:consolas, arial;
  73. }
  74.  
  75.  
  76. /*-- tumblr controls --*/
  77. .tmblr-iframe.tmblr-iframe--desktop-logged-in-controls.iframe-controls--desktop{
  78. z-index:999999999!important;
  79. }
  80.  
  81.  
  82. /* HEADER */
  83.  
  84. #title{
  85. font-size:20px;
  86. color:#727272; /* TITLE COLOUR */
  87. width:500px;
  88. margin-bottom:10px;
  89. margin-left:100px;
  90. letter-spacing:1px;
  91. text-align:center;
  92. text-transform:uppercase;
  93. }
  94.  
  95.  
  96. .tags{
  97. color:#444; /* CHANGE LINK COLOUR */
  98. font-size:8px;
  99. letter-spacing:1px;
  100. display:block;
  101. text-align:center;
  102. padding:5px 0px;
  103. font-family:Lato;
  104. font-weight: normal
  105. text-transform:uppercase;
  106. }
  107.  
  108. .tags a {
  109. border:none;
  110. padding:0px 4px;
  111. color:#666;
  112. text-transform:uppercase;
  113. }
  114.  
  115. .tags a:hover {
  116. color:#EACC2C; /* CHANGE LINK HOVER COLOUR */
  117.  
  118. }
  119.  
  120.  
  121. .desc{
  122. color:#444;
  123. width:350px;
  124. margin:auto;
  125. font-weight:300;
  126. font-size:10px;
  127. color:#727272;
  128. text-align:left;
  129. }
  130.  
  131. .container {
  132. width:700px;
  133. margin:auto;
  134. top: 50px;
  135. position:relative;
  136. border-bottom:1px solid #eee;
  137.  
  138. }
  139.  
  140. .titlespace{
  141. position:relative;
  142. width:500px;
  143. height:100px;
  144. margin-top:25px;
  145. margin-left:25px;
  146. float:left;
  147. }
  148.  
  149.  
  150. .cont a:hover {
  151. color:#cc949c; /* CHANGE LINK HOVER COLOUR */
  152. }
  153.  
  154.  
  155.  
  156. .cont2{
  157. position:relative;
  158. border:1px solid #eee;
  159. width:200px;
  160. height:300px;
  161. margin-top:25px;
  162. margin-left:25px;
  163. float:left;
  164. background-color:#FFF;
  165. }
  166.  
  167. .cont2 img{
  168. position:relative;
  169. max-width:100px;
  170. max-height:100px;
  171. border-radius: 50%;
  172. }
  173.  
  174. .cont3{
  175. position:relative;
  176. border:1px solid #eee;
  177. width:400px;
  178. height:300px;
  179. margin:auto;
  180. margin-top:20px;
  181. float:left;
  182. overflow:scroll;
  183. background-color:#FFF;
  184.  
  185. }
  186.  
  187. .subcont{
  188. position:relative;
  189. border:1px solid #eee;
  190. width:100px;
  191. height:135px;
  192. top:5px;
  193. left:50px;
  194. margin-bottom:25px;
  195. overflow:scroll;
  196. }
  197.  
  198. .boxtitle{
  199. font-size:11px;
  200. color:#727272; /* TITLE COLOUR */
  201. text-transform:uppercase;
  202. margin:auto;
  203. letter-spacing:3px;
  204. text-align:center;
  205. }
  206.  
  207. .subtitle{
  208. font-size:11px;
  209. color:#727272; /* TITLE COLOUR */
  210. text-transform:uppercase;
  211. margin:auto;
  212. margin-top:10px;
  213. margin-bottom:20px;
  214. letter-spacing:3px;
  215. }
  216.  
  217.  
  218. .pls{
  219. top:80px;
  220. margin:auto;
  221. float:center;
  222. width:700px;
  223. height:auto;
  224. position:relative;
  225. }
  226.  
  227. .box1{
  228. position:fixed;
  229. border:1px solid #eee;
  230. width:300px;
  231. height:150px;
  232. margin-top:320px;
  233. margin-left:25px;
  234. float:left;
  235. background-color:#FFF;
  236. }
  237.  
  238. .details{
  239. border-right:1px solid #eee;
  240. width:125px;
  241. height:90px;
  242. float:left;
  243. text-align:right;
  244. }
  245.  
  246. .box2{
  247. position:fixed;
  248. border:1px solid #eee;
  249. width:300px;
  250. height:150px;
  251. margin-top:320px;
  252. margin-left:350px;
  253. float:left;
  254. overflow:scroll;
  255. background-color:#FFF;
  256. }
  257.  
  258. .boxdesc{
  259. color:#444;
  260. width:260px;
  261. margin:auto;
  262. font-weight:300;
  263. font-size:10px;
  264. color:#727272;
  265. text-align:left;
  266.  
  267. }
  268.  
  269.  
  270. /* credit pls don't remove */
  271. .credit {
  272. position:fixed;
  273. right:14px;
  274. font-size:13px;
  275. bottom:10px;}
  276. /* credit pls don't remove */
  277.  
  278.  
  279. </style>
  280. </head>
  281.  
  282. <body>
  283.  
  284.  
  285. <div class="container">
  286.  
  287. <div class="cont2">
  288. <div class="tags">
  289. <img class="img" src="https://i.pinimg.com/564x/29/06/4a/29064a6306863ad583e32659c6105f43.jpg"></a>
  290. <div class="boxtitle">tilte.</div>
  291. <div class="subcont"><p>
  292. <!--edit your links here (you can add more or remove some) -->
  293. <a href="/">home</a><p>
  294. <a href="/ask">ask</a><p>
  295. <a href="/">link1</a><p>
  296. <a href="/">link2</a><p>
  297. <a href="/">link3</a><p>
  298. <a href="/">link4</a><p>
  299. <!--edit your links here-->
  300. </div>
  301. </div>
  302. </div>
  303. </div>
  304.  
  305.  
  306. <div class="titlespace">
  307. <div id="title">
  308. <!--title here-->biography<!--title here-->
  309. </div><div class="cont3">
  310. <div class="desc">
  311. <!--text goes here-->
  312. <div class="subtitle">about the blogger.</div>
  313. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diem nonummy nibh euismod tincidunt ut lacreet dolore magna aliguam erat volutpat.<p>
  314. Ut wisis enim ad minim veniam, quis nostrud exerci tution ullam corper suscipit lobortis nisi ut aliquip ex ea commodo consequat. Duis te feugi facilisi. Duis autem dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit au gue duis dolore te feugat nulla facilisi.<p>
  315. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diem nonummy nibh euismod tincidunt ut lacreet dolore magna aliguam erat volutpat.<p>
  316. Ut wisis enim ad minim veniam, quis nostrud exerci tution ullam corper suscipit lobortis nisi ut aliquip ex ea commodo consequat. Duis te feugi facilisi. Duis autem dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit au gue duis dolore te feugat nulla facilisi.
  317. <!--text goes here-->
  318. </div></div></div>
  319.  
  320.  
  321. <!--- BOTTOM 2 BOXES START
  322. sidenote: you can delet this section if you want -->
  323.  
  324.  
  325. <div class="pls">
  326. <div class="box1"><div class="boxdesc">
  327. <div class="subtitle"><center><!--title here-->basics.<!--title here--></center></div>
  328. <div class="details">
  329. name &nbsp;&nbsp;<br>
  330. location &nbsp;&nbsp;<br>
  331. mbti &nbsp;&nbsp;<br>
  332. age &nbsp;&nbsp;<br>
  333. house &nbsp;&nbsp;<br>
  334. </div><!--don't remove the &nbsp; it will look ugly-->
  335. &nbsp;&nbsp; jane doe<br>
  336. &nbsp;&nbsp; secret<br>
  337. &nbsp;&nbsp; enfp<br>
  338. &nbsp;&nbsp; twenty<br>
  339. &nbsp;&nbsp; slytherin<br>
  340. </div></div>
  341.  
  342. <div class="box2"><div class="boxdesc">
  343. <div class="subtitle">
  344. <center><!--title here-->favourite quote.<!--title here--></center></div>
  345. <!--text goes here-->
  346. "Everyone you know is fighting a battle you know nothing about. Be kind. Always."<p>
  347. <!--text goes here-->
  348. </div></div>
  349.  
  350. </div>
  351. <!--- BOTTOM 2 BOXES END-->
  352.  
  353.  
  354.  
  355. <!--- DON'T TOUCH BELLOW --->
  356. <a class="credit" href="http://lizascodes.tumblr.com" target="_blank">©</a>
  357. </body></html>
  358.  
  359.  
  360. <!-- !!! COMMENTS !!!
  361.  
  362.  
  363. -i am still new to this so pleace contact me if youface any problems
  364. http://lizascodes.tumblr.com (you can find more info there too)
  365. -please don't remove the credit and don't steal any part of this
  366. code
  367.  
  368.  
  369. -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement