zaincumsthemes

"Royals" ♚ Theme Seis

Sep 3rd, 2013
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.74 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <head><title>{Title}</title>
  6.  
  7. <link rel="shortcut icon" href="{Favicon}">
  8.  
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10.  
  11. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  12.  
  13.  
  14.  
  15. <!---- Dis is "Royals" theme 6 by Zaincum. This is my favorite theme so still it and i'll fucking kill you :) enjoy :* <3>--->
  16.  
  17.  
  18.  
  19. <meta name="color:Background" content="#ffffff"/>
  20.  
  21. <meta name="color:Text" content="#838282"/>
  22.  
  23. <meta name="color:Link" content="#b8b8b8"/>
  24.  
  25. <meta name="color:border" content="#eeeeee"/>
  26.  
  27. <meta name="color:Link hover" content="#b8b8b8"/>
  28.  
  29. <meta name="image:sidebar" content=""/>
  30. <meta name="image:sidebar2" content=""/>
  31.  
  32. <meta name="text:link1" content="">
  33.  
  34. <meta name="text:link1 url" content="/">
  35.  
  36. <meta name="text:link2" content="">
  37.  
  38. <meta name="text:link2 url" content="/">
  39.  
  40. <meta name="text:link3" content="">
  41.  
  42. <meta name="text:link3 url" content="/">
  43.  
  44. <style type="text/css">
  45.  
  46. body {
  47.  
  48. background:{color:background};
  49.  
  50. margin:0px;
  51.  
  52. color:{color:text};
  53.  
  54. font-size:9px;
  55.  
  56. line-height:100%;
  57.  
  58. }
  59.  
  60.  
  61.  
  62. a {
  63.  
  64. text-decoration:none;
  65.  
  66. outline:none;
  67.  
  68. -moz-outline-style:none;
  69.  
  70. color:{color:link};
  71.  
  72. -moz-transition-duration:0.5s;
  73.  
  74. -webkit-transition-duration:0.5s;
  75.  
  76. -o-transition-duration:0.5s;
  77.  
  78. }
  79.  
  80.  
  81.  
  82. a:hover{
  83.  
  84. color:{color:link hover};
  85.  
  86. font-style:italic;
  87.  
  88. -moz-transition-duration:0.5s;
  89.  
  90. -webkit-transition-duration:0.5s;
  91.  
  92. -o-transition-duration:0.5s;}
  93.  
  94.  
  95.  
  96. img {
  97.  
  98. border:none;
  99.  
  100. }
  101.  
  102.  
  103.  
  104. blockquote {
  105.  
  106. padding-left:5px;
  107.  
  108. border-left:2px solid;
  109.  
  110. }
  111.  
  112.  
  113.  
  114. blockquote blockquote {
  115.  
  116. padding-left:5px;
  117.  
  118. border-left:2px solid;
  119.  
  120. }
  121.  
  122.  
  123.  
  124. h1 {
  125.  
  126. font-size:10px;
  127.  
  128. }
  129.  
  130.  
  131.  
  132.  
  133.  
  134. #entries {
  135.  
  136. padding:10px;
  137.  
  138. width:500px;
  139.  
  140. margin-left:550px;
  141.  
  142. margin-top:0px;
  143.  
  144. padding:0px;
  145.  
  146. }
  147.  
  148.  
  149.  
  150. #post {
  151.  
  152. width:500px;
  153.  
  154. }
  155.  
  156.  
  157. /*- sidebar -*/
  158.  
  159.  
  160. #sidebar {
  161. position:fixed;
  162. width: 100px;
  163. margin-left:260px;
  164. margin-top:180px;
  165. border:solid px {color:border};
  166. }
  167.  
  168. #sidebarimage {
  169. width: 110px;
  170. height: 110px;
  171. }
  172.  
  173. #sidebarimage img {
  174. width: 115px;
  175. height: 115px;
  176. margin-left:-230px;
  177. margin-top:60px;
  178. padding:5px;
  179. -moz-border-radius: 64px;
  180. -webkit-border-radius: 64px;
  181.  
  182. }
  183.  
  184. #sidebar:hover #sidebarimage img{
  185.  
  186. -webkit-transition: all 0.7s ease-in-out;
  187.  
  188. -moz-transition: all 0.7s ease-in-out;
  189.  
  190. -o-transition: all 0.7s ease-in-out;
  191.  
  192. -webkit-transform: rotate(360deg);
  193.  
  194. -moz-transform: rotate(360deg);
  195.  
  196. -o-transform: rotate(360deg);
  197. }
  198.  
  199. #sidebarimage2 {
  200. width: 110px;
  201. height: 110px;
  202. }
  203.  
  204. #sidebarimage2 img {
  205. width: 115px;
  206. height: 115px;
  207. margin-left: 50px;
  208. margin-top:-50px;
  209. padding:5px;
  210. -moz-border-radius: 64px;
  211. -webkit-border-radius: 64px;
  212.  
  213. }
  214.  
  215. #sidebar:hover #sidebarimage2 img{
  216.  
  217. -webkit-transition: all 0.7s ease-in-out;
  218.  
  219. -moz-transition: all 0.7s ease-in-out;
  220.  
  221. -o-transition: all 0.7s ease-in-out;
  222.  
  223. -webkit-transform: rotate(360deg);
  224.  
  225. -moz-transform: rotate(360deg);
  226.  
  227. -o-transform: rotate(360deg);
  228.  
  229. }
  230.  
  231. #sidebar3 {
  232. width:320px;
  233. position:fixed;
  234. }
  235.  
  236. #sidebar3image {
  237. width 320px;
  238. margin-top:-40px;
  239. -webkit-transform: rotate(-180deg);
  240. }
  241.  
  242.  
  243. #sidebar3image img {
  244. width:320px;
  245. margin-left:-25px;
  246. }
  247.  
  248. #sidebar4 {
  249. width:320px;
  250. position:fixed;
  251. }
  252.  
  253. #sidebar4image {
  254. width:320px;
  255. margin-left:-190px;
  256. margin-top:-300px;
  257.  
  258. -webkit-transform: rotate(0deg);
  259.  
  260. }
  261.  
  262.  
  263. #sidebar4image img {
  264. width:320px;
  265. }
  266.  
  267. #line {
  268. padding:20px;
  269. left:0px;
  270. width:10px;
  271. position:fixed;
  272. background-color: #000;
  273. height:150%;
  274. margin-top: -180px;
  275. margin-left:0px;
  276. }
  277.  
  278.  
  279.  
  280. #description {
  281. width:150px;
  282. margin-top:15px;
  283. font-size:10px;
  284. margin-left:-106px;
  285. line-height:13px;
  286. text-align:center;
  287. }
  288.  
  289. #links {
  290. margin-top: -5px;
  291. margin-left:-119px;
  292. font-size:12px;
  293. text-transform:normal;
  294. text-align:center;
  295. letter-spacing:2px;
  296. line-height:170%;
  297. width:190px;
  298. font-style:normal;
  299.  
  300. }
  301.  
  302. #links a{
  303. padding:3px;
  304. color:{color:link};
  305. letter-spacing:0px;
  306. text-decoration:none;
  307. -moz-transition-duration:1s;
  308. -webkit-transition-duration:1s;
  309. -o-transition-duration:1s;
  310. }
  311.  
  312. #links a:hover{
  313. color:{color:hover};
  314. font-style:italic;
  315. -moz-transition-duration:0s;
  316. -webkit-transition-duration:0s;
  317. -o-transition-duration:0s;
  318. }
  319.  
  320. #pagination
  321. {
  322. width:190px;
  323. font-style:italic;
  324. position:fixed;
  325. text-align:center;
  326. font-size:28px;
  327. word-spacing: 15px;
  328. margin-left:-50px;
  329. margin-top:120px;
  330. height:88px;
  331. padding:8px;
  332. }
  333.  
  334.  
  335.  
  336. .caption {
  337.  
  338. width:500px;
  339.  
  340. text-align:justify;
  341.  
  342. line-height:120%;
  343.  
  344. }
  345.  
  346.  
  347.  
  348. .ask {
  349.  
  350. padding:10px;
  351.  
  352. text-align:left;
  353.  
  354. color:{color:text};
  355.  
  356. background-color:#eee;
  357.  
  358. border-bottom:1px solid #eee;
  359.  
  360. }
  361.  
  362.  
  363.  
  364. .ans {
  365.  
  366. text-align:left;
  367.  
  368. padding:10px;
  369.  
  370. color:{color:text};
  371.  
  372. }
  373.  
  374.  
  375.  
  376. .audio {
  377.  
  378. width:500px;
  379.  
  380. padding-bottom:10px;
  381.  
  382. background-color:{color:infobg};
  383.  
  384. }
  385.  
  386.  
  387.  
  388. .albumart {
  389.  
  390. float:left;
  391.  
  392. padding:0px 10px 10px 0px;
  393.  
  394. }
  395.  
  396.  
  397.  
  398. .albumart img {
  399.  
  400. width:45px;
  401.  
  402. height:45px;
  403.  
  404. }
  405.  
  406.  
  407.  
  408. .playercontainer {
  409.  
  410. text-align:left;
  411.  
  412. padding:10px;
  413.  
  414. background-color:#ffffff;
  415.  
  416. width:480px;
  417.  
  418. }
  419.  
  420.  
  421.  
  422. .audioinfo {
  423.  
  424. padding:10px;
  425.  
  426. color:{color:text};
  427.  
  428. }
  429.  
  430.  
  431.  
  432. #postinfo {
  433.  
  434. text-align:left;padding-top:3px;
  435.  
  436. margin-top:5px;
  437.  
  438. margin-bottom:10px;
  439.  
  440. text-transform: lowercase;
  441.  
  442. letter-spacing:0px;
  443. text-align:center;
  444.  
  445. font-size:8px;
  446.  
  447. line-height: 10px;
  448.  
  449. color:{color:link};
  450.  
  451.  
  452. }
  453.  
  454.  
  455.  
  456. #postinfo a {
  457.  
  458. color:{color:link};
  459.  
  460. text-align:center;
  461.  
  462. font-style:normal;
  463.  
  464.  
  465. }
  466.  
  467.  
  468.  
  469. #postinfo a:hover {
  470.  
  471. color:{color:hover};
  472.  
  473. }
  474.  
  475.  
  476.  
  477. .note {
  478.  
  479. text-transform:lowercase;
  480.  
  481. font-style:normal;
  482.  
  483. letter-spacing:0px;
  484.  
  485. font-size: 9px;
  486.  
  487. text-align:left;
  488.  
  489. line-height:90%;
  490.  
  491. margin-left:-40px;
  492.  
  493. }
  494.  
  495.  
  496.  
  497. .note li {
  498.  
  499. list-style-type:none;
  500.  
  501. border-bottom:1px solid {color:border};
  502.  
  503. padding:10px 25px 10px 25px;
  504.  
  505. text-align:left;
  506.  
  507. margin:0px;
  508.  
  509. -moz-transition-duration:0.5s;
  510.  
  511. -webkit-transition-duration:0.5s;
  512.  
  513. -o-transition-duration:0.5s;
  514.  
  515. }
  516.  
  517.  
  518.  
  519. .tags {
  520.  
  521. font-style:normal;
  522.  
  523. width:500px;
  524.  
  525. text-transform:uppercase;
  526.  
  527. font-style:normal;
  528.  
  529. color:{color:tags};
  530.  
  531. letter-spacing:2px;
  532.  
  533. line-height:120%;
  534.  
  535. font-size:8px;
  536.  
  537. text-align:left;
  538.  
  539. padding:2px;
  540.  
  541. -moz-transition-duration:0.5s;
  542.  
  543. -webkit-transition-duration:0.5s;
  544.  
  545. -o-transition-duration:0.5s;
  546.  
  547. }
  548.  
  549.  
  550.  
  551. .tags a {
  552.  
  553. color:{color:tags};
  554.  
  555. letter-spacing:1px;
  556.  
  557. padding:1px;
  558.  
  559. }
  560.  
  561.  
  562.  
  563. .tags a:hover {
  564.  
  565. color:{color:link};
  566.  
  567. }
  568.  
  569.  
  570. ul.chat, .chat ol, .chat li {
  571.  
  572. list-style:none;
  573.  
  574. margin:0px;
  575.  
  576. padding:2px;
  577.  
  578. }
  579.  
  580.  
  581.  
  582. .label {
  583.  
  584. text-decoration:underline;
  585.  
  586. font-weight:300;
  587.  
  588. background-color:{color:infobg};
  589.  
  590. margin-right:5px;
  591.  
  592. }
  593.  
  594.  
  595.  
  596.  
  597. .user_1 .label {color:{color:text}; font-weight:bold}
  598.  
  599. .user_2 .label {color:{color:link}; font-weight:bold}
  600.  
  601. .user_3 .label {color:{color:text}; font-weight:bold}
  602.  
  603. .user_4 .label {color:{color:link}; font-weight:bold}
  604.  
  605. .user_5 .label {color:{color:text}; font-weight:bold}
  606.  
  607. .user_6 .label {color:{color:link}; font-weight:bold}
  608.  
  609. ul.chat, .chat ol, .chat li {list-style:none; padding:2px}
  610.  
  611.  
  612.  
  613. {CustomCSS}</style></head><body>
  614.  
  615. <div id="sidebar">
  616.  
  617. <div id="title">{title}</div>
  618.  
  619. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  620. <div id="sidebarimage2"><img src="{image:sidebar2}"></div>
  621. <div id="sidebar3image"><img src="http://media.tumblr.com/bf41d0612ba8e6ae9775cf3451dd4fcb/tumblr_inline_msf0xqAyFx1qz4rgp.png"></div>
  622. <div id="sidebar4image"><img src="http://media.tumblr.com/bf41d0612ba8e6ae9775cf3451dd4fcb/tumblr_inline_msf0xqAyFx1qz4rgp.png"></div>
  623.  
  624. <div id="links">
  625. <a href="/">refresh</a>
  626. <a href="/faq u">inbox</a>
  627. <a href="{text:link3 url}">{text:link3}</a>
  628. <a href="{text:link4 url}">{text:link4}</a>
  629.  
  630. </div>
  631.  
  632. <div id="description">{Description}</div>
  633.  
  634. <div id="pagination">
  635. <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">ℛise</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">ℱall</a><br />{/block:NextPage}{/block:Pagination}</div></center></div>
  636. </div></div></div>
  637.  
  638. </div>
  639.  
  640.  
  641.  
  642. <div id="entries">
  643.  
  644.  
  645. {block:Posts}<div id="post"><br><br><br><br><br><br>
  646.  
  647.  
  648.  
  649. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  650.  
  651.  
  652.  
  653. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  654.  
  655.  
  656.  
  657. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  658.  
  659. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  660.  
  661.  
  662.  
  663. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  664.  
  665.  
  666.  
  667. {block:Photoset}<center>{Photoset-500}</center>
  668.  
  669. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  670.  
  671.  
  672.  
  673. {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}
  674.  
  675.  
  676.  
  677. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  678.  
  679.  
  680.  
  681. {block:Answer}<div class="ask">{Asker} said: {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  682.  
  683.  
  684.  
  685. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  686.  
  687. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  688.  
  689. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  690.  
  691. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  692.  
  693. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  694.  
  695.  
  696.  
  697.  
  698.  
  699.  
  700. <div id="postinfo"><a href="{Perimalink}">posted on {block:Date}<a href="{Permalink}">{Month} {DayOfMonth}</a> {/block:Date} with <a href="{Permalink}">{NoteCount} notes </a> {block:RebloggedFrom} ♡ <a href="{ReblogParentURL}">via</a> & {/block:RebloggedFrom}
  701.  
  702. {block:ContentSource}<a href="{SourceURL}"> source <a href="{SourceURL}"></a>{/block:ContentSource}{/block:RebloggedFrom}<div id="tags" st>
  703.  
  704. {block:HasTags}<div id="tags">{block:Tags} # <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  705.  
  706. {/block:Posts}
  707.  
  708. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  709.  
  710.  
  711. {/block:Posts}</div></div></div>
  712.  
  713.  
  714.  
  715.  
  716.  
  717. </div>
  718.  
  719.  
  720.  
  721.  
  722.  
  723. </div>
  724.  
  725. </div>
  726.  
  727. </div>
  728.  
  729.  
  730.  
  731. </body>
  732.  
  733.  
  734.  
  735. <div style="position:fixed;bottom:5px; right:5px; text-transform:uppercase; font-size:20px; letter-spacing:2px; padding: 3px;"><a href="http://zaincum.tumblr.com/">ZC</a></center></div>
  736.  
  737. </div>
  738.  
  739. </html>
Add Comment
Please, Sign In to add comment