Advertisement
thehandyblog

Skinny Love Theme

Aug 31st, 2013
535
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.15 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. <!----
  4.  
  5. █▀▀ ▀▀█▀▀ █▀▀█ █▀▀█ ▀▀█▀▀ █▀▀ █▀▀█ █▀▀█ █▀▀▄
  6. ▀▀█ █ █▄▄▀ █▄▄█ █ █▀▀ █ █ █▄▄▀ ▀▀ █ █
  7. ▀▀▀ ▀ ▀ ▀▀ ▀ ▀ ▀ ▀ ▀▀▀▀ ▀ ▀▀ ▀▀▀
  8.  
  9. THEME # 19 (SKINNY LOVE)
  10.  
  11. ✔ ᴋᴇᴇᴘ ᴛʜᴇ ᴄʀᴇᴅɪᴛs ɪɴᴛᴀᴄᴛ.
  12. ✔ ᴅᴏ ɴᴏᴛ ᴜsᴇ ᴀs ʙᴀsᴇ ᴄᴏᴅᴇ.
  13. ✔ ᴅᴏ ɴᴏᴛ ᴄᴏᴘʏ ᴀɴʏ ᴘᴀʀᴛs ᴏғ ᴛʜᴇ ᴄᴏᴅᴇ.
  14.  
  15. ---->
  16.  
  17. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  18.  
  19. <head>
  20.  
  21. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  22.  
  23. <title>{Title}</title>
  24.  
  25. <link rel="shortcut icon" href="{Favicon}">
  26.  
  27. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  28.  
  29. {block:Description}
  30. <meta name="description" content="{MetaDescription}" />
  31. {/block:Description}
  32.  
  33.  
  34. <meta name="color:background" content="#ffffff"/>
  35. <meta name="color:text" content="#2c2c2c"/>
  36. <meta name="color:link" content="#414141"/>
  37. <meta name="color:link hover" content="#2c2c2c"/>
  38. <meta name="color:borders" content="#e2e2e2"/>
  39. <meta name="color:scrollbar" content="#dbdbdb"/>
  40. <meta name="color:accent" content="#f5f5f5"/>
  41. <meta name="color:navigation bg" content="#333333"/>
  42. <meta name="color:navigation text" content="#ffffff"/>
  43.  
  44. <meta name="image:portrait" content=""/>
  45.  
  46. <meta name="if:bigger posts" content="">
  47.  
  48. <meta name="text:link1" content="">
  49. <meta name="text:link1 url" content="/">
  50. <meta name="text:link2" content="">
  51. <meta name="text:link2 url" content="/">
  52. <meta name="text:link3" content="">
  53. <meta name="text:link3 url" content="/">
  54.  
  55.  
  56. <style type="text/css">
  57.  
  58.  
  59. body{
  60. background:{color:background};
  61. margin:0px;
  62. color:{color:text};
  63. font-size:10px;
  64. font-family:calibri;
  65. line-height:100%;
  66. overflow-x:hidden;
  67. }
  68.  
  69. a{
  70. text-decoration:none;
  71. outline:none;
  72. -moz-outline-style:none;
  73. color:{color:link};
  74. -moz-transition-duration:0.5s;
  75. -webkit-transition-duration:0.5s;
  76. -o-transition-duration:0.5s;
  77. }
  78.  
  79. a:hover{
  80. color:{color:link hover};
  81. text-decoration:underline;
  82. -moz-transition-duration:0.5s;
  83. -webkit-transition-duration:0.5s;
  84. -o-transition-duration:0.5s;
  85. }
  86.  
  87. img{
  88. border:none;
  89. }
  90.  
  91. blockquote{
  92. padding-left:5px;
  93. border-left:2px solid {color:borders};
  94. }
  95.  
  96. h1{
  97. font-size:10px;
  98. font-weight:500;
  99. background:{color:accent};
  100. text-align:right;
  101. padding:5px;
  102. {Block:IfNotBiggerPosts}
  103. width:390px;
  104. {/Block:IfNotBiggerPosts}
  105. {Block:IfBiggerPosts}
  106. width:490px;
  107. {/Block:IfBiggerPosts}
  108. }
  109.  
  110. h3{
  111. font-weight:500;
  112. text-align:justify;
  113. line-height:13px;
  114. font-style:italic;
  115. font-size:13px;
  116. }
  117.  
  118. .quote{
  119. opacity:.1;
  120. padding-right:3px;
  121. font-style:normal;
  122. font-size:26px;
  123. font-family:arial;
  124. margin-bottom:-10px;
  125. }
  126.  
  127. ::-webkit-scrollbar{
  128. width: 7px;
  129. height:7px;
  130. background:{color:background};
  131. }
  132.  
  133. ::-webkit-scrollbar-thumb{
  134. background:{color:scrollbar};
  135. }
  136.  
  137. #entries{
  138. {block:IfNotBiggerPosts}
  139. width:400px;
  140. {/block:IfNotBiggerPosts}
  141. {block:IfBiggerPosts}
  142. width:500px;
  143. {block:IfBiggerPosts}
  144. margin-left:350px;
  145. margin-top:0px;
  146. }
  147.  
  148. #post{
  149. {block:IfNotBiggerPosts}
  150. width:400px;
  151. {/block:IfNotBiggerPosts}
  152. {block:IfBiggerPosts}
  153. width:500px;
  154. {block:IfBiggerPosts}
  155. padding-left:20px;
  156. padding-right:20px;
  157. padding-top:40px;
  158. }
  159.  
  160. #sidebar{
  161. width:120px;
  162. position:fixed;
  163. margin-left:0px;
  164. margin-top:180px;
  165. margin-left:150px;
  166. text-align:justify;
  167. }
  168.  
  169. #sidebarimage img{
  170. width:120px;
  171. -webkit-border-radius: 100px;
  172. -moz-border-radius: 100px;
  173. border-radius: 100px;
  174. }
  175.  
  176. #description{
  177. width:100px;
  178. margin-top:5px;
  179. font-size:10px;
  180. text-align:justify;
  181. line-height:15px;
  182. padding:10px;
  183. background:{color:accent};
  184. display:inline-block;
  185. -moz-transition-duration:0.5s;
  186. -webkit-transition-duration:0.5s;
  187. -o-transition-duration:0.5s;
  188. }
  189.  
  190. #pagination{
  191. width:120px;
  192. margin-top:30px;
  193. text-align:center;
  194. }
  195.  
  196. #pagination a{
  197. font-size:9px;
  198. font-family:times;
  199. margin-top:10px;
  200. margin-left:5px;
  201. margin-right:5px;
  202. }
  203.  
  204. #pagination a:hover{
  205. color:{color:background};
  206. text-decoration:none;
  207. }
  208.  
  209. .ask{
  210. padding:10px;
  211. text-align:left;
  212. color:{color:text};
  213. background-color:{color:accent};
  214. }
  215.  
  216. .ans{
  217. text-align:left;
  218. padding:10px;
  219. padding-bottom:0px;
  220. color:{color:text};
  221. }
  222.  
  223. #audio{
  224. height:85px;
  225. }
  226.  
  227. #albumart img {
  228. width: 85px;
  229. height: 85px;
  230. position:absolute
  231. }
  232.  
  233. #mp {
  234. margin-left:95px;
  235. {block:IfNotBiggerPosts}
  236. width:205px;
  237. {/block:IfNotBiggerPosts}
  238. {block:IfBiggerPosts}
  239. width:305px;
  240. {/block:IfBiggerPosts}
  241. }
  242.  
  243. #perm{
  244. text-transform:uppercase;
  245. padding-top:1px;
  246. color:{color:text};
  247. font-size:8px;
  248. margin-top:15px;
  249. letter-spacing:1px;
  250. text-align:center;
  251. border-top:1px solid {color:borders};
  252. {block:IfNotBiggerPosts}
  253. width:400px;
  254. {/block:IfNotBiggerPosts}
  255. {block:IfBiggerPosts}
  256. width:500px;
  257. {/block:IfBiggerPosts}
  258. }
  259.  
  260. #tags{
  261. padding-top:1px;
  262. font-style:italic;
  263. letter-spacing:1px;
  264. text-transform:lowercase;
  265. font-size:9px;
  266. }
  267.  
  268. #tags a{
  269. margin-left:2px;
  270. margin-right:2px;
  271. }
  272.  
  273. #notes{
  274. {block:IfNotBiggerPosts}
  275. width:440px;
  276. {/block:IfNotBiggerPosts}
  277. {block:IfBiggerPosts}
  278. width:540px;
  279. {/block:IfBiggerPosts}
  280. text-transform:uppercase;
  281. letter-spacing:1px;
  282. font-size:8px;
  283. margin-top:10px;
  284. margin-left:-20px;
  285. }
  286.  
  287. #notes img{
  288. width:10px;
  289. margin-bottom:-2px;
  290. height:10px;
  291. margin-right:7px;
  292. -webkit-border-radius: 100px;
  293. -moz-border-radius: 100px;
  294. border-radius: 100px;
  295. }
  296.  
  297. #notes li{
  298. list-style-type:none;
  299. padding:10px 25px 5px 0px;
  300. text-align:left;
  301. }
  302.  
  303. ul.chat, .chat ol, .chat li{
  304. list-style:none;
  305. margin:0px;
  306. padding:2px;
  307. }
  308.  
  309. .label{
  310. text-decoration:underline;
  311. font-weight:700;
  312. margin-right:5px;
  313. }
  314.  
  315. #photo{
  316. margin-top:10px;
  317. }
  318.  
  319. #audiocap{
  320. padding:5px 10px;
  321. margin-top:10px;
  322. background:{color:accent};
  323. }
  324.  
  325. #linkies{
  326. text-transform:uppercase;
  327. font-size:8px;
  328. letter-spacing:1px;
  329. height:83px;
  330. width:90px;
  331. padding:15px;
  332. padding-top:22px;
  333. background:{color:navigation bg};
  334. text-align:center;
  335. position:absolute;
  336. opacity:0;
  337. border-radius:100px;
  338. -moz-transition-duration:0.5s;
  339. -webkit-transition-duration:0.5s;
  340. -o-transition-duration:0.5s;
  341. }
  342.  
  343. #linkies a{
  344. display:block;
  345. margin-bottom:8px;
  346. margin-top:8px;
  347. color:{color:navigation text};
  348. }
  349.  
  350. #linkies a:hover{
  351. color:{color:navigation bg};
  352. text-decoration:none;
  353. }
  354.  
  355. #sidebar:hover #linkies{
  356. opacity:1
  357. }
  358.  
  359. #title{
  360. text-align:right;
  361. font-family:georgia;
  362. font-weight:700;
  363. font-size:12px;
  364. margin-top:13px;
  365. margin-bottom:5px;
  366. font-style:italic;
  367. }
  368.  
  369. #nav{
  370. text-align:center;
  371. text-transform:lowercase;
  372. }
  373.  
  374. #nav a{
  375. margin-left:3px;
  376. margin-right:3px;
  377. }
  378.  
  379.  
  380. {CustomCSS}
  381.  
  382.  
  383. </style>
  384.  
  385.  
  386. </head>
  387.  
  388.  
  389. <body>
  390.  
  391.  
  392. <div id="sidebar">
  393.  
  394. <div id="linkies">
  395. <a href="/">home</a>
  396. <a href="/ask">ask</a>
  397. <a href="/archive">past</a>
  398. <a href="http://stratfor-d.tumblr.com"><big>&copy;</big></a>
  399. </div>
  400.  
  401. <div id="sidebarimage"><img src="{image:portrait}"></div>
  402.  
  403. <div id="title">{Title}</div>
  404.  
  405. <div id="description">
  406. <div id="nav">
  407. {Block:Iflink1}<a href="{Text:link1 url}">{Text:link1}</a>{/Block:Iflink1}
  408. {Block:Iflink2} / <a href="{Text:link2 url}">{Text:link2}</a>{/Block:Iflink2}
  409. {Block:Iflink3} / <a href="{Text:link3 url}">{Text:link3}</a>{/Block:Iflink3}
  410. </div><br>
  411. {Description}
  412. </div>
  413.  
  414. {block:Pagination}
  415. <div id="pagination">
  416. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>{/block:PreviousPage}
  417. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  418. </div>
  419. {/block:Pagination}
  420.  
  421. </div>
  422.  
  423.  
  424.  
  425. <div id="entries">
  426.  
  427. {block:Posts}
  428.  
  429. <div id="post">
  430.  
  431.  
  432. {block:Text}
  433. {block:Title}<h2>{Title}</h2>{/block:Title}
  434. {Body}
  435. {/block:Text}
  436.  
  437.  
  438. {block:Quote}
  439. <h3><span class="quote">❝</span>{Quote}</h3>
  440. <h1>— {Source}</h1>
  441. {/block:Quote}
  442.  
  443.  
  444. {block:Link}
  445. <a href="{URL}"><h2>{Name}</h2></a>
  446. {block:Description}<p>{Description}</p>{/block:Description}
  447. {/block:Link}
  448.  
  449.  
  450. {block:Photo}
  451. <div id="photo">
  452. <center><img src="{PhotoURL-500}" width="{Block:IfNotBiggerPosts}400px{/Block:IfNotBiggerPosts}{Block:IfBiggerPosts}500px{Block:IfBiggerPosts}"/></center>
  453. {block:Caption}{Caption}{/block:Caption}
  454. </div>
  455. {/block:Photo}
  456.  
  457.  
  458. {block:Photoset}
  459. <center>{Block:IfNotBiggerPosts}{Photoset-400}{/Block:IfNotBiggerPosts}{Block:IfBiggerPosts}{Photoset-500}{/Block:IfBiggerPosts}</center>
  460. {block:Caption}{Caption}{/block:Caption}
  461. {/block:Photoset}
  462.  
  463.  
  464. {block:Chat}
  465. <ul class="chat">
  466. {block:Title}<h2>{Title}</h2>{/block:Title}
  467. {block:Lines}
  468. <li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>
  469. {/block:Lines}
  470. </ul>
  471. {/block:Chat}
  472.  
  473.  
  474. {block:Video}
  475. {Block:IfNotBiggerPosts}
  476. {Video-400}
  477. {/Block:IfNotBiggerPosts}
  478. {Block:IfBiggerPosts}
  479. {Video-500}
  480. {/Block:IfBiggerPosts}
  481. {block:Caption}{Caption}{/block:Caption}
  482. {/block:Video}
  483.  
  484.  
  485. {block:Answer}
  486. <div class="ask"><img src="{AskerPortraitURL-16}" width="16px" height="16px" style="margin-right:5px; margin-bottom:-3px;" /> <b>{Asker} said:</b> {Question}</div>
  487. <div class="ans">{Answer}</div>
  488. {/block:Answer}
  489.  
  490.  
  491. {block:Audio}
  492. <div id="audio">
  493. <div id="albumart">
  494. {block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  495. <div id="mp">
  496. {block:TrackName}<b>Track:</b> {TrackName}<br>{/block:TrackName}
  497. {block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
  498. {block:Album}<b>Album:</b> {Album}<br>{/block:Album}
  499. <b>Played:</b> {PlayCount} times<p>
  500. {AudioPlayerWhite}
  501. </div>
  502. </div>
  503. {Block:Caption}<div id="audiocap">{Caption}</div>{/Block:Caption}
  504. {/block:Audio}
  505.  
  506.  
  507.  
  508. {block:Date}
  509. <div id="perm">
  510. <a href="{Permalink}">{ShortMonth} {DayOfMonth}{DayOfMonthSuffix}</a>{Block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/Block:NoteCount}{block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{block:ContentSource} <a href="{SourceURL}">&copy;</a>{/block:ContentSource}{/block:RebloggedFrom}
  511.  
  512. {block:HasTags}<div id="tags">{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  513. </div>
  514. {/block:Date}
  515.  
  516.  
  517. </div>
  518.  
  519. {/block:Posts}
  520.  
  521. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  522.  
  523. <br><br><br><br><br>
  524.  
  525. </div>
  526.  
  527.  
  528.  
  529. </body>
  530.  
  531. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement