Advertisement
iamthemelocked

Iamthemelocked - About Page 2 White

Apr 26th, 2014
1,019
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.22 KB | None | 0 0
  1. <head>
  2.  
  3. <!--- Page by iamthemelocked
  4. DO NOT REMOVE THE CREDIT
  5. DO NOT COPY
  6. DO NOT CLAIM AS YOUR OWN
  7. IF YOU DO THEN I´LL MAKE YOU INTO SHOES
  8. BIT NOT GOOD, ISN´T IT?--->
  9.  
  10. <link rel="shortcut icon" href="{Favicon}"/>
  11. <title>About Page</title>
  12.  
  13. <style type="text/css">
  14.  
  15. /* --- SCROLLBAR ---*/
  16.  
  17. ::-webkit-scrollbar {background-color:{color:Scrollbar}; height:8px; width:8px; border:3px solid {color:background}}
  18. ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar}; border:1px solid {color:background}; height:50px}
  19. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:Scrollbar}; border:1px solid {color:background}; height:8px!important}
  20.  
  21. /* --- BODY ---*/
  22.  
  23. a {
  24. text-decoration:none;
  25. outline:none;
  26. -moz-outline-style:none;
  27. color:{color:link};
  28. -webkit-transition: all 0.7s ease;
  29. -moz-transition: all 0.7s ease;
  30. -o-transition: all 0.7s ease
  31. }
  32.  
  33. #headlinks {
  34. width:500px;
  35. margin-left:425px;
  36. margin-right:auto;
  37. margin-top:30px;
  38. padding-bottom:5px;
  39. border-bottom:1px solid #000000;
  40. }
  41.  
  42. #headlinks a {
  43. display:inline-block;
  44. width:150px;
  45. padding:1px 0px 1px 0px;
  46. background-color:#ffffff;
  47. color:#000000;
  48. font-size:10px;
  49. font-family:calibri;
  50. text-align:center;
  51. letter-spacing:5px;
  52. margin-left:5px;
  53. margin-right:5px;
  54. text-transform:uppercase;
  55. text-decoration:none;
  56. transition: all 0.8s ease-out;
  57. -webkit-transition: all 0.8s ease-out;
  58. -moz-transition: all 0.8s ease-out;
  59. -o-transition: all 0.8s ease-out;
  60. }
  61.  
  62. #headlinks a:hover {
  63. background-color:#000000;
  64. color:#ffffff;
  65. transition: all 0.8s ease-out;
  66. -webkit-transition: all 0.8s ease-out;
  67. -moz-transition: all 0.8s ease-out;
  68. -o-transition: all 0.8s ease-out;
  69. }
  70.  
  71. #boxcontent {
  72. width:500px;
  73. height:130px;
  74. margin-top:15px;
  75. margin-bottom:15px;
  76. margin-left:420px;
  77. margin-right:auto;
  78. }
  79.  
  80.  
  81.  
  82. #images {
  83. margin-top:0px;
  84. transition: all 0.8s ease-out;
  85. -webkit-transition: all 0.8s ease-out;
  86. -moz-transition: all 0.8s ease-out;
  87. -o-transition: all 0.8s ease-out;
  88. opacity:1;
  89. }
  90.  
  91.  
  92. #images img {
  93. width:110px;
  94. height:110px;
  95. border:1px solid #dddddd;
  96. padding:4px;
  97. margin-left:190px;
  98. margin-top:20px;
  99. transition: all 0.8s ease-out;
  100. -webkit-transition: all 0.8s ease-out;
  101. -moz-transition: all 0.8s ease-out;
  102. -o-transition: all 0.8s ease-out;
  103. opacity:1;
  104. }
  105.  
  106. #boxcontent:hover #images img{
  107. margin-left:-130px;
  108. opacity:1;
  109. transition: all 0.8s ease-out;
  110. -webkit-transition: all 0.8s ease-out;
  111. -moz-transition: all 0.8s ease-out;
  112. -o-transition: all 0.8s ease-out;
  113. }
  114.  
  115. #title {
  116. margin-left:-10px;
  117. margin-top:-10px;
  118. width:500px;
  119. height:10px;
  120. border-bottom:1px solid #dddddd;
  121. text-align:center;
  122. font-family:calibri;
  123. text-transform:uppercase;
  124. letter-spacing:5px;
  125. line-height:11px;
  126. font-size:11px;
  127. color:gray;
  128. padding:5px 0px 5px 0px;
  129. transition: all 0.8s ease-out;
  130. -webkit-transition: all 0.8s ease-out;
  131. -moz-transition: all 0.8s ease-out;
  132. -o-transition: all 0.8s ease-out;
  133. }
  134.  
  135. #tagbox {
  136. margin-left:5px;
  137. width:485px;
  138. margin-top:-115px;
  139. height:94px;
  140. opacity:0;
  141. background-color:#ffffff;
  142. position:fixed;
  143. padding:8px;
  144. transition: all 0.8s ease-out;
  145. -webkit-transition: all 0.8s ease-out;
  146. -moz-transition: all 0.8s ease-out;
  147. -o-transition: all 0.8s ease-out;
  148. }
  149.  
  150. #boxcontent:hover #tagbox{
  151. transition: all 0.8s ease-out;
  152. -webkit-transition: all 0.8s ease-out;
  153. -moz-transition: all 0.8s ease-out;
  154. -o-transition: all 0.8s ease-out;
  155. opacity:1;
  156. }
  157.  
  158. #text {
  159. width:490px;
  160. height:100px;
  161. font-size:10px;
  162. font-family:calibri;
  163. color:#b6b6b6;
  164. margin-top:10px;
  165. margin-bottom:20px;
  166. text-align:center;
  167. }
  168.  
  169. #text a {
  170. display:block;
  171. width:150px;
  172. font-family:calibri;
  173. text-transform:uppercase;
  174. font-size:10px;
  175. padding:3px;
  176. text-decoration:none;
  177. text-align:center;
  178. color:#cccccc;
  179. letter-spacing:2px;
  180. transition: all 0.5s ease-out;
  181. -webkit-transition: all 0.5s ease-out;
  182. -moz-transition: all 0.5s ease-out;
  183. -o-transition: all 0.5s ease-out;
  184. }
  185.  
  186. .important, .important a {
  187. width:15px;
  188. height:15px;
  189. bottom:15px;
  190. right:15px;
  191. padding:4px;
  192. font-size:8px;
  193. letter-spacing:2px;
  194. color:#610c17;
  195. line-height:15px;
  196. position:fixed;
  197. text-align:center;
  198. font-family:"trajan pro";
  199. text-transform:uppercase;
  200. background-color:transparent;
  201. border:1px solid #000000;}
  202.  
  203. .important a:hover {
  204. color:#ffffff;
  205. background-color:{color:link};}
  206.  
  207.  
  208. ::selection {
  209. background-color:#000000;
  210. color:#ffffff;
  211. }
  212.  
  213. ::-moz-selection {
  214. background-color:#000000;
  215. color:#ffffff;
  216. }
  217.  
  218. </style>
  219.  
  220. <body>
  221.  
  222. <!------------------------------------
  223. HEADER
  224. ------------------------------------->
  225.  
  226. <div id="headlinks"><!--change the top links here-->
  227. <a href="/">HOME</a>
  228. <a href="/ask">ASK</a>
  229. <a href="/">LINK</a>
  230. </div>
  231.  
  232. <!------------------------------------
  233. TAG BOXES
  234. ------------------------------------->
  235.  
  236. <!------------ BOX 1 ------------>
  237.  
  238. <div id="boxcontent">
  239. <div id="images"><img width="120px" src="http://centralpennartguide.com/wp-content/uploads/2012/06/Laurie-McKelvie.-PEI-Farewe-110x110.jpg"/><!--change the image url here (small image)--> </div>
  240. <div id="tagbox">
  241. <div id="title">ABOUT ME</div><!--change the title here-->
  242. <div id="text"><!--change the text here-->
  243. Here you can write any information you like.
  244. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.
  245. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.
  246. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.
  247. </div>
  248. </div>
  249. </div>
  250.  
  251. <!------------ BOX 2 ------------>
  252.  
  253. <div id="boxcontent">
  254.  
  255. <div id="images"><img width="120px" src="http://seggerstudio.com/wp-content/uploads/2013/08/IMG_10451-110x110.jpg"/><!--change the image url here (small image)--> </div>
  256. <div id="tagbox">
  257. <div id="title">MY OBSESSIONS</div><!--change the title here-->
  258. <div id="text"><!--change the text here-->
  259. Here you can write any information you like.
  260. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.
  261. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.
  262. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.
  263. </div>
  264. </div>
  265. </div>
  266.  
  267. <!------------ BOX 3 ------------>
  268.  
  269. <div id="boxcontent">
  270. <div id="images"><img width="120px" src="http://paintingwithpaper.net/wp-content/uploads/2013/07/Painted-Desert18x24-110x110.jpg"/><!--change the image url here (small image)--> </div>
  271. <div id="tagbox">
  272. <div id="title">MY STUFF</div><!--change the title here-->
  273. <div id="text"><!--change the text here-->
  274. Here you can write any information you like.
  275. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.
  276. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.
  277. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.
  278. </div>
  279. </div>
  280. </div>
  281.  
  282. <span class="important">
  283. <a href="http://iamthemelocked.tumblr.com/" target="_blank" title="page by iamthemelocked">TL</a>
  284. </span>
  285. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement