Advertisement
Alliecatisallama

Theme #13 - The Last Enemy

Feb 2nd, 2013
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.66 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>
  4. <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. <!--The Last Enemy THEME #13 By Seede-r/Alliecatisallama
  10. Please do not use as a base for your own theme or take the code as your own as I worked hard on it and if you steal if you are therefore a peasant and I will hunt you down and force feed you rotten catfood.-->
  11.  
  12. <link href='http://fonts.googleapis.com/css?family=Lora:400,400italic' rel='stylesheet' type='text/css'>
  13.  
  14.  
  15. <meta name="color:text" content="#838282"/>
  16. <meta name="color:link" content="#757171"/>
  17. <meta name="color:linkhover" content="#000000"/>
  18. <meta name="color:border" content="#585858"/>
  19. <meta name="color:Scrollbar" content="#000000">
  20.  
  21. <meta name="image:Sidebar" content=""/>
  22.  
  23. <meta name="text:link 1 name" content="home" />
  24. <meta name="text:link 1 url" content="/" />
  25. <meta name="text:link 2 name" content="mail" />
  26. <meta name="text:link 2 url" content="/ask" />
  27. <meta name="text:link 3 name" content="link 3" />
  28. <meta name="text:link 3 url" content="/" />
  29. <meta name="text:link 4 name" content="link 4" />
  30. <meta name="text:link 4 url" content="/" />
  31. <meta name="text:link 5 name" content="link 5" />
  32. <meta name="text:link 5 url" content="/" />
  33. <meta name="text:link 6 name" content="link 6" />
  34. <meta name="text:link 6 url" content="/" />
  35.  
  36. <meta name="if:show link 1" content="1" />
  37. <meta name="if:show link 2" content="1" />
  38. <meta name="if:show link 3" content="1" />
  39. <meta name="if:show link 4" content="1" />
  40. <meta name="if:show link 5" content="1" />
  41. <meta name="if:show link 6" content="1" />
  42.  
  43. <meta name="text:description2" content="this is where your second description under iii. is" />
  44.  
  45.  
  46.  
  47. <style type="text/css">
  48.  
  49.  
  50.  
  51.  
  52. ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar};height:5px;}
  53. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:Scrollbar};height:5px!important;}
  54. ::-webkit-scrollbar {background-color:{color:Background};height:5px;width:6px;}
  55.  
  56. body {
  57. background:#ffffff;
  58. margin:2px;
  59. color:{color:text};
  60. font-family:calibri;
  61. font-size:10px;
  62. line-height:100%;
  63. }
  64.  
  65. a {
  66. text-decoration:none;
  67. outline:none;
  68. -moz-outline-style:none;
  69. color:{color:link};
  70. padding:2px;
  71. -webkit-transition: all 0.7s ease;
  72. -moz-transition: all 0.7s ease;
  73. -o-transition: all 0.7s ease;
  74. }
  75.  
  76. a:hover{
  77. -webkit-transition: all 0.4s ease-in-out;
  78. -moz-transition: all 0.4s ease-in-out;
  79. -o-transition: all 0.4s ease-in-out;
  80. -ms-transition: all 0.4s ease-in-out;
  81. transition: all 0.4s ease-in-out;
  82. color: {color:linkhover};
  83. }
  84.  
  85.  
  86. blockquote {
  87. padding-left:6px;
  88. border-left:1px solid;
  89. margin:0px 2px 0px 5px;
  90. }
  91.  
  92. blockquote blockquote {
  93. padding-left:4px;
  94. border-left:3px solid;
  95. margin:0px 2px 0px 5px;
  96. }
  97.  
  98. h1 {
  99. font-size:13px;
  100. }
  101.  
  102.  
  103.  
  104. .quote {
  105. font-size:10px;
  106. font-style:italic;
  107. }
  108.  
  109. .source {
  110. font-size:8px;
  111. padding:2px;
  112. letter-spacing: 1px;
  113. font-style:normal;
  114. text-transform:uppercase;}
  115.  
  116. .chat{
  117. font-size:10px;
  118. text-transform:uppercase;
  119. line-height:12px;
  120. letter-spacing:1px;
  121. }
  122.  
  123. .entries {
  124. padding:10px;
  125. margin-left:260px;
  126. margin-top:10px;
  127. margin-bottom:20px;
  128. -webkit-transition: all 0.7s ease;
  129. -moz-transition: all 0.7s ease;
  130. -o-transition: all 0.7s ease;
  131. }
  132.  
  133.  
  134. #info {
  135. font-size:8px;
  136. line-height:11px;
  137. letter-spacing:0px;
  138. text-align:right;
  139. padding-top: 3px;
  140. margin-bottom:1px;
  141. }
  142.  
  143. .question{
  144. padding:4px;
  145. }
  146.  
  147. .post {
  148. width:500px;
  149. padding-bottom:0px;
  150. padding-top: 27px;
  151. margin-bottom:14px;
  152. }
  153.  
  154. #sidebar {
  155. width:130px;
  156. position:fixed;
  157. margin-left:800px;
  158. margin-top:200px;
  159. }
  160.  
  161. #ii {
  162. margin-left:50px;
  163. width: 25px;
  164. margin-top:-27px;
  165. text-align:center;
  166. opacity:1;
  167. -webkit-transition: all 0.7s ease;
  168. -moz-transition: all 0.7s ease;
  169. -o-transition: all 0.7s ease;
  170. }
  171.  
  172. #ii:hover {opacity:1;
  173. -webkit-transition: all 0.9s ease;
  174. -moz-transition: all 0.9s ease;
  175. -o-transition: all 0.9s ease;
  176. }
  177. #ii:hover .links{opacity:1;
  178. -webkit-transition: all 0.9s ease;
  179. -moz-transition: all 0.9s ease;
  180. -o-transition: all 0.9s ease;
  181. margin-top:2px;
  182. }
  183.  
  184. #ii img {
  185. width:25px;
  186. -webkit-transition: all 0.7s ease;
  187. -moz-transition: all 0.7s ease;
  188. -o-transition: all 0.7s ease;
  189. }
  190.  
  191. #ii img:hover {
  192. -webkit-transition: all 0.9s ease;
  193. -moz-transition: all 0.9s ease;
  194. -o-transition: all 0.9s ease;
  195. }
  196. #ii:hover img{
  197. opacity:0.1;
  198. -webkit-transition: all 0.9s ease;
  199. -moz-transition: all 0.9s ease;
  200. -o-transition: all 0.9s ease
  201. }
  202.  
  203. .links {
  204. width:70px;
  205. font-size: 8px;
  206. font-style:normal;
  207. font-family:'consolas';
  208. line-height:100%;
  209. text-align:center;
  210. opacity:0;
  211. letter-spacing:1px;
  212. background: transparent;
  213. margin-left:-20px;
  214. margin-bottom:3%;
  215. margin-top: -10px;
  216. text-transform: uppercase;
  217. -webkit-transition: all 0.9s ease;
  218. -moz-transition: all 0.9s ease;
  219. -o-transition: all 0.9s ease
  220. }
  221.  
  222.  
  223. #sidebarimage {
  224. width: 120px;
  225. text-align:center;
  226. opacity:1;
  227. -webkit-transition: all 0.7s ease;
  228. -moz-transition: all 0.7s ease;
  229. -o-transition: all 0.7s ease;
  230. }
  231.  
  232. #i {
  233. margin-left:10px;
  234. width: 25px;
  235. text-align:center;
  236. opacity:1;
  237. -webkit-transition: all 0.7s ease;
  238. -moz-transition: all 0.7s ease;
  239. -o-transition: all 0.7s ease;
  240. }
  241.  
  242. #i:hover {opacity:1;
  243. -webkit-transition: all 0.9s ease;
  244. -moz-transition: all 0.9s ease;
  245. -o-transition: all 0.9s ease;
  246. }
  247. #i:hover .description{opacity:1;
  248. -webkit-transition: all 0.9s ease;
  249. -moz-transition: all 0.9s ease;
  250. -o-transition: all 0.9s ease;
  251. top:400px;
  252. }
  253.  
  254. #i img {
  255. width:25px;
  256. -webkit-transition: all 0.7s ease;
  257. -moz-transition: all 0.7s ease;
  258. -o-transition: all 0.7s ease;
  259. }
  260.  
  261. #i img:hover {
  262. -webkit-transition: all 0.9s ease;
  263. -moz-transition: all 0.9s ease;
  264. -o-transition: all 0.9s ease;
  265. }
  266. #i:hover img{
  267. opacity:0.1;
  268. -webkit-transition: all 0.9s ease;
  269. -moz-transition: all 0.9s ease;
  270. -o-transition: all 0.9s ease
  271. }
  272.  
  273. .description {
  274. padding:0px 1px 0px 2px;
  275. text-align:justify;
  276. margin-left:-25px;
  277. width:65px;
  278. opacity:0;
  279. top:390px;
  280. position:fixed;
  281. line-height:10px;
  282. font-family:'consolas';
  283. font-size:8px;
  284. text-transform:uppercase;
  285. -webkit-transition: all 0.7s ease;
  286. -moz-transition: all 0.7s ease;
  287. -o-transition: all 0.7s ease;
  288. }
  289.  
  290. #iii {
  291. margin-left:893px;
  292. width: 25px;
  293. margin-top:362px;
  294. text-align:center;
  295. opacity:1;
  296. position:fixed;
  297. -webkit-transition: all 0.7s ease;
  298. -moz-transition: all 0.7s ease;
  299. -o-transition: all 0.7s ease;
  300. }
  301.  
  302. #iii:hover {opacity:1;
  303. -webkit-transition: all 0.9s ease;
  304. -moz-transition: all 0.9s ease;
  305. -o-transition: all 0.9s ease;
  306. }
  307. #iii:hover .description2{opacity:1;
  308. -webkit-transition: all 0.9s ease;
  309. -moz-transition: all 0.9s ease;
  310. -o-transition: all 0.9s ease;
  311. top:400px;
  312. }
  313.  
  314. #iii img {
  315. width:25px;
  316. -webkit-transition: all 0.7s ease;
  317. -moz-transition: all 0.7s ease;
  318. -o-transition: all 0.7s ease;
  319. }
  320.  
  321. #iii img:hover {
  322. -webkit-transition: all 0.9s ease;
  323. -moz-transition: all 0.9s ease;
  324. -o-transition: all 0.9s ease;
  325. }
  326. #iii:hover img{
  327. opacity:0.1;
  328. -webkit-transition: all 0.9s ease;
  329. -moz-transition: all 0.9s ease;
  330. -o-transition: all 0.9s ease
  331. }
  332.  
  333. .description2 {
  334. padding:0px 1px 0px 2px;
  335. text-align:right;
  336. margin-left:-20px;
  337. width:65px;
  338. opacity:0;
  339. top:390px;
  340. position:fixed;
  341. line-height:10px;
  342. font-family:'consolas';
  343. font-size:8px;
  344. text-transform:uppercase;
  345. -webkit-transition: all 0.7s ease;
  346. -moz-transition: all 0.7s ease;
  347. -o-transition: all 0.7s ease;
  348. }
  349.  
  350. .pagination{
  351. font-size:9px;
  352. text-align:right;
  353. }
  354.  
  355.  
  356. .notes img{
  357. width:15px;
  358. }
  359.  
  360. .notes ol, .notes li{
  361. list-style:none;
  362. }
  363.  
  364. #theme {
  365. position: fixed;
  366. bottom: 0px;
  367. right: 0px;
  368. font-family: Arial;
  369. font-size: 8px;
  370. text-transform: uppercase;
  371. text-align: right;
  372. letter-spacing: 1px;
  373. }
  374.  
  375.  
  376. iframe#tumblr_controls {
  377. top: 0% !important;
  378. right:0% !important;
  379. opacity:0.3;
  380. position: fixed !important;
  381. filter:alpha(opacity=30);
  382. -webkit-transition: all 0.7s ease;
  383. -moz-transition: all 0.7s ease;
  384. -o-transition: all 0.7s ease;
  385. }
  386. iframe#tumblr_controls:hover{
  387. top: 0% !important;
  388. right:0% !important;
  389. opacity:0.8;
  390. position: fixed !important;
  391. filter:alpha(opacity=80);
  392. -webkit-transition: all 0.7s ease;
  393. -moz-transition: all 0.7s ease;
  394. -o-transition: all 0.7s ease;
  395. }
  396.  
  397. {CustomCSS}</style>
  398. </head><body>
  399.  
  400. <div id="sidebar">
  401.  
  402. <div class="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">-</a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}">+</a>{/block:NextPage}{/block:Pagination}</big></div>
  403.  
  404. <div id="sidebarimage"><img src="{image:sidebar}">
  405. <div id="i"><div style="max-width:20px"><img src="http://i1297.photobucket.com/albums/ag31/Allie_Tirakahurangi_Livingston/1_zpsbbf388d6.png"></div>
  406. <div class="description">{Description}</div></div>
  407.  
  408.  
  409. <div id="ii"><div style="max-width:20px"><img src="http://i1297.photobucket.com/albums/ag31/Allie_Tirakahurangi_Livingston/2_zps4355b7ac.png"></div>
  410. <div class="links">
  411. <em>{block:ifshowlink1}<a href="{text:link 1 url}">{text:link 1 name}</a>{/block:ifshowlink1}
  412. {block:ifshowlink2}<a href="{text:link 2 url}">{text:link 2 name}</a>{/block:ifshowlink2}
  413. {block:ifshowlink3}<a href="{text:link 3 url}">{text:link 3 name}</a>{/block:ifshowlink3}
  414. {block:ifshowlink4}<a href="{text:link 4 url}">{text:link 4 name}</a>{/block:ifshowlink4}
  415. {block:ifshowlink5}<a href="{text:link 5 url}">{text:link 5 name}</a>{/block:ifshowlink5}
  416. {block:ifshowlink6}<a href="{text:link 6 url}">{text:link 6 name}</a><br>{/block:ifshowlink6}
  417. </em> </div></div></div></div>
  418.  
  419.  
  420. <div id="iii"><div style="max-width:20px"><img src="http://i1297.photobucket.com/albums/ag31/Allie_Tirakahurangi_Livingston/3_zps21117cc1.png"></div>
  421. <div class="description2">{text:description2}</div></div></div>
  422.  
  423.  
  424.  
  425.  
  426. <div class="entries">{block:Posts}<div class="post">
  427.  
  428. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  429.  
  430. {block:Photo}<img src="{PhotoURL-500}"/>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  431.  
  432. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  433.  
  434. {block:Quote}<div class="quote">{Quote}<br>{block:Source} — <span class="source">{Source}</span>{/block:Source}</div>{/block:Quote}
  435.  
  436. {block:Link}<h1>&raquo; <a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  437.  
  438. {block:Chat}<div class="chat">{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}</div>{/block:Chat}
  439.  
  440. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  441.  
  442. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  443.  
  444. {block:Answer} <div class="post"><center>
  445. <div class="question"><img src="{AskerPortraitURL-16}"> <big><big><u>{Asker}asked:</u></big></big> {Question}</div>{Answer}</center>{/block:Answer}
  446.  
  447. {block:ContentSource}
  448. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  449. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  450. {/block:SourceLogo}
  451. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  452. {/block:ContentSource}
  453.  
  454. <div id="info">
  455. <a href="{Permalink}">{NoteCount}</a>{block:Date} | {timeago} | {DayOfMonthWithZero}-{MonthNumberWithZero}-{ShortYear}{/block:Date}
  456. {block:RebloggedFrom}| via:<a href="{ReblogParentURL}"title="{ReblogParentTitle}"> {ReblogParentName}</a><a href="{ReblogRootURL}"title="{ReblogRoottitle}">&copy</a>{/block:RebloggedFrom}
  457. <br>{block:HasTags}{block:Tags} #<u><a href="{TagURL}">{Tag}</a></u>{/block:Tags}{/block:HasTags}</div></div>
  458. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  459. {/block:Posts}</div>
  460.  
  461. <div id="theme"></a><a href="http://fernandosspectacles.tumblr.com/"><img src="http://i1065.photobucket.com/albums/u386/AHT_Livingston/Untitled-2.png?t=1344121641"></a></div>
  462.  
  463.  
  464.  
  465. </body>
  466.  
  467.  
  468. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement