Advertisement
vouces

for ayan

Nov 3rd, 2013
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.07 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <style type="text/css">body, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress !important;}</style><a href="http://www.cursors-4u.com/cursor/2011/11/10/small-grey-outline-pointer.html" target="_blank" title="Small Grey Outline Pointer"><img src="http://cur.cursors-4u.net/cursor.png" border="0" alt="Small Grey Outline Pointer" style="position:absolute; top: 0px; right: 0px;" /></a>
  4.  
  5. <!-- theme 19 by diorhaz dont remove dredit -->
  6.  
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  8.  
  9.  
  10. <head>
  11.  
  12.  
  13. <meta name="color:bg" content="#FFFFFF">
  14. <meta name="color:link" content="#E6E4E4">
  15. <meta name="color:hover" content="#454545">
  16. <meta name="color:infobg" content="#FCFCFC">
  17. <meta name="color:text" content="#9A9A9A">
  18. <meta name="color:tags" content="#EDEDED">
  19. <meta name="color:scrollbar" content="#D6D5D5">
  20. <meta name="color:border" content="#FAFAFA">
  21. <meta name="color:description text" content="#FAFAFA">
  22. <meta name="color:sidelink" content="#E6E4E4">
  23.  
  24.  
  25. <meta name="image:sidebar" content=""/>
  26. <meta name="image:background" content=""/>
  27.  
  28.  
  29.  
  30. <meta name="text:linkA" content="">
  31. <meta name="text:linkA url" content="/">
  32. <meta name="text:linkB" content="">
  33. <meta name="text:linkB url" content="/">
  34. <meta name="text:linkC" content="">
  35. <meta name="text:linkC url" content="/">
  36. <meta name="text:linkD" content="">
  37. <meta name="text:linkD url" content="/">
  38.  
  39. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  40. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  41. <link rel="shortcut icon" href="{Favicon}" />
  42. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  43.  
  44.  
  45.  
  46.  
  47. <style type="text/css">
  48.  
  49.  
  50.  
  51.  
  52. a {
  53. color:{color:link};
  54. text-decoration:none;
  55. -moz-transition-duration:0.5s;
  56. -webkit-transition-duration:0.5s;
  57. -o-transition-duration:0.5s;
  58. }
  59.  
  60. a:hover {
  61. color:{color:hover};
  62. text-decoration:none;
  63. -moz-transition-duration:0.5s;
  64. -webkit-transition-duration:0.5s;
  65. -o-transition-duration:0.5s;
  66. }
  67.  
  68.  
  69. ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:5px}
  70. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  71. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  72.  
  73. body {
  74. background-color:{color:bg};
  75. font-family:Cultive mono;
  76. font-weight:normal;
  77. }
  78.  
  79.  
  80.  
  81.  
  82. h1 {
  83. font-weight:normal;
  84. font-size:10px;
  85. text-align:center;
  86. font-style:normal;
  87. line-height:80%;
  88. letter-spacing:1px;
  89. text-transform:uppercase;
  90. color:{color:text};
  91. }
  92.  
  93. h2 {
  94. font-size:15px;
  95. font-style: italic;
  96. text-align:center;
  97. line-height:100%;
  98. letter-spacing:-0.5px;
  99. color:{color:text};
  100. font-weight:normal;
  101. padding:5px;
  102. padding-bottom:2px;
  103. }
  104.  
  105.  
  106. blockquote {
  107. border-left:1px solid {color:text};
  108. padding-left:5px;
  109. margin:5px;
  110. }
  111.  
  112. #theme {
  113. background-color:{color:bg};
  114. width:900px;
  115. margin: 0 auto -12px auto;
  116. text-align: center;
  117. }
  118.  
  119. #header {
  120. color:{color:text};
  121. position:fixed;
  122. width:115px;
  123. height:auto;
  124. margin-top:150px;
  125. padding-left: 80px;
  126. text-align:center;
  127. }
  128.  
  129. #header img {
  130. width:115px;
  131. margin-bottom:1px;
  132. }
  133.  
  134.  
  135. .links {
  136. margin-bottom:5px;
  137. font-size:7px;
  138. font-family: times;
  139. text-transform:uppercase;
  140. text-align:center;
  141. letter-spacing:1px;
  142. line-height:170%;
  143. border-bottom: double {color:border};
  144. border-top: double {color:border};
  145. padding-top: 3px;
  146. padding-bottom: 3px;
  147.  
  148. }
  149.  
  150. .links a{
  151. padding:2px;
  152. color:{color:sidelink};
  153. text-decoration:none;
  154. -moz-transition-duration:1s;
  155. -webkit-transition-duration:1s;
  156. -o-transition-duration:1s;
  157. }
  158.  
  159. .links a:hover{
  160. color:{color:hover};
  161. font-style: italic;
  162. -moz-transition-duration:1s;
  163. -webkit-transition-duration:1s;
  164. -o-transition-duration:1s;
  165. }
  166.  
  167. .desc {
  168. margin-bottom:8px;
  169. text-align:center;
  170. font-size:8px;
  171. width: 112px;
  172. padding-left: 3px;
  173. font-family: helvetiva neue;
  174. font-style: none;
  175. color:{color:description text};
  176. letter-spacing:1px;
  177. line-height:140%;
  178. }
  179.  
  180. .desc a {
  181. color:{color:link};
  182. }
  183.  
  184. .pagi {
  185. font-size:8px;
  186. width: 123px;
  187. text-transform:uppercase;
  188. letter-spacing:3px;
  189. font-style:normal;
  190. text-align:center;
  191. }
  192.  
  193. .pagi a {
  194. color:{color:link};
  195. }
  196.  
  197.  
  198.  
  199. #stuffcontainer {
  200. float:center;
  201. margin-left:290px;
  202. margin-top:0px;
  203. text-align:justify;
  204. background-color:{color:bg};
  205. color:{color:text};
  206. margin-bottom: 35px;
  207. }
  208.  
  209.  
  210. #stuff {
  211. width:480px;
  212. margin-top:50px;
  213. text-align:justify;
  214. font-size:11px;
  215. line-height:90%;
  216. letter-spacing:0x;
  217. color:{color:text};
  218. }
  219.  
  220. .caption {
  221. width:550px;
  222. text-align:justify;
  223. line-height:120%;
  224. }
  225.  
  226. #asker {
  227. float:left;
  228. margin-right:5px;
  229. }
  230.  
  231. .question{
  232. background-color:#fcfcfc;
  233. text-transform:none;
  234. font-style:italic;
  235. letter-spacing:3px;
  236. padding:6px;
  237. }
  238.  
  239. #audio {
  240. margin-bottom:5px;
  241. width:500px;
  242. height:justify;
  243. }
  244.  
  245. .cover {
  246. width:78px;
  247. height:78px;
  248. position:absolute;
  249. }
  250.  
  251. .cover img {
  252. width:73px;
  253. height:73px;
  254. float:left;
  255. }
  256.  
  257. .player {
  258. opacity: 0.05;
  259. position:absolute;
  260. z-index:1;
  261. background:#fff
  262. ;width:80px;
  263. height:80px;
  264. display:block;
  265. -webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;
  266. }
  267. .player:hover{
  268. opacity:0.5;
  269. -webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;
  270. }
  271.  
  272. .player2 {
  273. width:25px;
  274. height:25px;
  275. margin-top:20px;
  276. margin-left:20px;
  277. overflow:hidden;
  278. padding:3px;
  279. }
  280.  
  281. .track {
  282. text-transform:uppercase;
  283. margin-left:80px;
  284. line-height:15px;
  285. padding-top:0px;
  286. }
  287.  
  288. #postinfo {font-family:times; width: 495px; margin-top:13px; margin-bottom:5px; padding-top:5px; padding:3px; text-transform:lowercase; font-style:none; font-size:8px; line-height:80%; border-top: 1px solid #dddddd; background-image: url('http://img29.imageshack.us/img29/9423/0000cd.png');}
  289.  
  290.  
  291.  
  292.  
  293.  
  294. #postinfo a {color:{color:link};text-align:center;letter-spacing:2px;}
  295.  
  296. #postinfo a:hover {color:{color:hover};}
  297.  
  298. #postinfo a {
  299. color:{color:link};
  300. text-align:center;
  301. letter-spacing:0px;
  302. font-style:normal;
  303. }
  304.  
  305. #postinfo a:hover {
  306. color:{color:hover};
  307. }
  308.  
  309. .note {
  310. text-transform:uppercase;
  311. font-style:normal;
  312. letter-spacing:0px;
  313. font-size: 9px;
  314. text-align:left;
  315. line-height:90%;
  316. margin-left:-40px;
  317. }
  318.  
  319. .note li {
  320. list-style-type:none;
  321. border-bottom:1px solid {color:border};
  322. padding:10px 25px 10px 25px;
  323. text-align:left;
  324. margin:0px;
  325. -moz-transition-duration:0.5s;
  326. -webkit-transition-duration:0.5s;
  327. -o-transition-duration:0.5s;
  328. }
  329.  
  330. .tags {
  331. font-style:normal;
  332. width:495px;
  333. text-transform:lowercase;
  334. font-style:italic;
  335. color:{color:tags};
  336. letter-spacing:2px;
  337. line-height:120%;
  338. font-size:8px;
  339. text-align:center;
  340. padding:2px;
  341. -moz-transition-duration:0.5s;
  342. -webkit-transition-duration:0.5s;
  343. -o-transition-duration:0.5s;
  344. }
  345.  
  346. .tags a {
  347. color:{color:tags};
  348. letter-spacing:1px;
  349. padding:1px;
  350. }
  351.  
  352. .tags a:hover {
  353. color:{color:link};
  354. }
  355.  
  356. ul.chat, .chat ol, .chat li {
  357. list-style:none;
  358. margin:0px;
  359. padding:2px;
  360. }
  361.  
  362. .label {
  363. text-decoration:underline;
  364. font-weight:700;
  365. background-color:{color:infobg};
  366. margin-right:5px;
  367. }
  368.  
  369. #cred {
  370. position:fixed;
  371. font-size:8px;
  372. font-family: gothic;
  373. font-weight:normal;
  374. line-height:150%;
  375. letter-spacing:2px;
  376. right:10px;
  377. bottom:10px;
  378. text-transform:uppercase;
  379. text-align:center;
  380. }
  381.  
  382. #credit {
  383. position:fixed;
  384. right:0px;
  385. bottom:0px;
  386. padding:4px;
  387. text-transform:uppercase;
  388. letter-spacing:2px;
  389. font-size:9px;
  390. font-family: gothic;
  391. margin-bottom:3px;
  392. margin-right:3px;
  393. border:1px solid;
  394. border-color:#bbb;
  395. background: #fff;
  396.  
  397. }
  398.  
  399. {CustomCSS}
  400.  
  401. #boxes {
  402. text-align:left;
  403. font-size:8px;
  404. text-transform:normal;
  405. opacity: .9;
  406. border-bottom:0px dashed #eee;
  407. position:fixed;
  408. font-family:calibri;
  409. left:14px;
  410. background-color:#fff;
  411. letter-spacing:1px;
  412. width:90px;
  413. z-index:9999;
  414. padding:4px;
  415. top:14px;
  416. }
  417.  
  418. #box1 {
  419. height:13px;
  420. text-align:center;
  421. overflow:hidden;
  422. margin-top:-1px;
  423. border-bottom:1px solid #efefef;
  424. text-transform:uppercase;
  425. letter-spacing:1px;
  426. font-size:8px;
  427. line-height:10px;
  428. z-index:999999999999999999999;
  429. -webkit-transition: all 0.5s ease-in-out;
  430. -moz-transition: all 0.5s ease-in-out;
  431. -o-transition: all 0.5s ease-in-out;
  432. }
  433.  
  434. #box1:hover {
  435. height:120px; /* THIS IS WHERE YOU EXTEND THE LENGHT OF THE BOX */
  436. -webkit-transition: all 0.5s ease-in-out;
  437. -moz-transition: all 0.5s ease-in-out;
  438. -o-transition: all 0.5s ease-in-out;
  439. }
  440.  
  441. #box1 a {
  442. color:{color:Link Hover};
  443. }
  444.  
  445. #box1 a:hover {
  446. color:{color:Background};
  447. }
  448.  
  449. #box2 {
  450. height:13px;
  451. text-align:center;
  452. overflow:hidden;
  453. border-bottom:1px solid #efefef;
  454. text-transform:uppercase;
  455. background-color:#fff;
  456. letter-spacing:1px;
  457. font-size;8px;
  458. line-height:13px;
  459. z-index:999999999999999999999;
  460. -webkit-transition: all 0.5s ease-in-out;
  461. -moz-transition: all 0.5s ease-in-out;
  462. -o-transition: all 0.5s ease-in-out;
  463. }
  464.  
  465. #box2:hover {
  466. height:120px; /* THIS IS WHERE YOU EXTEND THE LENGHT OF THE BOX */
  467. -webkit-transition: all 0.5s ease-in-out;
  468. -moz-transition: all 0.5s ease-in-out;
  469. -o-transition: all 0.5s ease-in-out;
  470. }
  471.  
  472. #box2 a {
  473. color:{color:Link Hover};
  474. }
  475.  
  476. #box2 a:hover {
  477. color:{color:Background};
  478. }
  479.  
  480. #box3 {
  481. height:13px;
  482. text-align:center;
  483. overflow:hidden;
  484. border-bottom:1px solid #efefef;
  485. text-transform:uppercase;
  486. background-color:#fff;
  487. letter-spacing:1px;
  488. font-size;8px;
  489. line-height:13px;
  490. z-index:999999999999999999999;
  491. -webkit-transition: all 0.5s ease-in-out;
  492. -moz-transition: all 0.5s ease-in-out;
  493. -o-transition: all 0.5s ease-in-out;
  494. }
  495.  
  496. #box3:hover {
  497. height:120px; /* THIS IS WHERE YOU EXTEND THE LENGHT OF THE BOX */
  498. -webkit-transition: all 0.5s ease-in-out;
  499. -moz-transition: all 0.5s ease-in-out;
  500. -o-transition: all 0.5s ease-in-out;
  501. }
  502.  
  503. #box3 a {
  504. color:{color:Link Hover};
  505. }
  506.  
  507. #box3 a:hover {
  508. color:{color:Background};
  509.  
  510.  
  511. }
  512.  
  513.  
  514. #box4 {
  515. height:13px;
  516. text-align:center;
  517. overflow:hidden;
  518. border-bottom:1px solid #efefef;
  519. text-transform:uppercase;
  520. background-color:#fff;
  521. letter-spacing:1px;
  522. font-size;8px;
  523. line-height:13px;
  524. z-index:999999999999999999999;
  525. -webkit-transition: all 0.5s ease-in-out;
  526. -moz-transition: all 0.5s ease-in-out;
  527. -o-transition: all 0.5s ease-in-out;
  528. }
  529.  
  530. #box4:hover {
  531. height:120px; /* THIS IS WHERE YOU EXTEND THE LENGHT OF THE BOX */
  532. -webkit-transition: all 0.5s ease-in-out;
  533. -moz-transition: all 0.5s ease-in-out;
  534. -o-transition: all 0.5s ease-in-out;
  535. }
  536.  
  537. #box4 a {
  538. color:{color:Link Hover};
  539. }
  540.  
  541. #box4 a:hover {
  542. color:{color:Background};
  543. }
  544.  
  545. #box5 {
  546. height:13px;
  547. text-align:center;
  548. overflow:hidden;
  549. border-bottom:1px solid #efefef;
  550. text-transform:uppercase;
  551. background-color:#fff;
  552. letter-spacing:1px;
  553. font-size;8px;
  554. line-height:13px;
  555. z-index:999999999999999999999;
  556. -webkit-transition: all 0.5s ease-in-out;
  557. -moz-transition: all 0.5s ease-in-out;
  558. -o-transition: all 0.5s ease-in-out;
  559. }
  560.  
  561. #box5:hover {
  562. height:120px; /* THIS IS WHERE YOU EXTEND THE LENGHT OF THE BOX */
  563. -webkit-transition: all 0.5s ease-in-out;
  564. -moz-transition: all 0.5s ease-in-out;
  565. -o-transition: all 0.5s ease-in-out;
  566. }
  567.  
  568. #box5 a {
  569. color:{color:Link Hover};
  570. }
  571.  
  572. #box5 a:hover {
  573. color:{color:Background};
  574. }
  575.  
  576. </style></head>
  577.  
  578. <body>
  579.  
  580. <div id="boxes">
  581. <center>
  582. <div id="box1">
  583. <div style="font-size:8px;">TITLE</div> <div style="padding-top:1px; text-transform:normal; opacity:.9; font-family: calibri; font-size:8px; line-height:10px; text-align:center; color:#b9b9b9;">
  584. <p>
  585. hi ho
  586. if you want to make these boxes bigger
  587. just change the lenght of the box
  588.  
  589. </div>
  590. </div>
  591.  
  592. <div id="box2">
  593. <div style="font-size:8px;">TITLE YES</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: calibri; font-size:8px; line-height:10px; text-align:center; color:#b9b9b9;">
  594. <p>
  595. 'ELLO
  596. <br>
  597. PUT
  598. <br>
  599. YOUR
  600. <br>
  601. TEXT
  602. <br>
  603. HERE
  604.  
  605. </div>
  606. </div>
  607.  
  608. <div id="box3">
  609. <div style="font-size:8px;">TITLE WOOHOO</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: calibri; font-size:8px; line-height:10px; text-align:center; color:#b9b9b9;">
  610.  
  611. <p>
  612. 'ELLO
  613. <br>
  614. PUT
  615. <br>
  616. YOUR
  617. <br>
  618. TEXT
  619. <br>
  620. HERE
  621. </div>
  622. </div>
  623.  
  624. <div id="box4">
  625. <div style="font-size:8px;">TITLE WOOHOO</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: calibri; font-size:8px; line-height:10px; text-align:center; color:#b9b9b9;">
  626.  
  627. <p>
  628. 'ELLO
  629. <br>
  630. PUT
  631. <br>
  632. YOUR
  633. <br>
  634. TEXT
  635. <br>
  636. HERE
  637. </div>
  638. </div>
  639.  
  640. <div id="box5">
  641. <div style="font-size:8px;">TITLE WOOHOO</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: calibri; font-size:8px; line-height:10px; text-align:center; color:#b9b9b9;">
  642.  
  643. <p>
  644. 'ELLO
  645. <br>
  646. PUT
  647. <br>
  648. YOUR
  649. <br>
  650. TEXT
  651. <br>
  652. HERE
  653. </div>
  654. </div>
  655.  
  656. </div>
  657.  
  658. <div id="theme">
  659. <div id="header">
  660. <img src="{image:sidebar}">
  661. <div class="links">
  662. {block:IfLinkA}
  663. <a href="{text:linkA url}">{text:linkA}</a>
  664. {/block:IfLinkA}
  665. {block:IfLinkB}
  666. <a href="{text:linkB url}">{text:linkB}</a>
  667. {/block:IfLinkB}
  668. {block:IfLinkC}
  669. <a href="{text:linkC url}">{text:linkC}</a>
  670. {/block:IfLinkC}
  671. {block:IfLinkD}
  672. <a href="{text:linkD url}">{text:linkD}</a>
  673. {/block:IfLinkD}
  674. </div>
  675. <div class="desc">
  676. {Description}
  677. </div>
  678. {block:Pagination}
  679. <div class="pagi">
  680. {block:PreviousPage}
  681. <a href="{PreviousPage}">←</a>
  682. {/block:PreviousPage}
  683. {block:NextPage}
  684. <a href="{NextPage}">→</a>
  685. {/block:NextPage}
  686. </div>
  687. {/block:Pagination}
  688. </div>
  689.  
  690. <div id="stuffcontainer">
  691.  
  692. {block:Posts}
  693.  
  694. <div id="stuff">
  695.  
  696. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  697.  
  698. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  699.  
  700. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  701. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  702.  
  703. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  704.  
  705. {block:Photoset}<center>{Photoset-500}</center>
  706. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  707.  
  708. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  709.  
  710. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  711.  
  712. {block:Answer}<b><div class="ask">{Asker}</b> whispered: <i>{Question}</div></i><div class="ans">{Answer}</div>{/block:answer}
  713.  
  714. {block:Audio}<div id="audio">{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  715. <div class="player">
  716. <div class="player2">
  717. {AudioPlayerWhite}</div></div><div class="track">{block:TrackName}<b>Title:</b> {TrackName}{/block:TrackName}<br />{block:Artist}<b>Artist:</b> {Artist}{/block:Artist}<br />{block:Album}<b>Album:</b> {Album}{/block:Album}<br />{PlayCountWithLabel}</div><br>{Caption}</div>
  718. {/block:Audio}
  719.  
  720.  
  721.  
  722. <div id="postinfo">
  723. {block:Date} <a href="{Permalink}">{TimeAgo}</a> with <a href="{Permalink}"> {NoteCountWithLabel} </a>{/block:Date} <div style="float:right;">{block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource} | © <a href="{SourceURL}">{SourceLink}</a>
  724. {/block:ContentSource}</div></div>
  725.  
  726. {block:HasTags}
  727. <div class="tags">
  728. {block:Tags}<a href="{TagURL}">-{Tag}</a>{/block:Tags}</div>
  729. {/block:HasTags}
  730. <div class="note">
  731. {block:PostNotes}{PostNotes}{/block:PostNotes}
  732. </div>
  733. </div>
  734. {/block:Posts}
  735.  
  736.  
  737. </div>
  738.  
  739.  
  740. <div id="credit"><a href="http://cloudplays.tumblr.com" target="_blank"> ©DH</a></div>
  741.  
  742. </div>
  743. </div>
  744. </div>
  745. </body>
  746. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement