e-law-ise

html5

Mar 17th, 2014
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.95 KB | None | 0 0
  1. <head>
  2.  
  3. <title>About Me</title>
  4.  
  5.  
  6. <!--------------------------------------------------------------------------
  7. ----------------------- Adrienne Law's About page ------------------------------------------------Give credit where credit is due-------------------------------------------------------------------------------------------------->
  8.  
  9.  
  10. <style type="text/css">
  11.  
  12. ::-webkit-scrollbar-thumb:vertical {
  13. background-color: #ccc; /*Change color of scroll bar*/
  14. height:5px;
  15. }
  16. ::-webkit-scrollbar-corner {
  17. background-color: transparent;
  18. }
  19. ::-webkit-scrollbar-thumb:horizontal {
  20. background-color: #ccc; /*Change color of scroll bar*/
  21. height:5px!important;
  22. }
  23.  
  24. ::-webkit-scrollbar {
  25. height:7px;
  26. width:5px;
  27. }
  28.  
  29. iframe#tumblr_controls{
  30. position:fixed !important;
  31. right:0px !important;
  32. z-index:999;
  33. }
  34.  
  35. html, body {
  36. width:100%;
  37. height:100%;
  38. margin:0;
  39. padding:0;
  40. }
  41.  
  42. a {
  43. text-decoration:none;
  44. outline:none;
  45. -moz-outline-style:none;
  46. color:#7A7A7A;
  47. -moz-transition-duration:0.5s;
  48. -webkit-transition-duration:0.5s;
  49. -o-transition-duration:0.5s;
  50. }
  51. a:hover {
  52. color:#652a2a;
  53. -moz-transition-duration:0.5s;
  54. -webkit-transition-duration:0.5s;
  55. -o-transition-duration:0.5s;
  56. }
  57.  
  58. #top {
  59. width:100%;
  60. height:150px;
  61. margin-right:auto;
  62. margin-left:auto;
  63. top:0px;
  64. text-align:center;
  65. background-color:#E1E1E3;
  66. border-bottom:2px solid #A7A7A8;
  67. padding-bottom:5px;
  68. position:absolute;
  69. }
  70.  
  71. #toppic{
  72. width:100%;
  73. height:20px;
  74. margin-right:auto;
  75. margin-left:auto;
  76. top:0px;
  77. text-align:center;
  78. }
  79. #toppic img{
  80. width:100%;
  81. height:50px;
  82. }
  83.  
  84. #toppicleft{
  85. width:120px;
  86. height:auto;
  87. left:5px;
  88. top:165px;
  89. position:absolute;
  90. }
  91. #toppicleft img{
  92. width:120px;
  93. height:120px;
  94. }
  95. #toppicright{
  96. width:120px;
  97. height:auto;
  98. right:5px;
  99. top:165px;
  100. position:absolute;
  101. }
  102. #toppicright img{
  103. width:120px;
  104. height:120px;
  105. }
  106.  
  107.  
  108. #title {
  109. width:200px;
  110. height:auto;
  111. margin-right:auto;
  112. margin-left:auto;
  113. margin-top:75px;
  114. color:#A7A7A8;
  115. text-align:center;
  116. font-family:calibri;
  117. font-size:25px;
  118. font-style:italic;
  119. text-transform:uppercase;
  120. position:relative;
  121. }
  122.  
  123. #links {
  124. width:400px;
  125. margin-left:auto;
  126. margin-right:auto;
  127. margin-top:5px;
  128. padding-bottom:0px;
  129. position:relative;
  130. }
  131.  
  132. #links a {
  133. display:inline-block;
  134. width:92px;
  135. padding:5px 0px 5px 0px;
  136. background-color:#ffffff;
  137. color:#CCCCCC;
  138. font-size:10px;
  139. font-family:calibri;
  140. text-align:center;
  141. letter-spacing:1px;
  142. margin-left:auto;
  143. margin-right:auto;
  144. text-transform:uppercase;
  145. text-decoration:none;
  146. border: 1px solid #CCCCCC;
  147. -o-transition: all 0.5s ease-out;
  148. -webkit-transition: all 0.5s ease-out;
  149. -moz-transition: all 0.5s ease-out;
  150. }
  151.  
  152. #links a:hover {
  153. background-color:#E1E1E3;
  154. color:#ffffff;
  155. border: 1px solid #ffffff;
  156. -o-transition: all 0.5s ease-out;
  157. -webkit-transition: all 0.5s ease-out;
  158. -moz-transition: all 0.5s ease-out;
  159. }
  160.  
  161. #fastfacts {
  162. width:500px;
  163. height:300px;
  164. margin:200px auto 0px auto;
  165. border-radius:20px;
  166. border:1px solid #A7A7A8;
  167. }
  168. #cardphotocontain{
  169. display:inline-block;
  170. width:188px;
  171. height:268px;
  172. margin-left:12px;
  173. margin-top:16px;
  174. color:#A7A7A8;
  175. border:1px solid #A7A7A8;
  176. }
  177. #cardphoto {
  178. width:180px;
  179. height:260px;
  180. margin:3px;
  181. color:#A7A7A8;
  182. border:1px solid #A7A7A8;
  183. overflow:hidden;
  184. }
  185. #cardphoto img{
  186. height:260px;
  187. }
  188. #cardinfo{
  189. display:inline-block;
  190. width:264px;
  191. height:260px;
  192. margin-top:16px;
  193. margin-left:10px;
  194. color:gray;
  195. font-family:calibri;
  196. text-align:left;
  197. font-size:12px;
  198. line-height:10px;
  199. text-transform:uppercase;
  200. padding:4px;
  201. border:1px solid #A7A7A8;
  202. position:absolute;
  203. }
  204. #cardinfo2 {
  205. display:inline-block;
  206. width:264px;
  207. height:260px;
  208. margin-top:16px;
  209. margin-left:10px;
  210. color:#A7A7A8;
  211. font-family:calibri;
  212. text-align:right;
  213. font-size:12px;
  214. line-height:23px;
  215. text-transform:uppercase;
  216. padding:4px;
  217. border:1px solid #A7A7A8;
  218. position:absolute;
  219. }
  220.  
  221. #dance {
  222. width:400px;
  223. height:200px;
  224. margin-left:auto;
  225. margin-right:auto;
  226. margin-top:20px;
  227. }
  228. #dance img{
  229. width:400;
  230. height:200;
  231. }
  232.  
  233. #moreinfo{
  234. width:600px;
  235. height:auto;
  236. margin:20px auto 200px auto;
  237. color:#A7A7A8;
  238. font-family:calibri;
  239. text-align:left;
  240. font-size:12px;
  241. line-height:14px;
  242. padding:16px;
  243. border:1px solid #A7A7A8;
  244. }
  245.  
  246. #addspace{
  247. width: 500px;
  248. height: 100;
  249. background-color: #ffffff;
  250. bottom:10px;
  251. }
  252.  
  253. #credit a {
  254. display:inline-block;
  255. width:40px;
  256. background-color:#fff;
  257. color:gray;
  258. text-decoration:none;
  259. border-right:1px solid;
  260. border-left: 1px solid;
  261. border-color:#878787;
  262. padding: 2px 0px 2px 0px;
  263. -o-transition: all 1s ease-out;
  264. -webkit-transition: all 1s ease-out;
  265. -moz-transition: all 1s ease-out;
  266. }
  267.  
  268. #credit a:hover {
  269. background-color:#667371;
  270. color:#fff;
  271. border-color:#fff;
  272. -o-transition: all 1s ease-out;
  273. -webkit-transition: all 1s ease-out;
  274. -moz-transition: all 1s ease-out;
  275. }
  276.  
  277. #credit {
  278. display:inline-block;
  279. font-size:10px;
  280. font-family: calibri;
  281. text-align:center;
  282. letter-spacing:1px;
  283. width:40px;
  284. height:15px;
  285. position: fixed;
  286. padding-top:1px;
  287. right:25px;
  288. bottom:10px;
  289.  
  290. }
  291.  
  292.  
  293.  
  294. </style>
  295.  
  296. <body>
  297.  
  298. <!-- top stuffs -->
  299. <div id="top">
  300. <div id="title">About Me</div>
  301. <div id="links">
  302. <a href="/">HOME</a>
  303. <a href="/navi">NAVIGATION</a>
  304. <a href="/me">About Me</a>
  305. <a href="/inquire">ASK</a>
  306. </div>
  307. </div>
  308.  
  309. <!-- corner images -->
  310.  
  311. <div id="toppicright"><img src="http://s23.postimg.org/665502yrf/Untitled.jpg"></div>
  312. <div id="toppicleft"><img src="http://s29.postimg.org/j31szfbbr/Untitled_copy.jpg"></div>
  313.  
  314.  
  315. <!---id card--->
  316.  
  317. <div id="fastfacts">
  318. <div id="cardphotocontain">
  319.  
  320. <!-- put your photo here -->
  321.  
  322. <div id="cardphoto"><img src="http://24.media.tumblr.com/c0c2305e1668e58bc3433acb278697c5/tumblr_n2exzksc8J1tpts99o1_500.jpg"></div></div>
  323.  
  324. <!-- Categories for Card Info -->
  325. <div id="cardinfo">
  326. <div style="border-bottom:solid 1px #A7A7A8;"><p>Name</p></div>
  327. <div style="border-bottom:solid 1px #A7A7A8;"><p>Age</p></div>
  328. <div style="border-bottom:solid 1px #A7A7A8;"><p>Personality</p></div>
  329. <div style="border-bottom:solid 1px #A7A7A8;"><p>Harry Potter House</p></div>
  330. <div style="border-bottom:solid 1px #A7A7A8;"><p>Occupation</p></div>
  331. <p>Interests</p>
  332. </div>
  333.  
  334.  
  335. <!-- Actual info -->
  336. <div id="cardinfo2">
  337. <p>Adrienne</p>
  338. <p>18</p>
  339. <p>ENTJ</p>
  340. <p>Ravenclaw</p>
  341. <p>Student (Scientist)</p>
  342. <div style="line-height:16px;font-size:11px;"><p>Dancing, drawing,<br>gifs, graphics, html<br>willing to help with any/all of above<br>sleep deprivation and slowly losing mind</p></div>
  343. <p></p>
  344. </div>
  345. </div>
  346.  
  347.  
  348. <!-- middle image -->
  349.  
  350. <div id ="dance">
  351. <img src="//i.imgflip.com/7a3w4.gif">
  352. </div>
  353.  
  354.  
  355.  
  356. <!-- More info -->
  357.  
  358. <div id="moreinfo">
  359. <div style="font-size:14px;font-style:italic;color:gray;">More Details, Full Sentences</div>
  360. <div style="padding-top:1px; padding-left: 20px; padding-right:20px;">
  361. <p> Put anything that you want here! Tell us about yourself! </p>
  362. <p> What do you love to do? What do you love to watch? What don't we know from the above card?</p>
  363. <p>The box will adjust its height all by itself, so don't worry about how much you write!</p>
  364. </div>
  365. </div>
  366.  
  367. <div id="addspace"></div>
  368.  
  369.  
  370. <!-------------------------------------------------------------------------------- I don't care if you edit, but please for the love of god do not -----
  371. -------------------- remove the credit on my stuff -------------------------
  372. --------------------------------------------------------------------------->
  373.  
  374. <div id="credit">
  375. <div style="font-size:12; font-style:italic; text-align:center; padding-left:2px; padding-right:2px;"><a href="http://theleakycauldron.co.vu"> ---a---</a></div>
  376. </div>
  377.  
  378. </body>
Advertisement
Add Comment
Please, Sign In to add comment