Advertisement
paulveretts

Theme #35 // Oblivion

Jul 25th, 2014
1,791
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.12 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.  
  11. THEME BY JÚLIA // @mclahei
  12. Base code by @hogwat;
  13.  
  14. YOU CAN:
  15. Tweak the code on your blog.
  16. Reblog/Like the original post.
  17. Come to me if you need any help.
  18. Take little parts of the code to
  19. get a desired effect. Keep in
  20. mind I mean /little/ parts only.
  21. Enjoy this theme :)
  22.  
  23. YOU CAN'T:
  24. Repost any of the codes.
  25. Remove credit from view.
  26. Use this as a base code,
  27. as it was made from one
  28. that does not belong to me.
  29.  
  30. -->
  31.  
  32. <meta name="color:Background" content="#fff"/>
  33. <meta name="color:Text" content="#8c8c8c"/>
  34. <meta name="color:Description" content="#8c8c8c"/>
  35. <meta name="color:Links" content="#8c8c8c"/>
  36. <meta name="color:General Links Hover" content="#56bc8a"/>
  37.  
  38. <meta name="if:MovingTitle" content=""/>
  39. <meta name="if:StaticTitle" content="1"/>
  40.  
  41. <meta name="text:Link 1" content="/"/>
  42. <meta name="text:Link 1 Title" content=""/>
  43. <meta name="text:Link 2" content="/"/>
  44. <meta name="text:Link 2 Title" content=""/>
  45. <meta name="text:Link 3" content="/"/>
  46. <meta name="text:Link 3 Title" content=""/>
  47. <meta name="text:Link 4" content="/"/>
  48. <meta name="text:Link 4 Title" content=""/>
  49.  
  50. <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
  51.  
  52. <link href='http://fonts.googleapis.com/css?family=Permanent+Marker' rel='stylesheet' type='text/css'>
  53.  
  54. <style type="text/css">
  55. body {
  56. background:{color:Background};
  57. font-family:'pixel';
  58. font-size:10px;
  59. color:{color:text};
  60. }
  61.  
  62. a {
  63. color:{color:Links};
  64. text-decoration:none;
  65. }
  66.  
  67. a b{
  68. color:{color:General Links Hover};
  69. }
  70.  
  71. b {
  72. font-weight:300;
  73. color:{color:General Links Hover};
  74. }
  75.  
  76. strong {
  77. font-weight:300;
  78. color:{color:Color 1};
  79. }
  80.  
  81. #box {
  82. background:#f5f5f5;
  83. border: 1px solid #ddd;
  84. font-family:'pixel';
  85. letter-spacing:1px;
  86. line-height:10px;
  87. font-size:10px;
  88. text-align:center;
  89. padding:10px;
  90. }
  91.  
  92. ::selection {color:{color:General Links Hover};}
  93. ::-moz-selection {color:{color:General Links Hover};}
  94.  
  95. #pag {
  96. text-align:center;
  97. font-family:'pixel';
  98. font-size:10px;
  99. text-transform:normal;
  100. margin-top:15px;
  101. }
  102.  
  103. blockquote {
  104. border-left:1px solid #ededed;
  105. padding-left:10px;
  106. width:220px;
  107. margin-left:6px;
  108. }
  109.  
  110. blockquote blockquote {
  111. width:200px;
  112. }
  113.  
  114. h1 {
  115. font-family:'pixel';
  116. color:{color:text};
  117. background:#f5f5f5;
  118. font-size:10px;
  119. text-transform:normal;
  120. font-weight:normal;
  121. padding:30px;
  122. margin-bottom:20px;
  123. text-align:center;
  124. }
  125.  
  126. #entries {
  127. width:250px;
  128. text-align:justify;
  129. margin-left:400px;
  130. margin-top:50px;
  131. margin-bottom:30px;
  132. }
  133.  
  134. #post {
  135. background:#fff;
  136. width:273px;
  137. margin-top:50px;
  138. }
  139.  
  140. a:hover {
  141. text-decoration:none;
  142. color:{color:General Links Hover};
  143. }
  144.  
  145. .thing {
  146. width:130px;
  147. height:120px;
  148. overflow:hidden;
  149. display:inline-block;
  150. vertical-align:top;
  151. -webkit-transition:0.5s;
  152. -moz-transition:0.5s;
  153. -ms-transition:0.5s;
  154. -o-transition:0.5s;
  155. transition:0.5s;
  156. }
  157.  
  158. .thing:hover{
  159. cursor:help;
  160. }
  161.  
  162. .thingclick {
  163. height:auto;
  164. overflow:hidden;
  165. }
  166.  
  167. #sbar {
  168. box-shadow:rgba(0,0,0,0.08) 7px 7px;
  169. margin-left:100px;
  170. background:#fff;
  171. border:1px solid #ddd;
  172. padding:10px;
  173. margin-top:0px;
  174. position:fixed;
  175. width:130px;
  176. }
  177.  
  178. #fluid {
  179. width:128px;
  180. font-size:10px;
  181. border:1px solid #d8d8d8;
  182. text-transform:normal;
  183. margin-top:10px;
  184. font-family:'pixel';
  185. word-spacing:3px;
  186. padding-bottom:5px;
  187. padding-top:5px;
  188. text-align:center;
  189. }
  190.  
  191. #fluid a{
  192. padding:3px;
  193. padding-left:4px;
  194. padding-right:4px;
  195. font-family:'pixel';
  196. text-align:center;
  197. color:{color:Links};
  198. -moz-transition-duration:0.6s;
  199. -webkit-transition-duration:0.6s;
  200. -o-transition-duration:0.6s;
  201. }
  202.  
  203. #fluid a:hover {
  204. color:{color:Sidebar Links Hover};
  205. -webkit-transition:all 0.6s ease-out;
  206. -moz-transition:all 0.6s ease-out;
  207. transition:all 0.6s ease-out;
  208. }
  209.  
  210. .caption .conversation {
  211. margin-left: -40px; !important;
  212. margin-bottom:0px;
  213. margin-top:0px;
  214. font-family:'pixel';
  215. font-size:10px;
  216. list-style-type: none;
  217. }
  218.  
  219. .conversation .chat_line {
  220. padding: 10px;
  221. }
  222.  
  223. .conversation .chat_line.userodd {
  224. background: #f5f5f5;
  225. }
  226.  
  227. .conversation .chat_line.usereven {
  228. background: #fff;
  229. }
  230.  
  231. #birdy img {
  232. margin-bottom:10px;
  233. width:130px;
  234. }
  235.  
  236. #desc {
  237. color:{color:Description};
  238. margin-top:5px;
  239. font-family:'pixel';
  240. font-size:10px;
  241. padding:5px;
  242. text-align:justify;
  243. }
  244.  
  245. #misty {
  246. opacity:1;
  247. text-align:center;
  248. color:#f5f5f5;
  249. }
  250.  
  251. #misty a{
  252. border-radius:0px;
  253. display:inline-block;
  254. opacity:1;
  255. font-size:10px;
  256. border:1px solid #ddd;
  257. text-align:center;
  258. color:#8c8c8c;
  259. padding-top:3px;
  260. padding:5px;
  261. background:#f5f5f5;
  262. }
  263.  
  264. #misty a:hover {
  265. color:#fff;
  266. background:{color:General Links Hover};
  267. }
  268.  
  269. #month {
  270. text-transform:normal;
  271. font-family:'pixel';
  272. font-size:10px;
  273. text-transform:normal;
  274. letter-spacing:1px;
  275. }
  276.  
  277. #month a:hover{
  278. text-decoration:underline;
  279. }
  280.  
  281. #info {
  282. padding:3px;
  283. font-family:'pixel';
  284. border-top:1px solid #ddd;
  285. border-left:1px solid #ddd;
  286. border-right:1px solid #ddd;
  287. background:#f5f5f5;
  288. font-size:10px;
  289. text-transform:normal;
  290. color:#a8a8a8;
  291. text-align:right;
  292. margin-top:20px;
  293. }
  294.  
  295. #tags {
  296. font-family:'pixel';
  297. font-size:10px;
  298. text-transform:normal;
  299. width:300px;
  300. opacity:0.3;
  301. text-align:center;
  302. margin-top:10px;
  303. -webkit-transition:all 0.6s ease-out;
  304. -moz-transition:all 0.6s ease-out;
  305. transition:all 0.6s ease-out;
  306. }
  307.  
  308. #post:hover #tags {
  309. opacity:0.7;
  310. -webkit-transition:all 0.6s ease-out;
  311. -moz-transition:all 0.6s ease-out;
  312. transition:all 0.6s ease-out;
  313. }
  314.  
  315. #asker {
  316. font-size:10px;
  317. }
  318.  
  319. #ask {
  320. padding:30px;
  321. text-align:center;
  322. background:#f5f5f5;
  323. font-family:'pixel';
  324. font-size:10px;
  325. text-transform:normal;
  326. }
  327.  
  328. #ask a{
  329. font-family:'pixel';
  330. font-size:10px;
  331. letter-spacing:0px;
  332. text-transform:normal;
  333. }
  334.  
  335. #askimg img {
  336. width:40px;
  337. height:40px;
  338. border:12px solid #f5f5f5;
  339. }
  340.  
  341. #ask2 {
  342. margin-top:10px;
  343. }
  344.  
  345. /*audio*/
  346.  
  347. .music {
  348. background:{color:Post Header Background};
  349. padding:10px;
  350. }
  351.  
  352. .albumart {
  353. float:left;
  354. padding:0px 10px 10px 0px;
  355. }
  356.  
  357. .albumart img {
  358. width:110px;
  359. height:110px;
  360. }
  361.  
  362. #player {
  363. width:25px;
  364. height:25px;
  365. overflow:hidden;
  366. opacity:0.5;
  367. border-radius: 30px;
  368. }
  369.  
  370. .musicinfo {
  371. font-size:10px;
  372. width:250px;
  373. text-transform:normal;
  374. font-family:'pixel';
  375. text-align:left;
  376. margin-left:30px;
  377. margin-top:-23px;
  378. line-height:120%;
  379. color:{color:Post Header};
  380. }
  381.  
  382. #quote {
  383. font-family:'pixel';
  384. background:#f5f5f5;
  385. font-size:10px;
  386. text-transform:normal;
  387. font-weight:normal;
  388. padding:30px;
  389. text-align:center;
  390. }
  391.  
  392. #source {
  393. font-size:10px;
  394. font-family:'pixel';
  395. text-transform:normal;
  396. text-align:center;
  397. padding:10px;
  398. }
  399.  
  400. #chat1 {
  401. margin-top:5px;
  402. }
  403.  
  404. {CustomCSS}
  405.  
  406. @font-face {font-family:"pixel"; src: url("http://static.tumblr.com/ofgksh6/md0mkd9yd/bitxmap_font_tfb.ttf")}
  407.  
  408. </style></head><body>
  409.  
  410. <div id="sbar">
  411.  
  412. {block:IfMovingTitle}<div id="box"><marquee>{title}</marquee></div>{/block:IfMovingTitle}
  413.  
  414. {block:IfStaticTitle}<div id="box">{title}</div>{/block:IfStaticTitle}
  415.  
  416. <div id="desc">
  417. {description}
  418. </div>
  419.  
  420. <center><select onChange="location.href=this.options[this.selectedIndex].value;" style="font-size:10px; border:1px solid #e7e7e7; width: 80px; margin-top:10px; font-family:'pixel';">
  421. <option value="/">links</option>
  422. <option value="/">home</option>
  423. <option value="/ask">ask</option>
  424. <option value="{text:Link 1}">{text:Link 1 Title}</option>
  425. <option value="{text:Link 2}">{text:Link 2 Title}</option>
  426. <option value="{text:Link 3}">{text:Link 3 Title}</option>
  427. <option value="{text:Link 4}">{text:Link 4 Title}</option>
  428. </select></center>
  429.  
  430. <div id="pag">
  431. {block:Pagination}
  432. {block:PreviousPage}<a href="{PreviousPage}">back </a>{/block:PreviousPage}
  433. {block:NextPage}—<a href="{NextPage}"> next</a>{/block:NextPage}
  434. {/block:Pagination}
  435. </div>
  436.  
  437. </div>
  438.  
  439. <div id="entries">
  440. {block:Posts}
  441. <div id="post">
  442.  
  443. <div id="info">
  444.  
  445. <span id="src" style="float:left;">
  446. {block:RebloggedFrom} <a href="{ReblogParentURL}" title="reblogged from"> ♡</a> {/block:RebloggedFrom}
  447. {block:ContentSource} /<a href="{SourceURL}" title="original post">✿ </a>{/block:ContentSource}
  448. <a href="{permalink}">[{NoteCount}]</a></span>
  449. <span id="month"><a href="{permalink}">{shortmonth} {dayofmonth}</a>
  450.  
  451. </div>
  452.  
  453. {block:Text}
  454. <div style="border:1px solid #ddd; padding:10px; box-shadow:rgba(0,0,0,0.08) 7px 7px;">
  455. {block:Title}<h1>{Title}</h1>{/block:Title}
  456. {Body}</div>{/block:Text}
  457.  
  458. {block:Photo}<div style="border:1px solid #ddd; padding:10px; box-shadow:rgba(0,0,0,0.08) 7px 7px;">{LinkOpenTag}<img src="{PhotoURL-250}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}</div>{/block:Photo}
  459.  
  460. {block:Photoset}<div style="border:1px solid #ddd; padding:10px; box-shadow:rgba(0,0,0,0.08) 7px 7px;">{Photoset-250}{block:Caption}{Caption}{/block:Caption}</div>{/block:Photoset}
  461.  
  462. {block:Quote}
  463. <div style="border:1px solid #ddd; padding:10px; box-shadow:rgba(0,0,0,0.08) 7px 7px;">
  464. <div id="quote">
  465. "{Quote}"
  466. </div>
  467. {block:Source}
  468. <div id="source">
  469. {Source}
  470. </div>
  471. {/block:Source}</div>{/block:Quote}
  472.  
  473. {block:Link}<div style="border:1px solid #ddd; padding:10px;box-shadow:rgba(0,0,0,0.08) 7px 7px;"><h1><a href="{URL}" {Target}>{Name} →</a></h1></div>{/block:Link}
  474.  
  475. {block:Chat}
  476. <div style="border:1px solid #ddd; padding:10px;box-shadow:rgba(0,0,0,0.08) 7px 7px;">
  477. <section class="caption group">
  478. {block:Title}<h2><a href="{Permalink}">{Title}</a></h2>{/block:Title}
  479. <ul class="conversation">
  480. {block:Lines}
  481. <li class="chat_line user{Alt}">
  482. {block:Label}
  483. <b>{Label}</b>&nbsp;&nbsp;
  484. {/block:Label}
  485. {Line}
  486. </li>
  487. {/block:Lines}
  488. </ul>
  489. </div>
  490. {/block:Chat}
  491.  
  492. {block:Audio}<div style="border:1px solid #ddd; padding:10px;box-shadow:rgba(0,0,0,0.08) 7px 7px;"><div class="music">
  493. <div id="player">{AudioPlayerBlack}</div>
  494. <div class="musicinfo">{block:TrackName}<u>{TrackName}</u>{/block:TrackName}<br>{block:Artist} {Artist} - {/block:Artist}
  495. {/block:ExternalAudio}[{PlayCount}]</div></div>
  496. {block:Caption}{Caption}{/block:Caption}<br></div>{/block:Audio}
  497.  
  498. {block:Video}<div style="border:1px solid #ddd; padding:10px;">{Video-250}{block:Caption}{Caption}{/block:Caption}</div>{/block:Video}
  499.  
  500. {block:Answer}
  501. <div style="border:1px solid #ddd; padding:10px;box-shadow:rgba(0,0,0,0.08) 7px 7px;">
  502. <div id="ask">
  503. <span id="asker"><b>Q:</b> </span>► {Question}
  504. </div>
  505. <div id="ask2">
  506. <div style="margin-top:10px; padding:5px;">{Answer}</div></div></div>{/block:Answer}
  507.  
  508. <div id="tags">
  509.  
  510. {block:HasTags}{block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>&nbsp;&nbsp;&nbsp;&nbsp;{/block:Tags}{/block:HasTags}
  511.  
  512. </div>
  513.  
  514. </div>
  515.  
  516. {/block:Posts}
  517.  
  518. <br><br>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  519.  
  520. </body>
  521.  
  522. <div id="misty"><div style="position:fixed;bottom:5px; text-transform:normal;right:5px; font-size:10px; letter-spacing:2px; font-family:'pixel';"><a href="http://mclahei.tumblr.com" title="theme by júlia">theme</a></center></div></div>
  523.  
  524. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement