Advertisement
Alliecatisallama

A SACRIFICE THE ISLAND DEMANDED V2 Theme 7

Dec 26th, 2012
714
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.86 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.  
  3. <!-- A Sacrifice the Island demanded THEME #7 V2 By Seede-r/Alliecatisallama
  4. Please do not use as a base code for your own theme or remove the credit otherwise I'll go all llama style on you.-->
  5.  
  6. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  7.  
  8.  
  9. <head>
  10.  
  11.  
  12. <meta name="color:background" content="#ffffff">
  13. <meta name="color:link" content="#9a9a9a">
  14. <meta name="color:text" content="#9a9a9a">
  15. <meta name="color:tags" content="#ededed">
  16. <meta name="color:scrollbar" content="#d5d5d5">
  17. <meta name="color:scrollbarbg" content="#d5d5d5">
  18. <meta name="color:descriptionbg" content="#f1f1f1">
  19. <meta name="color:border" content="#d6d6d6">
  20.  
  21. <meta name="image:sidebar" content=""/>
  22.  
  23. <meta name="text:link 1" content="link">
  24. <meta name="text:link 1 url" content="/">
  25. <meta name="text:link 2" content="link">
  26. <meta name="text:link 2 url" content="/">
  27. <meta name="text:link 3" content="link">
  28. <meta name="text:link 3 url" content="/">
  29. <meta name="text:link 4" content="link">
  30. <meta name="text:link 4 url" content="/">
  31. <meta name="text:link 5" content="link">
  32. <meta name="text:link 5 url" content="/">
  33.  
  34. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  35. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  36. <link rel="shortcut icon" href="{Favicon}" />
  37. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  38.  
  39. <style type="text/css">
  40.  
  41. ::-webkit-scrollbar {width: 7px; height:auto; background:{color:background}}
  42.  
  43. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar}; border-bottom: 5px solid {color:scrollbarbg}}
  44.  
  45. ::-webkit-scrollbar-thumb:horizontal {background: {color:scrollbarbg}; border: 0px solid {color:background}}
  46.  
  47. a {
  48. color:{color:link};
  49. text-decoration:none;
  50. -moz-transition-duration:0.7s;
  51. -webkit-transition-duration:0.7s;
  52. -o-transition-duration:0.7s;
  53. }
  54.  
  55. a:hover {
  56. color:{color:text};
  57. }
  58.  
  59. h1 {
  60. font-family:'calibri';
  61. font-size:11px;
  62. text-align:right;
  63. font-weight:normal;
  64. font-style:none;
  65. line-height:120%;
  66. letter-spacing:1px;
  67. }
  68.  
  69. h2 {
  70. font-family:'calibri';
  71. font-size:10px;
  72. text-align:left;
  73. font-weight:normal;
  74. line-height:120%;
  75. font-style:italic;
  76. letter-spacing:-0.5px;
  77. }
  78.  
  79. blockquote {
  80. border-left:2px solid {color:text};
  81. padding-left:6px;
  82. margin:5px;
  83. }
  84.  
  85. #body {
  86. background-color:{color:background};
  87. width: 900px;
  88. text-align: center;
  89. margin: 0 auto -12px auto;
  90. }
  91.  
  92. #posts {
  93. float:left;
  94. margin-top:160px;
  95. margin-left:175px;
  96. text-align:justify;
  97. background-color:{color:bg};
  98. font-family:'Vijaya';
  99. color:{color:text};
  100. margin-bottom: 7%;
  101. }
  102.  
  103. #entries {
  104. width:500px;
  105. margin-top:50px;
  106. font-family:'Vijaya';
  107. text-align:justify;
  108. font-size:12px;
  109. line-height:120%;
  110. letter-spacing:.7px;
  111. color:{color:text};
  112. padding:3px;
  113. border:double {color:border};
  114. }
  115.  
  116. .caption {
  117. width:490px;
  118. text-align:justify;
  119. line-height:120%;
  120. }
  121.  
  122. .ask {
  123. padding:10px 20px 10px 20px;
  124. text-align:left;
  125. color:{color:text};
  126. }
  127.  
  128.  
  129. .asker {
  130. font-family:'Vijaya';
  131. font-size:10px;
  132. height:22px;
  133. text-align:right;
  134. font-weight:normal;
  135. line-height:120%;
  136. letter-spacing:1px;
  137. text-transform:uppercase;
  138. }
  139.  
  140. .audio {
  141. width:500px;
  142. height:170px;
  143. }
  144.  
  145. .albumart {
  146. width:120px;
  147. height:120px;
  148. position:absolute;
  149. }
  150.  
  151. .albumart img {
  152. width:150px;
  153. height:150px;
  154. float:left;
  155. }
  156.  
  157. .playercontainer {
  158. display:block;
  159. width:150px;
  160. height:150px;
  161. background-color:#ffffff;
  162. position:absolute;
  163. }
  164.  
  165. .player {
  166. margin-left:36px;
  167. margin-top:36px;
  168. width:25px;
  169. height:25px;
  170. overflow:hidden;
  171. background-color:white;
  172. }
  173.  
  174. .audioinfo {
  175. margin-left:160px;
  176. float:right;
  177. width:200px;
  178. padding:2px;
  179. margin-top:3px;
  180. }
  181.  
  182. #postinfo {
  183. width:510px;
  184. text-transform:uppercase;
  185. font-family:'calibri';
  186. text-align:center;
  187. letter-spacing:1px;
  188. font-size: 9px;
  189. line-height:120%;
  190. margin-bottom:10px;
  191. color:{color:link};
  192. padding:2px;
  193. }
  194.  
  195. .note {
  196. padding:0px 25px 0px 25px;
  197. background-color:{color:bg};
  198. text-transform:uppercase;
  199. font-family:'calibri';
  200. text-align:left;
  201. letter-spacing:2px;
  202. font-size: 9px;
  203. line-height:120%;
  204. color:{color:link};
  205. }
  206.  
  207. .note li {
  208. list-style-type:none;
  209. padding:5px 25px 5px 25px;
  210. text-align:left;
  211. margin-left:-40px;
  212. }
  213.  
  214. .date {
  215. padding-right:1px;
  216. -moz-transition-duration:0.7s;
  217. -webkit-transition-duration:0.7s;
  218. -o-transition-duration:0.7s;
  219. }
  220.  
  221.  
  222. .tags {
  223. width:510px;
  224. font-family:'Vijaya';
  225. letter-spacing:1px;
  226. font-size: 12px;
  227. text-align:center;
  228. margin-top:-17px;
  229. line-height:120%;
  230. color:{color:tags};
  231. padding:2px;
  232. }
  233.  
  234. .audio {
  235. background-color:{color:background};
  236. display:{color:background};
  237. }
  238.  
  239. .user_1 .label {
  240. color:{color:text};
  241. font-weight:normal;
  242. }
  243. .user_2 .label {
  244. color:{color:info};
  245. font-weight:normal;
  246. text-transform:uppercase;
  247. }
  248.  
  249. ul.chat, .chat ol, .chat li {
  250. list-style:none;
  251. margin:9px;
  252. padding:1px
  253. }
  254.  
  255. #image{
  256. position:fixed;
  257. width:525px;
  258. height:100px;
  259. margin-top:0px;
  260. background-color:{color:bg};
  261. margin-left:168px;
  262. }
  263.  
  264.  
  265. #title{
  266. position:fixed;
  267. width:505px;
  268. font-family:'Vijaya';
  269. font-size:15px;
  270. color:{color:text};
  271. }
  272.  
  273.  
  274.  
  275. #description {
  276. position:fixed;
  277. width:505px;
  278. height:justify;
  279. padding:9px;
  280. margin-top:100px;
  281. margin-left:168px;
  282. color:{color:text};
  283. background-color:{color:descriptionbg};
  284. font-family:'Vijaya';
  285. font-size:12px;
  286. line-height:100%;
  287. text-align:center;
  288. letter-spacing:0px;
  289. border-bottom: 1px solid {color:border};
  290. border-left: 1px solid {color:border};
  291. border-right: 1px solid {color:border};
  292. }
  293.  
  294. .links {
  295. font-size:10px;
  296. padding:1px;
  297. text-align:center;
  298. text-transform:uppercase;
  299. letter-spacing: 1px;
  300. line-height:120%;
  301. color:{color:link};
  302. }
  303.  
  304. #pagination {
  305. position:fixed;
  306. width:justify;
  307. text-align:left;
  308. margin-top:10px;
  309. margin-left:700px;
  310. font-family:'consolas';
  311. font-size:8px;
  312. text-transform:uppercase;
  313. letter-spacing:1px;
  314. color:{color:text};
  315. border: 1px solid {color:border};
  316. padding:4px;
  317. background-color:{color:descriptionbg};
  318. }
  319.  
  320. #pagination a {
  321. color:{color:text};
  322. opacity:1;
  323. -moz-transition-duration:0.5s;
  324. -webkit-transition-duration:0.5s;
  325. -o-transition-duration:0.5s;
  326. }
  327.  
  328. #pagination:hover a {
  329. color:{color:link};
  330. opacity:1;
  331. -moz-transition-duration:0.5s;
  332. -webkit-transition-duration:0.5s;
  333. -o-transition-duration:0.5s;
  334. }
  335.  
  336. #theme {
  337. position: fixed;
  338. bottom: 0px;
  339. right: 0px;
  340. font-family: Arial;
  341. font-size: 8px;
  342. text-transform: uppercase;
  343. text-align: right;
  344. letter-spacing: 1px;
  345. }
  346.  
  347.  
  348. iframe#tumblr_controls {
  349. top: 0% !important;
  350. right:0% !important;
  351. opacity:0.3;
  352. position: fixed !important;
  353. filter:alpha(opacity=30);
  354. -webkit-transition: all 0.7s ease;
  355. -moz-transition: all 0.7s ease;
  356. -o-transition: all 0.7s ease;
  357. }
  358. iframe#tumblr_controls:hover{
  359. top: 0% !important;
  360. right:0% !important;
  361. opacity:0.8;
  362. position: fixed !important;
  363. filter:alpha(opacity=80);
  364. -webkit-transition: all 0.7s ease;
  365. -moz-transition: all 0.7s ease;
  366. -o-transition: all 0.7s ease;
  367. }
  368.  
  369. {CustomCSS}
  370.  
  371. </style>
  372.  
  373. </head>
  374. <body>
  375.  
  376. <div id="body">
  377.  
  378.  
  379. <div id="pagination">{block:Pagination} {block:PreviousPage} <a href="{PreviousPage}"><em>previous page</em></a>{/block:PreviousPage}
  380. {block:NextPage}<a href="{NextPage}"><em>next page</em></a>{/block:NextPage}{/block:Pagination}</div>
  381.  
  382. <div id="image"><a href="/"><img src="{image:sidebar}"></a></div>
  383. <div id="description">
  384. <div id="title"><u><a href="/">{title}</a></u></div><br>
  385. <div class="links">
  386.  
  387.  
  388. <a href="/">home</a> x
  389. <a href="/ask">ask</a> x
  390. <a href="{text:link 1 url}">{text:link 1}</a> x
  391. <a href="{text:link 2 url}">{text:link 2}</a> x
  392. <a href="{text:link 3 url}">{text:link 3}</a> x
  393. <a href="{text:link 4 url}">{text:link 4}</a> x
  394. <a href="{text:link 5 url}">{text:link 5}</a>
  395. <br>
  396. </div> {Description} </div>
  397.  
  398.  
  399. <div id="posts">
  400. {block:Posts}
  401. <div id="entries">
  402.  
  403. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  404.  
  405. {block:Quote}<h2>β€œ{Quote}”</h2><h1> β€” {Source}</h1>{/block:Quote}
  406.  
  407. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  408. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  409.  
  410. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  411.  
  412. {block:Photoset}<center>{Photoset-500}</center>
  413. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  414.  
  415. {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}
  416.  
  417. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  418.  
  419. {block:Answer}<div class="ask"><h4><big>"</big><em>{Question}</em>"</h4><div class="asker">- {Asker}<br></div></div><center>{Answer}</center>{/block:answer}
  420.  
  421. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerblack}<br></span>
  422. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  423. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  424. {/block:ExternalAudio}
  425. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  426. </div>
  427.  
  428. <div id="postinfo">
  429. <div class="date">
  430. {block:Date}<a href="{Permalink}">posted {TimeAgo}</a>{/block:Date}
  431. {block:NoteCount}with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  432. {block:RebloggedFrom}<a href="{ReblogParentURL}">- from</a> {/block:RebloggedFrom}
  433. {block:ContentSource} <a href="{SourceURL}">- @</a>{/block:ContentSource}</div></div>
  434. <div class="tags">
  435. {block:HasTags}{block:Tags}<a href="{TagURL}"&nbsp;&nbsp;&nbsp;><b>tagged as:</b><i>{Tag}</i></a> {/block:Tags} {/block:HasTags}</div>
  436. <div class="note">
  437. {block:PostNotes}{PostNotes}{/block:PostNotes}
  438. </div>
  439.  
  440. {/block:Posts}
  441.  
  442. <div id="theme"></a><a href="http://seede-r.tumblr.com/"><img src="http://i1065.photobucket.com/albums/u386/AHT_Livingston/Untitled-2.png?t=1344121641"></a></div>
  443. </div>
  444. </div>
  445. </body>
  446. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement