Advertisement
yeonghoni

「 C L A I R V O Y A N C E 」theme by damonsalvabutt (yeonggu)

Oct 21st, 2013
648
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.47 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. <!-- \\ CLAIRVOYANCE; THEME 03 BY DAMONSALVABUTT (PREVIOUSLY YEONGGU) @ TUMBLR //
  12.  
  13. THIS THEME IS FOR PERSONAL USE ONLY.
  14. DO NOT REDISTRIBUTE, CLAIM AS YOUR OWN, TAMPER WITH THE CREDITS IN ANY WAY OR USE ANY PART OF THIS THEME AS A BASE CODE. -->
  15.  
  16. <meta name="color:Background" content="#ffffff"/>
  17. <meta name="image:SidebarBg" content="" />
  18. <meta name="color:SidebarBg" content="#dce5e8" />
  19. <meta name="color:Text" content="#a8a8a8"/>
  20. <meta name="color:Sidebar Links" content="#b8b8b8"/>
  21. <meta name="color:Link hover" content= "#3f3f3f"/>
  22. <meta name="color:DescriptionText" content="#b8b8b8"/>
  23. <meta name="color:DescriptionBg" content="#ffffff" />
  24. <meta name="color:Border" content="#dddddd"/>
  25. <meta name="color:Hover" content="#f2f2f2"/>
  26. <meta name="color:Accent" content="#f2f2f2"/>
  27. <meta name="color:Scrollbar" content="#000000"/>
  28. <meta name="color:ScrollbarBg" content="#ffffff"/>
  29. <meta name="color:Post Links" content="#c0bfbf"/>
  30. <meta name="color:Answer Backg" content="#000000"/>
  31. <meta name="image:Sidebar" content=""/>
  32. <meta name="image:Background" content=""/>
  33. <meta name="text:Title" content="the beast inside;" />
  34. <meta name="text:Link 1" content="" />
  35. <meta name="text:Link 1 Text" content="" />
  36. <meta name="text:Link 2" content="" />
  37. <meta name="text:Link 2 Text" content="" />
  38. <meta name="text:Link 3" content="" />
  39. <meta name="text:Link 3 Text" content="" />
  40. <meta name="if:Show Link 1" content="1" />
  41. <meta name="if:Show Link 2" content="1" />
  42. <meta name="if:Show Link 3" content="1" />
  43.  
  44.  
  45. <style type="text/css">
  46.  
  47. ::-webkit-scrollbar-thumb {
  48. height:auto;
  49. background-color:{color:Scrollbar};
  50. }
  51.  
  52. ::-webkit-scrollbar {
  53. height:9px;
  54. width:4px;
  55. background-color:{color:ScrollbarBg};
  56. }
  57.  
  58. body {
  59. background:{color:background};
  60. margin:0px;
  61. color:{color:text};
  62. font-family:calibri;
  63. font-size:10px;
  64. line-height:100%;
  65. letter-spacing:0px;
  66. text-align:justify;
  67. background-image:url('{image:Background}');
  68. }
  69.  
  70. a {
  71. text-decoration:none;
  72. outline:none;
  73. -moz-outline-style:none;
  74. color:{color:Post Links};
  75. }
  76.  
  77. img {
  78. border:none;
  79. }
  80.  
  81. blockquote {
  82. padding-left:5px;
  83. border-left:2px solid;
  84. }
  85.  
  86. blockquote blockquote {
  87. padding-left:5px;
  88. border-left:2px solid;
  89. }
  90.  
  91. h1 {
  92. font-size:10px;
  93. letter-spacing:2px;
  94. text-transform:uppercase;
  95. font-family:'CAMBRIA';
  96. font-style:none;
  97. line-height:10px;
  98. text-align:left;
  99. padding:0px;
  100. }
  101.  
  102. img { opacity:0.7;
  103. -webkit-transition: all 0.5s ease;
  104. -moz-transition: all 0.5s ease;
  105. transition: all 0.5s ease;
  106. }
  107.  
  108. img:hover {
  109. opacity:1;
  110. -moz-transition-duration:0.8s;
  111. -webkit-transition-duration:0.8s;
  112. -o-transition-duration:0.8s;
  113. }
  114.  
  115. a:hover{color:{color:link hover};
  116. -moz-transition-duration:0.6s;
  117. -webkit-transition-duration:0.6s;
  118. -o-transition-duration:0.6s;
  119. all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;
  120. }
  121.  
  122.  
  123. /*ENTRIES*/
  124.  
  125. #entries {
  126. padding:10px;
  127. width:500px;
  128. margin-left:302px;
  129. margin-top:5px;
  130. font-size:10px;
  131. font-family:'arial';
  132. letter-spacing:0px;
  133. }
  134.  
  135. #post {
  136. width:500px;
  137. padding-bottom:40px;
  138. padding:25px;
  139. margin-top:50px;
  140. }
  141.  
  142. /*SIDEBAR*/
  143.  
  144. #sidebar {
  145. position:fixed;
  146. margin-top:-5px;
  147. width: 290px;
  148. height: 100%;
  149. float: center;
  150. margin-left:-40px;
  151. text-align: center;
  152. background-color:{color:SidebarBg};
  153. position:fixed;
  154. padding:100px 10px 10px 10px;
  155. border:0px dotted {color:Borders};
  156. }
  157.  
  158. #sidebarbg {
  159. position:fixed;
  160. margin-bottom: 0px;
  161. width: 300px;
  162. height: 100%;
  163. background-image: url('{image:SidebarBg}');
  164. background-color:{color:SidebarBg};
  165. }
  166.  
  167. #sidebarimage {
  168. width 50px;
  169. align:center;
  170. }
  171.  
  172. #sidebarimage img {
  173. opacity:0.7;
  174. width:50px;
  175. height:50px;
  176. margin-top:72px;
  177. padding:3px;
  178. margin-left:-68px;
  179. border-radius: 100px;
  180. -webkit-transition: all 0.5s ease;
  181. -moz-transition: all 0.5s ease;
  182. transition: all 0.5s ease;
  183. }
  184.  
  185. #sidebarimage img:hover {
  186. opacity:1;
  187. -moz-transition-duration:0.8s;
  188. -webkit-transition-duration:0.8s;
  189. -o-transition-duration:0.8s;
  190. }
  191.  
  192. .links {
  193. width:120px;
  194. font-family:'helvetica';
  195. padding: 4px;
  196. text-align:center;
  197. text-transform:uppercase;
  198. position:fixed;
  199. margin-top:95px;
  200. margin-left:130px;
  201. }
  202.  
  203. .links a {
  204. width:94px;
  205. padding:3px;
  206. font-size:7px;
  207. letter-spacing:0px;
  208. color:{color:Sidebar Links};
  209. }
  210.  
  211. .links a:hover {
  212. -moz-transition-duration:0.3s;
  213. -webkit-transition-duration:0.3s;
  214. -o-transition-duration:0.3s;
  215. text-shadow: 1px -2px 2px {color:Hover};
  216. color:{color:Sidebar Links};
  217. }
  218.  
  219. #title a
  220. {
  221. width: 200px;
  222. font-family: Georgia;
  223. font-size: 20px;
  224. font-style: italic;
  225. text-transform: lowercase;
  226. color: {color:Border};
  227. text-shadow: 2px -1px 0px white;
  228. text-align: center;
  229. margin-top:85px;
  230. margin-left:-44px;
  231. position: fixed;
  232. z-index: 99999;
  233. letter-spacing: -1.5px;
  234. }
  235.  
  236. #title a:hover
  237. {
  238. color: {color:Link Hover};
  239. }
  240.  
  241.  
  242. #description {
  243. text-align:justify;
  244. opacity: 0.9;
  245. font-family:'Arial';
  246. width:160px;
  247. margin-top:10px;
  248. margin-left:-47px;
  249. font-size:9px;
  250. padding:5px;
  251. position:fixed;
  252. text-transform:none;
  253. color:{color:DescriptionText};
  254. background-color:{color:DescriptionBg};
  255. }
  256.  
  257. #description:first-letter
  258. {
  259. width: 18px;
  260. height: 18px;
  261. padding: 5px;
  262. margin-right: 4px;
  263. float: left;
  264. background-color: {color:Border};
  265. border: 3px double white;
  266. color: white;
  267. font-family:'Libre Baskerville';
  268. font-size: 22px;
  269. font-style: italic;
  270. line-height: 18px;
  271. text-transform: uppercase;
  272. text-align: center;
  273. }
  274.  
  275. #pagination {
  276. font-style:bold;
  277. padding:2px;
  278. font-family:'trebuchet ms';
  279. letter-spacing:0px;
  280. font-size:9px;
  281. text-align:center;
  282. padding:2px;
  283. margin-top:10px;
  284. text-transform:lowercase;
  285. }
  286.  
  287.  
  288. /*POST INFO*/
  289.  
  290. #info {
  291. width:500px;
  292. text-align:left;
  293. font-family:'helvetica';
  294. margin-top:3px;
  295. margin-left:0px;
  296. letter-spacing:1px;
  297. font-size:7px;
  298. font-style:none;
  299. padding:1px;
  300. line-height:10px;
  301. text-transform:uppercase;
  302. border-top:1px solid;
  303. border-color:{color:Border};
  304. }
  305.  
  306. #info a {
  307. text-align:center;
  308. margin-bottom:3px;
  309. color:{color:Post Links};
  310. }
  311.  
  312. #info a:hover {
  313. -moz-transition-duration:0.3s;
  314. -webkit-transition-duration:0.3s;
  315. -o-transition-duration:0.3s;
  316. color:{color:Hover}
  317. }
  318.  
  319. #tags {
  320. float:left;
  321. width:489px;
  322. margin-top:-5px;
  323. margin-left:-5px;
  324. text-align:left;
  325. font-size:7px;
  326. padding:5px;
  327. font-size:8px;
  328. text-transform:lowercase;
  329. opacity:1;
  330. transition-duration: 0.5s;
  331. -moz-transition-duration: 0.5s;
  332. -webkit-transition-duration: 0.5s;
  333. -o-transition-duration: 0.5s
  334. color:{color:Post Links};
  335. }
  336.  
  337. #tags a {
  338. letter-spacing:0px;
  339. font-size:8px;
  340. text-align:center;
  341. font-family:'georgia';
  342. font-style:italic;
  343. text-decoration:none;
  344. display:inline-block;
  345. color:#ddd;
  346. background-color:#666;
  347. }
  348.  
  349. #tags a:hover {
  350. -moz-transition-duration:0.3s;
  351. -webkit-transition-duration:0.3s;
  352. -o-transition-duration:0.3s;
  353. color:{color:Hover};
  354. }
  355.  
  356. /*QUESTION*/
  357.  
  358. #asker {
  359. color:#fff;
  360. width: 470px;
  361. padding:14px;
  362. font-family:'helvetica';
  363. font-size:9px;
  364. letter-spacing:0px;
  365. text-align:left;
  366. margin-top:0px;
  367. text-transform:lowercase;
  368. line-height:100%;
  369. background-color:{color:Answer Backg}
  370. }
  371.  
  372. .askerimg img {width:24px; margin-top:-33px; position:absolute;left:340px;padding:2px;border:6px inset {color:Sidebar Border};background:#fff;border-radius:20px;
  373. }
  374.  
  375. /*CREDIT*/
  376.  
  377. #cred {
  378. position:fixed;
  379. color: #fff;
  380. text-transform:uppercase;
  381. font-size:8px;
  382. right:5px;
  383. bottom:5px;
  384. letter-spacing:1px;
  385. width: 12px;
  386. height: 12px;
  387. padding: 4px;
  388. background-color: {color:Border};
  389. border: 3px double white;
  390. color: white;
  391. font-family: helvetica;
  392. font-style: none;
  393. line-height: 16px;
  394. text-transform: uppercase;
  395. text-align: center;
  396. }
  397.  
  398. #cred a{color: #fff;}
  399.  
  400. {CustomCSS}</style></head><body>
  401.  
  402.  
  403. <div id="sidebar">
  404. <div id="sidebarbg">
  405.  
  406. <div id="sidebarimage">
  407. <a title="home" href="/">
  408. <img src="{image:Sidebar}">
  409. </a>
  410. </div>
  411. </div>
  412. <a href="/"><div id="title">{text:Title}</a></div>
  413. <div class="links">
  414. <b>
  415. <a href="/">refresh</a>
  416. <a href="/ask">ask</a>
  417. <a href="http://damonsalvabutt.tumblr.com">credit</a>
  418. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfShowLink1}
  419. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfShowLink2}
  420. {block:IfShowLink3}<a href="{text:Link 3}">{text:Link 3 Text}</a>{/block:IfShowLink3}
  421. </b>
  422.  
  423. <div id="description">{Description}
  424.  
  425. {block:Pagination}
  426. <div id="pagination">
  427. {block:PreviousPage}<a href="{PreviousPage}">forth</a>{/block:PreviousPage}
  428. — {block:NextPage}<a href="{NextPage}">back</a>{/block:NextPage}
  429. </div>
  430. {/block:Pagination}
  431. </div>
  432. </div>
  433. </div>
  434.  
  435. <div id="entries">
  436. {block:Posts}
  437. <div id="post">
  438.  
  439. {block:Text}
  440. <h1>{block:Title}{Title}{/block:Title}</h1>
  441. {Body}{/block:Text}
  442.  
  443. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  444. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  445.  
  446. {block:Photoset}{Photoset-500}{block:Caption}{Caption}
  447. {/block:Caption}{/block:Photoset}
  448.  
  449. {block:Quote}<h2>"{Quote}"</h2>
  450. {block:Source}<div class="qsource"> —{Source}</div>
  451. {/block:Source}{/block:Quote}
  452.  
  453. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  454.  
  455. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}<Br/>{block:Lines}{block:Label}<b><u><span style="margin-left:3px; color:#666;font-style:bold; font-family: Georgia;font-size: 12px;font-style: italic;text-transform: lowercase;text-shadow: 2px -1px 0px white;letter-spacing: -1px; border-bottom:1px solid #fafafa">{Label}</span></u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  456.  
  457. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerGrey}</left></span>
  458. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  459. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  460. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  461. {/block:Audio}<br>
  462.  
  463. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  464.  
  465. {block:Answer}<div id="asker"><span style="margin-left:30px; color:#666;font-style:bold; font-family: Georgia;font-size: 12px;font-style: italic;text-transform: lowercase;text-shadow: 2px -1px 0px white;letter-spacing: -1px; border-bottom:1px solid #fafafa"><b><i>{Asker}:</span></i></b> <div class="askerimg"><img src="{AskerPortraitURL-24}"width="24" height="24"></div><br> {Question} <br></div><left><div style="padding:4px;margin-top:3px;font-size:11px;"><font face="arial">{Answer}</font></div>{/block:Answer}
  466.  
  467. <div id="info">
  468. <a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a> — {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>
  469. (originally <a href="{ReblogRootURL}">{ReblogRootName}</a>){/block:RebloggedFrom}
  470. <span style="color: #ff5d65;"> ♥ </span>{NoteCountWithLabel}</a>
  471.  
  472. {block:HasTags}
  473. <div id="tags">
  474. {block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>&nbsp;{/block:Tags}
  475. </div>{block:HasTags}
  476.  
  477. </div>
  478. </div>
  479. {/block:Posts}
  480. <br><br>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  481. {/block:Posts}</div></div></div>
  482. <br><br><br><br>
  483.  
  484. <div id="cred">
  485. <a href="http://damonsalvabutt.tumblr.com/"><b>DS</b></a>
  486. </div>
  487. </div>
  488.  
  489.  
  490.  
  491. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement