Advertisement
parispier

Theme33: Clear Cut

Aug 2nd, 2013
332
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.08 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="#b3b2b1" />
  33. <meta name="color:linkhovercolor" content="#969ebb" />
  34. <meta name="color:navlink" content="#bbbbbb" />
  35. <meta name="color:navlinkbg" content="#403F3F" />
  36. <meta name="color:navlinkhover" content="#a09e9e" />
  37. <meta name="color:scrollbar" content="#5a5959"/>
  38. <meta name="color:sbarborder" content="#c4c4c4"/>
  39.  
  40. <meta name="text:Link1" content="/" />
  41. <meta name="text:Link1 Title" content="link 1" />
  42. <meta name="text:Link2" content="/" />
  43. <meta name="text:Link2 Title" content="link 2" />
  44. <meta name="text:Link3" content="/" />
  45. <meta name="text:Link3 Title" content="link 3" />
  46. <meta name="text:Link4" content="/" />
  47. <meta name="text:Link4 Title" content="link 4" />
  48.  
  49. <meta name="if:400pxposts" content="0"/>
  50. <meta name="if:500pxposts" content="1"/>
  51.  
  52. <meta name="if:PullBackSidebarLil" content="0"/>
  53. <meta name="if:PullBackSidebarMed" content="0"/>
  54. <meta name="if:PullBackSidebarBig" content="0"/>
  55.  
  56. <meta name="image:sidebar" content=""/>
  57.  
  58. <style type="text/css">
  59.  
  60. ::-webkit-scrollbar {width:6px; height:6px;}
  61.  
  62. ::-webkit-scrollbar-track {background-color:{color:background};}
  63.  
  64. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  65.  
  66. body {
  67. background:{color:background};
  68. margin:0px;
  69. color:{color:text};
  70. font-size:10px;
  71. line-height:100%;
  72. font-family:times new roman;
  73. }
  74.  
  75. a {
  76. text-decoration:none;
  77. outline:none;
  78. -moz-outline-style:none;
  79. color:{color:link};
  80. -webkit-transition: all 0.5s ease-in-out;
  81. -moz-transition: all 0.5s ease-in-out;
  82. -o-transition: all 0.5s ease-in-out;
  83. }
  84.  
  85. a:hover {
  86. color:{color:linkhovercolor};
  87. -webkit-transition: all 0.5s ease-in-out;
  88. -moz-transition: all 0.5s ease-in-out;
  89. -o-transition: all 0.5s ease-in-out;
  90. }
  91.  
  92. img {
  93. border:none;
  94. }
  95.  
  96. blockquote {
  97. padding-left:5px;
  98. border-left:2px solid;
  99. }
  100.  
  101. blockquote blockquote {
  102. padding-left:5px;
  103. border-left:2px solid;
  104. }
  105.  
  106. h1 {
  107. font-size:17px;
  108. font-family:times new roman;
  109. text-transform:lowercase;
  110. font-style:italic;
  111. font-weight:100;
  112. padding-bottom:2px;
  113. }
  114.  
  115. #entries {
  116. margin-left:500px;
  117. margin-top:80px;
  118. margin-bottom:30px;
  119. {block:If400pxposts}
  120. width:400px;
  121. {/block:If400pxposts}
  122. {block:If500pxposts}
  123. width:500px;
  124. {/block:If500pxposts}
  125. }
  126.  
  127. #post {
  128. font-family:times new;
  129. padding-right:20px;
  130. padding-left:15px;
  131. padding-top:15px;
  132. margin-top:18px;
  133. {block:If400pxposts}
  134. width:400px;
  135. {/block:If400pxposts}
  136. {block:If500pxposts}
  137. width:500px;
  138. {/block:If500pxposts}
  139. }
  140.  
  141. #sw {
  142. position:fixed;
  143. margin-top:50px;
  144. }
  145.  
  146. #sidebar {
  147. position:fixed;
  148. width:145px;
  149. margin-left:330px;
  150. margin-top:-80px;
  151. height:100%;
  152. }
  153.  
  154. #sidebarbg1 {
  155. position:fixed;
  156. width:130px;
  157. height:100%;
  158. margin-left:7px;
  159. background-color:#000;
  160. }
  161.  
  162. #sidebarbg2 {
  163. position:fixed;
  164. width:130px;
  165. height:19px;
  166. margin-top:281px;
  167. margin-left:7px;
  168. background-color:#fff;
  169. -webkit-transition: all 0.5s ease-in-out;
  170. -moz-transition: all 0.5s ease-in-out;
  171. -o-transition: all 0.5s ease-in-out;
  172. }
  173.  
  174. #sidebar:hover #sidebarbg2 {
  175. {block:IfPullBackSidebarLil}
  176. height:57px;
  177. margin-top:261px;
  178. {/block:IfPullBackSidebarLil}
  179. {block:IfPullBackSidebarMed}
  180. height:92px;
  181. margin-top:245px;
  182. {/block:IfPullBackSidebarMed}
  183. {block:IfPullBackSidebarBig}
  184. height:100%;
  185. margin-top:0px;
  186. {/block:IfPullBackSidebarBig}
  187. -webkit-transition: all 0.5s ease-in-out;
  188. -moz-transition: all 0.5s ease-in-out;
  189. -o-transition: all 0.5s ease-in-out;
  190. }
  191.  
  192. #sidebarimage img {
  193. z-index:1;
  194. position:fixed;
  195. width:90px;
  196. height:80px;
  197. border:1px solid {color:sbarborder};
  198. margin-left:27px;
  199. margin-top:200px;
  200. -webkit-transition: all 0.5s ease-in-out;
  201. -moz-transition: all 0.5s ease-in-out;
  202. -o-transition: all 0.5s ease-in-out;
  203. }
  204.  
  205. #description {
  206. z-index:2;
  207. width:90px;
  208. height:44px;
  209. font-size:8px;
  210. position:fixed;
  211. padding:2px 3px 4px 3px;
  212. margin-top:238px;
  213. margin-left:25px;
  214. line-height:150%;
  215. text-align:center;
  216. letter-spacing:1px;
  217. opacity:0;
  218. -webkit-transition: all 0.5s ease-in-out;
  219. -moz-transition: all 0.5s ease-in-out;
  220. -o-transition: all 0.5s ease-in-out;
  221. }
  222.  
  223. #sidebar:hover #description {
  224. opacity:1;
  225. margin-top:285px;
  226. {block:IfPullBackSidebarMed}
  227. margin-top:291px;
  228. {/block:IfPullBackSidebarMed}
  229. -webkit-transition: all 0.5s ease-in-out;
  230. -moz-transition: all 0.5s ease-in-out;
  231. -o-transition: all 0.5s ease-in-out;
  232. }
  233.  
  234. #sidebar:hover #links {
  235. opacity:1;
  236. -webkit-transition: all 0.5s ease-in-out;
  237. -moz-transition: all 0.5s ease-in-out;
  238. -o-transition: all 0.5s ease-in-out;
  239. }
  240.  
  241. #links {
  242. font-family:times new;
  243. z-index:5;
  244. text-transform:uppercase;
  245. position:fixed;
  246. text-align:center;
  247. width:90px;
  248. margin-left:28px;
  249. margin-top:201px;
  250. font-size:7px;
  251. height:30px;
  252. letter-spacing:2px;
  253. opacity:0;
  254. -webkit-transition: all 0.5s ease-in-out;
  255. -moz-transition: all 0.5s ease-in-out;
  256. -o-transition: all 0.5s ease-in-out;
  257. }
  258.  
  259. #links a {
  260. display:block;
  261. padding:3px 3px 2px 3px;
  262. margin-top:4px;
  263. color:{color:navlink};
  264. background-color:{color:navlinkbg};
  265. }
  266.  
  267. #links a:hover {
  268. background-color:#fff;
  269. text-decoration:underline;
  270. letter-spacing:3px;
  271. color:{color:navlinkhover};
  272. -webkit-transition: all 0.2s ease-in-out;
  273. -moz-transition: all 0.2s ease-in-out;
  274. -o-transition: all 0.2s ease-in-out;
  275. }
  276.  
  277. #pagination {
  278. position:fixed;
  279. font-size:7px;
  280. width:92px;
  281. text-align:center;
  282. margin-top:205px;
  283. margin-left:27px;
  284. letter-spacing:5px;
  285. opacity:0;
  286. -webkit-transition: all 0.5s ease-in-out;
  287. -moz-transition: all 0.5s ease-in-out;
  288. -o-transition: all 0.5s ease-in-out;
  289. }
  290.  
  291. #sidebar:hover #pagination {
  292. opacity:1;
  293. margin-top:183px;
  294. {block:IfPullBackSidebarMed}
  295. margin-top:180px;
  296. {/block:IfPullBackSidebarMed}
  297. -webkit-transition: all 0.5s ease-in-out;
  298. -moz-transition: all 0.5s ease-in-out;
  299. -o-transition: all 0.5s ease-in-out;
  300. }
  301.  
  302. #heyo {
  303. position:fixed;
  304. text-align:center;
  305. bottom:2px;
  306. right:7px;
  307. text-transform:uppercase;
  308. font-size:7.5px;
  309. display:block;
  310. background-color:#fff;
  311. letter-spacing:1px;
  312. }
  313.  
  314. #heyo a{
  315. color:#b3b2b1;
  316. border: 1px solid #e4e3e2;
  317. padding: 2px 4px 5px 4px;
  318. background-color:#fff;
  319. -moz-transition-duration:0.5s;
  320. -webkit-transition-duration:0.5s;
  321. -o-transition-duration:0.5s;
  322. }
  323.  
  324. #heyo a:hover{
  325. color:#fff;
  326. background-color:#383838;
  327. border: 1px solid #2E2E2E;
  328. -moz-transition-duration:0.3s;
  329. -webkit-transition-duration:0.3s;
  330. -o-transition-duration:0.3s;
  331. }
  332.  
  333. i, em{color:{color:italic}; font-style:italic;}
  334. b, strong{color:{color:bold}; font-style:bold; font-weight:900;}
  335.  
  336. #question{
  337. font-size:9px;
  338. background-color:#ffffff;
  339. padding:0px 3px 3px 2px;
  340. text-align:right;
  341. border-bottom:1px solid #DBDBDB;
  342. }
  343.  
  344. #question img {
  345. border-radius:100%;
  346. }
  347.  
  348. .chat {
  349. border-bottom:1px solid #d5d5d5;
  350. padding:5px;
  351. margin-bottom:-3px;
  352. }
  353.  
  354. .quote {
  355. font-size:15px;
  356. font-style:italic;
  357. line-height:120%;
  358. }
  359.  
  360. .quotesource {
  361. font-size:10px;
  362. text-align:right;
  363. margin-bottom:5px;
  364. }
  365.  
  366. .notes {
  367. list-style:decimal-leading-zero;
  368. padding-bottom:3.5px;
  369. padding-top:3.5px;
  370. margin-left:0px;
  371. text-transform:uppercase;
  372. font-family:trebuchet ms;
  373. font-size:8px;
  374. }
  375.  
  376. .notes img {
  377. width:12px;
  378. height:12px;
  379. margin-top:4px;
  380. }
  381.  
  382. #info {
  383. text-align:left;
  384. margin-top:2px;
  385. font-family:trebuchet ms;
  386. letter-spacing:0px;
  387. font-size:7px;
  388. text-transform:uppercase;
  389. padding-right:3px;
  390. border-top:1px solid #d5d5d5;
  391. border-bottom:1px solid #d5d5d5;
  392. border-right:1px solid #d5d5d5;
  393. }
  394.  
  395. .postblocks {
  396. padding:3px 4px 2px 3px;
  397. font-family:trebuchet ms;
  398. font-size:7px;
  399. text-transform:uppercase;
  400. background-color:#222121;
  401. color:#fff;
  402. display:inline-block;
  403. }
  404.  
  405. .info {
  406. text-transform:uppercase;
  407. padding-right:3px;
  408. text-align:left;
  409. margin-top:2px;
  410. font-family:trebuchet ms;
  411. letter-spacing:0px;
  412. font-size:7px;
  413. }
  414.  
  415. #tags {
  416. padding-top:2px;
  417. margin-top:0px;
  418. text-transform:uppercase;
  419. font-family:trebuchet ms;
  420. font-size:7px;
  421. letter-spacing:0px;
  422. }
  423.  
  424. #audioinfo {
  425. font-size:8px;
  426. letter-spacing:1px;
  427. padding-bottom:2px;
  428. }
  429.  
  430. .audioplayer {
  431. overflow:hidden;
  432. display:block;
  433. float:left;
  434. margin-top:7px;
  435. margin-left:7px;
  436. width:27px;
  437. height:27px;
  438. opacity:.5;
  439. }
  440.  
  441. .audioplayercontainer {
  442. width:70px;
  443. height:70px;
  444. position:absolute;
  445. }
  446.  
  447. .audiotext {
  448. font-size:9px;
  449. background-color:#f3f3f3;
  450. padding:1px 3px 1px 3px;
  451. margin-top:2px;
  452. margin-bottom:3px;
  453. }
  454.  
  455. {CustomCSS}</style></head><body>
  456.  
  457. <div id="sidebar">
  458.  
  459. <div id="sidebarbg1"></div>
  460. <div id="sidebarbg2"></div>
  461.  
  462. <div id="sw">
  463.  
  464. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  465.  
  466. <div id="links">
  467. <a href="{text:Link1}">{text:Link1 Title}</a>
  468. <a href="{text:Link2}">{text:Link2 Title}</a>
  469. <a href="{text:Link3}">{text:Link3 Title}</a>
  470. <a href="{text:Link4}">{text:Link4 Title}</a>
  471. </div>
  472.  
  473. <div id="description">{Description}</div>
  474.  
  475. <div id="pagination">{block:Pagination}
  476. {block:JumpPagination length="5"}
  477. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  478. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  479. {/block:JumpPagination}
  480. {/block:Pagination}
  481. </div></div>
  482.  
  483. </div>
  484.  
  485. <div id="entries">{block:Posts}<div id="post">
  486.  
  487. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  488.  
  489. {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}
  490.  
  491. {block:Photoset}{block:If400pxposts}{Photoset-400}{/block:If400pxposts}{block:If500pxposts}{Photoset-500}{/block:If500pxposts}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  492.  
  493. {block:Quote}<div class="quote">{Quote}</div>{block:Source} <div class="quotesource">—{Source}</div>{/block:Source}{/block:Quote}
  494.  
  495. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  496.  
  497. {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}
  498.  
  499. {block:Audio}
  500. {block:AlbumArt}<img src="{AlbumArtURL}" width="40px" height="40px" align="left" />{/block:AlbumArt}
  501. <div class="audioplayercontainer"><div class="audioplayer">{AudioPlayerWhite}</div></div>
  502.  
  503. <div id="audioinfo">
  504. &nbsp;{block:TrackName}<b>Title: </b>{TrackName}{/block:TrackName}<br>
  505. &nbsp;{block:Artist}<b>Artist: </b>{Artist}{/block:Artist}<br>
  506. &nbsp;{block:Album}<b>Album:</b> {Album}{/block:Album}<br>
  507. &nbsp;<b>Plays:</b> {PlayCount}</div>
  508. <div class="audiotext">{block:Caption}{Caption}{/block:Caption}</div>
  509. {/block:Audio}
  510.  
  511. {block:Video}{block:If400pxposts}<img src="{PhotoURL-400}">{/block:If400pxposts}{block:If500pxposts}{Video-500}{/block:If500pxposts}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  512.  
  513. {block:Answer}
  514. <a href="{AskerURL}"></a> <div id="question"><img src="{AskerPortraitURL-24}"><i><big><big><big><big><big>{Asker}</big></big></big></big></big></i><br>{Question}</div> <p>
  515. {Answer}
  516. {/block:Answer}
  517.  
  518. <div id="info">
  519. {block:Date}<div class="postblocks">{TimeAgo}{/block:Date}</div><a href="{Permalink}" style=padding-left:2px;>
  520. {NoteCountWithLabel}</a> <small>+</small> <a href="{ReblogURL}" target="_blank">reblog</a>
  521. <div style="float:right; padding-top:3px;">
  522. {block:RebloggedFrom} via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>{/block:RebloggedFrom} -
  523. {block:ContentSource}<a href="{SourceURL}">© {SourceLink}</a>{/block:ContentSource}
  524. </div></div>
  525.  
  526. {block:HasTags}<div id="tags">tagged as:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags} </div>
  527.  
  528. {/block:Posts}
  529.  
  530. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  531. {/block:Posts} </div></div>
  532.  
  533. </div></div>
  534.  
  535. <!---do not remove--->
  536. <div id="heyo"><a href=http://nialljhoren.tumblr.com/>NJH</div>
  537.  
  538. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement