Advertisement
celinasthemes

THEME 044

Jan 5th, 2015
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.03 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. <html xmlns="http://www.w3.org/1999/xhtml">
  3.  
  4.  
  5. <head>
  6.  
  7. </style>
  8.  
  9.  
  10. <title>{Title}</title>
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  14.  
  15. <!---- (◡‿◡✿)THEME 044 "LINES" BY HAYLEYOFRPH. (◡‿◡✿)
  16. ✿Please don't remove the credit
  17. ✿ Don't steal or/and claim as your own or I'm getting angry
  18. ✿ Edit it for your personal use as much as you want
  19. ✿ If you want to release an edited version of this theme, pls message me first okay.
  20. ✿ Don't forget ily when you follow the rules.
  21. --->
  22.  
  23.  
  24.  
  25. <!--META NAMES-->
  26.  
  27. <meta name="color:background" content="#eeeeee"/>
  28. <meta name="color:txt" content="#888888"/>
  29. <meta name="color:links" content="#222222"/>
  30. <meta name="color:hover" content="#666666">
  31. <meta name="color:hover bg" content="#666666">
  32. <meta name="color:blockquote" content="#666666">
  33. <meta name="color:blockquote border" content="#666666">
  34.  
  35. <meta name="color:desc bg" content="#666666">
  36. <meta name="color:title background" content="#666666">
  37. <meta name="color:post bg" content="#666666">
  38. <meta name="color:links bg" content="#f0bfb3">
  39. <meta name="color:info bg" content="#f0bfb3">
  40. <meta name="color:border" content="#666666">
  41. <meta name="color:scrollbar" content="#aaaaaa">
  42. <meta name="color:scrollbar bg" content="#ffffff">
  43. <meta name="color:scrollbar border" content="#848484">
  44.  
  45.  
  46. <meta name="image:background" content=""/>
  47. <meta name="image:sidebar" content=""/>
  48. <meta name="image:header" content=""/>
  49.  
  50.  
  51.  
  52.  
  53. <meta name="text:title" content="">
  54.  
  55.  
  56.  
  57. <meta name="text:link 1" content="Link 1">
  58. <meta name="text:link 2" content="Link 2">
  59. <meta name="text:link 3" content="Link 3">
  60. <meta name="text:link 4" content="Link 4">
  61. <meta name="text:link 1 url" content="/">
  62. <meta name="text:link 2 url" content="/">
  63. <meta name="text:link 3 url" content="/">
  64. <meta name="text:link 4 url" content="/">
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73. <style type="text/css">
  74.  
  75.  
  76.  
  77.  
  78.  
  79. ::-webkit-scrollbar-thumb {
  80. height:auto;
  81. background-color:{color:scrollbar};
  82. border:solid 1px {color:scrollbar border};
  83.  
  84. }
  85.  
  86. ::-webkit-scrollbar {
  87. height:13px;
  88. width:7px;
  89. background-color:{color:scrollbar bg};
  90. }
  91.  
  92.  
  93. body {
  94. background-color:{color:background};
  95. background-image:url('{image:background}');
  96. background-attachment: fixed;
  97. background-repeat: repeat;
  98. font-family:arial;
  99. font-size:10px;
  100. text-align:justify;
  101. color:{color:txt};
  102. margin:0;
  103. -webkit-background-size: cover;
  104. -moz-background-size: cover;
  105. -o-background-size: cover;
  106. background-size: cover;
  107.  
  108. }
  109.  
  110. a {
  111. text-decoration:none;
  112. color:{color:Links};
  113. -webkit-transition: all 0.5s ease-out;
  114. -moz-transition: all 0.5s ease-out;
  115. transition: all 0.5s ease-out;
  116. }
  117.  
  118. a:hover {
  119. text-decoration:none;
  120. color:{color:Hover};
  121. -webkit-transition: all 0.5s ease-out;
  122. -moz-transition: all 0.5s ease-out;
  123. transition: all 0.5s ease-out;
  124.  
  125. }
  126.  
  127. img {
  128. border:none;
  129.  
  130.  
  131.  
  132. }
  133.  
  134. blockquote {
  135. background:{color:blockquote};
  136. border-left:2px solid {color:blockquote border};
  137. padding:5px;
  138.  
  139. }
  140.  
  141. pre{
  142. margin-top:0px;
  143. margin-bottom:5px;
  144. font-size:14px;
  145. background-color:{color:blockquote};
  146. padding:5px;
  147. text-transform:uppercase;
  148. font-weight:bold;
  149. text-align:left;
  150. }
  151.  
  152.  
  153.  
  154.  
  155. /*DESC*/
  156.  
  157.  
  158. #desc {
  159. width:480px;
  160. height:60px;
  161. position:fixed;
  162. padding-top:10px;
  163. padding-bottom:10px;
  164. padding-left:10px;
  165. padding-right:10px;
  166. line-height:100%;
  167. top:475px;
  168. margin-left:785px;
  169. font-size:11px;
  170. text-align:center;
  171. letter-spacing:1px;
  172. overflow:auto;
  173. background:{color:desc bg};
  174. border-left:solid 10px {color:border};
  175. border-right:solid 10px {color:border};
  176. border-bottom:solid 10px {color:border};
  177. z-index:999;
  178. opacity:1;
  179.  
  180.  
  181. }
  182.  
  183. #updates {
  184. width:440px;
  185. height:10px;
  186. position:fixed;
  187. padding-top:10px;
  188. padding-bottom:10px;
  189. padding-left:10px;
  190. padding-right:10px;
  191. line-height:100%;
  192. top:43px;
  193. margin-left:-10px;
  194. font-size:11px;
  195. font-weight:bold;
  196. text-align:center;
  197. letter-spacing:1px;
  198. background:{color:desc bg};
  199. border-right:solid 20px {color:top line border};
  200. z-index:-9;
  201. opacity:0;
  202.  
  203. }
  204.  
  205.  
  206.  
  207. #desc2 {
  208. width:510px;
  209. height:6px;
  210. position:fixed;
  211. padding-top:10px;
  212. padding-bottom:10px;
  213. padding-left:10px;
  214. padding-right:10px;
  215. line-height:70%;
  216. top:70px;
  217. margin-left:215px;
  218. font-size:11px;
  219. text-align:center;
  220. letter-spacing:1px;
  221. font-weight:Bold;
  222. overflow:hidden;
  223. background:{color:title background};
  224. z-index:99;
  225. opacity:1;
  226.  
  227.  
  228. }
  229.  
  230.  
  231. /*PAGINAITON*/
  232.  
  233. #pagi {
  234. font-size:8px;
  235. text-transform:uppercase;
  236. font-style:normal;
  237. position:fixed;
  238. text-align:center;
  239. margin-left:970px;
  240. margin-top:99px;
  241. padding-top:3px;
  242. padding-bottom:3px;
  243. line-height:220%;
  244. width:158px;
  245. height:24px;
  246. color:{color:links};
  247. z-index:999;
  248. opacity:1;
  249. font-weight:bold;
  250. font-family:arial;
  251. transition-duration: 0.9s;
  252. -moz-transition-duration:0.9s;
  253. -webkit-transition-duration:0.9s;
  254. -o-transition-duration:0.9s;
  255.  
  256.  
  257.  
  258.  
  259.  
  260. }
  261.  
  262. #pagi:hover{
  263. color:{color:hover};
  264. transition-duration: 0.9s;
  265. -moz-transition-duration:0.9s;
  266. -webkit-transition-duration:0.9s;
  267. -o-transition-duration:0.9s;
  268.  
  269. }
  270.  
  271.  
  272.  
  273. /*IMAGES*/
  274.  
  275.  
  276. #arteaga {
  277. position:fixed;
  278. opacity:1;
  279. background-image:url('{image:sidebar}');
  280. width:500px;
  281. height:350px;
  282. top:105px;
  283. margin-left:785px;
  284. border:solid 10px {color:border};
  285. z-index:999;
  286.  
  287.  
  288. }
  289.  
  290.  
  291. #ashby {
  292. position:fixed;
  293. width:500px;
  294. height:50px;
  295. background-image:url('{image:ashby}');
  296. background-color:{color:links bg};
  297. border-left:solid 10px {color:border};
  298. border-right:solid 10px {color:border};
  299. border-bottom:solid 10px {color:border};
  300. top:565px;
  301. margin-left:785px;
  302. z-index:-99;
  303. }
  304.  
  305. #carlile {
  306. position:fixed;
  307. opacity:1;
  308. background-image:url('{image:header}');
  309. width:529px;
  310. height:70px;
  311. top:0px;
  312. margin-left:215px;
  313. z-index:99;
  314.  
  315. }
  316.  
  317.  
  318. /*LINKS*/
  319.  
  320. #links {
  321. width:500px;
  322. height:30px;
  323. padding-left:10px;
  324. padding-bottom:15px;
  325. margin-top:577px;
  326. margin-left:805px;
  327. position:fixed;
  328. display:block;
  329. z-index:999;
  330.  
  331. }
  332.  
  333. #links a {
  334. display:inline-block;
  335. padding:5px;
  336. font-size:12px;
  337. text-align:center;
  338. text-transform:uppercase;
  339. text-decoration:underline;
  340. background:{color:links bg};
  341. color:{color:links};
  342. width:80px;
  343. z-index:999;
  344. transition-duration: 0.2s;
  345. -moz-transition-duration: 0.2s;
  346. -webkit-transition-duration: 0.3s;
  347. -o-transition-duration: 0.3s;
  348.  
  349.  
  350. }
  351.  
  352. #links a:hover{
  353. color:{color:hover};
  354. opacity:1;
  355. background:{color:hover bg};
  356. transition-duration: 0.2s;
  357. -moz-transition-duration: 0.2s;
  358. -webkit-transition-duration: 0.3s;
  359. -o-transition-duration: 0.3s;
  360.  
  361. }
  362.  
  363.  
  364.  
  365. /*ENTRIES*/
  366.  
  367. #container{
  368. width:525px;
  369. margin-left:-285px;
  370. margin-top:105px;
  371. position:absolute;
  372. z-index:-99;
  373.  
  374. }
  375.  
  376. #post{
  377. padding:15px;
  378. width:500px;
  379. background-color:{color:post bg};
  380. overflow:hidden;
  381. margin-bottom:10px;
  382. margin-left:500px;
  383. float:left;
  384. z-index:9999;
  385.  
  386. }
  387.  
  388.  
  389.  
  390.  
  391.  
  392. /*POST INFO*/
  393.  
  394. #info {
  395. width:525px;
  396. text-align:right;
  397. font-family:arial;
  398. font-size:10px;
  399. padding:15px;
  400. text-transform:uppercase;
  401. color:{color:txt};
  402. line-height:10px;
  403. background-color:{color:info bg};
  404. margin-top:5px;
  405. margin-left:-40px;
  406. margin-bottom:-15px;
  407. transition-duration: 1.0s;
  408. -moz-transition-duration: 1.0s;
  409. -webkit-transition-duration: 1.0s;
  410. -o-transition-duration: 1.0s;
  411.  
  412. }
  413.  
  414. #info hover{
  415. color:{color:links};
  416. transition-duration: 1.0s;
  417. -moz-transition-duration: 1.0s;
  418. -webkit-transition-duration: 1.0s;
  419. -o-transition-duration: 1.0s;
  420.  
  421.  
  422. }
  423.  
  424.  
  425. /*ASKS*/
  426.  
  427. #asks {
  428. font-size:11px;
  429. text-align:center;
  430. padding:5px;
  431. text-transform:uppercase;
  432. margin-top:0px;
  433. background-color:{color:info bg}
  434.  
  435. }
  436.  
  437.  
  438. /*CREDIT-- Just leave this please*/
  439.  
  440. #c{
  441. position:fixed;
  442. font-size:12px;
  443. padding-bottom:5px;
  444. padding-top:5px;
  445. height:25px;
  446. width:25px;
  447. padding-left:5px;
  448. padding-right:5px;
  449. margin-left:10px;
  450. margin-top:590px;
  451. line-height:200%;
  452. text-align:center;
  453. float:left;
  454. color:{color:txt};
  455. text-transform:uppercase;
  456. border:solid 4px {color:border};
  457. background-color:{color:post bg};
  458. transition-duration: 0.8s;
  459. -moz-transition-duration: 0.8s;
  460. -webkit-transition-duration: 0.8s;
  461. -o-transition-duration: 0.8s;
  462. -webkit-border-radius: 100px;
  463. -moz-border-radius: 100px;
  464. border-radius: 100px;
  465.  
  466. }
  467.  
  468.  
  469. {CustomCSS}
  470.  
  471. </style></head>
  472.  
  473.  
  474. <body>
  475.  
  476.  
  477. <div id="sidebar">
  478. <div id="arteaga"><img src="{image:sidebar}"></div>
  479. <div id="carlile"><img src="{image:header}"></div>
  480. <div id="ashby"><img src="{image:ashby}"></div>
  481. </div>
  482.  
  483. <div id="desc2">{text:title}</div>
  484.  
  485. </div>
  486. <div id="desc">{Description}
  487. <div id="updates">{text:top line}
  488.  
  489. </div>
  490. </div>
  491.  
  492.  
  493. <div id="links">
  494.  
  495. <a href="/" href="">home</a>
  496. <a href="ask" href="/ask">askbox</a>
  497. <a href="{text:link 1 url}">{text:Link 1}</a>
  498. <a href="{text:link 2 url}">{text:Link 2}</a>
  499. <a href="{text:link 3 url}">{text:Link 3}</a>
  500.  
  501. </div>
  502. </div>
  503. {block:Pagination}
  504. <div id="pagi">
  505. {block:PreviousPage}
  506. <a href="{PreviousPage}">BACK</a> —
  507. {/block:PreviousPage}
  508. {block:NextPage}
  509. <a href="{NextPage}">FORWARD</a>
  510. {/block:NextPage}
  511. </div>
  512. {/block:Pagination}
  513. </div>
  514. </div>
  515.  
  516.  
  517. <div id="container">
  518. {block:Posts}
  519. <div id="post">
  520.  
  521. <!--TEXT POSTS-->
  522.  
  523. {block:Text}
  524. {block:Title}<h2><center>{Title}</center></h2>{/block:Title}
  525. {Body}
  526. {/block:Text}
  527.  
  528. <!--ASKS-->
  529.  
  530. {block:Answer}
  531. <div id="asks">
  532. <div style="padding-bottom:8px; font-size:14px;"><b><i>{Asker} whispered:</b></i></span></div><br /> <div style="padding-left:25px; margin-top:-20px; font-size:10px;">{Question}</div>
  533. </div>
  534. {Answer}
  535. {/block:Answer}
  536.  
  537. <!--QUOTE POSTS-->
  538. {block:Quote}
  539.  
  540. {block:Quote}
  541. <h2>{Quote}</h2>
  542. <div align="right">
  543. {block:Source}<h1>-{Source}</h1>{/block:Source}
  544. </div>
  545. {/block:Quote}
  546. <!--LINK POSTS-->
  547.  
  548. {block:Link}
  549. <h2><center><a href="{URL}">{Name}</center></a></h2>
  550. {block:Description}{Description}{/block:Description}
  551. {/block:Link}
  552.  
  553. <!--CHAT POSTS-->
  554.  
  555. {block:Chat}
  556. {block:Title}<h2>{Title}</h2>{/block:Title}
  557. <ul class="convo">{block:Lines}<li class="line">{block:Label}<span class="label">{Label}</span>{/block:Label}
  558. {Line}</li>{/block:Lines}</ul>
  559. {/block:Chat}
  560.  
  561. <!--PHOTO POSTS-->
  562.  
  563. {block:Photo}
  564. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px">{LinkCloseTag}
  565.  
  566. {block:Caption}{Caption}{/block:Caption}
  567. {/block:Photo}
  568.  
  569. <!--PHOTOSET POSTS-->
  570.  
  571. {block:Photoset}
  572. {Photoset-500}
  573. {block:Caption}{Caption}{/block:Caption}
  574. {/block:Photoset}
  575.  
  576. <!--VIDEO POSTS-->
  577.  
  578. {block:Video}
  579. {Video-500}
  580. {block:Caption}{Caption}{/block:Caption}
  581. {/block:Video}
  582.  
  583.  
  584. <!--AUDIO-->
  585.  
  586. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  587. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  588. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  589. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  590. {/block:Audio}
  591.  
  592.  
  593. <!--POST INFO-->
  594.  
  595.  
  596. <div id="info">
  597. {block:Date}<a href="{Permalink}" title="{ShortMonth}.{DayOfMonth}.{Year}">{TimeAgo}</a>{/block:Date}
  598. WITH {/block:ContentSource}<a href="{Permalink}">{NoteCount} </a>NOTES</a></a>
  599.  
  600. </div>
  601. </div>
  602.  
  603. {/block:Posts}
  604. <br><br>{block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  605. {/block:Posts}</div></div></div>
  606. <br><br><br><br>
  607.  
  608.  
  609.  
  610. </div></div>
  611.  
  612. {/block:Posts}
  613.  
  614. <!--Simply don't remove it pls.-->
  615. </div>
  616.  
  617. </div>
  618. <div id="c">
  619. <a href="http://hayleyofrph.tumblr.com/">海莉 <title="HAYLEYOFRPH"></a>
  620.  
  621. </div>
  622. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement