bangyixing

Theme #12 - Breathe

Jul 28th, 2013
680
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.83 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!--
  5. ᴛʜᴇᴍᴇ 12: ʙʀᴇᴀᴛʜᴇ
  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:Border" content="#e6e4e4"/>
  22. <meta name="color:Link" content="#d5abb2"/>
  23. <meta name="color:Hover" content="#cfcfcf"/>
  24. <meta name="color:Hovered" content="#f5f5f5">
  25. <meta name="color:Asker" content="#fafafa"/>
  26. <meta name="color:Scrollbar" content="#fbfbfb"/>
  27. <meta name="color:Letter" content=="#efa79b">
  28. <meta name="color:Info" content="#efa79b"/>
  29. <meta name="color:InfoLink" content="#efa79b"/>
  30. <meta name="color:Hover" content="#cfcfcf"/>
  31. <meta name="color:Tags" content="#b8b8b8"/>
  32. <meta name="color:Text" content="#b3b3b3"/>
  33.  
  34. <!--Images-->
  35.  
  36. <meta name="image:Background" content="/"/>
  37. <meta name="image:Sidebar" content=""/>
  38.  
  39. <!--Links-->
  40.  
  41. <meta name="text:Link1" content="" />
  42. <meta name="text:Link1 Title" content="" />
  43. <meta name="text:Link2" content="" />
  44. <meta name="text:Link2 Title" content="" />
  45. <meta name="text:Link3" content="" />
  46. <meta name="text:Link3 Title" content="" />
  47. <meta name="text:Link4" content="" />
  48. <meta name="text:Link4 Title" content="" />
  49.  
  50. <!--Titles-->
  51.  
  52. <meta name="text:Subtitle" content="breathe" />
  53.  
  54. <!--Fonts-->
  55.  
  56. <link href='http://fonts.googleapis.com/css?family=Petit+Formal+Script' rel='stylesheet' type='text/css'>
  57.  
  58. <style type="text/css">
  59.  
  60. ::-webkit-scrollbar-thumb:vertical {
  61. background: {color:Border};
  62. height: 80px;
  63. }
  64.  
  65. ::-webkit-scrollbar {
  66. height: 10px;
  67. width: 3px;
  68. background: {color:Scrollbar};
  69. }
  70.  
  71. body {
  72. background:{color:background};
  73. background-image: url("{image:background}");
  74. background-attachment: fixed;
  75. color:{color:text};
  76. font-family:Trebuchet MS;
  77. font-size:9px;
  78. margin:50px;
  79. text-align:justify;
  80. letter-spacing:0px;
  81. line-height:140%;
  82. }
  83.  
  84. a {
  85. text-decoration:none;
  86. outline:none;
  87. -moz-outline-style:none;
  88. color:{color:Text};
  89. -webkit-transition: all 0.5s ease;
  90. -moz-transition: all 0.5s ease;
  91. -o-transition: all 0.5s ease;
  92. }
  93.  
  94. img {
  95. border:none;
  96. }
  97.  
  98. blockquote blockquote {
  99. padding-left:5px;
  100. border-left:1px solid;
  101. }
  102.  
  103. h1 {
  104. color: {color:Link};
  105. font-size:20px;
  106. text-transform:lowercase;
  107. font-style:italic;
  108. line-height:140%;
  109. text-align:left;
  110. font-family:Times New Roman;
  111. -moz-transition-duration:0.3s;
  112. -webkit-transition-duration:0.3s;
  113. -o-transition-duration:0.3s;
  114. }
  115.  
  116. a:hover {
  117. color: {color:Border};
  118. }
  119.  
  120. small{
  121. font-size:9px;
  122. line-height:140%;
  123. }
  124.  
  125. big {
  126. font-size:12px;
  127. line-height:140%;
  128. }
  129.  
  130. b, strong{
  131. color:{color:Text};
  132. }
  133. i, em {
  134. color:{color:Text};
  135. }
  136. p{
  137. margin-top:5px;
  138. margin-bottom:5px;
  139. }
  140. blockquote {
  141. padding:0px;
  142. padding-left:5px;
  143. margin:5px;
  144. border-left:1px solid {color:Border};
  145. }
  146.  
  147. blockquote img {
  148. max-width:300px;
  149. }
  150.  
  151. ul, li img {
  152. max-width:250px;
  153. }
  154.  
  155. .audio { height:60px; padding:5px; margin-bottom:5px;}
  156. .audio-album { position:absolute; width:60px; }
  157. .audio-player { position:absolute; width:25px; height:25px; margin-left:15px; margin-top:15px; opacity:0.9; overflow:hidden; border:2px solid {color:Border}; }
  158. .audio-info { margin-top:-2px; position:relative; margin-left:70px; padding:5px; }
  159.  
  160. #entries {
  161. overflow:hidden;
  162. margin-left:490px;
  163. letter-spacing:1px;
  164. }
  165.  
  166. #post {
  167. margin-top:20px;
  168. margin:15px;
  169. padding-left:15px;
  170. padding-right:15px;
  171. padding-top:25px;
  172. width:500px;
  173. border: 3px double {color:Hovered};
  174. }
  175.  
  176. #quote {
  177. font-size:15px;
  178. font-style:none;
  179. text-align:center;
  180. line-height:140%;
  181. }
  182.  
  183. #chat {
  184. text-transform:lowercase;
  185. }
  186.  
  187. #website {
  188. font-style:italic;
  189. text-align:right;
  190. font-size:12px;
  191. font-family: Times New Roman;
  192. }
  193.  
  194. #sidebar {
  195. position:fixed;
  196. margin-left:700px;
  197. margin-top:-190px;
  198. }
  199.  
  200. #sidebarimage img {
  201. width:80px;
  202. height:80px;
  203. position:fixed;
  204. margin-top:378px;
  205. margin-left:-365px;
  206. border-radius:500px;
  207. }
  208.  
  209. #title {
  210. font-size:25px;
  211. position:fixed;
  212. margin-left:-375px;
  213. margin-top:468px;
  214. font-family:Libre Baskerville;
  215. font-style:oblique;
  216. text-align:center;
  217. line-height:40%;
  218. padding:5px;
  219. width:90px;
  220. letter-spacing:1px;
  221. text-transform:lowercase;
  222. color:{color:Text};
  223. }
  224.  
  225. #links {
  226. width:200px;
  227. height:137px;
  228. font-size:7px;
  229. font-family:Cambria;
  230. font-style:none;
  231. text-align:center;
  232. text-transform:uppercase;
  233. opacity:0;
  234. position:fixed;
  235. word-spacing:0px;
  236. margin-left:-423px;
  237. margin-top:510px;
  238. letter-spacing:1px;
  239. background:{color:Background};
  240. -moz-transition-duration:0.5s;
  241. -webkit-transition-duration:0.5s;
  242. -o-transition-duration:0.5s;
  243. }
  244.  
  245. #links a {
  246. display:inline-block;
  247. width:50px;
  248. padding:5px;
  249. margin-right:2px;
  250. margin-bottom:1px;
  251. color:{color:Link};
  252. background:{color:Background};
  253. border-bottom:2px solid {color:Background};
  254. }
  255.  
  256. #links a:hover {
  257. background:{color:Background};
  258. font-style:none;
  259. color:{color:Description};
  260. letter-spacing:1px;
  261. border-bottom:2px solid {color:Border};
  262. -moz-transition-duration:0.5s;
  263. -webkit-transition-duration:0.5s;
  264. -o-transition-duration:0.5s;
  265. }
  266.  
  267. #sidebar:hover #links {
  268. opacity:1;
  269. -moz-transition-duration:0.5s;
  270. -webkit-transition-duration:0.5s;
  271. -o-transition-duration:0.5s;
  272. }
  273.  
  274.  
  275. #description {
  276. font-size:7px;
  277. width:100px;
  278. height:137px;
  279. opacity:1;
  280. padding: 15px;
  281. font-family:Cambria;
  282. text-transform:uppercase;
  283. position:fixed;
  284. text-align:justify;
  285. font-style:none;
  286. line-height:125%;
  287. margin-top:495px;
  288. margin-left:-390px;
  289. letter-spacing:0px;
  290. opacity:1;
  291. position:fixed;
  292. }
  293.  
  294. #description a {
  295. color:{color:Link};
  296. text-decoration:none;
  297. font-style:none;
  298. text-transform:uppercase;
  299. }
  300.  
  301. #description a:hover {
  302. color:{color:Description};
  303. text-decoration:none;
  304. font-style:none;
  305. text-transform:uppercase;
  306. }
  307.  
  308. #description:first-letter {
  309. padding:5px;
  310. font-size:20px;
  311. font-family:Petit Formal Script;
  312. font-style:none;
  313. margin-right:3px;
  314. line-height:140%;
  315. float:left;
  316. background:{color:Letter};
  317. color:{color:Background};
  318. }
  319.  
  320. #pagination {
  321. font-size:9px;
  322. margin-top:480px;
  323. text-align:center;
  324. color:{color:Text};
  325. padding:10px;
  326. opacity:1;
  327. font-family:Times New Roman;
  328. position:fixed;
  329. font-style:none;
  330. font-style:italic;
  331. margin-left:-360px;
  332. letter-spacing:1px;
  333. }
  334.  
  335.  
  336.  
  337. #info {
  338. text-align:center;
  339. margin-top:5px;
  340. padding:5px;
  341. padding-bottom:10px;
  342. text-transform:uppercase;
  343. font-style:none;
  344. font-family:Trebuchet MS;
  345. letter-spacing:1px;
  346. font-size:7px;
  347. line-height:120%;
  348. color:{color:Info};
  349. -moz-transition-duration:0.7s;
  350. -webkit-transition-duration:0.7s;
  351. -o-transition-duration:0.7s;
  352. }
  353.  
  354. #info a {
  355. color: {color:InfoLink};
  356. }
  357.  
  358. #info a:hover{
  359. text-decoration: none;
  360. color:{color:Info};
  361. }
  362.  
  363. #tags {
  364. font-size:7px;
  365. margin-top:0px;
  366. text-transform:uppercase;
  367.  
  368. }
  369.  
  370. #notes {
  371. text-transform:uppercase;
  372. font-size:7px;
  373. }
  374.  
  375. #question {
  376. text-align:right;
  377. padding:20px;
  378. background: {color:Asker};
  379. font-size:10px;;
  380. }
  381.  
  382. #credit {
  383. font-family:Calibri;
  384. font-size:9px;
  385. letter-spacing:1px;
  386. float:right;
  387. position:fixed;
  388. bottom:15px;
  389. right:10px;
  390. }
  391.  
  392. #credit a {
  393. color:#ffffff;
  394. padding:5px;
  395. text-transform:uppercase;
  396. background:{color:Link};
  397. }
  398.  
  399. #credit a:hover {
  400. color:{color:Link};
  401. text-transform:uppercase;
  402. font-style:none;
  403. background:{color:Background};
  404. }
  405.  
  406. {CustomCSS}</style></head><body>
  407.  
  408. <div id="sidebar">
  409. <div id="title">{text:Subtitle}</div>
  410. <div id="sidebarimage"><img src="{image:Sidebar}"></div>
  411.  
  412. <div id="description">{Description}
  413. </div>
  414.  
  415. <div id="links">
  416. <a href="/">index</a>
  417. <a href="/ask">askbox</a>
  418. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  419. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  420. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  421. </div>
  422.  
  423. {block:Pagination}<div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">fall</a>{/block:PreviousPage} — {block:NextPage}<a href="{NextPage}">jump</a>{/block:NextPage}{/block:Pagination}</div></div>
  424.  
  425. <div id="entries">
  426. {block:Posts}
  427. <div id="post">
  428.  
  429. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  430.  
  431. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  432.  
  433. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  434.  
  435. {block:Quote}<div id="quote">❝{Quote}</i>❞{block:Source} — <i>{Source}</i></div>{/block:Source}{/block:Quote}
  436.  
  437. {block:Link}<div id="website"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}{/block:Link}
  438.  
  439. <div id="chat">
  440. {block:Chat}
  441. {block:Title}
  442. <h1>{Title}</h1>
  443. {/block:Title}
  444. {block:Lines}
  445. <blockquote>{block:Label}<b>{Label}</b>{/block:Label} -
  446. {Line}</blockquote><br>
  447. {/block:Lines}{/block:Chat}
  448. </div>
  449.  
  450. {block:Audio}
  451. <div class="audio">
  452. {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}
  453. <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  454. <div class="audio-info">
  455. {block:TrackName}<b>Title:</b> {TrackName}<br>{/block:TrackName}
  456. {block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
  457. {block:Album}<b>Album:</b> {Album}<br>{/block:Album}
  458. {block:PlayCount}<b>Plays:</b> {PlayCount}<br>{/block:PlayCount}
  459. </div></div>
  460. {/block:Audio}
  461.  
  462. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  463.  
  464. {block:Answer}
  465. <div id="question">
  466. {Question} — <i>{Asker} </i></div>
  467. {Answer}{/block:answer}
  468.  
  469.  
  470. <div id="info">
  471. posted <a href="{Permalink}">{TimeAgo}</a> with <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom} - <a href="{ReblogParentURL}">via </a>{/block:RebloggedFrom} {block:ContentSource} ‧ <a href="{SourceURL}">source</a> {/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  472. {block:HasTags}<div id="tags">
  473. {block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  474. {/block:Posts}
  475. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  476.  
  477. </div>
  478.  
  479. <div id="credit"><a href="http://mlikboy.tumblr.com/">mlikboy</a></div>
  480.  
  481. </body>
  482. </html>
Advertisement
Add Comment
Please, Sign In to add comment