Advertisement
Xiuminoppa88

Untitled

Nov 23rd, 2014
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.64 KB | None | 0 0
  1. <html>
  2.  
  3. <!--
  4. Theme 002 - White Winter by thewicked-eternity.tumblr.com
  5. PLEASE DO NOT REMOVE THE CREDIT OR REDISTRIBUTE
  6. For any help, visit wickedeternitythemehelp.tumblr.com
  7. -->
  8.  
  9. <head>
  10.  
  11. <title>{Title}</title>
  12. <link rel="shortcut icon" href="{Favicon}" />
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  14. <meta name="description" content="{MetaDescription}" />
  15.  
  16. <!-- DEFAULT VARIABLES -->
  17. <meta name="color:Background" content="#FFF7EC"/>
  18. <meta name="color:Text" content="#D6A4A4"/>
  19. <meta name="color:Title" content="#BF8F8E"/>
  20. <meta name="color:Post Background" content="#FFFFFF"/>
  21. <meta name="color:Links" content="#BF8F8E"/>
  22. <meta name="color:Links Hover" content="#BF8F8E"/>
  23. <meta name="color:Sidebar Background" content="#FCF1E2"/>
  24. <meta name="color:Sidebar 2 Background" content="#FCF1E2"/>
  25. <meta name="color:Navigation" content="#FFFFFF"/>
  26. <meta name="color:Navigation Hover" content="#FFF7EC"/>
  27. <meta name="color:Info Background" content="#FFF7EC"/>
  28. <meta name="color:Asker Background" content="#FFF7EC"/>
  29. <meta name="color:If Topbar Background" content="#FCEAE2"/>
  30. <meta name="color:If Topbar Border" content="#FFFFFF"/>
  31.  
  32. <meta name="image:Sidebar" content=""/>
  33. <meta name="image:Sidebar 2" content=""/>
  34. <meta name="image:Background" content=""/>
  35.  
  36. <meta name="font:title" content="georgia" />
  37. <meta name="font:body" content="georgia" />
  38. <meta name="font:description" content="georgia" />
  39.  
  40. <meta name="if:Topbar Title" content="0" />
  41.  
  42. <meta name="text:Link 1" content="http://"/>
  43. <meta name="text:Link 1 Title" content=""/>
  44. <meta name="text:Link 2" content="http://">
  45. <meta name="text:Link 2 Title" content=""/>
  46. <meta name="text:Link 3" content="http://"/>
  47. <meta name="text:Link 3 Title" content=""/>
  48. <meta name="text:Link 4" content="http://"/>
  49. <meta name="text:Link 4 Title" content=""/>
  50. <meta name="text:Link 5" content="http://"/>
  51. <meta name="text:Link 5 Title" content=""/>
  52. <meta name="text:Link 6" content="http://"/>
  53. <meta name="text:Link 6 Title" content=""/>
  54.  
  55. </head>
  56.  
  57. <style type="text/css">
  58.  
  59.  
  60. /* --- BASICS --- */
  61.  
  62. body {
  63. color:{color:Text};
  64. background-attachment:fixed;
  65. background-color:{color:Background};
  66. background-image: url('{image:Background}');
  67. background-position: bottom left;
  68. background-repeat: no-repeat;
  69. font-family:{font:body};
  70. font-size:10px;
  71. }
  72.  
  73. a {
  74. color:{color:Links};
  75. text-decoration:none;
  76. }
  77.  
  78. a:hover {
  79. color:{color:Links Hover};
  80. text-decoration:underline;
  81. }
  82.  
  83. #container {
  84. background-color:transparent;
  85. text-align:center;
  86. width:530px;
  87. margin:0 auto -100px auto;
  88. }
  89.  
  90. #entries {
  91. margin:7px 476px;
  92. margin-top:-8px;
  93. {block:ifTopbarTitle}
  94. margin-top:46px;
  95. {/block:ifTopbarTitle}
  96. margin-right:0px;
  97. float:right;
  98. }
  99.  
  100. #posts {
  101. position:relative;
  102. overflow:hidden;
  103. margin: 0px 0 0px 0;
  104. width:500px;
  105. background-color:{color:Post Background};
  106. padding:7px;
  107. text-align:justify;
  108. }
  109.  
  110.  
  111. /* --- SIDEBAR --- */
  112.  
  113. #sidebarimage img {
  114. margin-top:2px;
  115. margin-bottom:5px;
  116. max-width:250px;
  117. height:auto;
  118. text-align:center;
  119. }
  120.  
  121. #sidebarimage2 img {
  122. margin-top:2px;
  123. margin-bottom:5px;
  124. max-width:250px;
  125. height:auto;
  126. text-align:center;
  127. }
  128.  
  129. #sidebar {
  130. position:fixed;
  131. margin-top:6px;
  132. {block:ifTopbarTitle}
  133. margin-top:60px;
  134. {/block:ifTopbarTitle}
  135. margin-left:-260px;
  136. width:255px;
  137. height:1000%;
  138. padding:5px;
  139. background-color:{color:Sidebar Background};
  140. }
  141.  
  142. #sidebar2 {
  143. position:fixed;
  144. margin-top:5px;
  145. {block:ifTopbarTitle}
  146. margin-top:46px;
  147. {/block:ifTopbarTitle}
  148. margin-left:540px;
  149. width:255px;
  150. padding:5px;
  151. overflow:hidden;
  152. background-color:{color:Sidebar 2 Background};
  153. }
  154.  
  155. #description {
  156. margin-left:4px;
  157. margin-right:4px;
  158. text-align:justify;
  159. }
  160.  
  161. #description a {
  162. color:{color:Sidebar Links};
  163. }
  164.  
  165. #description a:hover {
  166. color:{color:Sidebar Links Hover};
  167. }
  168.  
  169.  
  170. /* --- NAVIGATION --- */
  171.  
  172.  
  173. #navigation a {
  174. width:245px;
  175. margin-bottom:-10px;
  176. margin-left:3px;
  177. font-family:georgia;
  178. display: block;
  179. text-align:center;
  180. background-color:{color:Navigation};
  181. color:{color:Text};
  182. letter-spacing:1px;
  183. text-transform:lowercase;
  184. font-size:9px;
  185. text-decoration:none;
  186. padding:2px;
  187. }
  188.  
  189. #navigation a:hover {
  190. letter-spacing:3px;
  191. background-color:{color:Navigation Hover};
  192. }
  193.  
  194.  
  195. /* --- TITLES --- */
  196.  
  197. #title {
  198. margin-top:3px;
  199. {block:ifTopbarTitle}
  200. margin-top:15px;
  201. {/block:ifTopbarTitle}
  202. margin-bottom:5px;
  203. font-family:{font:title};
  204. color:{color:Title};
  205. text-transform:lowercase;
  206. font-size:16px;
  207. font-style:italic;
  208. letter-spacing:0px;
  209. padding:1px;
  210. text-align:center;
  211. text-decoration: none;
  212. }
  213.  
  214. #title2 {
  215. font-size:16px;
  216. font-style:italic;
  217. font-family:georgia;
  218. text-decoration: none;
  219. text-transform:lowercase;
  220. }
  221.  
  222. #title3 {
  223. font-size:14px;
  224. font-style:italic;
  225. font-family:georgia;
  226. }
  227.  
  228.  
  229. {block:ifTopbarTitle}
  230. #topbar {
  231. position:fixed;
  232. margin:-8px;
  233. z-index:2;
  234. width:100%;
  235. height:auto;
  236. background-color:{color:If Topbar Background};
  237. border-bottom: 5px solid {color:If Topbar Border};
  238. }
  239. {/block:ifTopbarTitle}
  240.  
  241.  
  242. /* --- AUDIO --- */
  243.  
  244. #audio {
  245. margin-bottom:5px;
  246. width:500px;
  247. height:105px;
  248. }
  249.  
  250. .albumart {
  251. width:100px;
  252. height:100px;
  253. position:absolute;
  254. }
  255.  
  256. .albumart img {
  257. width:100px;
  258. height:100px;
  259. float:left;
  260. }
  261.  
  262. .playercontainer {
  263. opacity: .2;
  264. display:block;
  265. width:100px;
  266. height:100px;
  267. background-color:#ffffff;
  268. position:absolute;
  269. z-index:3;
  270. }
  271.  
  272. .playercontainer:hover {
  273. opacity:.7;
  274. -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;
  275. }
  276.  
  277. .player {
  278. margin-left:36px;
  279. margin-top:36px;
  280. width:25px;
  281. height:25px;
  282. overflow:hidden;
  283. background-color:white;
  284. }
  285.  
  286. .audioinfo {
  287. margin-left:110px;
  288. float:left;
  289. background-color:{color:Info Background};
  290. width:388px;
  291. padding:2px;
  292. margin-top:3px;
  293. }
  294.  
  295.  
  296. /* --- INFO & OTHER --- */
  297.  
  298. #pagination {
  299. color:{color:Text};
  300. font-size:11px;
  301. font-family:georgia;
  302. text-decoration:none;
  303. text-align:center;
  304. }
  305.  
  306. #pagination a {
  307. color:{color:Links};
  308. }
  309.  
  310. #pagination a:hover {
  311. color:{color:Links Hover};
  312. }
  313.  
  314. #info {
  315. display:block;
  316. margin:5px 0px 2px 0px;
  317. padding:4px 5px 4px 5px;
  318. color:{color:Text};
  319. font:9px georgia;
  320. line-height:110%;
  321. text-transform:lowercase;
  322. width:492px;
  323. background-color:{color:Info Background};
  324. letter-spacing:1px;
  325. text-align:center;
  326. }
  327.  
  328. #info a {
  329. color:{color:Links};
  330. }
  331.  
  332. #info a:hover {
  333. color:{color:Links Hover};
  334. }
  335.  
  336. #tags {
  337. margin-top:0px;
  338. margin-right:7px;
  339. font-family:georgia;
  340. text-align:center;
  341. text-transform:lowercase;
  342. font-style:italic;
  343. font-size:9px;
  344. }
  345.  
  346. #questions {
  347. background-color:{color:Asker Background};
  348. color: {color:Text};
  349. padding:10px;
  350. margin-bottom:0px;
  351. font-family:georgia;
  352. font-size:11px;
  353. font-style:italic;
  354. }
  355.  
  356. #questions a {
  357. color:{color:Links};
  358. }
  359.  
  360. #questions a:hover {
  361. color:{color:Links Hover};
  362. }
  363.  
  364. #source {
  365. margin-top:3px;
  366. text-align:right;
  367. margin-bottom:5px;
  368. font-size:10px;
  369. }
  370.  
  371.  
  372. .chat {
  373. line-height:12px;
  374. list-style: none;
  375. }
  376.  
  377. .chat ul {
  378. line-height:15px;
  379. list-style:none;
  380. padding:0px;
  381. line-height:20px;
  382. }
  383.  
  384. .person1 {
  385. background-color:{color:Background};
  386. color:{color:Text};
  387. }
  388.  
  389. .person1 .label {
  390. font-weight:bold;
  391. padding:0px;
  392. margin-left:5px;
  393. color:{color:Text};
  394. }
  395.  
  396. .person2 {
  397. color:{color:Text};
  398. }
  399.  
  400. .person2 .label {
  401. font-weight:bold;
  402. padding:0px;
  403. margin-left:5px;
  404. color:{color:Text};
  405. }
  406.  
  407. blockquote {
  408. border-left:4px solid {color:Text};
  409. padding:0px;
  410. padding-left:5px;
  411. margin:5px;
  412. }
  413.  
  414. {CustomCSS}
  415.  
  416. </style>
  417.  
  418. <body>
  419.  
  420.  
  421. {block:IfTopbarTitle}
  422. <div id="topbar"><div id="title">{Title}</div><p></div>
  423. {/block:IfTopbarTitle}
  424.  
  425.  
  426. <div id="container">
  427.  
  428. <div id="sidebar">
  429.  
  430. <center><div id="sidebarimage"><img src="{image:Sidebar}"/></div></center>
  431.  
  432. <div id="navigation">
  433. <a href="/">home</a><br>
  434. <a href="/ask">message</a><br>
  435. {block:SubmissionsEnabled}<a href="/submit" title="{SubmitLabel}">{SubmitLabel}</a><br>{/block:SubmissionsEnabled}
  436. {block:HasPages}{block:Pages}<a href="{URL}" title="{Label}">{Label}</a><br>{/block:Pages}{/block:HasPages}
  437. {block:ifLink1Title}<a href="{text:Link 1}">{text:Link 1 Title}</a><br>{/block:ifLink1Title}
  438. {block:ifLink2Title}<a href="{text:Link 2}">{text:Link 2 Title}</a><br>{/block:ifLink2Title}
  439. {block:ifLink3Title}<a href="{text:Link 3}">{text:Link 3 Title}</a><br>{/block:ifLink3Title}
  440. {block:ifLink4Title}<a href="{text:Link 4}">{text:Link 4 Title}</a><br>{/block:ifLink4Title}
  441. {block:ifLink5Title}<a href="{text:Link 5}">{text:Link 5 Title}</a><br>{/block:ifLink5Title}
  442. {block:ifLink6Title}<a href="{text:Link 6}">{text:Link 6 Title}</a><br>{/block:ifLink6Title}
  443.  
  444. <a href="http://thewicked-eternitythemes.tumblr.com">theme</a></div></div><br>
  445.  
  446.  
  447. <div id="sidebar2">
  448.  
  449. {block:IfNotTopbarTitle}<div id="title">{Title}</div>{/block:IfNotTopbarTitle}
  450.  
  451. <center><div id="sidebarimage2"><img src="{image:Sidebar 2}"/></div></center>
  452.  
  453. <div id="description">{block:Description}{Description}{/block:Description}</div><p>
  454.  
  455. <div id="pagination">
  456. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}{CurrentPage}/{TotalPages} {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  457. {/block:Pagination}</div></div>
  458.  
  459.  
  460. <div id="entries">
  461.  
  462. {block:Posts}
  463.  
  464. <div id="posts">
  465.  
  466. {block:Title}
  467. <div id="title2">{Title}</div>
  468. {/block:Title}
  469. {block:Text}{Body}
  470. {/block:Text}
  471.  
  472. {block:Photo}
  473. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  474. {/block:Photo}
  475.  
  476. {block:Photoset}
  477. <center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}
  478. {/block:Photoset}
  479.  
  480. {block:Quote}
  481. <div id="title3">"{Quote}"</div>
  482. {block:Source}<div id="source">— {Source}</div>
  483. {/block:Source}
  484. {/block:Quote}
  485.  
  486. {block:Link}
  487. <div id="title2"><a href="{URL}" class="link" {Target}>{Name}</a></div>
  488. {block:Description}{Description}{/block:Description}
  489. {/block:Link}
  490.  
  491. {block:Chat}
  492. <div class="chat"><ul>{block:Lines}<li class="person{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  493. {/block:Chat}
  494.  
  495. {block:Audio}
  496. <div id="audio"><div class="albumart"><img src="http://static.tumblr.com/4wyqgof/Dyvm2qmp1/default.jpg"></div>{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playercontainer"><div class="player">{AudioPlayerWhite}</div></div>{block:TrackName}<div class="audioinfo"><b>Track Title:</b> {TrackName}</div><br>{/block:TrackName}{block:Artist}<div class="audioinfo"><b>Artist:</b> {Artist}</div><br>{/block:Artist}{block:Album}<div class="audioinfo"><b>Album:</b> {Album}</div>{/block:Album}</div>{block:Caption}{Caption}{/block:Caption}
  497. {/block:Audio}
  498.  
  499. {block:Video}
  500. {Video-500}{block:Caption}{Caption}{/block:Caption}
  501. {/block:Video}
  502.  
  503. {block:Answer}
  504. <div id="questions">{Asker} asked: "{Question}"</div>
  505. {Answer}
  506. {/block:answer}
  507.  
  508. {block:Date}
  509. <div id="info"> posted <a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:RebloggedFrom} via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> {block:ContentSource} · © <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}{/block:RebloggedFrom}{block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}</div>
  510.  
  511. {block:HasTags}<div id="tags">{block:Tags}#<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}</div><BR>
  512.  
  513. {/block:posts}
  514.  
  515. {block:PostNotes}
  516. {PostNotes}
  517. {/block:PostNotes}
  518.  
  519.  
  520. </div>
  521. </div>
  522. </div>
  523.  
  524. </body>
  525. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement