zaincumsthemes

♔ Royalty (Royals PT. 2) ♔

Nov 17th, 2013
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.46 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2.  
  3. <!--ZAINCUM>>Captialcities theme 11! YOU KNOW THE RULES LIKE COME ON
  4. -DONT STEAL
  5. -DONT REMOVE CREDIT
  6. -DONT CLAIM AS YOUR OWN
  7. -BLAH BLAH BLAH KEEP MY FREAKING CREDIT INTACT
  8. -IF YOU NEED HELP MESSAGE ME THO THIS THEME IS QUITE SIMPLE-->
  9.  
  10.  
  11. <meta name="color:background" content="#ffffff"/>
  12. <meta name="color:text" content="#838282"/>
  13. <meta name="color:link" content="#b8b8b8"/>
  14. <meta name="color:link hover" content="#eeeeee"/>
  15. <meta name="color:border" content="#eeeeee"/>
  16. <meta name="color:hoverlink text" content="838282"/>
  17. <meta name="color:hoverlink border" content="838282"/>
  18. <meta name="color:hoverlink bg" content="#ffffff"/>
  19.  
  20. <meta name="image:sidebar" content=""/>
  21. <meta name="image:thekey" content=""/>
  22.  
  23. <meta name="text:link title" content="TITLE">
  24. <meta name="text:link1 text" content="link 1">
  25. <meta name="text:link1 url" content="/">
  26. <meta name="text:link1 hover" content="link 1">
  27. <meta name="text:link2 text" content="link 2">
  28. <meta name="text:link2 url" content="/">
  29. <meta name="text:link2 hover" content="link 2">
  30. <meta name="text:link3 text" content="link 3">
  31. <meta name="text:link3 url" content="/">
  32. <meta name="text:link3 hover" content="link 3">
  33. <meta name="text:link4 text" content="link 4">
  34. <meta name="text:link4 url" content="/">
  35. <meta name="text:link4 hover" content="link 4">
  36. <meta name="text:link5 text" content="link 5">
  37. <meta name="text:link5 url" content="/">
  38. <meta name="text:link5 hover" content="link 5">
  39.  
  40. <head>
  41. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  42. <script type="text/javascript">
  43. $(document).ready(function(){
  44. $(".links_body").hide();
  45. $(".links_head").click(function(){
  46. $(this).next(".links_body").slideToggle('fast');
  47. }); }); </script>
  48. <style type="text/css">
  49. .links_list { margin:0px; padding:0px; width:100%;}
  50. .links_head { padding-top:5px; padding-bottom:5px; cursor:pointer; position:relative; margin:1px; text-align:center;}
  51. .links_body { padding:10px; text-align:left; display:none;}
  52. </style>
  53.  
  54. <title>{Title}</title>
  55. <link rel="shortcut icon" href="{Favicon}">
  56. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  57. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  58.  
  59. <style type="text/css">
  60.  
  61. ::-webkit-scrollbar-thumb:vertical {border:3px solid #fff;height:12px; background-color:#838282;}
  62. ::-webkit-scrollbar {background-color:#838282;height:7px;width:12px;border:5px solid #fff;}
  63.  
  64. #bite a{
  65. display:block
  66. }
  67.  
  68. #bite .death {
  69. margin-top:0px;filter: alpha(opacity = 0);
  70. opacity:0;-webkit-transition: all 0.5s ease-out;
  71. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  72. }
  73.  
  74. #bite:hover .death {
  75. margin-top:0px;
  76. -webkit-transition: all 0.8s ease-out;
  77. -moz-transition: all 0.8s ease-out;
  78. transition: all 0.8s ease-out;
  79. filter: alpha(opacity = 100);
  80. filter: alpha(opacity = 100);
  81. opacity:100;
  82. }
  83.  
  84. #actualnews {
  85. font-family:calibri;
  86. font-size:10px;
  87. color: #b8b8b8;
  88. width:100px;
  89. height:auto;
  90. padding-top:3px;
  91. margin-left: 102px;
  92. margin-top:-25px;
  93. text-align:center;
  94. position:fixed;
  95. }
  96.  
  97. #thekey img{
  98. width:88px;
  99. margin-top:-32px;
  100. margin-left:5px;
  101. position:fixed;
  102. }
  103.  
  104. body {
  105. background:{color:background};
  106. margin:0px;
  107. color:{color:text};
  108. font-family:arial;
  109. font-size:10px;
  110. line-height:100%;
  111. }
  112.  
  113. a {
  114. text-decoration:none;
  115. outline:none;
  116. -moz-outline-style:none;
  117. color:{color:link};
  118. -moz-transition-duration:0.8s;
  119. -webkit-transition-duration:0.8s;
  120. -o-transition-duration:0.8s;
  121. }
  122.  
  123. a:hover {
  124. color:{color:link hover};
  125. outline:none;
  126. -moz-outline-style:none;
  127. }
  128.  
  129. img {
  130. border:none;
  131. }
  132.  
  133. blockquote {
  134. padding-left:5px;
  135. border-left:2px solid;
  136.  
  137. }
  138.  
  139. blockquote blockquote {
  140. padding-left:5px;
  141. border-left:2px solid;
  142. }
  143.  
  144. h1 {
  145. font-size:8px;
  146. text-align:center;
  147. font-family:calibri;
  148. letter-spacing:1px;
  149. color:{color:text};
  150. }
  151.  
  152. h2 {
  153. font-size:8px;
  154. text-align:center;
  155. font-family:calibri;
  156. letter-spacing:1px;
  157. color:{color:text};
  158. }
  159.  
  160. #sidebar:hover #description {
  161.  
  162. opacity:.8;
  163. -webkit-transition: all 0.5s ease-out;
  164. -moz-transition: all 0.5s ease-out;
  165. transition: all 0.5s ease-out;
  166.  
  167. }
  168.  
  169. #sidebar {
  170. width:200px;
  171. position:fixed;
  172. margin-left:230px;
  173. margin-top:190px;
  174. }
  175.  
  176. #title {
  177. width:185px;
  178. font-family:'playfair display';
  179. font-size:25px;
  180. margin-top:-40px;
  181. font-style:italic;
  182. padding:6px;
  183. border-bottom:3px solid black;
  184. font-weight:bold;
  185. color:black;
  186. position:fixed;
  187. }
  188.  
  189. #sidebarimage {
  190. position:fixed;
  191. width:200px;
  192. height:135px;
  193. }
  194.  
  195. #sidebarimage img {
  196. width:200px;
  197. height:135px;
  198. background:white;
  199. padding:1px;
  200. -moz-transition-duration:0.7s;
  201. -webkit-transition-duration:0.7s;
  202. -o-transition-duration:0.7s;
  203.  
  204. }
  205.  
  206. #description {
  207. position:fixed;
  208. font-family:cambria;
  209. line-height:110%;
  210. opacity:0;
  211. font-size:11px;
  212. font-style:italic;
  213. width:159px;
  214. height:85px;
  215. margin-top:15px;
  216. padding:8px;
  217. margin-left:11px;
  218. text-align:justify;
  219. z-index:999999999999999;
  220. color:#696969;
  221. background-color:#fff;
  222. overflow:auto;
  223. -webkit-transition: all 0.5s ease-out;
  224. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  225. }
  226.  
  227. #links {
  228. width:190px;
  229. margin-top:135px;
  230. position:fixed;
  231. padding:5px;
  232. text-align:center;
  233. word-spacing:2px;
  234. font-size:12px;
  235. display:block;
  236. color:{color:link};
  237. background-color:#eee;
  238. }
  239.  
  240. #links a {
  241. letter-spacing: 1px;
  242. padding:3px;
  243. }
  244.  
  245. #s-m-t-tooltip {
  246. max-width:300px;
  247. padding:3px 4px 5px 4px;
  248. margin:20px 0px 0px 20px;
  249. background-color:{color:hoverlink bg};
  250. border:1px solid {color:hoverlink border};
  251. font-family:calibri;
  252. font-size:9px;
  253. letter-spacing:2px;
  254. text-transform:uppercase;
  255. color:{color:hoverlink text};
  256. z-index:999999999999999999999999999999999999;
  257. }
  258.  
  259. #pagination {
  260. text-align:center;
  261. margin-top:-30px;
  262. margin-left:150px;
  263. word-spacing:5px;
  264. position:fixed;
  265. }
  266.  
  267. #entries {
  268. padding:20px;
  269. width:500px;
  270. margin-left:500px;
  271. margin-top:40px;
  272. }
  273.  
  274. #post {
  275. width:500px;
  276. }
  277.  
  278. #postinfo {
  279. margin-top:7px;
  280. margin-bottom:20px;
  281. text-align:center;
  282. padding-top:5px;
  283. padding-bottom:5px;
  284. color:white;
  285. background-color:black;
  286. }
  287.  
  288. #postinfo a {
  289. color:#ebebeb;
  290. }
  291.  
  292. #ask {
  293. font-size:11px;
  294. padding-top:10px;
  295. padding-bottom:10px;
  296. padding-left:10px;
  297. text-align:left;
  298. color:#ebebeb;
  299. background-color:black;
  300. border-bottom:1px solid #eee;
  301. font-style:bold;
  302. text-transform:uppercase;
  303. }
  304.  
  305. #ask a{
  306. color:#ebebeb;
  307.  
  308. }
  309.  
  310. #answer {
  311. text-align:left;
  312. padding-top:10px;
  313. padding-bottom:10px;
  314. padding-left:10px;
  315. color:#949494;
  316. font-size:11px;
  317. font-style:bold;
  318. text-transform:uppercase;
  319. }
  320.  
  321. #cred {
  322. position:fixed;
  323. font-size:8px;
  324. font-weight:normal;
  325. line-height:150%;
  326. letter-spacing:2px;
  327. right:10px;
  328. bottom:10px;
  329. text-transform:uppercase;
  330. text-align:center;
  331. }
  332.  
  333.  
  334. {CustomCSS}</style></head><body>
  335.  
  336. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  337. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  338. <script>
  339.  
  340. (function($){
  341.  
  342. $(document).ready(function(){
  343.  
  344. $("a[title]").style_my_tooltips({
  345.  
  346. tip_follows_cursor:true,
  347.  
  348. tip_delay_time:50,
  349.  
  350. tip_fade_speed:600,
  351.  
  352. attribute:"title"
  353.  
  354. });
  355.  
  356. });
  357.  
  358. })(jQuery);
  359.  
  360. </script>
  361.  
  362. <div id="bite">
  363. <div id="thekey"><img src="{image:thekey}"></div>
  364. <div class="death">
  365. <div id="actualnews">
  366.  
  367. follow <a href="http://niallsdicks.tumblr.com">fern</a>
  368. <p>
  369. follow <a href="http://niallsdicks.tumblr.com">fern</a>
  370. <p>
  371. follow <a href="http://niallsdicks.tumblr.com">fern</a>
  372. <p>
  373. or message me if ur confused and i'll direct you to fern so you can follow <a href="http://niallsdicks.tumblr.com">fern</a>
  374. <p> keep world peace and follow <a href="http://niallsdicks.tumblr.com">fern</a></p>
  375. <p>but yeah lol you guys honeslty should know by now how to remove this is if you dont want it blah blah blah enjoy the theme!</p>
  376. <p>also as you see this and the description can be as long as you want it to be!!</p>
  377. <p>p.s. follow <a href="http://niallsdicks.tumblr.com">fern</a></p>
  378.  
  379. </div></div>
  380. </div>
  381.  
  382. <div id="sidebar">
  383.  
  384. <div id="title">{title}</div>
  385.  
  386. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  387.  
  388. <div id="links">
  389. <div class="links_list">
  390. <p class="links_head">♔{text:link title}♔</p>
  391. <div class="links_body">
  392. <center>
  393. <a title="{text:link1 hover}" href="{text:link1 url}">{text:link1 text}</a>
  394. <a title="{text:link2 hover}" href="{text:link2 url}">{text:link2 text}</a>
  395. <a title="{text:link3 hover}" href="{text:link3 url}">{text:link3 text}</a>
  396. <a title="{text:link4 hover}" href="{text:link4 url}">{text:link4 text}</a>
  397. <a title="{text:link5 hover}" href="{text:link5 url}">{text:link5 text}</a>
  398. </div>
  399. </center>
  400. </div></div>
  401.  
  402. <div id="description">{Description}</div>
  403.  
  404. <div id="pagination">
  405. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">-</a>{/block:PreviousPage}
  406. {block:NextPage}<a href="{NextPage}">+</a>{/block:NextPage}{/block:Pagination}
  407. </div>
  408.  
  409. </div>
  410.  
  411.  
  412. <div id="entries">{block:Posts}<div id="post">
  413.  
  414. {block:Text}<h1>{block:Title}<big><big>{Title}</big></big>{/block:Title}</h1>{Body}{/block:Text}
  415.  
  416. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  417.  
  418. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  419.  
  420. {block:Quote}<big><b><i>"{Quote}"</i></b></big>{block:Source}<p></p>— {Source}{/block:Source}{/block:Quote}
  421.  
  422. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  423.  
  424. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  425.  
  426. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  427.  
  428. {block:Audio}<div class="audio_container">{block:AudioEmbed}{AudioEmbed color="white"}{/block:AudioEmbed}</div>
  429. {block:Caption}<div class="caption">{Caption}</div>
  430. {/block:Caption}{/block:Audio}
  431.  
  432. {block:Answer}<div id="question"><img src="{AskerPortraitURL-24}"></div><big><i>{Asker} asked:</big></i><br>{Question}<p>{Answer}{/block:Answer}
  433.  
  434. <div id="postinfo"><a href="{Permalink}">{TimeAgo}</a>{/block:Date} with <a href="{Permalink}">{NoteCountWithLabel}</a> from {block:RebloggedFrom}<a href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom} {block:ContentSource} by <a href="{SourceURL}"> <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}{/block:RebloggedFrom}
  435.  
  436. {block:HasTags}<div id="tags">{block:Tags} # <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  437.  
  438. {/block:Posts}{block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}{/block:Posts}
  439.  
  440. </div></div></div></div>
  441. </div>
  442.  
  443. <div id="cred"><a href="http://captialcites.tumblr.com/">©</a></div>
  444.  
  445. </body>
  446. </html>
Add Comment
Please, Sign In to add comment