Advertisement
Maliklmore

Theme for lastfirstx

Jul 20th, 2013
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.74 KB | None | 0 0
  1. <!--
  2.  
  3. THEME BY HANNAH AKA OFPEWDS
  4.  
  5. IF YOU USE AS A BASE, REMOVE CREDIT, OR CLAIM AS YOUR OWN- I WILL FIND YOU AND THERE WILL BE CONSEQUENCES
  6.  
  7. **i recognize alllll my themes**
  8.  
  9. -->
  10.  
  11.  
  12. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  13. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  14. <head><title>{Title}</title>
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  17.  
  18.  
  19. <meta name="color:Background" content="#ffffff"/>
  20. <meta name="color:Sidebar" content="#ffffff"/>
  21. <meta name="color:Text" content="#a8a8a8"/>
  22. <meta name="color:description" content="#a8a8a8"/>
  23. <meta name="color:Link" content="#b8b8b8"/>
  24. <meta name="color:Tags" content="f0f0f0"/>
  25. <meta name="color:Hover" content="#f2f2f2"/>
  26. <meta name="color:Line" content="#f2f2f2"/>
  27. <meta name="color:Border" content="#e4e4e4"/>
  28. <meta name="color:Post" content="#ffffff"/>
  29. <meta name="color:Answer" content="#f8f8f8"/>
  30. <meta name="color:scrollbarbg" content="ffffff"/>
  31.  
  32. <meta name="image:sidebar" content=""/>
  33. <meta name="image:sidebar2" content=""/>
  34.  
  35. <meta name="text:Link 1" content="" />
  36. <meta name="text:Link 1 Text" content="" />
  37. <meta name="text:Link 2" content="" />
  38. <meta name="text:Link 2 Text" content="" />
  39. <meta name="text:sidebartitle" content="" />
  40.  
  41. <link rel="shortcut icon" href="{Favicon}">
  42.  
  43. <style type="text/css">
  44.  
  45. ::-webkit-scrollbar {
  46. width: 5px;height: 5px;}
  47. ::-webkit-scrollbar-button:start:decrement,
  48. ::-webkit-scrollbar-button:end:increment {
  49. height: 6px;display: block;background-color: {color:white};}
  50. ::-webkit-scrollbar-track-piece {
  51. background-color: {color:scrollbarbg};}
  52. ::-webkit-scrollbar-thumb:vertical {
  53. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  54.  
  55. body {
  56. background:{color:background};
  57. margin:0px;
  58. color:{color:text};
  59. font-family:Calibri;
  60. font-size:9px;
  61. line-height:100%;
  62. }
  63.  
  64. a {
  65. text-decoration:none;
  66. outline:none;
  67. -moz-outline-style:none;
  68. color:{color:link};
  69. }
  70.  
  71. img {
  72. border:none;
  73. }
  74.  
  75. blockquote {
  76. padding-left:5px;
  77. border-left:2px solid;
  78. }
  79.  
  80. blockquote blockquote {
  81. padding-left:5px;
  82. border-left:2px solid;
  83. }
  84.  
  85. h1 {
  86. font-size:9px;
  87. text-transform:uppercase;
  88. }
  89.  
  90. a:hover {
  91. opacity:10;
  92. color:{color:hover};
  93. -webkit-transition: all 0.7s ease;
  94. -moz-transition: all 0.7s ease;
  95. -o-transition: all 0.7s ease
  96. }
  97.  
  98. #entries {
  99. padding-left:-2px;
  100. padding-top:40px;
  101. width:500px;
  102. margin-left:415px;
  103. margin-top:100px;
  104. font-size:10px;
  105. background-color:#fff;
  106. }
  107.  
  108. #post {
  109. width:500px;
  110. padding-bottom:20px;
  111. background-color:#fff;
  112. padding:5px;
  113. margin-top:8px;
  114. }
  115.  
  116. #sidebar {
  117. width:650px;
  118. height:125px;
  119. position:fixed;
  120. background-color:#000;
  121. margin-left:350px;
  122. margin-top:-100px;
  123. border-bottom: 2px dotted #fff;
  124. }
  125.  
  126. #sidebarimage {
  127. width 100px;
  128. }
  129.  
  130. #sidebarimage img {
  131. width:100px;
  132. height:100px;
  133. margin-left:48px;
  134. margin-top:5px;
  135. border-radius:100px;
  136. border:2px dotted #fff;
  137. }
  138.  
  139. #sidebarimage2 {
  140. width 100px;
  141. }
  142.  
  143. #sidebarimage2 img {
  144. width:100px;
  145. height:100px;
  146. margin-left:160px;
  147. margin-top:-90px;
  148. border-radius:100px;
  149. border:2px dotted #fff;
  150. }
  151.  
  152.  
  153. #description {
  154. position:fixed;
  155. font-family:cambria;
  156. line-height:90%;
  157. font-size:12px;
  158. font-style:italic;
  159. width:225px;
  160. line-height:118%;
  161. height:50px;
  162. margin-top:-105px;
  163. background-color:#fff;
  164. padding:10px;
  165. margin-left:320px;
  166. opacity:0;
  167. border: 2px dotted #000;
  168. text-align:justify;
  169. color:#000;
  170. -o-transition-transition: all 0.4s ease-out;
  171. -webkit-transition: all 0.4s ease-out;
  172. -moz-transition: all 0.4s ease-out;
  173. }
  174. #sidebar:hover #description {
  175. opacity:.9;
  176. -webkit-transition: all 0.7s ease-in-out;
  177. -moz-transition: all 0.7s ease-in-out;
  178. -o-transition: all 0.7s ease-in-out;
  179. -ms-transition: all 0.7s ease-in-out; transition: all 0.6s ease-in-out;
  180. }
  181.  
  182. #description a {
  183. color:#000;
  184. text-transform:uppercase;
  185. text-shadow:-1px 1px teal;
  186. width:90px;
  187. height:200px;
  188. -moz-transition-duration:0.4s;
  189. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  190.  
  191. @font-face {font-family:Aderyn;src:url(http://static.tumblr.com/9wzbixa/Qnqm26qzk/dk_aderyn_0.ttf);}
  192.  
  193. @font-face {font-family:oldphotographcredit;src:url(http://static.tumblr.com/spobirt/vuTmplbgc/cfoldphotographcredit.ttf);}
  194.  
  195. .sidebartitle {
  196. margin-top:-80px;
  197. margin-left:130px;
  198. text-align:center;
  199. color:#fff;
  200. font-size:35px;
  201. font-family:oldphotographcredit;
  202. position:absolute;
  203. z-index:999;
  204. letter-spacing:1px;
  205. width:600px;
  206. height 40px;
  207. opacity:1;
  208. padding-top:15px;
  209. padding-bottom:15px;
  210. text-shadow:-1px 1px teal;
  211. -o-transition-transition: all 0.9s ease-out;
  212. -webkit-transition: all 0.9s ease-out;
  213. -moz-transition: all 0.9s ease-out;
  214. }
  215.  
  216. #sidebar:hover .sidebartitle {
  217. opacity:0;
  218. -webkit-transition: all 0.4s ease-in-out;
  219. -moz-transition: all 0.4s ease-in-out;
  220. -o-transition: all 0.4s ease-in-out;
  221. -ms-transition: all 0.4s ease-in-out; transition: all 0.6s ease-in-out;
  222. }
  223.  
  224. .links {
  225. width:260px;
  226. height:75px;
  227. font-family:times new roman;
  228. text-align:center;
  229. margin-top:-28px;
  230. margin-left:305px;
  231. text-transform:uppercase;
  232. position:fixed;
  233. padding-top:6px;
  234. opacity:0;
  235. padding-bottom:6px;
  236. -o-transition-transition: all 0.8s ease-out;
  237. -webkit-transition: all 0.8s ease-out;
  238. -moz-transition: all 0.8s ease-out;
  239. }
  240.  
  241. .links a {
  242. font-size: 15px;
  243. line-height:150%;
  244. color:#fff;
  245. padding-left:10px;
  246. text-shadow:-1px -1px teal;
  247. z-index:9999999999999999999999;
  248. -o-transition-transition: all 0.4s ease-out;
  249. -webkit-transition: all 0.4s ease-out;
  250. -moz-transition: all 0.4s ease-out;
  251. }
  252.  
  253. .links a:hover {
  254. opacity:100;
  255. font-size:16px;
  256. letter-spacing:5px;
  257. -webkit-transition: all 0.7s ease-in-out;
  258. -moz-transition: all 0.7s ease-in-out;
  259. -o-transition: all 0.7s ease-in-out;
  260. -ms-transition: all 0.7s ease-in-out; transition: all 0.6s ease-in-out;
  261. }
  262.  
  263. #sidebar:hover .links {
  264. opacity:1;
  265. }
  266.  
  267. #pagination {
  268. width:1475px;
  269. height:75px;
  270. text-align:center;
  271. margin-left:-145px;
  272. margin-top:185px;
  273. position:fixed;
  274. padding:25px;
  275. font-family:cambria italic;
  276. letter-spacing:0px;
  277. word-spacing:600px;
  278. text-shadow:-1px 1px teal;
  279. }
  280. #pagination a {
  281. width:60px;
  282. padding-left:10px;
  283. padding-right:10px;
  284. padding-top:5px;
  285. padding-bottom:5px;
  286. font-size:35px;
  287. height:30px;
  288. border-radius:200px;
  289. background-color:#000;
  290. border: 2px dotted #fff;
  291. }
  292.  
  293.  
  294. #pagination a {color:white; -moz-transition-duration:0.4s;
  295. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  296.  
  297. #info {
  298. text-align:left;
  299. width:500px;
  300. margin-top:10px;
  301. text-transform:uppercase;
  302. font-size:12px;
  303. font-style:none;
  304. font-family: georgia italic;
  305. padding-top:0px;
  306. padding-bottom:12px;
  307. border-top: 2px dotted black;
  308. }
  309. #info a {color:black; -moz-transition-duration:0.4s;
  310. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  311.  
  312. #tags {
  313. font-family:cambria;
  314. letter-spacing:0px;
  315. text-transform:lowercase;
  316. font-size:12px;
  317. width:500px;
  318. background-color:#000;
  319. font-style:italic;
  320. margin-top:4px;
  321. text-align:right;
  322. }
  323.  
  324. #tags
  325. a {color:#fff;padding:-3px;text-align:left;
  326. -webkit-transition: all 0.6s ease-in-out;
  327. -moz-transition: all 0.6s ease-in-out;
  328. -o-transition: all 0.6s ease-in-out;
  329. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  330.  
  331. #asker {
  332. padding:5px;
  333. width:500px;
  334. font-family:cambria;
  335. letter-spacing:1px;
  336. text-align:left;
  337. font-style:italic;
  338. background-color:black;
  339. color:#fff;
  340. }
  341.  
  342. #asker a {color:white;
  343. text-shadow:-1px 1px teal;
  344. font-size:14px;
  345. -moz-transition-duration:0.4s;
  346. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  347.  
  348. #bite
  349. #bite a{
  350. display:block
  351. }
  352. #bite .death {
  353. margin-top:0px;filter: alpha(opacity = 0);
  354. opacity:0;-webkit-transition: all 0.5s ease-out;
  355. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  356. }
  357.  
  358. #bite:hover .death {
  359. margin-top:0px;
  360. -webkit-transition: all 0.8s ease-out;
  361. -moz-transition: all 0.8s ease-out;
  362. transition: all 0.8s ease-out;
  363. filter: alpha(opacity = 100);
  364. filter: alpha(opacity = 100);
  365. opacity:100;
  366. }
  367.  
  368. #actualnews {
  369. font-family:georgia italic;
  370. font-size:10px;
  371. color: #b8b8b8;
  372. width:100px;
  373. height:auto;
  374. padding:5px;
  375. line-height:150%;
  376. border:5px double #fff;
  377. margin-left: 1225px;
  378. margin-top:325px;
  379. background-color:#000;
  380. text-align:center;
  381. position:fixed;
  382. }
  383.  
  384. #actualnews
  385. a {color:#fff;padding:-3px;text-align:left;
  386. -webkit-transition: all 0.6s ease-in-out;
  387. -moz-transition: all 0.6s ease-in-out;
  388. -o-transition: all 0.6s ease-in-out;
  389. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  390.  
  391. #thekey img{
  392. width:350px;
  393. margin-top: 140px;
  394. margin-left: 1000px;
  395. position:fixed;
  396. -webkit-transition: opacity .5s linear;
  397. -webkit-transition: all .5s linear;
  398. -webkit-transform: rotate(320deg);
  399. -moz-transform: rotate(320deg);
  400. -o-transform: rotate(320deg);
  401. }
  402.  
  403. {CustomCSS}</style></head>
  404.  
  405. <body>
  406.  
  407.  
  408.  
  409. <div id="sidebar">
  410. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  411. <div id="sidebarimage2"><img src="{image:sidebar2}"></div>
  412.  
  413. <div class="sidebartitle">({text:sidebartitle})</div>
  414.  
  415. <div id="description">
  416. {Description}
  417. </div>
  418.  
  419.  
  420. <div class="links">
  421. <a href="/">home</a>
  422. <a href="/ask">mail</a>
  423. <a href="{text:Link 1}">{text:Link 1 Text}</a>
  424. <a href="{text:Link 2}">{text:Link 2 Text}</a>
  425. </div>
  426.  
  427.  
  428. {block:Pagination}<div id="pagination">
  429. {block:PreviousPage}<a href="{PreviousPage}">⇦</a>&nbsp;&nbsp;{/block:PreviousPage}
  430. {block:NextPage}<a href="{NextPage}">⇨</a>{/block:NextPage}
  431. </div>{/block:Pagination}
  432.  
  433. </div>
  434.  
  435. <div id="entries">{block:Posts}<div id="post">
  436.  
  437. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  438.  
  439. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  440.  
  441. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  442.  
  443. {block:Quote}{Quote}{/block:Quote}
  444.  
  445. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  446.  
  447. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  448.  
  449. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  450. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  451. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  452. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  453. {/block:Audio}
  454.  
  455. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  456.  
  457. {block:Answer}<div id="asker"><span style="font-family:cambria;font-size:9px;font-style:italic;"> {Asker} asked: </span>{Question}</div><left><font face="cambria">{Answer}</font>{/block:Answer}
  458.  
  459. <div id="info"><font face="oldphotographcredit">
  460. <br>(<a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom}, VIA <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}<a href="{SourceURL}">, © <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>,{/block:RebloggedFrom}<a href="{Permalink}">{NoteCountWithLabel}</a>)</font>
  461. {block:HasTags}<div id="tags">tags: {block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  462. {/block:Posts}
  463. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  464. {/block:Posts}</div></div></div>
  465.  
  466.  
  467.  
  468.  
  469.  
  470.  
  471. <div style="
  472. position:fixed;
  473. bottom:-3px;
  474. right:1px;
  475. font-size:14px;
  476. letter-spacing:1px;
  477. font-family:midnight;
  478. padding-bottom:40p
  479. margin-right:-150px;
  480. ">
  481. <a href="http://ofpewds.tumblr.com/"><img src="http://media.tumblr.com/2198360b0b47d3f4dd41f39620d2fbd2/tumblr_inline_mprc07r9Tx1qz4rgp.png"></a></center></div>
  482.  
  483.  
  484. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement