Advertisement
celinasthemes

theme 023 grande

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