bangyixing

Theme #09 - Black Pearl

Jun 15th, 2013
755
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.12 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!--
  5. ᴛʜᴇᴍᴇ 09: ʙʟᴀᴄᴋ ᴘᴇᴀʀʟ
  6. ᴅᴇsɪɢɴᴇᴅ ᴀɴᴅ ᴄᴏᴅᴇᴅ ʙʏ ᴀɴᴅʀᴇᴀ @ ᴍʟɪᴋʙᴏʏ
  7. ᴘʟᴇᴀsᴇ ᴅᴏɴ'ᴛ ʀᴇᴍᴏᴠᴇ ᴛʜᴇ ᴄʀᴇᴅɪᴛs. ᴛʜᴀɴᴋ ʏᴏᴜ.
  8. -->
  9.  
  10. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  11. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  12. <head><title>{Title}</title>
  13. <link rel="shortcut icon" href="{Favicon}">
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  16.  
  17. <!--Default Variables-->
  18. <!--Colors-->
  19.  
  20. <meta name="color:Background" content="#ffffff"/>
  21. <meta name="color:Title" content="#9c9c9c"/>
  22. <meta name="color:Border" content="#e6e4e4"/>
  23. <meta name="color:Scrollbar" content="#fbfbfb"/>
  24. <meta name="color:Link" content="#111111"/>
  25. <meta name="color:Hover" content="#b8b8b8"/>
  26. <meta name="color:Asker" content="#fafafa"/>
  27. <meta name="color:Text" content="#111111"/>
  28.  
  29. <!--Images-->
  30.  
  31. <meta name="image:Background" content="/"/>
  32. <meta name="image:Sidebar" content=""/>
  33.  
  34. <!--Links-->
  35.  
  36. <meta name="text:Link1" content="" />
  37. <meta name="text:Link1 Title" content="" />
  38. <meta name="text:Link2" content="" />
  39. <meta name="text:Link2 Title" content="" />
  40.  
  41. <!--Titles-->
  42.  
  43. <meta name="text:Subtitle" content="b l a c k p e a r l ▼" />
  44.  
  45. <style type="text/css">
  46.  
  47. ::-webkit-scrollbar-thumb:vertical {
  48. background: {color:Border};
  49. height: 80px;
  50. }
  51.  
  52. ::-webkit-scrollbar {
  53. height: 10px;
  54. width: 3px;
  55. background: {color:Scrollbar};
  56. }
  57.  
  58. body {
  59. background:{color:Background};
  60. background-image: url("{image:Background}");
  61. margin:60px;
  62. color:{color:Text};
  63. font-family:Arial;
  64. font-size:9px;
  65. text-align:justify;
  66. letter-spacing:0px;
  67. line-height:140%;
  68. }
  69.  
  70. a {
  71. text-decoration:none;
  72. outline:none;
  73. -moz-outline-style:none;
  74. color:{color:Text};
  75. -webkit-transition: all 0.5s ease;
  76. -moz-transition: all 0.5s ease;
  77. -o-transition: all 0.5s ease;
  78. }
  79.  
  80. img {
  81. border:none;
  82. }
  83.  
  84. blockquote blockquote {
  85. padding-left:5px;
  86. border-left:1px solid;
  87. }
  88.  
  89. h1 {
  90. font-size:20px;
  91. text-transform:lowercase;
  92. font-style:none;
  93. line-height:140%;
  94. text-align: center;
  95. font-family:Tahoma;
  96. color:{color:Title};
  97. }
  98.  
  99. a:hover {
  100. color: {color:Border};
  101. }
  102.  
  103. small{
  104. font-size:9px;
  105. line-height:140%;
  106. }
  107.  
  108. big {
  109. font-size:12px;
  110. line-height:140%;
  111. }
  112.  
  113. b, strong{
  114. color:{color:Text};
  115. }
  116. i, em {
  117. color:{color:Text};
  118. }
  119. p{
  120. margin-top:5px;
  121. margin-bottom:5px;
  122. }
  123. blockquote {
  124. padding:0px;
  125. padding-left:5px;
  126. margin:5px;
  127. border-left:1px solid {color:Border};
  128. }
  129.  
  130. blockquote img {
  131. max-width:300px;
  132. }
  133.  
  134. ul, li img {
  135. max-width:250px;
  136. }
  137.  
  138. .audio { height:60px; padding:5px; margin-bottom:5px; }
  139. .audio-album { position:absolute; width:60px; }
  140. .audio-player { position:absolute; width:25px; height:25px; margin-left:15px; margin-top:15px; opacity:0.9; overflow:hidden; border:2px solid {color:Border}; }
  141. .audio-info { margin-top:-2px; position:relative; margin-left:70px; padding:5px; }
  142.  
  143. #entries {
  144. padding:10px;
  145. width:400px;
  146. font-style:none;
  147. margin-left:570px;
  148. margin-top:90px
  149. margin-bottom:10px;
  150. }
  151.  
  152. #entries a {
  153. color:{color:Text;}
  154. }
  155.  
  156. #entries a:hover{
  157. text-decoration: none;
  158. color: {color:Hover};
  159. }
  160.  
  161. #post {
  162. width:400px;
  163. opacity:1;
  164. padding-bottom:10px;
  165. overflow:hidden;
  166. }
  167.  
  168. #quote {
  169. font-size:15px;
  170. font-style:none;
  171. text-align:center;
  172. line-height:140%;
  173. }
  174.  
  175. #website {
  176. font-style:italic;
  177. text-align:right;
  178. font-size:12px;
  179. color:{color:Text};
  180. }
  181.  
  182. #sidebar {
  183. position:fixed;
  184. margin-left:170px;
  185. margin-top:-90px;
  186. }
  187.  
  188. #sidebarimage img{
  189. width:130px;
  190. height:200px;
  191. position:fixed;
  192. margin-left:190px;
  193. margin-top:218px;
  194. padding:1px;
  195. -moz-transition-duration:1s;
  196. -webkit-transition-duration:1s;
  197. -o-transition-duration:1s;
  198. }
  199.  
  200. #title {
  201. width:120px;
  202. height:12px;
  203. position:fixed;
  204. margin-left:191px;
  205. margin-top:419px;
  206. padding:1px;
  207. padding:5px;
  208. text-align:center;
  209. letter-spacing:1px;
  210. text-transform:uppercase;
  211. font-family:Arial;
  212. background:{color:Text};
  213. color:{color:Background};
  214. }
  215.  
  216. #links {
  217. width:120px;
  218. height:12px;
  219. position:fixed;
  220. margin-left:150px;
  221. margin-top:419px;
  222. padding:5px;
  223. opacity:0;
  224. font-size:7px;
  225. text-align:center;
  226. display:inline-block;
  227. text-transform:uppercase;
  228. background:{color:Text};
  229. -moz-transition-duration:1s;
  230. -webkit-transition-duration:1s;
  231. -o-transition-duration:1s;
  232. }
  233.  
  234. #links a {
  235. font-style:none;
  236. letter-spacing:1px;
  237. margin-right:5px;
  238. text-align: center;
  239. color:{color:Background};
  240. }
  241.  
  242. #links a:hover {
  243.  
  244.  
  245. -webkit-transition: all 0.5s ease-out;
  246. -moz-transition: all 0.5s ease-out;
  247. transition: all 0.5s ease-out;
  248. text-shadow:2px 0 0 rgba(255,0,0,0.3), -2px 0 0 rgba(0,255,0,0.3);
  249.  
  250.  
  251. }
  252.  
  253. #description {
  254. font-size:10px;
  255. width:100px;
  256. height:auto;
  257. opacity:0;
  258. padding:5px;
  259. font-family:Consolas;
  260. text-transform:lowercase;
  261. position:fixed;
  262. font-style:none;
  263. text-align:justify;
  264. line-height:100%;
  265. margin-top:350px;
  266. margin-left:201px;
  267. letter-spacing:1px;
  268. color:{color:Background};
  269. background:{color:Text};
  270. -moz-transition-duration:1s;
  271. -webkit-transition-duration:1s;
  272. -o-transition-duration:1s;
  273. }
  274.  
  275. #description a {
  276. color:{color:Background};
  277. }
  278.  
  279. #description a:hover {
  280. color:{color:Hover};
  281. }
  282.  
  283. #sidebar:hover #description {
  284. opacity:1;
  285. margin-top:280px;
  286. margin-left:201px;
  287. -moz-transition-duration:1s;
  288. -webkit-transition-duration:1s;
  289. -o-transition-duration:1s;
  290. }
  291.  
  292. #sidebar:hover #links {
  293. opacity:1;
  294. margin-left:191px;
  295. margin-top:419px;
  296. -moz-transition-duration:1s;
  297. -webkit-transition-duration:1s;
  298. -o-transition-duration:1s;
  299. }
  300.  
  301. #info {
  302. text-align:left;
  303. margin-top:5px;
  304. margin-bottom:6px;
  305. font-family:Consolas;
  306. padding-top:5px;
  307. text-transform:lowercase;
  308. font-style:none;
  309. letter-spacing:1px;
  310. font-size:8px;
  311. line-height:120%;
  312. border-top: 1px solid {color:Border};
  313. }
  314.  
  315. #info a:hover{
  316. text-decoration: none;
  317. color: {color:Hover};}
  318.  
  319. #tags {
  320. font-size:8px;
  321. margin-top:0px;
  322. }
  323.  
  324. #notes {
  325. font-family:Consolas;
  326. text-transform:lowercase;
  327. font-size:8px;
  328. }
  329.  
  330. #question {
  331. padding:20px;
  332. background: {color:Asker};
  333. font-size:12px;
  334. color:{color:Text};
  335. }
  336.  
  337.  
  338. #credit {
  339. font-family:Calibri;
  340. font-size:9px;
  341. letter-spacing:1px;
  342. float:right;
  343. position:fixed;
  344. bottom:15px;
  345. right:10px;
  346. }
  347.  
  348. #credit a {
  349. color:#ffffff;
  350. padding:5px;
  351. text-transform:uppercase;
  352. background:{color:Link};
  353. }
  354.  
  355. #credit a:hover {
  356. color:{color:Link};
  357. text-transform:uppercase;
  358. font-style:none;
  359. background:{color:Background};
  360. }
  361.  
  362. {CustomCSS}</style></head><body>
  363.  
  364. <div id="sidebar">
  365. <div id="title">{text:Subtitle}</div>
  366. <div id="sidebarimage"><img src="{image:Sidebar}"></div>
  367. <div id="links">
  368. <a href="/">seoul</a>
  369. <a href="/ask">ask</a>
  370. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  371. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  372. </div>
  373.  
  374. <div id="description">{Description}<p>
  375. <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">fall</a>{/block:PreviousPage} — {block:NextPage}<a href="{NextPage}">jump</a>{/block:NextPage}{/block:Pagination}</center></div></div>
  376.  
  377.  
  378.  
  379. <div id="entries">{block:Posts}<div id="post">
  380.  
  381. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  382.  
  383. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  384.  
  385. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  386.  
  387. {block:Quote}<div id="quote">❝{Quote}</i>❞{block:Source} — <i>{Source}</i></div>{/block:Source}{/block:Quote}
  388.  
  389. {block:Link}<div id="website"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}{/block:Link}
  390.  
  391. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  392.  
  393. {block:Audio}
  394. <div class="audio">
  395. {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}
  396. <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  397. <div class="audio-info">
  398. {block:TrackName}<b>Title:</b> {TrackName}<br>{/block:TrackName}
  399. {block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
  400. {block:Album}<b>Album:</b> {Album}<br>{/block:Album}
  401. {block:PlayCount}<b>Plays:</b> {PlayCount}<br>{/block:PlayCount}
  402. </div></div>
  403. {/block:Audio}
  404.  
  405. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  406.  
  407. {block:Answer}<div id="question">{Asker}: <i>{Question}</i></div><br>{Answer}{/block:answer}
  408.  
  409. <div id="info">
  410. <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}(© <a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  411. {block:HasTags}<div id="tags">{block:Tags} - <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  412. {/block:Posts}
  413. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  414.  
  415. <div id="credit"><a href="http://mlikboy.tumblr.com/">mlikboy</a></div>
  416.  
  417. </body>
  418. </html>
Advertisement
Add Comment
Please, Sign In to add comment