Advertisement
leodicapriio

Doctor Who

Mar 10th, 2013
445
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.54 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. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8.  
  9.  
  10. <!--
  11.  
  12. l lllll ll lll l llll ll lll lll l l ll
  13. l l l l l l l l l l l l l l l l l l
  14. l l l l l l l l l l l l l l l l l l
  15. l llll l l l l l l llllllll lll lll l l l l
  16. l l l l l l l l l l l l l l l l l
  17. lllll lllll ll lll l llll l l l l l l l ll
  18.  
  19. Theme made by leodicapriio. Please follow all rules :)
  20.  
  21. -->
  22.  
  23.  
  24.  
  25. <meta name="color:Background" content="#ffffff"/>
  26. <meta name="color:Text" content="#838282"/>
  27. <meta name="color:Border" content="#f8f8f8"/>
  28. <meta name="color:Border Links" content="#f8f8f8"/>
  29. <meta name="color:Shadow" content="#eeeeee"/>
  30. <meta name="color:Link" content="#b8b8b8"/>
  31. <meta name="color:Bold" content="#6783a2"/>
  32. <meta name="color:Italic" content="#6782a2"/>
  33. <meta name="color:QuestionBg" content="#f8f8f8"/>
  34. <meta name="color:Scrollbar" content="#ce97a6"/>
  35.  
  36. <meta name="image:Sidebar" content=""/>
  37. <meta name="image:Background" content=""/>
  38.  
  39. <meta name="if:Title" content=""/>
  40.  
  41. <meta name="text:about me" content="" />
  42. <meta name="text:about me link" content="/" />
  43. <meta name="text:link 3" content="" />
  44. <meta name="text:link 3 url" content="" />
  45. <meta name="text:link 4" content="" />
  46. <meta name="text:link 4 url" content="" />
  47. <meta name="text:link 5" content="" />
  48. <meta name="text:link 5 url" content="" />
  49.  
  50.  
  51. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  52. <title>{Title}</title>
  53. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  54. <link rel="shortcut icon" href="{Favicon}" />
  55. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  56.  
  57. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  58.  
  59. <style type="text/css">
  60.  
  61.  
  62.  
  63. ::selection {background: #ffffff; color:#000000;}
  64. ::-moz-selection {background: #ffffff; color:#000000;}
  65. ::-webkit-selection {background: #ffffff; color:#000000;}
  66.  
  67. body {color:{color:text};
  68. background-color:{color:background};
  69. background-image: url('{image:Background}');
  70. background-attachment:fixed;
  71. font-family:'Inconsolata';
  72. font-size:10px;
  73. line-height:100%;
  74. text-align:justify;
  75. font-style:normal
  76. }
  77.  
  78. a:link, a:active, a:visited {color: {color:link};
  79. font-family:'Inconsolata';
  80. text-decoration:none;
  81. }
  82.  
  83. a:hover {color:{color:Background};
  84. -webkit-transition: all 0.5s ease-in-out;
  85. -moz-transition: all 0.5s ease-in-out;
  86. -o-transition: all 0.5s ease-in-out;
  87. -ms-transition: all 0.5s ease-in-out;
  88. transition: all 0.5s ease-in-out;
  89. }
  90.  
  91. small{font-size:9px
  92. }
  93.  
  94. big{
  95. color:{color:Link};
  96. text-transform:lowercase;
  97. font-style:italic
  98. }
  99.  
  100. b, strong{color:{color:title}
  101. }
  102.  
  103. i, em {color:{color:text}
  104. }
  105.  
  106. p{margin-top:5px; margin-bottom:5px}
  107. blockquote {margin-left:10px;
  108. margin:8px;
  109. padding:3px;
  110. border-left:1px double {color:linkblock3}
  111. }
  112.  
  113. img {
  114. border:none;
  115. }
  116.  
  117. blockquote {
  118. padding-left:5px;
  119. border-left:2px solid;
  120. }
  121.  
  122. blockquote blockquote {
  123. padding-left:5px;
  124. border-left:2px solid;
  125. }
  126.  
  127. h1 {
  128. font-size:15px;
  129. }
  130.  
  131. #entries {padding:10px;
  132. width:500px;
  133. margin-left:500px;
  134. margin-top:-10px;
  135. }
  136.  
  137. #post {
  138. width:500px;
  139. margin-top:40px;
  140. padding:20px;
  141. border:1px solid {color:border};
  142. background-color:{color:bg};
  143. }
  144.  
  145. #post img{
  146. opacity:0.75;
  147.  
  148. -webkit-transition: all 0.6s ease-in-out;
  149. -moz-transition: all 0.6s ease-in-out;
  150. -o-transition: all 0.6s ease-in-out;
  151. -ms-transition: all 0.6s ease-in-out;
  152. transition: all 0.6s ease-in-out;
  153. }
  154.  
  155. #post img:hover{
  156. opacity:1;
  157.  
  158. -webkit-transition: all 0.6s ease-in-out;
  159. -moz-transition: all 0.6s ease-in-out;
  160. -o-transition: all 0.6s ease-in-out;
  161. -ms-transition: all 0.6s ease-in-out;
  162. transition: all 0.6s ease-in-out;
  163. }
  164.  
  165. #post:hover .tags {position:absolute;
  166. margin-left:505px;
  167. opacity:1;padding:5px;
  168. }
  169.  
  170. #tags {
  171. font-family:cambria;
  172. letter-spacing:0px;
  173. text-transform:uppercase;
  174. font-size:8px;
  175. margin-top:4px;
  176. }
  177.  
  178. #tags
  179. a {display:inline; background-color:{color:linkb};
  180. padding:-4px;
  181. text-align:left;
  182. -webkit-transition: all 0.6s ease-in-out;
  183. -moz-transition: all 0.6s ease-in-out;
  184. -o-transition: all 0.6s ease-in-out;
  185. -ms-transition: all 0.6s ease-in-out;
  186. transition: all 0.6s ease-in-out;}
  187.  
  188. #info {text-align:left;
  189. padding:5px;
  190. margin-top:10px;
  191. margin-bottom:5px;
  192. text-transform: uppercase;
  193. font-family:calibri;}
  194. #sidebar {
  195. width:250px;
  196. position:fixed;
  197. margin-left:250px;
  198. margin-top:100px;
  199. }
  200.  
  201. #description {
  202. background-color:transparent;
  203. font-family:cambria;
  204. padding-top:1px;
  205. width:100px;
  206. margin-top:-10px;
  207. margin-bottom:25px;
  208. line-height:80%;
  209. font-size:9px;
  210. padding:7px
  211. }
  212.  
  213. #description img {
  214. width:100px;
  215. padding:10px;
  216. height:190px;
  217. background-color:transparent;
  218. border:1px solid {color:linkblock};
  219. margin-top:-30px
  220. }
  221.  
  222. #des {position:fixed;
  223. text-align:justify;
  224. word-spacing:1px;
  225. font-family: ashley;
  226. font-style:italic;
  227. font-size: 9px;
  228. height:118px;
  229. margin-top:-131px;
  230. margin-left:122px;
  231. opacity:1;
  232. width:102px;
  233. line-height:120%;
  234. background-color:#fafafa;
  235. padding:5px;
  236. border-left:1px {color:Border} solid;
  237. border-right:1px {color:Border} solid;
  238. border-top:1px {color:Border} solid;
  239. border-bottom:1px {color:Border} solid;
  240. -webkit-transition: all 0.6s ease-in-out;
  241. -moz-transition: all 0.6s ease-in-out;
  242. -o-transition: all 0.6s ease-in-out;
  243. -ms-transition: all 0.6s ease-in-out;
  244. transition: all 0.6s ease-in-out;
  245. }
  246.  
  247. #des:first-letter {
  248. width:20px;
  249. height:20px;
  250. padding:5px;
  251. margin-bottom:0px;
  252. margin-right:8px;
  253. float:left;
  254. background-color:#a0a0a0;
  255. color:#fff;
  256. font-family:times;
  257. font-size:26px;
  258. font-style:italic;
  259. line-height:20px;
  260. text-transform:uppercase;
  261. text-align:center;
  262. }
  263.  
  264. #des a{font-size:8px;
  265. padding:2px;
  266. -webkit-transition: all 0.6s ease-in-out;
  267. -moz-transition: all 0.6s ease-in-out;
  268. -o-transition: all 0.6s ease-in-out;
  269. -ms-transition: all 0.6s ease-in-out;
  270. transition: all 0.6s ease-in-out;
  271. }
  272.  
  273. #des a:hover {
  274. color:{color:background};
  275. opacity:..8;
  276. -webkit-transition: all 0.6s ease-in-out;
  277. -moz-transition: all 0.6s ease-in-out;
  278. -o-transition: all 0.6s ease-in-out;
  279. -ms-transition: all 0.6s ease-in-out;
  280. transition: all 0.6s ease-in-out;
  281. }
  282.  
  283. #links {
  284. text-align:center;
  285. position:fixed;
  286. text-transform: lowercase;
  287. width:259px;
  288. height:20px;
  289. margin-top:-5px;
  290. margin-left:-11px;
  291. opacity:0;
  292. background-color:transparent;
  293. padding-top:5px;
  294. border-top:2px #464545 solid;
  295. transition: all 0.5s ease-out;
  296. -o-transition: all 0.5s ease-out;
  297. -webkit-transition: all 0.5s ease-out;
  298. -moz-transition: all 0.5s ease-out;
  299. }
  300.  
  301. #links a {
  302. text-align:center;
  303. width:70px;
  304. height:16px;
  305. padding-left:7.5px;
  306. padding-right:7.5px;
  307. padding-bottom:3px;
  308. font-size:10px;
  309. text-decoration:none;
  310. opacity:1;
  311. margin-left:2px;
  312. color:{color:Link};
  313. font-family:"Inconsolata";
  314. text-shadow:10px 0px transparent, -10px 0px transparent;
  315. -webkit-transition: all 0.5s ease-in-out;
  316. -moz-transition: all 0.5s ease-in-out;
  317. -o-transition: all 0.5s ease-in-out;
  318. -ms-transition: all 0.5s ease-in-out;
  319. transition: all 0.5s ease-in-out;
  320. }
  321.  
  322. #links a:hover{
  323. border-top:5px #464545 solid;
  324. color:transparent;
  325. text-shadow:0px 0px {color:Link}, -0px 0px {color:Link};
  326. -webkit-transition: all 0.5s ease-in-out;
  327. -moz-transition: all 0.5s ease-in-out;
  328. -o-transition: all 0.5s ease-in-out;
  329. -ms-transition: all 0.5s ease-in-out;
  330. transition: all 0.5s ease-in-out;
  331. }
  332.  
  333. #footer{ position:fixed;
  334. bottom:0;
  335. background-color:{color:background};
  336. width:530px;
  337. padding:20px 0 20px 0px;
  338. text-align:center;
  339. }
  340.  
  341. #sidebar {
  342. width:237px;
  343. height:132px;
  344. padding:7px;
  345. margin-left:170px;
  346. margin-top:150px;
  347. background-color:transparent;
  348. border:4px {color:Border} double;
  349. }
  350.  
  351. #sidebarimage img {
  352. width:105px;
  353. height:120px;
  354. padding:4px;
  355. opacity:1;
  356. border:1px solid {color:border};
  357. background-color: transparent;
  358.  
  359. -webkit-transition: all 0.4s ease-in-out;
  360. -moz-transition: all 0.4s ease-in-out;
  361. -o-transition: all 0.4s ease-in-out;
  362. -ms-transition: all 0.4s ease-in-out;
  363. transition: all 0.4s ease-in-out;
  364. }
  365.  
  366. #sidebar:hover #links {
  367. opacity:1;
  368. margin-top:20px;
  369. -webkit-transition: all 0.4s ease-in-out;
  370. -moz-transition: all 0.4s ease-in-out;
  371. -o-transition: all 0.4s ease-in-out;
  372. -ms-transition: all 0.4s ease-in-out;
  373. transition: all 0.4s ease-in-out;
  374. }
  375.  
  376. #description {
  377. padding:5px;
  378. text-align:center;
  379. }
  380.  
  381. .pagination { text-align:center;
  382. color:{color:body};
  383. left:213px;
  384. }
  385.  
  386. .current_page { background-color:;
  387. padding:5px;
  388. margin:5px;
  389. }
  390.  
  391. .jump_page, .next { background-color:;
  392. padding:5px;
  393. margin:5px;
  394. }
  395.  
  396. .note {
  397. text-transform:uppercase;
  398. font-style:normal;
  399. letter-spacing:0px;
  400. font-size: 9px;
  401. text-align:left;
  402. line-height:90%;
  403. margin-left:-40px;
  404. }
  405.  
  406. .note li {
  407. list-style-type:none;
  408. border-bottom:1px solid {color:border};
  409. padding:10px 25px 10px 25px;
  410. text-align:left;
  411. margin:0px;
  412. -moz-transition-duration:0.5s;
  413. -webkit-transition-duration:0.5s;
  414. -o-transition-duration:0.5s;
  415. }
  416.  
  417. #info {
  418. text-align:center;
  419. margin-top:10px;
  420. }
  421.  
  422. #question { padding:15px;
  423. background-color: {color:QuestionBg};
  424. position: relative;
  425. }
  426.  
  427. #question:after, #demo:before { border: solid transparent;
  428. content: ' ';
  429. height: 0;
  430. left: 100%;
  431. position: absolute;
  432. width: 0;
  433. }
  434.  
  435. #question:after { border-width: 9px;
  436. border-left-color: {color:QuestionBg};
  437. top: 15px;
  438. }
  439.  
  440. #question:before { border-width: 14px;
  441. border-left-color: {color:QuestionBg};
  442. top: 10px;
  443. }
  444.  
  445. #credit {
  446. text-align:center;
  447. font-family:consolas;
  448. font-size:8px;
  449. line-height:70%;
  450. background-color:#fcfcfc;
  451. position:fixed;
  452. right:8px;
  453. bottom:2px;
  454.  
  455. }
  456.  
  457. {CustomCSS}</style>
  458.  
  459. <link href="#s-m-t-tooltip" rel="stylesheet" type="text/css" />
  460.  
  461. </head><body>
  462.  
  463. <div id="credit"><a href="http://leodicapriio.tumblr.com"><img src="http://i49.tinypic.com/10qaudu.jpg" height="auto" width="40px">
  464. </a></div>
  465.  
  466.  
  467. <div id="sidebar">
  468.  
  469. <div id="navcontainer">
  470. {block:HasPages}
  471. {block:Pages}
  472. <ul>
  473. <li><a href={URL}>{Label}</a></li>
  474. </ul>
  475. {/block:Pages}
  476. {/block:HasPages}
  477. </div>
  478.  
  479.  
  480. <div id="sidebarimage">
  481. <a href="/"><img src="{image:sidebar}"></a></div>
  482.  
  483. <div id="des">{Description}</div>
  484. <div id="links">
  485. <a href="/">home</a>
  486. <a href="/ask">ask</a>
  487. <a href="{text:link 3 url}">{text:link 3}</a>
  488. <a href="{text:link 4 url}">{text:link 4}</a>
  489. <a href="{text:link 5 url}">{text:link 5}</a>
  490. </div>
  491.  
  492. <div id="description">
  493.  
  494. </div></div>
  495.  
  496.  
  497.  
  498. <div id="entries">{block:Posts}<p>
  499. <div id="post">
  500.  
  501. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  502.  
  503. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  504.  
  505. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  506.  
  507. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  508.  
  509. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  510.  
  511. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  512.  
  513. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  514.  
  515. {block:Answer}
  516. <img align="right" src="{AskerPortraitURL-40}"> <div id="question" style="width:420px;">{Asker}: {Question}</div> <BR>
  517. {Answer}
  518. {/block:Answer}
  519.  
  520. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}<br>
  521.  
  522. <div id="info">
  523. <a href="{ReblogURL}" target="_blank">reblog</a><p>
  524. {block:Date} {Month} {DayOfMonthWithZero} {Year}{/block:Date} {&hearts;<a href="{Permalink}">
  525. {NoteCount}</a>}
  526. {block:RebloggedFrom}<p>▼<a href="{ReblogParentURL}"
  527. title="{ReblogParentTitle}">{ReblogParentName}</a> ▼<a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}
  528. {block:HasTags}
  529. <div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  530. {/block:Posts}
  531. {block:PostNotes}<div class="note">
  532. {block:PostNotes}{PostNotes}{/block:PostNotes}
  533. </div>
  534. </div>
  535. {/block:Posts}</div></div></div>
  536.  
  537.  
  538.  
  539. <div id="footer" class="pagination" style="height:20px;padding:5px;margin-left:301px;">
  540. {block:Pagination}
  541. {block:PreviousPage}
  542. <a class="next" href="{PreviousPage}">←</a>
  543. {/block:PreviousPage}
  544.  
  545. {block:JumpPagination length="5"}
  546. {block:CurrentPage}
  547. <span class="current_page">{PageNumber}</span>
  548. {/block:CurrentPage}
  549.  
  550. {block:JumpPage}
  551. <a class="jump_page" href="{URL}">{PageNumber}</a>
  552. {/block:JumpPage}
  553. {/block:JumpPagination}
  554.  
  555. {block:NextPage}
  556. <a class="next" href="{NextPage}">→</a>
  557. {/block:NextPage}
  558. {/block:Pagination}
  559. </div>
  560.  
  561.  
  562.  
  563. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement