bangyixing

Theme #10 - Oblivion

Jul 28th, 2013
542
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.49 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!--
  5. THEME MADE BY ANDREA @ MILIKBOY
  6. PLEASE DON'T REMOVE THE CREDITS. THANK YOU.
  7. -->
  8.  
  9. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11. <head><title>{Title}</title>
  12. <link rel="shortcut icon" href="{Favicon}">
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  14. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  15.  
  16. <!--Default Variables-->
  17. <!--Colors-->
  18.  
  19. <meta name="color:Background" content="#ffffff"/>
  20. <meta name="color:Title" content="#9c9c9c"/>
  21. <meta name="color:Border" content="#e6e4e4"/>
  22. <meta name="color:Link" content="#f1bbba"/>
  23. <meta name="color:Hover" content="#cfcfcf"/>
  24. <meta name="color:Hovered" content="#fafafa">
  25. <meta name="color:Asker" content="#fafafa"/>
  26. <meta name="color:Letter" content="#f1bbba">
  27. <meta name="color:Hover" content="#cfcfcf"/>
  28. <meta name="color:Tags" content="#b8b8b8"/>
  29. <meta name="color:Text" content="#929292"/>
  30.  
  31. <!--Images-->
  32.  
  33. <meta name="image:Background" content="/"/>
  34. <meta name="image:Sidebar" content=""/>
  35.  
  36. <!--Links-->
  37.  
  38. <meta name="text:Link1" content="" />
  39. <meta name="text:Link1 Title" content="" />
  40. <meta name="text:Link2" content="" />
  41. <meta name="text:Link2 Title" content="" />
  42. <meta name="text:Link3" content="" />
  43. <meta name="text:Link3 Title" content="" />
  44. <meta name="text:Link4" content="" />
  45. <meta name="text:Link4 Title" content="" />
  46.  
  47. <!--Titles-->
  48.  
  49. <meta name="text:Subtitle" content="oblivion" />
  50.  
  51. <style type="text/css">
  52.  
  53. body {
  54. background:{color:background};
  55. background-image: url("{image:background}");
  56. background-attachment: fixed;
  57. color:{color:text};
  58. font-family:Trebuchet MS;
  59. font-size:9px;
  60. margin:50px;
  61. text-align:justify;
  62. letter-spacing:0px;
  63. line-height:140%;
  64. }
  65.  
  66. a {
  67. text-decoration:none;
  68. outline:none;
  69. -moz-outline-style:none;
  70. color:{color:Link};
  71. -webkit-transition: all 0.5s ease;
  72. -moz-transition: all 0.5s ease;
  73. -o-transition: all 0.5s ease;
  74. }
  75.  
  76. img {
  77. border:none;
  78. }
  79.  
  80. blockquote blockquote {
  81. padding-left:5px;
  82. border-left:1px solid;
  83. }
  84.  
  85. h1 {
  86. font-size:20px;
  87. text-transform:lowercase;
  88. font-style:italic;
  89. line-height:140%;
  90. text-align:right;
  91. font-family:Times New Roman;
  92. color:{color:Title};
  93. }
  94.  
  95. a:hover {
  96. color: {color:Border};
  97. }
  98.  
  99. small{
  100. font-size:9px;
  101. line-height:140%;
  102. }
  103.  
  104. big {
  105. font-size:12px;
  106. line-height:140%;
  107. }
  108.  
  109. b, strong{
  110. color:{color:Text};
  111. }
  112. i, em {
  113. color:{color:Text};
  114. }
  115. p{
  116. margin-top:5px;
  117. margin-bottom:5px;
  118. }
  119. blockquote {
  120. padding:0px;
  121. padding-left:5px;
  122. margin:5px;
  123. border-left:1px solid {color:Border};
  124. }
  125.  
  126. blockquote img {
  127. max-width:300px;
  128. }
  129.  
  130. .audio { height:60px; padding:5px; margin-bottom:5px;}
  131. .audio-album { position:absolute; width:60px; }
  132. .audio-player { position:absolute; width:25px; height:25px; margin-left:15px; margin-top:15px; opacity:0.9; overflow:hidden; border:2px solid {color:Border}; }
  133. .audio-info { margin-top:-2px; position:relative; margin-left:70px; padding:5px; }
  134.  
  135. #entries {
  136. overflow:hidden;
  137. margin-left:520px;
  138. letter-spacing:1px;
  139. }
  140.  
  141. #post {
  142. margin-top:20px;
  143. margin:15px;
  144. padding-left:15px;
  145. padding-right:15px;
  146. padding-top:25px;
  147. width:500px;
  148. }
  149.  
  150. #quote {
  151. font-size:15px;
  152. font-style:none;
  153. text-align:center;
  154. line-height:140%;
  155. }
  156.  
  157. #chat {
  158. text-transform:uppercase;
  159. }
  160.  
  161. #website {
  162. font-style:italic;
  163. text-align:right;
  164. font-size:12px;
  165. font-family:Times New Roman;
  166. color:{color:Text};
  167. }
  168.  
  169. #sidebar {
  170. position:fixed;
  171. margin-left:700px;
  172. margin-top:-190px;
  173. }
  174.  
  175. #sidebarimage img {
  176. width:120px;
  177. height:120px;
  178. position:fixed;
  179. margin-top:288px;
  180. margin-left:-415px;
  181. padding:20px;
  182. border: 3px double {color:Hovered};
  183. }
  184.  
  185. #icon img {
  186. position:fixed;
  187. margin-top:460px;
  188. margin-left:-415px;
  189. padding:10px;
  190. background:{color:Hovered};
  191. }
  192.  
  193. #title {
  194. font-size:25px;
  195. position:fixed;
  196. margin-left:-350px;
  197. margin-top:472px;
  198. font-family:Libre Baskerville;
  199. font-style:oblique;
  200. text-align:center;
  201. line-height:40%;
  202. letter-spacing:1px;
  203. text-transform:lowercase;
  204. color:{color:Text};
  205.  
  206. }
  207.  
  208. #links {
  209. width:200px;
  210. height:auto;
  211. font-size:10px;
  212. font-family:Cambria;
  213. font-style:italic;
  214. text-align:center;
  215. text-transform:uppercase;
  216. opacity:1;
  217. position:fixed;
  218. word-spacing:0px;
  219. margin-left:-431px;
  220. margin-top:517px;
  221. letter-spacing:0px;
  222. }
  223.  
  224. #links a {
  225. display:inline-block;
  226. width:42px;
  227. padding:5px;
  228. margin-right:2px;
  229. margin-bottom:4px;
  230. color:{color:Link};
  231. background:{color:Hovered};
  232. border-bottom:1px solid {color:Border};
  233. }
  234.  
  235. #links a:hover {
  236. border-bottom:1px solid {color:Border};
  237. background:{color:Background};
  238. font-style:italic;
  239. color:{color:Description};
  240. letter-spacing:0px;
  241. -moz-transition-duration:0.5s;
  242. -webkit-transition-duration:0.5s;
  243. -o-transition-duration:0.5s;
  244. }
  245.  
  246. #description {
  247. font-size:8px;
  248. width:136px;
  249. height:137px;
  250. opacity:1;
  251. padding: 15px;
  252. font-family:Cambria;
  253. text-transform:uppercase;
  254. position:fixed;
  255. text-align:justify;
  256. font-style:none;
  257. line-height:90%;
  258. margin-top:287px;
  259. margin-left:-415px;
  260. letter-spacing:0px;
  261. opacity:0;
  262. position:fixed;
  263. background:{color:Background};
  264. -moz-transition-duration:1s;
  265. -webkit-transition-duration:1s;
  266. -o-transition-duration:1s;
  267. }
  268.  
  269. #sidebar:hover #description {
  270. opacity:0.9;
  271. }
  272.  
  273. #description:first-letter {
  274. padding:5px;
  275. padding-bottom:6px;
  276. padding-left:5px;
  277. padding-right:6px;
  278. font-size:20px;
  279. font-style:italic;
  280. margin-right:3px;
  281. line-height:140%;
  282. float:left;
  283. background:{color:Letter};
  284. color:{color:Background};
  285. }
  286.  
  287. #pagination {
  288. font-size:9px;
  289. margin-top:482px;
  290. text-align:center;
  291. color:{color:Text};
  292. padding:10px;
  293. opacity:1;
  294. position:fixed;
  295. font-style:none;
  296. font-style:italic;
  297. margin-left:-340px;
  298. letter-spacing:2px;
  299. }
  300.  
  301. #info {
  302. font-family:Calibri;
  303. margin-top:12px;
  304. font-size:8px;
  305. color:{color:Text};
  306. text-transform:uppercase;
  307. font-style:normal;
  308. text-align:left;
  309. -moz-transition-duration:0.5s;
  310. -webkit-transition-duration:0.5s;
  311. -o-transition-duration:0.5s;
  312. }
  313.  
  314. #info a {
  315. color:{color:Link};
  316. }
  317.  
  318. #info a:hover {
  319. color:{color:Hover};
  320. }
  321.  
  322. #tags {
  323. font-style:none;
  324. font-family:Calibri;
  325. text-transform:uppercase;
  326. font-style:none;
  327. color:{color:Links};
  328. line-height:120%;
  329. font-size:8px;
  330. opacity:1;
  331. float:left;
  332. padding-top:0px;
  333. -moz-transition-duration:.5s;
  334. -webkit-transition-duration:.5s;
  335. -o-transition-duration:.5s;
  336. }
  337.  
  338. #notes {
  339. text-transform:uppercase;
  340. font-size:8px;
  341. font-family:Calibri;
  342. }
  343.  
  344. #question {
  345. text-align:right;
  346. padding:20px;
  347. background: {color:Asker};
  348. font-size:10px;
  349. color:{color:Text};
  350. }
  351.  
  352. #credit {
  353. font-family:Calibri;
  354. font-size:9px;
  355. letter-spacing:1px;
  356. float:right;
  357. position:fixed;
  358. bottom:15px;
  359. right:10px;
  360. }
  361.  
  362. #credit a {
  363. color:#ffffff;
  364. padding:5px;
  365. text-transform:uppercase;
  366. background:{color:Link};
  367. }
  368.  
  369. #credit a:hover {
  370. color:{color:Link};
  371. text-transform:uppercase;
  372. font-style:none;
  373. background:{color:Background};
  374. }
  375.  
  376. {CustomCSS}</style></head><body>
  377.  
  378. <div id="sidebar">
  379. <div id="title">{text:Subtitle}</div>
  380. <div id="sidebarimage"><img src="{image:Sidebar}"></div>
  381. <div id="icon"><img src="{PortraitURL-30}"></div>
  382. <div id="links">
  383. <a href="/">index</a>
  384. <a href="/ask">askbox</a>
  385. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  386. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  387. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  388. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  389. </div>
  390.  
  391. <div id="description">{Description}
  392. </div>
  393.  
  394.  
  395. {block:Pagination}<div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">fall</a>{/block:PreviousPage} — {block:NextPage}<a href="{NextPage}">jump</a>{/block:NextPage}{/block:Pagination}</div></div>
  396.  
  397. <div id="entries">
  398. {block:Posts}
  399. <div id="post">
  400.  
  401. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  402.  
  403. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  404.  
  405. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  406.  
  407. {block:Quote}<div id="quote">❝{Quote}</i>❞{block:Source} — <i>{Source}</i></div>{/block:Source}{/block:Quote}
  408.  
  409. {block:Link}<div id="website"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}{/block:Link}
  410.  
  411. <div id="chat">
  412. {block:Chat}
  413. {block:Title}
  414. <h1>{Title}</h1>
  415. {/block:Title}
  416. {block:Lines}
  417. <blockquote>{block:Label}<b>{Label}</b>{/block:Label} -
  418. {Line}</blockquote><br>
  419. {/block:Lines}{/block:Chat}
  420. </div>
  421.  
  422. {block:Audio}
  423. <div class="audio">
  424. {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}
  425. <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  426. <div class="audio-info">
  427. {block:TrackName}<b>Title:</b> {TrackName}<br>{/block:TrackName}
  428. {block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
  429. {block:Album}<b>Album:</b> {Album}<br>{/block:Album}
  430. {block:PlayCount}<b>Plays:</b> {PlayCount}<br>{/block:PlayCount}
  431. </div></div>
  432. {/block:Audio}
  433.  
  434. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  435.  
  436. {block:Answer}
  437. <div id="question">
  438. {Question} — <i>{Asker} </i></div>
  439. {Answer}{/block:answer}
  440.  
  441.  
  442. {block:Date}<div id="info"> {block:RebloggedFrom} <a href="{ReblogParentURL}">via </a> ‧ {/block:RebloggedFrom} {block:ContentSource} <a href="{SourceURL}">source</a> — {/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a> {/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  443. <a href="{Permalink}" style="float:right; background-color:{color:Hovered}; padding:3px; color:{color:Text};">{TimeAgo}</a>
  444. {/block:Date}</div>
  445.  
  446.  
  447. {block:HasTags}
  448. <div id="tags">
  449. {block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>
  450. {/block:HasTags}
  451. <div id="notes">
  452. {block:PostNotes}{PostNotes}{/block:PostNotes}
  453. </div>
  454. </div>
  455. {/block:Posts}
  456.  
  457. </div>
  458.  
  459. <div id="credit"><a href="http://mlikboy.tumblr.com/">mlikboy</a></div>
  460.  
  461. </body>
  462. </html>
Advertisement
Add Comment
Please, Sign In to add comment