Advertisement
skinnyslove

Theme 02

Jul 5th, 2013
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.25 KB | None | 0 0
  1. <html>
  2.  
  3. <head>
  4.  
  5. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  6. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  7.  
  8. <!-- theme by skinnyslove yolo hi -->
  9.  
  10. <head>
  11.  
  12. <title>{Title}</title>
  13.  
  14.  
  15. <link rel="shortcut icon" href="{Favicon}">
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  18.  
  19. <meta name="color:Background" content="#ffffff"/>
  20. <meta name="color:Text" content="#5e5c5c"/>
  21. <meta name="color:pagi" content="#424141"/>
  22. <meta name="color:Link" content="#444546"/>
  23. <meta name="color:sblinks" content="#3c3a3a"/>
  24. <meta name="color:linkhover" content="#7c7a7a"/>
  25. <meta name="text:Link1 Title" content="" />
  26. <meta name="text:Link1" content="/" />
  27. <meta name="text:Link2 Title" content="" />
  28. <meta name="text:Link2" content="/" />
  29. <meta name="text:Link3 Title" content="" />
  30. <meta name="text:Link3" content="/" />
  31. <meta name="text:Link4 Title" content="" />
  32. <meta name="text:Link4" content="/" />
  33.  
  34.  
  35. <style type="text/css">
  36.  
  37.  
  38. ::-webkit-scrollbar {height: auto;width: 6px;}
  39. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  40. ::-webkit-scrollbar-track{background-color:{color:scrollbg};}
  41.  
  42.  
  43. body {
  44. background:{color:background};
  45. margin:0px; color:{color:text};
  46. font-family:times;
  47. font-size:9px;
  48. line-height:100%;
  49. }
  50.  
  51. blockquote {
  52. border-left:1px solid #f8f8f8;
  53. padding-left:2px;
  54. margin:5px;
  55. }
  56.  
  57. a {
  58. color:#b1b0b0;
  59. text-decoration:none;
  60. -webkit-transition:all 0.5s ease-in-out;
  61. -moz-transition:all 0.5s ease-in-out;
  62. -o-transition:all 0.5s ease-in-out;
  63. -ms-transition:all 0.5s ease-in-out;
  64. transition:all 0.5s ease-in-out;
  65. }
  66.  
  67. a:hover {
  68. text-decoration:none;
  69. color:#676767;
  70. }
  71.  
  72. img {
  73. none;
  74. }
  75.  
  76. h1 {
  77. font-family:Times;
  78. font-size:13px;
  79. font-style:none;
  80. text-transform:none;
  81. text-align:left;
  82. font-weight:normal;
  83. font-style:italic;
  84. }
  85.  
  86. h2 {
  87. font-size:10px;
  88. text-transform:none;
  89. font-weight:normal;
  90. font-style:none;
  91. }
  92.  
  93. #sidebar {
  94. position:fixed;
  95. width:120px;
  96. opacity:1;
  97. margin-left:190px;
  98. margin-top:170px;
  99. }
  100.  
  101. #sidebarimage img {
  102. width:150px;
  103. padding:4px;
  104. height:200px;
  105. -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease
  106. }
  107.  
  108. #links {
  109. width:120px;
  110. font-family:baskerville;
  111. font-size:9px;
  112. opacity:1;
  113. text-align:center;
  114. padding-top:4px;
  115. letter-spacing:1px;
  116. text-transform:uppercase;
  117. padding-bottom:1px;
  118. margin-top:-150px;
  119. margin-left:17px;
  120. margin-bottom:2px;
  121. color:{color:sblinks};
  122. }
  123.  
  124. #links a{
  125. font-style:none;
  126. }
  127.  
  128. #links a:hover {
  129. color:{linkhover};
  130. font-style:italic;
  131. -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease }
  132.  
  133. #description {
  134. width:90px;
  135. font-family:times;
  136. text-align:justify;
  137. font-size:80%;
  138. color: #444546;
  139. margin-bottom:0px;
  140. margin-top:20px;
  141. margin-left:35px;
  142. letter-spacing:1px;
  143. line-height:115%;
  144. }
  145.  
  146. #pagination {
  147. text-align:center;
  148. width:500px;
  149. font-size:9px;
  150. color:{color:pagi};
  151. font-family:times;
  152. letter-spacing:1px;
  153. word-spacing:150px;
  154. margin-left:-170px;
  155. margin-top:-35px;
  156. }
  157.  
  158. #entries {
  159. padding:10px;
  160. width:500px;
  161. margin-left:520px;
  162. margin-top:40px;
  163. }
  164.  
  165. #post {
  166. width:500px;
  167. padding-top:10px;
  168. padding-bottom:10px;
  169. font-style:none;
  170. }
  171.  
  172. #post img {
  173. border:1px
  174. padding:5px;
  175. }
  176.  
  177. #notes {
  178. font-family:baskerville;
  179. text-transform:lowercase;
  180. font-size:9px;
  181. }
  182.  
  183. #info {
  184. width:490px;
  185. padding:5px;
  186. font-size:8px;
  187. color:{color:link};
  188. margin-top:10px;
  189. margin-bottom:5px;
  190. letter-spacing:2px;
  191. text-align:center;
  192. }
  193.  
  194. #info #tags {
  195. opacity:1;
  196. -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;
  197. }
  198.  
  199.  
  200. #tags {
  201. font-family:baskerville;
  202. letter-spacing:1px;
  203. text-transform:none;
  204. font-size:6px;
  205. margin-left:0px;
  206. margin-top:2px;
  207. opacity:1;
  208. }
  209.  
  210. #tags a{
  211. color:{color:links};
  212. margin-top:2px;
  213. }
  214.  
  215. #audio {
  216. font-family:baskerville;
  217. margin-bottom:5px;
  218. width:500px;
  219. height:justify;
  220. }
  221.  
  222. .cover {
  223. width:78px;
  224. height:78px;
  225. position:absolute;
  226. }
  227.  
  228. .cover img {
  229. width:50px;
  230. height:50px;
  231. float:left;
  232. margin-top:10px;
  233. }
  234.  
  235. .player {
  236. opacity: 0.05;
  237. position:absolute;
  238. z-index:1;
  239. background:#fff;
  240. width:70px;
  241. margin-left:-2px;
  242. height:90px;
  243. display:block;
  244. -webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;
  245. }
  246.  
  247. .player:hover{
  248. opacity:0.5;
  249. -webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o -transition: all 0.7s ease;
  250. }
  251.  
  252. .player2 {
  253. width:25px;
  254. height:25px;
  255. margin-top:20px;
  256. margin-left:20px;
  257. overflow:hidden;
  258. padding:3px;
  259. padding-right:12px;
  260. }
  261.  
  262. .track {
  263. text-transform:none;
  264. margin-left:80px;
  265. line-height:15px;
  266. padding-top:10px;
  267. }
  268.  
  269. #questions {
  270. background-color: {color:asker bg};
  271. padding:11px;
  272. margin-top: 5px;
  273. margin-bottom:5px;
  274. font-size:10px;
  275. text-align:left;
  276. }
  277.  
  278. #answer {
  279. font-size:10px;
  280. text-transform:lowercase;
  281. }
  282.  
  283. #credit {
  284. position:fixed;
  285. font-size:8px;
  286. font-weight:normal;
  287. line-height:150%;
  288. letter-spacing:2px;
  289. right:10px;
  290. bottom:10px;
  291. text-transform:uppercase;
  292. text-align:center;
  293. }
  294.  
  295. #credit a {
  296. padding:3px;
  297. color:{color:text};
  298. -moz-transition-duration:0.5s;
  299. -webkit-transition-duration:0.5s;
  300. -o-transition-duration:0.5s;
  301. }
  302.  
  303.  
  304. {CustomCSS}
  305.  
  306.  
  307. </style>
  308.  
  309.  
  310. </head>
  311.  
  312.  
  313. <body>
  314.  
  315. <div id="sidebar">
  316. <div id="sidebarimage"><img src="http://25.media.tumblr.com/fc09d5f7b341b64118491904b267bbcd/tumblr_mphhqgTgYK1swnw0po1_250.png"></div>
  317. <div id="links">
  318. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  319. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  320. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  321. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  322. </div>
  323.  
  324. <div id="description">{Description}</div>
  325.  
  326. {block:Pagination} <div align="center" id="pagination">{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}</div>{/block:Pagination}
  327. </div>
  328.  
  329. <div id="entries">{block:Posts}<div id="post">
  330.  
  331. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  332.  
  333. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  334.  
  335. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  336.  
  337. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  338.  
  339. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  340.  
  341. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  342.  
  343.  
  344. {block:Audio}<div id="audio">{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  345. <div class="player">
  346. <div class="player2">
  347. {AudioPlayerWhite}</div></div><div class="track">{block:TrackName}<b>Title:</b> {TrackName}{/block:TrackName}<br />{block:Artist}<b>Artist:</b> {Artist}{/block:Artist}<br />{block:Album}<b>Album:</b> {Album}{/block:Album}<br />{PlayCountWithLabel}</div><br>{Caption}</div>
  348. {/block:Audio}
  349.  
  350. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  351.  
  352. {block:Answer}<div id="questions"><b>{Asker}</b> asked: {Question}</div>
  353. <div id="answer">{Answer}</div>{/block:answer}
  354.  
  355. <div id="info"> <a href="{Permalink}">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} / <a href="{Permalink}">{NoteCount}</a> {block:RebloggedFrom} / <a href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}
  356. {block:ContentSource} / <a href="{SourceURL}"> <a href="{SourceURL}"> <a href="{SourceURL}">{SourceLink}</a></a>{/block:ContentSource}{/block:RebloggedFrom}
  357. {block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  358. {/block:Posts}<div id="tags" st>
  359. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  360. {/block:Posts}</div></div></div>
  361.  
  362.  
  363. <div id="credit"><a href="http://skinnyslove.tumblr.com">SKINNYSLOVE</a></div>
  364.  
  365.  
  366. </body>
  367.  
  368. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement