Advertisement
iamthemelocked

Iamthemelocked - About Page 1 Black

Apr 26th, 2014
388
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.66 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. body {
  34. background-color:#000000;
  35. }
  36.  
  37. #headlinks {
  38. width:500px;
  39. margin-left:425px;
  40. margin-right:auto;
  41. margin-top:30px;
  42. padding-bottom:5px;
  43. border-bottom:1px solid #000000;
  44. }
  45.  
  46. #headlinks a {
  47. display:inline-block;
  48. width:150px;
  49. padding:1px 0px 1px 0px;
  50. background-color:#000000;
  51. color:#ffffff;
  52. border:1px solid #ffffff;
  53. font-size:10px;
  54. font-family:calibri;
  55. text-align:center;
  56. letter-spacing:5px;
  57. margin-left:5px;
  58. margin-right:5px;
  59. text-transform:uppercase;
  60. text-decoration:none;
  61. transition: all 0.8s ease-out;
  62. -webkit-transition: all 0.8s ease-out;
  63. -moz-transition: all 0.8s ease-out;
  64. -o-transition: all 0.8s ease-out;
  65. }
  66.  
  67. #headlinks a:hover {
  68. background-color:#610c17;
  69. color:#ffffff;
  70. transition: all 0.8s ease-out;
  71. -webkit-transition: all 0.8s ease-out;
  72. -moz-transition: all 0.8s ease-out;
  73. -o-transition: all 0.8s ease-out;
  74. }
  75.  
  76. #boxcontent {
  77. width:500px;
  78. height:130px;
  79. margin-top:15px;
  80. margin-bottom:15px;
  81. margin-left:420px;
  82. margin-right:auto;
  83. }
  84.  
  85. #image1 {
  86. margin-top:0px;
  87. transition: all 0.8s ease-out;
  88. -webkit-transition: all 0.8s ease-out;
  89. -moz-transition: all 0.8s ease-out;
  90. -o-transition: all 0.8s ease-out;
  91. opacity:1;
  92. }
  93.  
  94. #image1 img {
  95. width:500px;
  96. height:110px;
  97. border:1px solid #dddddd;
  98. padding:4px;
  99. margin-left:0px;
  100. transition: all 0.8s ease-out;
  101. -webkit-transition: all 0.8s ease-out;
  102. -moz-transition: all 0.8s ease-out;
  103. -o-transition: all 0.8s ease-out;
  104. }
  105.  
  106. #boxcontent:hover #image1 img{
  107. transition: all 0.8s ease-out;
  108. -webkit-transition: all 0.8s ease-out;
  109. -moz-transition: all 0.8s ease-out;
  110. -o-transition: all 0.8s ease-out;
  111. opacity:1;
  112. }
  113.  
  114.  
  115. #image2 {
  116. margin-top:0px;
  117. transition: all 0.8s ease-out;
  118. -webkit-transition: all 0.8s ease-out;
  119. -moz-transition: all 0.8s ease-out;
  120. -o-transition: all 0.8s ease-out;
  121. opacity:1;
  122. }
  123.  
  124. #image2 img {
  125. width:500px;
  126. height:110px;
  127. border:1px solid #dddddd;
  128. padding:4px;
  129. margin-left:0px;
  130. transition: all 0.8s ease-out;
  131. -webkit-transition: all 0.8s ease-out;
  132. -moz-transition: all 0.8s ease-out;
  133. -o-transition: all 0.8s ease-out;
  134. }
  135.  
  136. #boxcontent:hover #image2 img{
  137. margin-top:0px;
  138. transition: all 0.8s ease-out;
  139. -webkit-transition: all 0.8s ease-out;
  140. -moz-transition: all 0.8s ease-out;
  141. -o-transition: all 0.8s ease-out;
  142. opacity:1;
  143. }
  144.  
  145.  
  146. #image3 {
  147. margin-top:0px;
  148. transition: all 0.8s ease-out;
  149. -webkit-transition: all 0.8s ease-out;
  150. -moz-transition: all 0.8s ease-out;
  151. -o-transition: all 0.8s ease-out;
  152. opacity:1;
  153. }
  154.  
  155. #image3 img {
  156. width:500px;
  157. height:110px;
  158. border:1px solid #dddddd;
  159. padding:4px;
  160. margin-left:0px;
  161. transition: all 0.8s ease-out;
  162. -webkit-transition: all 0.8s ease-out;
  163. -moz-transition: all 0.8s ease-out;
  164. -o-transition: all 0.8s ease-out;
  165. }
  166.  
  167. #boxcontent:hover #image3 img{
  168. margin-top:0px;
  169. transition: all 0.8s ease-out;
  170. -webkit-transition: all 0.8s ease-out;
  171. -moz-transition: all 0.8s ease-out;
  172. -o-transition: all 0.8s ease-out;
  173. opacity:1;
  174. }
  175. #image4 {
  176. margin-top:0px;
  177. transition: all 0.8s ease-out;
  178. -webkit-transition: all 0.8s ease-out;
  179. -moz-transition: all 0.8s ease-out;
  180. -o-transition: all 0.8s ease-out;
  181. opacity:1;
  182. }
  183.  
  184.  
  185. #image4 img {
  186. width:110px;
  187. height:110px;
  188. border:1px solid #dddddd;
  189. padding:4px;
  190. margin-left:200px;
  191. margin-top:-120px;
  192. transition: all 0.8s ease-out;
  193. -webkit-transition: all 0.8s ease-out;
  194. -moz-transition: all 0.8s ease-out;
  195. -o-transition: all 0.8s ease-out;
  196. opacity:0;
  197. }
  198.  
  199. #boxcontent:hover #image4 img{
  200. margin-top:-120px;
  201. margin-left:-130px;
  202. opacity:1;
  203. transition: all 0.8s ease-out;
  204. -webkit-transition: all 0.8s ease-out;
  205. -moz-transition: all 0.8s ease-out;
  206. -o-transition: all 0.8s ease-out;
  207. }
  208.  
  209.  
  210. #image5 {
  211. margin-top:0px;
  212. transition: all 0.8s ease-out;
  213. -webkit-transition: all 0.8s ease-out;
  214. -moz-transition: all 0.8s ease-out;
  215. -o-transition: all 0.8s ease-out;
  216. opacity:1;
  217. }
  218.  
  219.  
  220. #image5 img {
  221. width:110px;
  222. height:110px;
  223. border:1px solid #dddddd;
  224. padding:4px;
  225. margin-left:200px;
  226. margin-top:-120px;
  227. transition: all 0.8s ease-out;
  228. -webkit-transition: all 0.8s ease-out;
  229. -moz-transition: all 0.8s ease-out;
  230. -o-transition: all 0.8s ease-out;
  231. opacity:0;
  232. }
  233.  
  234. #boxcontent:hover #image5 img{
  235. margin-top:-120px;
  236. margin-left:520px;
  237. opacity:1;
  238. transition: all 0.8s ease-out;
  239. -webkit-transition: all 0.8s ease-out;
  240. -moz-transition: all 0.8s ease-out;
  241. -o-transition: all 0.8s ease-out;
  242. }
  243.  
  244.  
  245. #image6 {
  246. margin-top:0px;
  247. transition: all 0.8s ease-out;
  248. -webkit-transition: all 0.8s ease-out;
  249. -moz-transition: all 0.8s ease-out;
  250. -o-transition: all 0.8s ease-out;
  251. opacity:1;
  252. }
  253.  
  254.  
  255. #image6 img {
  256. width:110px;
  257. height:110px;
  258. border:1px solid #dddddd;
  259. padding:4px;
  260. margin-left:200px;
  261. margin-top:-120px;
  262. transition: all 0.8s ease-out;
  263. -webkit-transition: all 0.8s ease-out;
  264. -moz-transition: all 0.8s ease-out;
  265. -o-transition: all 0.8s ease-out;
  266. opacity:0;
  267. }
  268.  
  269. #boxcontent:hover #image6 img{
  270. margin-top:-120px;
  271. margin-left:-130px;
  272. opacity:1;
  273. transition: all 0.8s ease-out;
  274. -webkit-transition: all 0.8s ease-out;
  275. -moz-transition: all 0.8s ease-out;
  276. -o-transition: all 0.8s ease-out;
  277. }
  278.  
  279. #title {
  280. margin-left:-10px;
  281. margin-top:-10px;
  282. width:500px;
  283. height:10px;
  284. border-bottom:1px solid #dddddd;
  285. text-align:center;
  286. font-family:calibri;
  287. text-transform:uppercase;
  288. letter-spacing:5px;
  289. line-height:11px;
  290. font-size:11px;
  291. color:gray;
  292. padding:5px 0px 5px 0px;
  293. transition: all 0.8s ease-out;
  294. -webkit-transition: all 0.8s ease-out;
  295. -moz-transition: all 0.8s ease-out;
  296. -o-transition: all 0.8s ease-out;
  297. }
  298.  
  299. #tagbox {
  300. margin-left:5px;
  301. width:485px;
  302. margin-top:-115px;
  303. height:94px;
  304. opacity:0;
  305. background-color:#000000;
  306. position:fixed;
  307. padding:8px;
  308. transition: all 0.8s ease-out;
  309. -webkit-transition: all 0.8s ease-out;
  310. -moz-transition: all 0.8s ease-out;
  311. -o-transition: all 0.8s ease-out;
  312. }
  313.  
  314. #boxcontent:hover #tagbox{
  315. transition: all 0.8s ease-out;
  316. -webkit-transition: all 0.8s ease-out;
  317. -moz-transition: all 0.8s ease-out;
  318. -o-transition: all 0.8s ease-out;
  319. opacity:1;
  320. }
  321.  
  322. #text {
  323. width:490px;
  324. height:100px;
  325. font-size:10px;
  326. font-family:calibri;
  327. color:#b6b6b6;
  328. margin-top:10px;
  329. margin-bottom:20px;
  330. text-align:center;
  331. }
  332.  
  333. #text a {
  334. display:block;
  335. width:150px;
  336. font-family:calibri;
  337. text-transform:uppercase;
  338. font-size:10px;
  339. padding:3px;
  340. text-decoration:none;
  341. text-align:center;
  342. color:#cccccc;
  343. letter-spacing:2px;
  344. transition: all 0.5s ease-out;
  345. -webkit-transition: all 0.5s ease-out;
  346. -moz-transition: all 0.5s ease-out;
  347. -o-transition: all 0.5s ease-out;
  348. }
  349.  
  350. .important, .important a {
  351. width:15px;
  352. height:15px;
  353. bottom:15px;
  354. right:15px;
  355. padding:4px;
  356. font-size:8px;
  357. letter-spacing:2px;
  358. color:#610c17;
  359. line-height:15px;
  360. position:fixed;
  361. text-align:center;
  362. font-family:"trajan pro";
  363. text-transform:uppercase;
  364. background-color:transparent;
  365. border:1px solid #ffffff;}
  366.  
  367. .important a:hover {
  368. color:#ffffff;
  369. background-color:{color:link};}
  370.  
  371.  
  372. ::selection {
  373. background-color:#ffffff;
  374. color:#000000;
  375. }
  376.  
  377. ::-moz-selection {
  378. background-color:#ffffff;
  379. color:#000000;
  380. }
  381.  
  382. </style>
  383.  
  384. <body>
  385.  
  386. <!------------------------------------
  387. HEADER
  388. ------------------------------------->
  389.  
  390. <div id="headlinks"><!--change the top links here-->
  391. <a href="/">HOME</a>
  392. <a href="/ask">ASK</a>
  393. <a href="/">LINK</a>
  394. </div>
  395.  
  396. <!------------------------------------
  397. TAG BOXES
  398. ------------------------------------->
  399.  
  400. <!------------ BOX 1 ------------>
  401.  
  402. <div id="boxcontent">
  403. <div id="image1"><img width="120px" src="http://ecx.images-amazon.com/images/I/418-fHV1VJL.jpg"/><!--change the image url here (big image)--> </div>
  404. <div id="image4"><img width="120px" src="http://24.media.tumblr.com/8ae2bf4b928da836883725dc4d862e28/tumblr_n4kx20Zzrb1rjsdk1o3_r1_250.gif"/><!--change the image url here (small image)--> </div>
  405. <div id="tagbox">
  406. <div id="title">ABOUT ME</div><!--change the title here-->
  407. <div id="text"><!--change the text here-->
  408. Here you can write any information you like.
  409. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.
  410. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.
  411. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.
  412. </div>
  413. </div>
  414. </div>
  415.  
  416. <!------------ BOX 2 ------------>
  417.  
  418. <div id="boxcontent">
  419. <div id="image2"><img width="120px" src="http://i20.photobucket.com/albums/b211/wvcowgirl222/canola_feilds_by_Jedite_LOVER.jpg"/><!--change the image url here (big image)--> </div>
  420. <div id="image5"><img width="120px" src="http://24.media.tumblr.com/31c12d4b7c482500d42c761cdb5ca928/tumblr_n4kx20Zzrb1rjsdk1o1_r1_250.gif"/><!--change the image url here (small image)--> </div>
  421. <div id="tagbox">
  422. <div id="title">MY OBSESSIONS</div><!--change the title here-->
  423. <div id="text"><!--change the text here-->
  424. Here you can write any information you like.
  425. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.
  426. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.
  427. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.
  428. </div>
  429. </div>
  430. </div>
  431.  
  432. <!------------ BOX 3 ------------>
  433.  
  434. <div id="boxcontent">
  435. <div id="image3"><img width="120px" src="http://i20.photobucket.com/albums/b211/wvcowgirl222/__________by_unrulychild.jpg"/><!--change the image url here (big image)--> </div>
  436. <div id="image6"><img width="120px" src="http://37.media.tumblr.com/d789c5fe269c1b8d9d0444c7123e72a9/tumblr_n4kx20Zzrb1rjsdk1o6_r2_250.gif"/><!--change the image url here (small image)--> </div>
  437. <div id="tagbox">
  438. <div id="title">MY STUFF</div><!--change the title here-->
  439. <div id="text"><!--change the text here-->
  440. Here you can write any information you like.
  441. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.
  442. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.
  443. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.
  444. </div>
  445. </div>
  446. </div>
  447.  
  448. <span class="important">
  449. <a href="http://iamthemelocked.tumblr.com/" target="_blank" title="page by iamthemelocked">TL</a>
  450. </span>
  451. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement