Advertisement
Angelsofrp

Christina

Apr 4th, 2014
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.90 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" xml:lang="en" lang="en">
  3.  
  4. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9. <!----
  10. Theme 01: 'Christina' by angelsofrp
  11. ❄ DO NOT use this as a base theme.
  12. ❄ DO NOT edit & redistribute without asking first.
  13. ❄ DO NOT edit & then repost, & claim as your own.
  14. ❄ DO NOT repost!!!
  15. ❄ DO NOT move the credit.
  16. ❄ Did you know removing credit is illegal according to the Creative Commons License?
  17. ❄ Edit this as much as you want for personal use.
  18. --->
  19.  
  20. <!--- Meta tags --->
  21. <meta name="color:bg" content="#ffffff"/>
  22. <meta name="color:post bg" content=""/>
  23. <meta name="color:text" content="#666666"/>
  24. <meta name="color:links" content="#6f6e6e"/>
  25. <meta name="color:hover" content="#fafafa"/>
  26. <meta name="color:info" content="#a8a8a8"/>
  27. <meta name="color:border" content=""/>
  28.  
  29. <meta name="image:bg" content=""/>
  30. <meta name="image:sidebar" content=""/>
  31. <meta name="image:png" content=""/>
  32.  
  33. <meta name="image:link1" content=""/>
  34. <meta name="image:link2" content=""/>
  35. <meta name="image:link3" content=""/>
  36.  
  37. <style type="text/css">
  38.  
  39. body {
  40. background-color:{color:Bg};
  41. background-image:url(‘{image:bg}’);
  42. background-attachment:fixed;
  43. font-size: 11px;
  44. font-family:arial;
  45. line-height: 100%;
  46. text-decoration:none;
  47. margin: 0;
  48. padding: 0;
  49. }
  50.  
  51. a:link, a:visited, a:active {
  52. color: {color:links};
  53. text-decoration: none;
  54. font-weight: normal;
  55. text-transform:uppercase;
  56. }
  57.  
  58. a:hover {
  59. color: {color:hover};
  60. font-weight: normal;
  61. -webkit-transition: all 0.7s ease-out;
  62. -moz-transition: all 0.7s ease-out;
  63. transition: all 0.7s ease-out;
  64. }
  65.  
  66. iframe#tumblr_controls {
  67. top: 1px !important;
  68. }
  69.  
  70. #sidebar{
  71. width:500px;
  72. Height:250px;
  73. border:1px solid;
  74. margin-left:155px;
  75. margin-top:200px;
  76. position:fixed;
  77. }
  78.  
  79. #png{
  80. width:250px;
  81. height:500px;
  82. margin-left:15px;
  83. margin-top:130px;
  84. position:fixed;
  85. }
  86.  
  87. #link1{
  88. width:150px;
  89. height:60px;
  90. margin-left:165px;
  91. margin-top:450px;
  92. position:fixed;
  93. }
  94.  
  95. #link2{
  96. width:150px;
  97. height:60px;
  98. margin-left:345px;
  99. margin-top:450px;
  100. position:fixed;
  101. }
  102.  
  103. #link3{
  104. width:150px;
  105. height:60;
  106. margin-left:525px;
  107. margin-top:450px;
  108. position:fixed;
  109. }
  110.  
  111. #links{
  112. width:120px;
  113. font-size:10px;
  114. border-bottom:1px solid #eee;
  115. margin-left:0px;
  116. margin-top:2px;
  117. text-align:center;
  118. }
  119.  
  120. #links a{
  121. color:{color:links};
  122. }
  123.  
  124. #links a:hover{
  125. color:{color:hover};
  126. -moz-transition-duration:0.3s;
  127. -webkit-transition-duration:0.3s;
  128. -o-transition-duration:0.3s;
  129. }
  130.  
  131. #desc{
  132. width:320px;
  133. height:70px;
  134. margin-top:515px;
  135. margin-left:265px;
  136. font-size:12px;
  137. color:{color:post bg};
  138. border:1px solid {color:border} ;
  139. position:fixed;
  140. }
  141.  
  142.  
  143. .pagi {
  144. font-size:8px;
  145. text-transform:uppercase;
  146. letter-spacing:3px;
  147. font-style:normal;
  148. text-align:center;
  149. margin-left:-25px;
  150. }
  151.  
  152. .pagi a {
  153. color:{color:links};
  154. }
  155.  
  156.  
  157. /*ENTRIES*/
  158.  
  159. #container {
  160. width:500px;
  161. margin-left:690px;
  162. margin-top:50px;
  163. position:absolute;
  164. }
  165.  
  166. #posts{
  167. padding:15px;
  168. width:500px;
  169. background-color:{color:post bg};
  170. color:{color:text};
  171. border:3px double {color:border};
  172. float:left;
  173. margin:8px;
  174. }
  175.  
  176.  
  177. /*POST INFO*/
  178.  
  179. #info {
  180. width:500px;
  181. text-align:center;
  182. font-family:calibri;
  183. font-size:7px;
  184. text-transform:uppercase;
  185. padding:1px;
  186. color:{color:info};
  187. line-height:08px;
  188. border-top:1px solid {color:info};
  189. margin-top:5px;
  190. margin-bottom:15px;
  191. }
  192.  
  193. #info a{
  194. color:{color:info};
  195. }
  196.  
  197. #info a:hover{
  198. color:{color:hover};
  199. }
  200.  
  201. #tags{
  202. width:500px;
  203. padding:5px;
  204. margin-top:-3px;
  205. margin-left:-5px;
  206. float:left;
  207. text-align:center;
  208. font-size:0px;
  209. opacity:1;
  210. color:{color:links};
  211. transition-duration: 0.5s;
  212. -moz-transition-duration: 0.5s;
  213. -webkit-transition-duration: 0.5s;
  214. -o-transition-duration: 0.5s
  215. }
  216.  
  217. #tags a {
  218. display:inline-block;
  219. color:{color:info};
  220. font-size:0px;
  221. text-align:center;
  222. text-decoration:none;
  223. }
  224.  
  225. #notes{
  226. font-size:8px;
  227. text-transform:uppercase;
  228. }
  229.  
  230. /*CREDIT*/
  231.  
  232. #kourt{
  233. position:fixed;
  234. bottom:5px;
  235. right:5px;
  236. padding:5px;
  237. font-size:8px;
  238. text-transform:lowercase;
  239. border:1px double {color:border};
  240. background-color:{color:bg};
  241. }
  242.  
  243. #kourt a{
  244. color:{color:links};
  245. }
  246.  
  247. </style>
  248.  
  249. </head>
  250.  
  251. <body>
  252.  
  253. <div id="sidebar">
  254. <img src="{image:sidebar}">
  255. </div>
  256. <div id="png">
  257. <img src="{image:png}">
  258. </div>
  259. <div id="link1">
  260. <a href="/"><img src="{image:link1}"></a>
  261. </div>
  262. <div id="link2">
  263. <a href="/"><img src="{image:link2}"/></a>
  264. </div>
  265. <div id="link3">
  266. <a href="/"><img src="{image:link3}"/></a>
  267. </div>
  268. <div id="links">
  269. </div>
  270. <div id="desc">{description}</div>
  271. {block:Pagination}
  272. <div class="pagi">
  273. {block:PreviousPage}
  274. <a href="{PreviousPage}">fall</a>
  275. {/block:PreviousPage}
  276. {block:NextPage}
  277. <a href="{NextPage}">fly</a>
  278. {/block:NextPage}
  279. </div>
  280. {/block:Pagination}
  281. </div>
  282. </div>
  283.  
  284.  
  285. <div id="container">
  286. {block:Posts}
  287. <div id="posts">
  288.  
  289. <!--TEXT POSTS-->
  290.  
  291. {block:Text}
  292. {block:Title}<h2>{Title}</h2>{/block:Title}
  293. {Body}
  294. {/block:Text}
  295.  
  296. <!--ASKS-->
  297.  
  298. {block:Answer}
  299. <div class="question">
  300. <img src="{AskerPortraitURL-40}"> {Asker} wondered, {Question}
  301. </div>
  302. {Answer}
  303. {/block:Answer}
  304.  
  305. <!--QUOTE POSTS-->
  306. {block:Quote}
  307.  
  308. <div class="quote">
  309. <div class="quotetext_{Length}">"{Quote}"</div>
  310. {block:Source}<div class="source">{Source}</div>{/block:Source}
  311. </div>
  312. {/block:Quote}
  313.  
  314. <!--LINK POSTS-->
  315.  
  316. {block:Link}
  317. <h2><a href="{URL}">{Name}</a></h2>
  318. {block:Description}{Description}{/block:Description}
  319. {/block:Link}
  320.  
  321. <!--CHAT POSTS-->
  322.  
  323. {block:Chat}
  324. {block:Title}<h2>{Title}</h2>{/block:Title}
  325. <ul class="convo">{block:Lines}<li class="line">{block:Label}<span class="label">{Label}</span>{/block:Label}
  326. {Line}</li>{/block:Lines}</ul>
  327. {/block:Chat}
  328.  
  329. <!--PHOTO POSTS-->
  330.  
  331. {block:Photo}
  332. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px">{LinkCloseTag}
  333.  
  334. {block:Caption}{Caption}{/block:Caption}
  335. {/block:Photo}
  336.  
  337. <!--PHOTOSET POSTS-->
  338.  
  339. {block:Photoset}
  340. {Photoset-500}
  341. {block:Caption}{Caption}{/block:Caption}
  342. {/block:Photoset}
  343.  
  344. <!--VIDEO POSTS-->
  345.  
  346. {block:Video}
  347. {Video-500}
  348. {block:Caption}{Caption}{/block:Caption}
  349. {/block:Video}
  350.  
  351.  
  352. <!--AUDIO-->
  353.  
  354. {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>
  355. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  356. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  357. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  358. {/block:Audio}
  359.  
  360.  
  361. <!--POST INFO-->
  362.  
  363. <div id="info">
  364. {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a> and {/block:RebloggedFrom}
  365. {block:ContentSource} <a href="{SourceURL}"><a href="{SourceURL}">source</a>{/block:ContentSource}
  366. {block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  367. <a href="{Permalink}">with {NoteCount}</a> <a style="color:#f377a0;">❄</a></a>
  368. {block:HasTags}<div id="tags">
  369. {block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>&nbsp;{/block:Tags}
  370. </div>{block:HasTags}
  371. </div>
  372. </div>
  373. {/block:Posts}
  374. <br><br>{block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  375. {/block:Posts}</div></div></div>
  376. <br><br><br><br>
  377.  
  378.  
  379. </div></div>
  380.  
  381. {/block:Posts}
  382.  
  383. <!--THEME MAKER'S CREDIT-->
  384. <div id="kourt">
  385. <a href="http://www.angelsofrp.tumblr.com">A N G E L</a>
  386. </div>
  387.  
  388. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement