Advertisement
parispier

Theme31: Unvarnished

Jul 12th, 2013
871
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.00 KB | None | 0 0
  1. <!---- theme made by nialljhoren ---->
  2. <!---- do not use as base code, remove credit, or claim as your own --->
  3.  
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6. <head><title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10.  
  11. <script>
  12. window.onload = function () {
  13. document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="my-like-frame" style="display:none;"></iframe>' );
  14. document.addEventListener( 'click', function ( event ) {
  15. var myLike = event.target;
  16. if( myLike.className.indexOf( 'my-like' ) > -1 ) {
  17. var frame = document.getElementById( 'my-like-frame' ),
  18. liked = ( myLike.className == 'my-liked' ),
  19. command = liked ? 'unlike' : 'like',
  20. reblog = myLike.getAttribute( 'data-reblog' ),
  21. id = myLike.getAttribute( 'data-id' ),
  22. oauth = reblog.slice( -8 );
  23. frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + id;
  24. liked ? myLike.className = 'my-like' : myLike.className = 'my-liked';
  25. };
  26. }, false );
  27. };
  28. </script>
  29.  
  30. <meta name="color:background" content="#ffffff"/>
  31. <meta name="color:text" content="#a3a3a3" />
  32. <meta name="color:link" content="#9b9a9a" />
  33. <meta name="color:linkhovercolor" content="#ca9bb1" />
  34. <meta name="color:navlink" content="#b8b6b6" />
  35. <meta name="color:navlinkhovercolor" content="d3c294" />
  36. <meta name="color:descbg" content="#f3f3f3"/>
  37. <meta name="color:pagibg" content="#f3f3f3"/>
  38. <meta name="color:infobg" content="#f3f3f3"/>
  39. <meta name="color:scrollbar" content="#b9b7b7"/>
  40.  
  41. <meta name="text:Link1" content="/" />
  42. <meta name="text:Link2" content="/" />
  43. <meta name="text:Link3" content="/" />
  44. <meta name="text:Link4" content="/" />
  45. <meta name="text:Link5" content="/" />
  46.  
  47. <meta name="if:400pxposts" content="1"/>
  48. <meta name="if:500pxposts" content="0"/>
  49.  
  50. <style type="text/css">
  51.  
  52. ::-webkit-scrollbar-thumb:vertical {background-color: {color:scrollbar}; height:100px;}
  53.  
  54. ::-webkit-scrollbar-thumb:horizontal {background-color: {color:scrollbar}; height:10px !important;}
  55.  
  56. ::-webkit-scrollbar {height:6px; width:6px; background-color: {color:background};}
  57.  
  58. body {
  59. margin:0px;
  60. font-size:10px;
  61. line-height:100%;
  62. font-family:times new roman;
  63. color:{color:text};
  64. background:{color:background};
  65. }
  66.  
  67. a {
  68. text-decoration:none;
  69. outline:none;
  70. -moz-outline-style:none;
  71. color:{color:link};
  72. -webkit-transition: all 0.5s ease-in-out;
  73. -moz-transition: all 0.5s ease-in-out;
  74. -o-transition: all 0.5s ease-in-out;
  75. }
  76.  
  77. a:hover {
  78. color:{color:linkhovercolor};
  79. -webkit-transition: all 0.5s ease-in-out;
  80. -moz-transition: all 0.5s ease-in-out;
  81. -o-transition: all 0.5s ease-in-out;
  82. }
  83.  
  84. img {
  85. border:none;
  86. }
  87.  
  88. blockquote {
  89. padding-left:5px;
  90. border-left:2px solid;
  91. }
  92.  
  93. blockquote blockquote {
  94. padding-left:5px;
  95. border-left:2px solid;
  96. }
  97.  
  98. h1 {
  99. font-size:17px;
  100. text-transform:lowercase;
  101. font-style:italic;
  102. font-weight:100;
  103. padding-bottom:2px;
  104. }
  105.  
  106. #entries {
  107. margin-left:490px;
  108. margin-top:80px;
  109. margin-bottom:30px;
  110. {block:If400pxposts}
  111. width:400px;
  112. {/block:If400pxposts}
  113. {block:If500pxposts}
  114. width:500px;
  115. {/block:If500pxposts}
  116. }
  117.  
  118. #post {
  119. padding-right:20px;
  120. padding-left:15px;
  121. padding-top:15px;
  122. margin-top:18px;
  123. {block:If400pxposts}
  124. width:400px;
  125. {/block:If400pxposts}
  126. {block:If500pxposts}
  127. width:500px;
  128. {/block:If500pxposts}
  129. }
  130.  
  131. #sidebar {
  132. position:fixed;
  133. width:125px;
  134. margin-left:330px;
  135. margin-top:120px;
  136. height:120px;
  137. }
  138.  
  139. #description {
  140. z-index:2;
  141. width:120px;
  142. height:auto;
  143. font-size:8px;
  144. position:fixed;
  145. padding:30px 5px 5px 5px;
  146. margin-top:0px;
  147. margin-left:-20px;
  148. line-height:170%;
  149. letter-spacing:1px;
  150. text-align:center;
  151. border:5px double #fff;
  152. background-color:{color:descbg};
  153. }
  154.  
  155. #links {
  156. z-index:5;
  157. text-transform:lowercase;
  158. position:fixed;
  159. text-align:center;
  160. width:100px;
  161. height:12px;
  162. overflow:hidden;
  163. padding:3px;
  164. margin-left:-3px;
  165. margin-top:10px;
  166. font-size:7.5px;
  167. letter-spacing:1px;
  168. border-bottom:1px solid #e4e3e2;
  169. display:block;
  170. background-color:{color:descbg};
  171. -webkit-transition: all 0.5s ease-in-out;
  172. -moz-transition: all 0.5s ease-in-out;
  173. -o-transition: all 0.5s ease-in-out;
  174. }
  175.  
  176. #links a{
  177. padding:1px 3px 1px 3px;
  178. display:inline-block;
  179. color:{color:navlink};
  180. }
  181.  
  182. #links a:hover{
  183. text-decoration:underline;
  184. color:{color:navlinkhovercolor};
  185. -webkit-transition: all 0.5s ease-in-out;
  186. -moz-transition: all 0.5s ease-in-out;
  187. -o-transition: all 0.5s ease-in-out;
  188. }
  189.  
  190. #pagination {
  191. position:fixed;
  192. z-index:3;
  193. width:130px;
  194. font-size:8px;
  195. margin-top:10px;
  196. margin-left:-8px;
  197. padding:3px 3px 4px 3px;
  198. letter-spacing:1px;
  199. text-align:center;
  200. font-style:italic;
  201. background-color:{color:pagibg};
  202. }
  203.  
  204. #pagination a {
  205. color:{color:navlink};
  206. }
  207.  
  208. #pagination a:hover {
  209. color:{color:navlinkhovercolor};
  210. }
  211.  
  212. #heyo {
  213. position:fixed;
  214. text-align:center;
  215. bottom:2px;
  216. right:7px;
  217. text-transform:uppercase;
  218. font-size:7.5px;
  219. display:block;
  220. background-color:#fff;
  221. letter-spacing:1px;
  222. }
  223.  
  224. #heyo a{
  225. color:#b3b2b1;
  226. border: 1px solid #e4e3e2;
  227. padding: 2px 4px 5px 4px;
  228. background-color:#fff;
  229. -moz-transition-duration:0.5s;
  230. -webkit-transition-duration:0.5s;
  231. -o-transition-duration:0.5s;
  232. }
  233.  
  234. #heyo a:hover{
  235. color:#fff;
  236. background-color:#969194;
  237. border: 1px solid #7a7979;
  238. -moz-transition-duration:0.5s;
  239. -webkit-transition-duration:0.5s;
  240. -o-transition-duration:0.5s;
  241. }
  242.  
  243. i, em{color:{color:italic}; font-style:italic;}
  244. b, strong{color:{color:bold}; font-style:bold; font-weight:900;}
  245.  
  246. #tags {
  247. font-size:8px;
  248. padding-top:2px;
  249. margin-top:-4px;
  250. display:block;
  251. }
  252.  
  253. #tags a{
  254. text-decoration:underline;
  255. display:inline-block;
  256. }
  257.  
  258. #info {
  259. font-family:cambria;
  260. text-align:left;
  261. text-transform:lowercase;
  262. font-size:7.5px;
  263. margin-top:2px;
  264. padding:3px 5px 5px 5px;
  265. opacity:1;
  266. background-color:{color:infobg};
  267. }
  268.  
  269. #question{
  270. font-size:9px;
  271. background-color:#ffffff;
  272. padding:0px 3px 3px 2px;
  273. text-align:right;
  274. border-bottom:1px solid #cecccc;
  275. }
  276.  
  277. .chat {
  278. border-bottom:1px solid #ececec;
  279. padding:5px;
  280. margin-bottom:-3px;
  281. }
  282.  
  283. .quote {
  284. font-size:15px;
  285. font-style:italic;
  286. line-height:120%;
  287. }
  288.  
  289. .quotesource {
  290. font-size:10px;
  291. text-align:right;
  292. margin-bottom:5px;
  293. }
  294.  
  295. .notes {
  296. list-style:lower-roman;
  297. padding-bottom:5px;
  298. padding-top:5px;
  299. margin-left:0px;
  300. font-size:8px;
  301. display:inline-block;
  302. letter-spacing:1px;
  303. }
  304.  
  305. .notes a {
  306. display:inline-block;
  307. padding-bottom:10px;
  308. }
  309.  
  310. .notes img {
  311. display:none;
  312. }
  313.  
  314. .info {
  315. font-family:cambria;
  316. text-align:left;
  317. text-transform:lowercase;
  318. font-size:7.5px;
  319. margin-top:2px;
  320. padding:2px;
  321. opacity:1;
  322. border-top:1px solid #ececec;
  323. border-left:1px solid #ececec;
  324. }
  325.  
  326. #audioinfo {
  327. font-size:8px;
  328. letter-spacing:1px;
  329. padding-bottom:2px;
  330. }
  331.  
  332. .audioplayer {
  333. overflow:hidden;
  334. display:block;
  335. float:left;
  336. margin-top:7px;
  337. margin-left:7px;
  338. width:27px;
  339. height:27px;
  340. opacity:.5;
  341. }
  342.  
  343. .audioplayercontainer {
  344. width:70px;
  345. height:70px;
  346. position:absolute;
  347. }
  348.  
  349. {CustomCSS}</style></head><body>
  350.  
  351. <div id="sidebar">
  352.  
  353. <div id="links">
  354. <a href="{text:Link1}">01</a>
  355. <a href="{text:Link2}">02</a>
  356. <a href="{text:Link3}">03</a>
  357. <a href="{text:Link4}">04</a>
  358. <a href="{text:Link5}">05</a>
  359. </div>
  360.  
  361. <div id="description">{Description}
  362.  
  363. <div id="pagination">
  364. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage}
  365. -
  366. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}
  367. </div></div></div>
  368.  
  369. <div id="entries">{block:Posts}<div id="post">
  370.  
  371. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  372.  
  373. {block:Photo}{LinkOpenTag}{block:If400pxposts}<img src="{PhotoURL-400}">{/block:If400pxposts}{block:If500pxposts}<img src="{PhotoURL-500}">{/block:If500pxposts}{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  374.  
  375. {block:Photoset}{block:If400pxposts}{Photoset-400}{/block:If400pxposts}{block:If500pxposts}{Photoset-500}{/block:If500pxposts}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  376.  
  377. {block:Quote}<div class="quote">{Quote}</div>{block:Source} <div class="quotesource">—{Source}</div>{/block:Source}{/block:Quote}
  378.  
  379. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  380.  
  381. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}<div class="chat">{block:Label}{Label}{/block:Label} {Line}<br></div>{/block:Lines}{/block:Chat}
  382.  
  383. {block:Audio}
  384. {block:AlbumArt}<img src="{AlbumArtURL}" width="40px" height="40px" align="left" />{/block:AlbumArt}
  385. <div class="audioplayercontainer"><div class="audioplayer">{AudioPlayerWhite}</div></div>
  386.  
  387. <div id="audioinfo">
  388. &nbsp;{block:TrackName}<b>Title: </b>{TrackName}{/block:TrackName}<br>
  389. &nbsp;{block:Artist}<b>Artist: </b>{Artist}{/block:Artist}<br>
  390. &nbsp;{block:Album}<b>Album:</b> {Album}{/block:Album}<br>
  391. &nbsp;<b>Plays:</b> {PlayCount}</div>
  392. {block:Caption}{Caption}{/block:Caption}
  393. {/block:Audio}
  394.  
  395. {block:Video}{block:If400pxposts}<img src="{PhotoURL-400}">{/block:If400pxposts}{block:If500pxposts}{Video-500}{/block:If500pxposts}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  396.  
  397. {block:Answer}
  398. <a href="{AskerURL}"></a> <div id="question"><i><big><big><big><big><big>{Asker}</big></big></big></big></big></i><br>{Question}</div> <p>
  399. {Answer}
  400. {/block:Answer}
  401.  
  402. <div id="info">
  403. {block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">
  404. {NoteCountWithLabel}</a> + <a href="{ReblogURL}" target="_blank">reblog</a>
  405. <div style="float:right;">
  406. {block:RebloggedFrom} via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>{/block:RebloggedFrom} -
  407. {block:ContentSource}<a href="{SourceURL}">© {SourceLink}</a>{/block:ContentSource}</div>
  408.  
  409. {block:HasTags}<div id="tags">{block:Tags} +<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags} </div></div>
  410.  
  411. {/block:Posts}
  412.  
  413. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  414. {/block:Posts} </div></div>
  415.  
  416. <!---do not remove--->
  417. <div id="heyo"><a href="http://nialljhoren.tumblr.com">NJH</a></div>
  418.  
  419. </div></div>
  420.  
  421. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement