Advertisement
imgirlrauhl

All-in-one #1 - vitanica

Apr 6th, 2014
1,596
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.59 KB | None | 0 0
  1. <!--
  2.  
  3. All-in-one Page #1 by Vanne @ vitanica.tumblr.com
  4.  
  5. .Do NOT remove the credits
  6. .Do NOT steal my codes
  7. .Do NOT use as base code
  8. .Do NOT claim as your own
  9.  
  10. For any questions visit my ask and faq page.
  11.  
  12. -->
  13.  
  14.  
  15. <!DOCTYPE html>
  16. <head>
  17.  
  18. <!-- Replace {Title} with anything you want-->
  19. <title>{Title}</title>
  20.  
  21. <link rel="shortcut icon" href="{Favicon}">
  22. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  23.  
  24. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  25.  
  26. <script src="http://static.tumblr.com/747hq6z/UECmpnu4l/jquery.scrollto-1.4.3.1-min.js" type="text/javascript"></script>
  27. <script src="http://static.tumblr.com/747hq6z/58Qmpnv3a/jquery.localscroll-1.2.7-min.js" type="text/javascript"></script>
  28. <script type="text/javascript">
  29. $(document).ready(function () {
  30. $.localScroll();
  31. });
  32. </script>
  33.  
  34. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  35.  
  36. <style>
  37. div#qTip { margin-top: 3px; padding: 4px 8px 4px 8px; z-index: 99999; display: none; text-align: center; font-family: Consolas; position: absolute; font-style: italic; font-size: 9px; background: #93CDEE; color: #fff; border-radius: 4px; letter-spacing: 1px; }
  38. </style>
  39.  
  40. <style type="text/css">
  41.  
  42. @import url(http://weloveiconfonts.com/api/?family=entypo);
  43.  
  44. /* entypo */
  45. [class*="entypo-"]:before {
  46. font-family: 'entypo', sans-serif;
  47. }
  48.  
  49. body {
  50. font-family: consolas;
  51. font-size: 11px;
  52. color: #454545;
  53. overflow: hidden;
  54. background: #A5C9DE;
  55. }
  56.  
  57. a { color: #6B80A9; text-decoration: none; }
  58.  
  59. a:hover { color: #ACD6EE; text-decoration: none; }
  60.  
  61. b, strong { color: #6DB4DE; }
  62.  
  63. i, em { color: #93CDEE; }
  64.  
  65. strike { color: #93CDEE; }
  66.  
  67. u { color: #6DB4DE; }
  68.  
  69.  
  70. ::-webkit-scrollbar-thumb:vertical {
  71. background: #ABC0E0;
  72. border-radius: 5px;
  73. height: auto;}
  74.  
  75. ::-webkit-scrollbar-thumb:horizontal {
  76. background: #ABC0E0;
  77. border-radius: 5px;
  78. height: auto;}
  79.  
  80. ::-webkit-scrollbar {
  81. height: 4px;
  82. width: 4px;
  83. background: #fff;}
  84.  
  85. ::selection {
  86. background: #D7F0F0;
  87. }
  88.  
  89.  
  90.  
  91. /* - - - - - - - - title, holder and links section - - - - - - - - */
  92. #titlea, #titlem, #titlet, #titleb {
  93. width: 500px;
  94. height: 30px;
  95. position: absolute;
  96. margin-top: 40px;
  97. color: #fff;
  98. text-align: center;
  99. font-family: arial;
  100. font-weight: bold;
  101. letter-spacing: -2px;
  102. border-radius: 30px;
  103. word-spacing: 6px;
  104. font-size: 22px;
  105. line-height: 30px;
  106. text-transform: lowercase;
  107. }
  108. #titlea { background: #6DB4DE; }
  109. #titlem { background: #93CDEE; }
  110. #titlet { background: #98B6F0; }
  111. #titleb { background: #6DB4DE; }
  112.  
  113. #holdera, #holderm, #holdert, #holderb {
  114. position: absolute;
  115. width: 460px;
  116. padding: 20px;
  117. background: #fff;
  118. border-radius: 20px;
  119. }
  120. #holdera { margin-top: 230px; text-align: center; max-height: 400px; overflow: auto; }
  121. #holderm { margin-top: 90px; height: 600px; overflow: auto; padding: 0px 20px 0px 20px;}
  122. #holdert { margin-top: 90px; }
  123. #holderb { margin-top: 90px; text-align: left; max-height: 500px; overflow: auto; }
  124.  
  125. /* songs cover */
  126. #holderm img {
  127. width: 80px;
  128. margin: 0px 20px 0px 0px;
  129. border: 5px solid #93C2DE;
  130. border-radius: 15px;
  131. }
  132.  
  133. /* blogroll images */
  134. #holderb img {
  135. width: 54px;
  136. margin: 10px;
  137. border: 5px solid #9FDBDB;
  138. border-radius: 40px;
  139. opacity: .8;
  140. }
  141.  
  142. #nav {
  143. position: fixed;
  144. top: 10px;
  145. right: 10px;
  146. z-index: 9;
  147. width: 80px;}
  148. .navi {
  149. position: fixed;
  150. margin-left: 27px;
  151. margin-top: 0px;
  152. text-align: center;
  153. width: 100px;
  154. height: 100%;}
  155. .navi a {
  156. z-index: 1;
  157. margin: 15px 0px 15px 0px;
  158. display: block;
  159. border-radius: 30px;
  160. padding-top: 4px;
  161. width: 20px;
  162. height: 16px;
  163. color: #fff;
  164. background: #93CDEE;
  165. border: 2px solid #fff;
  166. -webkit-transition: all 0.5s ease-in-out;
  167. -moz-transition: all 0.5s ease-in-out;
  168. -o-transition: all 0.5s ease-in-out;
  169. -ms-transition: all 0.5s ease-in-out;
  170. transition: all 0.5s ease-in-out;}
  171. .navi a:hover {
  172. background: #7398E1;}
  173. .navti {
  174. z-index: -1;
  175. position: absolute;
  176. opacity: 0;
  177. margin-top: -19px;
  178. margin-left: 6px;
  179. padding: 4px;
  180. width: 0px;
  181. overflow: hidden;
  182. height: 16px;
  183. line-height: 16px;
  184. font-size: 11px;
  185. letter-spacing: 2px;
  186. font-family: consolas;
  187. font-style: italic;
  188. text-transform: lowercase;
  189. background: #fff;
  190. border-top-left-radius: 30px;
  191. border-bottom-left-radius: 30px;
  192. color: #d2d2d2;
  193. -webkit-transition: all .4s ease;
  194. -moz-transition: all .4s ease;
  195. -o-transition: all .4s ease;
  196. transition: all .4s ease;}
  197. .navi a:hover .navti {
  198. opacity: 1;
  199. width: 90px;
  200. margin-left: -90px;
  201. }
  202.  
  203.  
  204.  
  205. /* - - - - - - - - - - - about section - - - - - - - - - - - */
  206. .about {
  207. top: -10px;
  208. left: -10px;
  209. width: 100%;
  210. height: 910px;
  211. background: url('https://24.media.tumblr.com/47aa932e6a76f98857f69d05e2f27bda/tumblr_n1odeovR551t0v4cmo5_250.png'); /*about background*/
  212. }
  213. #about {
  214. width:500px;
  215. margin:0 auto 0 auto;
  216. color:#a8a8a8;
  217. }
  218.  
  219. #icon { position: absolute; margin-top: 90px; background: #fff; width: 120px; border-radius: 20px; } #icon img{ width: 100px; border-radius: 20px; padding: 10px 10px 7px 10px; }
  220.  
  221. #line1, #line2, #line3 { position: absolute; margin-left: 120px; background: #fff; width: 370px; padding: 4px; border-top-right-radius: 20px; border-bottom-right-radius: 20px; }
  222. #line1 { margin-top: 110px; }
  223. #line2 { margin-top: 140px; }
  224. #line3 { margin-top: 170px; }
  225.  
  226.  
  227.  
  228. /* - - - - - - - - - - - music section - - - - - - - - - - - */
  229. .music{
  230. width: 100%;
  231. height: 900px;
  232. background: url('https://24.media.tumblr.com/8939bf293e12aa837a2b92645724f327/tumblr_n1odeovR551t0v4cmo4_250.png'); /*music background*/
  233. }
  234. #music {
  235. width:500px;
  236. min-height:600px;
  237. margin:0 auto 0 auto;
  238. }
  239.  
  240. #song {
  241. margin-top: 15px;
  242. margin-bottom: 15px;
  243. width:460px;
  244. }
  245.  
  246. #musicpp {
  247. position: absolute;
  248. margin-top: -65px;
  249. margin-left: 90px;
  250. overflow: hidden;
  251. text-align: center;
  252. font-size: 12px;
  253. letter-spacing: 1px;
  254. padding: 2px;
  255. width: 25px;
  256. height: 25px;
  257. border-top-right-radius: 4px;
  258. border-bottom-right-radius: 4px;
  259. background: #A7CADE;
  260. -webkit-transition: all 0.5s ease-in-out;
  261. -moz-transition: all 0.5s ease-in-out;
  262. -o-transition: all 0.5s ease-in-out;
  263. -ms-transition: all 0.5s ease-in-out;
  264. transition: all 0.5s ease-in-out;
  265. }
  266.  
  267. #musicpp:hover {
  268. width: 40px;
  269. }
  270.  
  271. .iconn { margin-top: -24px; font-size: 13px; padding: 4px; color: #fff; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
  272. .playerr { margin-left: -50px; width: 26px; opacity: 0; padding: 1px 9px 10px 9px; overflow: hidden; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}
  273. #musicpp:hover .iconn {margin-left: 19px;}
  274. #musicpp:hover .playerr {margin-left: -28px; opacity: 1;}
  275.  
  276. #songname {
  277. margin-left: 140px;
  278. margin-top: -90px;
  279. position: absolute;
  280. width: 140px;
  281. color: #fff;
  282. background: #97B5E0;
  283. padding: 5px;
  284. text-transform: uppercase;
  285. text-align: center;
  286. border-radius: 6px;
  287. }
  288.  
  289. #artist {
  290. margin-left: 300px;
  291. margin-top: -90px;
  292. position: absolute;
  293. width: 140px;
  294. color: #fff;
  295. background: #8DDBDB;
  296. padding: 5px;
  297. text-transform: uppercase;
  298. text-align: center;
  299. border-radius: 6px;
  300. }
  301.  
  302. #songdescription {
  303. margin-left: 140px;
  304. margin-top: -60px;
  305. position: absolute;
  306. width: 300px;
  307. height: 45px;
  308. overflow: auto;
  309. background: #fafafa;
  310. padding: 5px;
  311. border-radius: 6px;
  312. }
  313.  
  314.  
  315.  
  316. /* - - - - - - - - - - - tags section - - - - - - - - - - - */
  317. .tags {
  318. width: 100%;
  319. height: 900px;
  320. background: url('https://31.media.tumblr.com/a26a4b1f798342b3bae12f50ef0d5c01/tumblr_n1odeovR551t0v4cmo6_250.png'); /*tags background*/
  321. }
  322. #tags {
  323. width:500px;
  324. min-height:600px;
  325. margin:0 auto 0 auto;
  326. }
  327.  
  328. #tagsection {
  329. width: 200px;
  330. float: left;
  331. margin: 10px;
  332. padding: 5px;
  333. height: 200px;
  334. overflow: auto;
  335. }
  336.  
  337. #tagsection a {
  338. display: block;
  339. width: 180px;
  340. margin-bottom: 6px;
  341. padding: 5px;
  342. background: #B6D1F9;
  343. color: #fff;
  344. border-radius: 30px;
  345. }
  346.  
  347. #tagsection a:hover {
  348. background: #99DEDE;
  349. }
  350.  
  351. #tagstitle {
  352. font-family: arial;
  353. font-weight: bold;
  354. font-size: 20px;
  355. text-align: center;
  356. letter-spacing: -2px;
  357. width:180px;
  358. padding: 5px;
  359. color: #fff;
  360. margin-bottom: 6px;
  361. background: #B4DFF8;
  362. border-radius: 30px;
  363. }
  364.  
  365.  
  366.  
  367. /* - - - - - - - - - - - blogroll section - - - - - - - - - - - */
  368. .blogroll {
  369. width: 100%;
  370. height: 900px;
  371. background: url('https://31.media.tumblr.com/1f4bd6fd3df0398907c97664f8d27533/tumblr_n1odeovR551t0v4cmo1_100.png'); /*blogroll background*/
  372. }
  373. #blogroll {
  374. width:500px;
  375. min-height:600px;
  376. margin:0 auto 0 auto;
  377. }
  378.  
  379. #pancake {
  380. z-index: 999999999;
  381. position: fixed;
  382. bottom: 10px;
  383. left: 20px;
  384. -webkit-transition: all 0.5s ease-in-out;
  385. -moz-transition: all 0.5s ease-in-out;
  386. -o-transition: all 0.5s ease-in-out;
  387. -ms-transition: all 0.5s ease-in-out;
  388. transition: all 0.5s ease-in-out;
  389. }
  390.  
  391. #pancake a {
  392. display: inline-block;
  393. text-align: center;
  394. font-size: 15px;
  395. font-family: arial;
  396. letter-spacing: -1px;
  397. padding: 2px 4px 4px 3px;
  398. font-weight: bold;
  399. width: 14px;
  400. height: 15px;
  401. line-height: 15px;
  402. overflow: hidden;
  403. background: #B4DFF8;
  404. color: #fff;
  405. -webkit-transition: all 0.5s ease-in-out;
  406. -moz-transition: all 0.5s ease-in-out;
  407. -o-transition: all 0.5s ease-in-out;
  408. -ms-transition: all 0.5s ease-in-out;
  409. transition: all 0.5s ease-in-out;
  410. }
  411.  
  412. #cupcake {
  413. z-index: -1;
  414. position: fixed;
  415. margin-top: -25px;
  416. margin-left: 0px;
  417. -webkit-transition: all 0.5s ease-in-out;
  418. -moz-transition: all 0.5s ease-in-out;
  419. -o-transition: all 0.5s ease-in-out;
  420. -ms-transition: all 0.5s ease-in-out;
  421. transition: all 0.5s ease-in-out;
  422. }
  423.  
  424. #cupcake a {
  425. display: inline-block;
  426. font-size: 15px;
  427. font-family: arial;
  428. letter-spacing: -1px;
  429. padding: 4px 4px 4px 0px;
  430. font-weight: bold;
  431. width: 10px;
  432. height: 13px;
  433. line-height: 13px;
  434. overflow: hidden;
  435. background: #fff;
  436. color: #B4DFF8;
  437. -webkit-transition: all 0.5s ease-in-out;
  438. -moz-transition: all 0.5s ease-in-out;
  439. -o-transition: all 0.5s ease-in-out;
  440. -ms-transition: all 0.5s ease-in-out;
  441. transition: all 0.5s ease-in-out;
  442. }
  443.  
  444. #pancake:hover #cupcake a {
  445. width: 70px;
  446. margin-left: 21px;
  447. }
  448.  
  449. </style>
  450.  
  451.  
  452.  
  453. </head>
  454.  
  455.  
  456. <body>
  457.  
  458. <div id="nav">
  459. <div class="navi">
  460. <a href="/"><span class="entypo-home"></span>
  461. <div class="navti">home</div>
  462. </a>
  463. <a href="/ask"><span class="entypo-mail"></span>
  464. <div class="navti">message</div>
  465. </a>
  466. <a href="#about"><span class="entypo-book"></span>
  467. <div class="navti">about me</div>
  468. </a>
  469. <a href="#music"><span class="entypo-note"></span>
  470. <div class="navti">music</div>
  471. </a>
  472. <a href="#tags"><span class="entypo-tag"></span>
  473. <div class="navti">tags</div>
  474. </a>
  475. <a href="#blogroll"><span class="entypo-star"></span>
  476. <div class="navti">blogroll</div>
  477. </a>
  478. </div>
  479. </div>
  480.  
  481. <!--!!!!!!!!!!!!!!!!!!!!!!!!! STARTS "ABOUT" !!!!!!!!!!!!!!!!!!!!!!!!!-->
  482. <div class="about">
  483. <div id="about">
  484. <div id="titlea">about me</div>
  485.  
  486. <!--Replace the following url with the url of the image you want to put in the "About" section -->
  487. <div id="icon"><img src="https://31.media.tumblr.com/cf62bda11b5d638925fd0a1ac9dd2f42/tumblr_n39esgwPFH1t0v4cmo6_250.png"></div>
  488.  
  489. <div id="line1"><b>NAME:</b> Your name goes here</div>
  490.  
  491. <div id="line2"><b>AGE:</b> Your age goes here</div>
  492.  
  493. <div id="line3"><b>COUNTRY:</b> Your country goes here</div>
  494.  
  495. <div id="holdera">
  496.  
  497. <!--This is your description. Delete this line and write anything you want. -->
  498.  
  499. </div>
  500.  
  501. </div>
  502. </div>
  503.  
  504. <!--!!!!!!!!!!!!!!!!!!!!!!!!! STARTS "MUSIC" !!!!!!!!!!!!!!!!!!!!!!!!!-->
  505. <div class="music">
  506. <div id="music">
  507. <div id="titlem">music</div>
  508.  
  509. <div id="holderm">
  510.  
  511. <!-- Starts song #1-->
  512. <div id="song">
  513.  
  514. <!-- Song #1 Cover Image: Replace the URL with the URL of the cover image of the song -->
  515. <img src="http://static.tumblr.com/n9vj50j/ZjIn3h4wr/captura_de_pantalla_2014-04-03_a_las_15.26.33.png">
  516.  
  517. <div id="musicpp">
  518. <div class="playerr">
  519.  
  520. <!-- Song #1 Code: Delete this line and paste the code of the song from Billy Music Player (there's a tutorial in my tutorials page) -->
  521.  
  522. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=false&f0=http://www.sheepproductions.com/sammy.mp3&t0=Sammy&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" />
  523. </div>
  524. <div class="iconn">
  525. <span class="entypo-note-beamed"></span>
  526. </div>
  527. </div>
  528.  
  529. <div id="songname">Song #1 Name</div>
  530. <div id="artist">Song #1 Artist</div>
  531. <div id="songdescription">Here goes the description of the song</div>
  532.  
  533. </div>
  534. <!-- End of song #1 -->
  535.  
  536. <!-- Starts song #2 -->
  537. <div id="song">
  538.  
  539. <!-- Song #2 Cover Image: Replace the URL with the URL of the cover image of the song -->
  540. <img src="http://static.tumblr.com/n9vj50j/ZjIn3h4wr/captura_de_pantalla_2014-04-03_a_las_15.26.33.png">
  541.  
  542. <div id="musicpp">
  543. <div class="playerr">
  544.  
  545. <!-- Song #2 Code: Delete this line and paste the code of the song from Billy Music Player (there's a tutorial in my tutorials page) -->
  546.  
  547. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=false&f0=http://www.sheepproductions.com/sammy.mp3&t0=Sammy&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" />
  548. </div>
  549. <div class="iconn">
  550. <span class="entypo-note-beamed"></span>
  551. </div>
  552. </div>
  553.  
  554. <div id="songname">Song #2 Name</div>
  555. <div id="artist">Song #2 Artist</div>
  556. <div id="songdescription">Here goes the description of the song</div>
  557.  
  558. </div>
  559. <!-- End of song #2 -->
  560.  
  561. <!-- Starts song #3 -->
  562. <div id="song">
  563.  
  564. <!-- Song #3 Cover Image: Replace the URL with the URL of the cover image of the song -->
  565. <img src="http://static.tumblr.com/n9vj50j/ZjIn3h4wr/captura_de_pantalla_2014-04-03_a_las_15.26.33.png">
  566.  
  567. <div id="musicpp">
  568. <div class="playerr">
  569.  
  570. <!-- Song #3 Code: Delete this line and paste the code of the song from Billy Music Player (there's a tutorial in my tutorials page) -->
  571.  
  572. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=false&f0=http://www.sheepproductions.com/sammy.mp3&t0=Sammy&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" />
  573. </div>
  574. <div class="iconn">
  575. <span class="entypo-note-beamed"></span>
  576. </div>
  577. </div>
  578.  
  579. <div id="songname">Song #3 Name</div>
  580. <div id="artist">Song #3 Artist</div>
  581. <div id="songdescription">Here goes the description of the song</div>
  582.  
  583. </div>
  584. <!-- End of song #3 -->
  585.  
  586. <!-- Starts song #4 -->
  587. <div id="song">
  588.  
  589. <!-- Song #4 Cover Image: Replace the URL with the URL of the cover image of the song -->
  590. <img src="http://static.tumblr.com/n9vj50j/ZjIn3h4wr/captura_de_pantalla_2014-04-03_a_las_15.26.33.png">
  591.  
  592. <div id="musicpp">
  593. <div class="playerr">
  594.  
  595. <!-- Song #4 Code: Delete this line and paste the code of the song from Billy Music Player (there's a tutorial in my tutorials page) -->
  596.  
  597. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=false&f0=http://www.sheepproductions.com/sammy.mp3&t0=Sammy&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" />
  598. </div>
  599. <div class="iconn">
  600. <span class="entypo-note-beamed"></span>
  601. </div>
  602. </div>
  603.  
  604. <div id="songname">Song #4 Name</div>
  605. <div id="artist">Song #4 Artist</div>
  606. <div id="songdescription">Here goes the description of the song</div>
  607.  
  608. </div>
  609. <!-- End of song #4 -->
  610.  
  611. <!-- Starts song #5 -->
  612. <div id="song">
  613.  
  614. <!-- Song #5 Cover Image: Replace the URL with the URL of the cover image of the song -->
  615. <img src="http://static.tumblr.com/n9vj50j/ZjIn3h4wr/captura_de_pantalla_2014-04-03_a_las_15.26.33.png">
  616.  
  617. <div id="musicpp">
  618. <div class="playerr">
  619.  
  620. <!-- Song #5 Code: Delete this line and paste the code of the song from Billy Music Player (there's a tutorial in my tutorials page) -->
  621.  
  622. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=false&f0=http://www.sheepproductions.com/sammy.mp3&t0=Sammy&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" />
  623. </div>
  624. <div class="iconn">
  625. <span class="entypo-note-beamed"></span>
  626. </div>
  627. </div>
  628.  
  629. <div id="songname">Song #5 Name</div>
  630. <div id="artist">Song #5 Artist</div>
  631. <div id="songdescription">Here goes the description of the song</div>
  632.  
  633. </div>
  634. <!-- End of song #5 -->
  635.  
  636. <!-- Starts song #6 -->
  637. <div id="song">
  638.  
  639. <!-- Song #6 Cover Image: Replace the URL with the URL of the cover image of the song -->
  640. <img src="http://static.tumblr.com/n9vj50j/ZjIn3h4wr/captura_de_pantalla_2014-04-03_a_las_15.26.33.png">
  641.  
  642. <div id="musicpp">
  643. <div class="playerr">
  644.  
  645. <!-- Song #6 Code: Delete this line and paste the code of the song from Billy Music Player (there's a tutorial in my tutorials page) -->
  646.  
  647. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=false&f0=http://www.sheepproductions.com/sammy.mp3&t0=Sammy&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" />
  648. </div>
  649. <div class="iconn">
  650. <span class="entypo-note-beamed"></span>
  651. </div>
  652. </div>
  653.  
  654. <div id="songname">Song #6 Name</div>
  655. <div id="artist">Song #6 Artist</div>
  656. <div id="songdescription">Here goes the description of the song</div>
  657.  
  658. </div>
  659. <!-- End of song #6 -->
  660.  
  661. </div>
  662.  
  663. </div>
  664. </div>
  665.  
  666. <!--!!!!!!!!!!!!!!!!!!!!!!!!! STARTS "TAGS" !!!!!!!!!!!!!!!!!!!!!!!!!-->
  667. <div class="tags">
  668. <div id="tags">
  669. <div id="titlet">tags</div>
  670.  
  671. <!-- Replace "#" with the link of the tag; and "tag" with the name of the tag. -->
  672.  
  673. <div id="holdert">
  674. <div id="tagsection">
  675. <div id="tagstitle">title</div>
  676. <a href="#">tag</a>
  677. <a href="#">tag</a>
  678. <a href="#">tag</a>
  679. <a href="#">tag</a>
  680. <a href="#">tag</a>
  681. <a href="#">tag</a>
  682. <a href="#">tag</a>
  683. <a href="#">tag</a>
  684. <a href="#">tag</a>
  685. <a href="#">tag</a>
  686. </div>
  687.  
  688. <div id="tagsection">
  689. <div id="tagstitle">title</div>
  690. <a href="#">tag</a>
  691. <a href="#">tag</a>
  692. <a href="#">tag</a>
  693. <a href="#">tag</a>
  694. <a href="#">tag</a>
  695. <a href="#">tag</a>
  696. <a href="#">tag</a>
  697. <a href="#">tag</a>
  698. <a href="#">tag</a>
  699. <a href="#">tag</a>
  700. </div>
  701.  
  702. <div id="tagsection">
  703. <div id="tagstitle">title</div>
  704. <a href="#">tag</a>
  705. <a href="#">tag</a>
  706. <a href="#">tag</a>
  707. <a href="#">tag</a>
  708. <a href="#">tag</a>
  709. <a href="#">tag</a>
  710. <a href="#">tag</a>
  711. <a href="#">tag</a>
  712. <a href="#">tag</a>
  713. <a href="#">tag</a>
  714. </div>
  715.  
  716. <div id="tagsection">
  717. <div id="tagstitle">title</div>
  718. <a href="#">tag</a>
  719. <a href="#">tag</a>
  720. <a href="#">tag</a>
  721. <a href="#">tag</a>
  722. <a href="#">tag</a>
  723. <a href="#">tag</a>
  724. <a href="#">tag</a>
  725. <a href="#">tag</a>
  726. <a href="#">tag</a>
  727. <a href="#">tag</a>
  728. </div>
  729. </div>
  730.  
  731. </div>
  732. </div>
  733.  
  734. <!--!!!!!!!!!!!!!!!!!!!!!!!!! STARTS "BLOGROLL" !!!!!!!!!!!!!!!!!!!!!!!!!-->
  735. <div class="blogroll">
  736. <div id="blogroll">
  737. <div id="titleb">blogroll</div>
  738.  
  739. <div id="holderb">
  740. {block:Following}{block:Followed}
  741. <a target='_blank' href='{FollowedURL}' title="{FollowedName}"><img src='{FollowedPortraitURL-64}' /></a>
  742. {/block:Followed}{/block:Following}
  743. </div>
  744. </div>
  745. </div>
  746.  
  747. <div id="pancake">
  748. <a href="http://vitanica.tumblr.com/">v</a>
  749. <div id="cupcake"><a href="http://vitanica.tumblr.com">vitanica</a></div>
  750. </div>
  751.  
  752. </body>
  753.  
  754. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement