Advertisement
SweetSurrender

Tyrell Themed VF Profile Layout 00

Apr 10th, 2013
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 9.08 KB | None | 0 0
  1. <center>
  2. <div class="graphic">
  3. <img src="http://i.imgur.com/uabZYeM.png" />
  4.  
  5. <div class="innerbox" id="box1">
  6. <a href="#1" class="nav">About</a>
  7. <a href="#2" class="nav">Likes</a>
  8. <a href="#3" class="nav">Dislikes</a>
  9. <a href="#4" class="nav">Music</a>
  10. <a href="#5" class="nav"> Cults </a>
  11. <a href="#6" class="nav">Friends</a>
  12. </div>
  13.  
  14. <div id="anchor">
  15. <a name="1"></a>
  16. <div class="section">
  17. <center><h1>Let the Story Begin:</h1></center>
  18.  
  19. About Section
  20.  
  21. <b> This is Bold </b> <p>
  22. <i> This is Italic</i> <p>
  23. <s> This is Strike Through </s> <p>
  24. <u> This is underline </u><p>
  25.  
  26. <p> <a href="link"> This is link </a> <p>
  27.  
  28. <h3> This is header h3 </h3>
  29.  
  30.  
  31.  
  32.  
  33. </div>
  34.  
  35.  
  36. <a name="2"></a>
  37. <div class="section">
  38. <h1>My Likes</h1>
  39. <p>
  40.  
  41. </div>
  42.  
  43. <a name="3"></a>
  44. <div class="section">
  45. <h1>My Dislikes</h1>
  46. <p>
  47. </div>
  48.  
  49. <a name="4"></a>
  50. <div class="section">
  51. <h1>Favourite Music</h1>
  52. info
  53. </div>
  54.  
  55. <a name="5"></a>
  56. <div class="section">
  57. <h1> Cults to Join</h1>
  58. <p>
  59. </div>
  60.  
  61. <a name="6"></a>
  62. <div class="section">
  63. <h1>Awesome Friends</h1>
  64. <p><center><img src="link" class="friend" /> <img src="link" class="friend" /> <img src="link" class="friend" /> <img src="link" class="friend" /> <img src="link" class="friend" /> <img src="link" class="friend" /> <img src="link" class="friend" /> <img src="link" class="friend" /> </center>
  65. </div>
  66.  
  67.  
  68.  
  69.  
  70. </div>
  71.  
  72. <div class="innerbox" id="box3">
  73. <h1> This is Me:</h1>
  74. <p><img src="link" class="me" />
  75.  
  76. </div>
  77.  
  78.  
  79. <div class="top">
  80. <a href="/vfmain.php">Home</a> ||
  81. <a href="http://vampirefreaks.com/user_comment.php?user=%20USERNAME HERE&amp;rate=1'%20method='post">Comment/Rate Me</a> ||
  82. <a href="http://vampirefreaks.com/profile_action.php?user=USERNAME">Friend Me?</a> ||
  83. <a href="http://vampirefreaks.com/gallery/USERNAME HERE"> My Gallery</a> ||
  84. <a href="http://vampirefreaks.com/journal/USERNAME HERE">My Journal</a> ||
  85. <a href=http://vampirefreaks.com/cult/The_Iron_Throne_RP> The_Iron_Throne_RP</a> ||
  86. <a href="/lipsofsweetdeceit">Layout Credit</a>
  87.  
  88. </div>
  89.  
  90. <style>
  91.  
  92. .tagline, .commenticon, .friends, comment_title, .rate, .comment, .journal_entry, .buttons1, .buttons2, .buttons3, .profile_title, .dislikes_title, #menu0, .likes_title, .music_title, .gallery, table.userinfo, table.topbar, .defaultpic, .thumbnail, table.leftnav, .comments, .lists, table.comments, .profilepages, .leftnav, .maintop,.footer_links, h2 {display:none}
  93.  
  94. html, body {
  95. background-image: url('http://twitterevolutions.com/bgs/twitter-background-grungy-green-wall.jpg');
  96. background: #black;
  97. background-attachment: fixed;
  98. background-position: top left;
  99. background-repeat: repeat;
  100. }
  101.  
  102. .graphic {
  103. background-color: transparent;
  104. border: 1px dotted #DEC837;
  105. width: 800px;
  106. height: 652px;
  107. left: 0px;
  108. top: 0px;
  109. text-align: justify;
  110. position: relative;
  111. margin-bottom: 5px;
  112. }
  113.  
  114. .layout {position:absolute}
  115.  
  116. .top {
  117. position: fixed;
  118. top: 0px;
  119. left: 0px;
  120. width: 100%;
  121. background-color: #739F47;
  122. height: 15px;
  123. box-shadow: 0px 0px 4px #000;
  124. text-align: right;
  125. padding-bottom: 4px;
  126. padding-top: -2px;
  127. border-bottom: 5px solid #C9B03A;
  128. -webkit-transition: all .8s linear; -moz-transition: all .8s linear; -o-transition: all .8s linear}
  129.  
  130. .top a:link, .top a:visited, .top a:active {
  131. display: inline;
  132. text-decoration: none;
  133. font-family: georgia;
  134. text-transform: uppercase;
  135. font-weight: normal;
  136. font-size: 11px;
  137. text-align: right;  
  138. line-height: 20px;
  139. color: #346B0F;
  140. background-color: transparent;
  141. margin-right: 10px;
  142. padding-top: 3px;
  143. -moz-transition: color 1s ease; -webkit-transition: color 1s ease; -o-transition: color 1s ease;
  144. }
  145.  
  146. .top a:hover {
  147. background-color: transparent;
  148. color: #5A7B2E;
  149. -moz-transition: color 1s ease; -webkit-transition: color 1s ease; -o-transition: color 1s ease;}
  150.  
  151. #box1 {
  152. top: 326px;
  153. left: 0px;
  154. width: 800px;
  155. height: 190px;
  156. color: #D4F39B;
  157. position: absolute;
  158. overflow: auto;
  159. padding: 3px;
  160. background: transparent;
  161. border: none;
  162. text-align: center;
  163. }
  164.  
  165. .section {
  166. overflow: auto;
  167. top: 355px;
  168. left: 0px;
  169. width: 588px;
  170. height: 295px;
  171. }
  172.  
  173. #anchor {
  174. top: 355px;
  175. left: 207px;
  176. width: 586px;
  177. height: 290px;
  178. position: absolute;
  179. overflow: hidden;
  180. padding: 3px;
  181. background: #346B0F;
  182. border: none;
  183. text-align: justify;
  184. color: #C9B03A;
  185. position: absolute;
  186. }
  187.  
  188. #box3 {
  189. position: absolute;
  190. overflow: auto;
  191. padding: 3px;
  192. background: #346B0F;
  193. border: none;
  194. text-align: center;
  195. top: 355px;
  196. left: 0px;
  197. width: 200px;
  198. height: 290px;
  199. color: #F7EA97;
  200. }
  201.  
  202. h1 {
  203. padding: 0px;
  204. margin-top: 0px;
  205. margin-bottom: 0px;
  206. background: #DEC837;
  207. border-radius: 0px 0px 10px 10px;
  208. border-bottom: 4px solid #658F3B
  209. width: auto;
  210. height: 21px;
  211. text-align: center;
  212. text-decoration: none;
  213. text-transform: uppercase;
  214. text-shadow: none;
  215. letter-spacing: 2px;
  216. font: 9pt tahoma;
  217. color: #346B0F;
  218. }
  219.  
  220. h1:first-letter {
  221.    font-family: Monotype Corsiva;  
  222.  font-size: 20px;  
  223.   text-transform: normal;  
  224.   font-style: italic;  
  225.   font-weight: lighter;
  226. text-shadow: 0px -1px 0px #000;
  227.  color: #346B0F;
  228. display:658F3B;
  229.   }
  230.  
  231. hr { background-color: #1B2B0E; height: 2px; border: none; }
  232.  
  233.  h3 {display:block;
  234. color: #D4BB19;  
  235. border-bottom: 2px dotted #1B2B0E;
  236. text-align: center;
  237. font-family: Arial;
  238. font-weight: lighter;
  239. text-shadow: 0px -1px 0px #000;
  240. font-size: 16px;
  241. letter-spacing: 2px;
  242. text-transform: lowercase;
  243. font-style:italic;
  244. background-color: transparent;
  245. margin: 3px;
  246. padding:1px; }
  247.  
  248. b {
  249. color: #AF9838;
  250. font-weight: bold;
  251. font: 11pt georgia;
  252. letter-spacing: 2px;
  253. text-shadow: 0px -1px 0px #000;
  254. }
  255.  
  256. i {
  257. text-decoration: italic;
  258. text-shadow: none;
  259. font: 11pt georgia;
  260. text-shadow: 0px -1px 0px #000;
  261. color: #739F47;
  262. font-style: italic;
  263. }
  264.  
  265. u {
  266. border-bottom: 2px solid #FFEE7D;
  267. text-decoration: underline;
  268. text-transform: bold;
  269. text-shadow: 0px 2px 0px #000000
  270. text-shadow: none;
  271. font: 11pt georgia;
  272. color: #DEC837;
  273. }
  274.  
  275. s {
  276. text-decoration: strike;
  277. text-transform: uppercase;
  278. text-shadow: -1px 1px 0px #000000
  279. font: 11pt georgia;
  280. color: #1B2B0E;
  281. }
  282.  
  283. a:link, a:visited, a:active {
  284. color: #D4BB19;
  285. font-family: tahoma;
  286. line-spacing: 1px;
  287. font-weight: none;
  288. text-transform: none;
  289. -moz-transition: all 1s ease; -webkit-transition: all 1s ease; -o-transition: all 3.5s ease;
  290. }
  291.  
  292. a:hover {
  293. color: #FFEE7D;
  294. line-spacing: 1px;
  295. font-family: tahoma;
  296. background: transparent;
  297. -moz-transition: all 1s ease; -webkit-transition: all 1s ease; -o-transition: all 1s ease;
  298. }
  299.  
  300.  
  301. a.nav:link, a.nav:visited, a.nav:active {
  302. display: inline-block;
  303. width: 105px;
  304. height: 20px;
  305. padding: 4px;
  306. margin-top: 4px;
  307. margin-bottom: 2px;
  308. margin-left: 4px;
  309. margin-right: 4px;
  310. background: url('http://i.imgur.com/WE7Lfvs.png');
  311. border-radius: 10px 10px 0px 0px;
  312. opacity: 1;
  313. text-align: center;
  314. text-decoration: bold;
  315. text-transform: uppercase;
  316. text-shadow: none;
  317. letter-spacing: 2px;
  318. font: 10pt comic sans ms;
  319. color: #32400C;
  320. -webkit-transition: all 1s ease-in-out; -moz-transition: all 1.2s ease-in-out; text-shadow: 0.2em 0.2em 0.3em black; border: 3px dotted #44632F;
  321. }
  322.  
  323. a.nav:hover {
  324. display: inline-block;
  325. width: 105px;
  326. height: 20px
  327. padding: 4px;
  328. margin-top: 4px;
  329. margin-bottom: 2px;
  330. margin-left: 4px;
  331. margin-right: 4px;
  332. background: url('http://i.imgur.com/WE7Lfvs.png');
  333. border-radius: 10px 10px 0px 0px;
  334. opacity: 1;
  335. border-left: 2px;
  336. border-right: 2px;
  337. text-align: center;
  338. text-decoration: bold;
  339. text-transform: uppercase;
  340. text-shadow: none;
  341. letter-spacing: 2px;
  342. font: 10pt comic sans ms;
  343. color: #346B0F;
  344. -webkit-transition: all 1s ease-in-out; -moz-transition: all 1.2s ease-in-out; text-shadow: 0.2em 0.2em 0.3em black; border: 3px dotted #346B0F;
  345. }
  346.  
  347. .me {
  348. width: 180px;
  349. height: 230px;
  350. border: 3px solid #D4BB19;
  351. -moz-transition: all 1s ease; -webkit-transition: all 1s ease; -o-transition: all 1s ease;
  352. }
  353.  
  354. .me:hover {
  355. width: 180px;
  356. height: 230px;
  357. filter: alpha(opacity=70); -moz-opacity:.70; opacity:.70;
  358. -moz-transition: all 1s ease; -webkit-transition: all 1s ease; -o-transition: all 1s ease; border: 3px solid #FFEE7D;
  359.  
  360. }
  361.  
  362. .friend {
  363. width: 60px;
  364. height: 80px;
  365. border: 3px solid #D4BB19;
  366. -moz-transition: all 1s ease; -webkit-transition: all 1s ease; -o-transition: all 1s ease;
  367. }
  368.  
  369. .friend:hover {
  370. width: 60px;
  371. height: 80px;
  372. filter: alpha(opacity=70); -moz-opacity:.70; opacity:.70;
  373. -moz-transition: all 1s ease; -webkit-transition: all 1s ease; -o-transition: all 1s ease; border: 3px solid #FFEE7D;
  374.  
  375. }
  376.  
  377. ::-webkit-scrollbar {
  378. width: 10px;
  379. height: 10px;
  380. border: none;
  381. }
  382. ::-webkit-scrollbar-button: start: decrement
  383. ::-webkit-scrollbar button: end: increment {
  384. display: block;
  385. height: 3px;
  386. background-color: #44632F;
  387. }
  388.  
  389. ::-webkit-scrollbar-track-piece {
  390. background-color: #44632F;
  391. -webkit-border-radius: 1px solid black;  
  392. -webkit-border-bottom-right-radius: 0px;
  393. -webkit-border-bottom-left-radius: 0px; }
  394.  
  395. ::-webkit-scrollbar-thumb:vertical {
  396. height: 100px;
  397. background-color: #DEC837;
  398. border: 1px solid black;
  399. -webkit-border-radius: 0px; }
  400.  
  401. ::-webkit-scrollbar-thumb: horizontal {
  402. width: 100px;
  403. background-color: transparent;
  404. border: 1px solid black;
  405. -webkit-border-radius: 0px;
  406. }
  407.  
  408.  
  409. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement