Advertisement
joshdevime

theme 33

Jul 4th, 2014
690
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.49 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. THEME BY IZZYSTHEMCS
  6. DO NOT REMOVE THE CREDIT & REMEMBER TO LIKE OR REBLOG THE POST
  7.  
  8. -->
  9.  
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11.  
  12.  
  13.  
  14. <head>
  15.  
  16. <meta name="color:bg" content="#FFFFFF">
  17. <meta name="color:link" content="#CCCCCC">
  18. <meta name="color:hover" content="#454545">
  19. <meta name="color:infobg" content="#FCFCFC">
  20. <meta name="color:text" content="#000">
  21. <meta name="color:tags" content="#CCCCCC">
  22. <meta name="color:scrollbar" content="#D6D5D5">
  23. <meta name="color:border" content="#FAFAFA">
  24. <meta name="if:Full Bkg Img" content=""/>
  25. <meta name="color:sblink" content="#030303">
  26. <meta name="color:sidebarbackground" content="#000">
  27.  
  28. <meta name="image:background" content""/>
  29. <meta name="image:sidebar" content=""/>
  30.  
  31. <meta name="if:title" content="0"/>
  32. <meta name="if:sidebarimg" content="0"/>
  33. <meta name="if:400pxposts" content="0"/>
  34.  
  35. <meta name="text:Title2" content="title" />
  36. <meta name="text:Link One Title" content=""/>
  37. <meta name="text:Link One" content=""/>
  38. <meta name="text:Link Two Title" content= >
  39. <meta name="text:Link Two" content=""/>
  40. <meta name="text:Link Three Title" content=""/>
  41. <meta name="text:Link Three" content="" />
  42. <meta name="text:Link Four Title" content=""/>
  43. <meta name="text:Link Four" content="" />
  44. <meta name="text:Link Five Title" content=""/>
  45. <meta name="text:Link Five" content="" />
  46.  
  47. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  48. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  49. <link rel="shortcut icon" href="{Favicon}" />
  50. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  51.  
  52.  
  53. <style type="text/css">
  54.  
  55. a {
  56. cursor:url(http://i.imgur.com/V12mRmx.png),auto;
  57. color:{color:link};
  58. text-decoration:none;
  59. -moz-transition-duration:0.5s;
  60. -webkit-transition-duration:0.5s;
  61. -o-transition-duration:0.5s;
  62. }
  63.  
  64. a:hover {
  65. color:{color:hover};
  66. text-decoration:none;
  67. -moz-transition-duration:0.5s;
  68. -webkit-transition-duration:0.5s;
  69. -o-transition-duration:0.5s;
  70. }
  71.  
  72. ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:1px}
  73. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  74. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  75.  
  76.  
  77. img{
  78. opacity: 1.0;
  79. -webkit-transition: all 0.3s linear 0s;
  80. -moz-transition: all 0.3s linear 0s;
  81. -o-transition: all 0.3s linear 0s;
  82. transition: all 0.3s linear 0s;}
  83. img:hover{opacity: 0.9;
  84. -webkit-transition: all 0.3s linear 0s;
  85. -moz-transition: all 0.3s linear 0s;
  86. -o-transition: all 0.3s linear 0s;
  87. transition: all 0.3s linear 0s;}
  88.  
  89.  
  90. body {
  91. background-color: {color:Background};
  92. background-image: url({image:Background});
  93. background-attachment: fixed;
  94. background-repeat: repeat;
  95. background-position: center;
  96. background-size:cover;
  97. background-color:{color:bg};
  98. font-weight:normal;
  99. font-family:consolas;
  100. cursor:url(http://i.imgur.com/V12mRmx.png),auto;
  101. }
  102.  
  103.  
  104. h1 {
  105. font-weight:normal;
  106. font-size:9px;
  107. text-align:center;
  108. font-style:normal;
  109. line-height:80%;
  110. letter-spacing:1px;
  111. text-transform:uppercase;
  112. color:{color:text};
  113. }
  114.  
  115. h2 {
  116. font-size:15px;
  117. text-align:center;
  118. line-height:100%;
  119. letter-spacing:-0.5px;
  120. color:{color:text};
  121. font-weight:normal;
  122. padding:5px;
  123. padding-bottom:2px;
  124. }
  125.  
  126.  
  127. blockquote {
  128. border-left:1.5px solid {color:text};
  129. padding-left:5px;
  130. padding-top:5px;
  131. padding-bottom:5px;
  132. margin:5px;
  133. }
  134.  
  135. #theme {
  136. background-color:{color:bg};
  137. width:700px;
  138. margin: 0 auto -12px auto;
  139. text-align: center;
  140. }
  141.  
  142. #sidebar {
  143. color:{color:text};
  144. position:fixed;
  145. width:245px;
  146. height:600px;
  147. margin-left:0px;
  148. margin-top:0px;
  149. }
  150.  
  151. #sidebar img {
  152. width:142px;
  153. box-shadow:rgba(0,0,0,0.1)5px 5px;
  154. background:{color:sidebarbackground};
  155. margin-top:5px;
  156. margin-left:-71px;
  157. padding:5px;
  158. -webkit-transition: all 0.8s ease;
  159. -moz-transition: all 0.8s ease;
  160. -o-transition: all 0.8s ease;
  161. }
  162.  
  163. #sidebar img:hover{
  164. opacity:1;
  165. -webkit-transition: all 0.8s ease;
  166. -moz-transition: all 0.8s ease;
  167. -o-transition: all 0.8s ease;
  168. }
  169.  
  170. #title {font-size:18px;
  171. color:{color:text};
  172. line-height:18px;
  173. box-shadow:rgba(0,0,0,0.1)5px 5px;
  174. {block:ifnotsidebarimg}
  175. margin-bottom:-33px;
  176. {/block:ifnotsidebarimg}
  177. {block:ifsidebarimg}
  178. margin-bottom:5px;
  179. {/block:ifsidebarimg}
  180. padding:5px;
  181. text-transform:lowercase;
  182. background:{color:sidebarbackground};
  183. width:142px;
  184. margin-left:11px;
  185. text-align:left;}
  186.  
  187. #links {
  188. text-transform:uppercase;
  189. font-size:9px;
  190. position:fixed;
  191. text-align:left;
  192. width:147px;
  193. {block:ifsidebarimg}
  194. margin-top:10px;
  195. {/block:ifsidebarimg}
  196. {block:ifnotsidebarimg}
  197. margin-top:42px;
  198. {/block:ifnotsidebarimg}
  199. margin-left:11px;
  200. box-shadow:rgba(0,0,0,0.1)5px 5px;
  201. background:{color:sidebarbackground};
  202. padding-top:10px;
  203. padding-left:3px;
  204. padding-right:3px;
  205. }
  206.  
  207. #links a {
  208. font-size:10px;
  209. font-style:bold;
  210. padding-bottom:5px;
  211. padding:5px;
  212. color:{color:nav text};
  213. height:10px;
  214. -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-ms -transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;
  215. }
  216. #links a:hover {
  217. -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-ms -transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;
  218. }
  219.  
  220. .desc {
  221. margin-top:0px;
  222. position:fixed;
  223. width:140px;
  224. margin-bottom:-200px;
  225. margin-left:-3px;
  226. text-align:left;
  227. font-size:9px;
  228. box-shadow:rgba(0,0,0,0.1)5px 5px;
  229. background:{color:sidebarbackground};
  230. text-transform:lowercase;
  231. padding:5px;
  232. padding-left:8px;
  233. color:{color:text};
  234. letter-spacing:0px;
  235. line-height:130%;
  236. filter:alpha(opacity=60);
  237. -webkit-transition: .8s ease-in-out;
  238. -moz-transition: .8s ease-in-out;
  239. -o-transition: .8s ease-in-out;
  240. }
  241.  
  242. .pagi {
  243. margin-top:-40px;
  244. margin-bottom:50px;
  245. width:100px;
  246. text-align:center;
  247. background-color:transparent;
  248. font-size:9px;
  249. font-family:arial;
  250. {block:ifnot400pxposts}
  251. margin-left:750px;
  252. {block:ifnot400pxposts}
  253. {block:if400pxposts}
  254. margin-left:700px;
  255. {block:if400pxposts}
  256. padding:5px;
  257. letter-spacing:1px;
  258. -webkit-transition: .8s ease-in-out;
  259. -moz-transition: .8s ease-in-out;
  260. -o-transition: .8s ease-in-out;
  261. }
  262.  
  263.  
  264. .pagi a {
  265. opacity:1;
  266. color:#fff;
  267. background:{color:sidebarbackground};
  268. padding:5px;
  269. }
  270.  
  271.  
  272. #stuffcontainer {
  273. margin-left:550px;
  274. margin-top:100px;
  275. text-align:left;
  276. color:{color:text};
  277. margin-bottom:0px;
  278. }
  279.  
  280. #stuff {
  281. {block:if400pxposts}
  282. width:400px;
  283. {/block:if400pxposts}
  284. {block:ifnot400pxposts}
  285. width:500px;
  286. {/block:ifnot400pxposts}
  287. background:{color:sidebarbackground};
  288. box-shadow:rgba(0,0,0,0.1)10px 10px;
  289. padding:5px;
  290. margin-top:30px;
  291. text-align:justify;
  292. font-size:10px;
  293. line-height:100%;
  294. font-family:calibri;
  295. letter-spacing:0px;
  296. color:{color:text};
  297. outline:1px solid transparent;
  298. outline-offset:10px;
  299. margin-bottom:80px;
  300. }
  301.  
  302. .caption {
  303. background:#fff;
  304. width:400px;
  305. text-align:justify;
  306. font-size:10px;
  307. line-height:120%;
  308. }
  309.  
  310. #ask {
  311. background-color:#000;
  312. padding:10px;
  313. text-align:left;
  314. color:{color:text};
  315. padding-bottom:3px;
  316. }
  317.  
  318. #ans {
  319. background:#000;
  320. text-align:left;
  321. padding:14px;
  322. color:{color:text};
  323. }
  324.  
  325. .audio {
  326. width:400px;
  327. padding-bottom:10px;
  328. background-color:{color:infobg};
  329. }
  330.  
  331. .albumart {
  332. float:left;
  333. padding:0px 10px 10px 0px;
  334. }
  335.  
  336. .albumart img {
  337. width:45px;
  338. height:45px;
  339. }
  340.  
  341. .playercontainer {
  342. text-align:left;
  343. padding:10px;
  344. background-color:#ffffff;
  345. width:480px;
  346. }
  347.  
  348. .audioinfo {
  349. padding:10px;
  350. color:{color:text};
  351. }
  352.  
  353. #postinfo {
  354. {block:if400pxposts}
  355. width:400px;
  356. {/block:if400pxposts}
  357. {block:ifnot400pxposts}
  358. width:500px;
  359. {/block:ifnot400pxposts}
  360. font-family:calibri;
  361. text-transform:lowercase;
  362. padding:5px;
  363. padding-right:10px;
  364. font-size:10px;
  365. text-align:center;
  366. padding-top:10px;
  367. color:{color:text};
  368. -moz-transition-duration:0.5s;
  369. -webkit-transition-duration:0.5s;
  370. -o-transition-duration:0.5s;
  371. {block:PermalinkPage}text-align:left;
  372. {/block:PermalinkPage}}
  373.  
  374. #postinfo a:hover {
  375. color:{color:linkhover};}
  376.  
  377. #postinfo a {
  378. text-decoration:none;}
  379.  
  380. .note {
  381. text-transform:uppercase;
  382. font-style:normal;
  383. letter-spacing:0px;
  384. font-size: 9px;
  385. text-align:left;
  386. line-height:90%;
  387. margin-left:-40px;
  388. }
  389.  
  390. .note li {
  391. list-style-type:none;
  392. border-bottom:1px solid {color:border};
  393. padding:10px 25px 10px 25px;
  394. text-align:left;
  395. margin:0px;
  396. -moz-transition-duration:0.5s;
  397. -webkit-transition-duration:0.5s;
  398. -o-transition-duration:0.5s;
  399. }
  400.  
  401.  
  402. .tags {
  403. z-index:99999999999999;
  404. font-style:normal;
  405. text-transform:normal;
  406. font-style:normal;
  407. font-size:10px;
  408. font-style:none;
  409. text-align:center;
  410. -moz-transition-duration:0.5s;
  411. -webkit-transition-duration:0.5s;
  412. -o-transition-duration:0.5s;
  413. }
  414.  
  415. .tags a {
  416. {block:if400pxposts}
  417. width:400px;
  418. {/block:if400pxposts}
  419. {block:ifnot400pxposts}
  420. width:500px;
  421. {/block:ifnot400pxposts}
  422. }
  423.  
  424. ul.chat, .chat ol, .chat li {
  425. list-style:none;
  426. margin:0px;
  427. padding:2px;
  428. }
  429.  
  430. .label {
  431. text-decoration:underline;
  432. font-weight:700;
  433. background-color:{color:infobg};
  434. margin-right:5px;
  435. }
  436.  
  437. #credit {
  438. font-size:8px;
  439. }
  440.  
  441. {CustomCSS}
  442.  
  443. </style></head>
  444. <body>
  445. <div id="theme">
  446. <div id="sidebar">
  447. {block:iftitle}<div id="title"><b>{text:Title2}</b></div>{/block:iftitle}
  448. {block:ifsidebarimg}<div id="sidebarimgage">
  449. <a href="/"><img src="{image:sidebar}"></a></div>{/block:ifsidebarimg}<div id="links">
  450. <a href="{text:link one}"><b>{text:link one title}</a>
  451. <a href="{text:link two}">{text:link two title}</a>
  452. <a href="{text:link three}">{text:link three title}</a>
  453. <a href="{text:link four}">{text:link four title}</a>
  454. <a href="{text:link five}">{text:link five title}</b></a>
  455. <div class="desc">
  456. {Description}</div>
  457. </center>
  458. </div></div></div></div></div>
  459.  
  460. <div id="stuffcontainer">
  461.  
  462. {block:Posts}
  463.  
  464.  
  465. {block:ContentSource}
  466. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  467. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  468. {/block:SourceLogo}
  469. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  470. {/block:ContentSource}
  471.  
  472. <div id="stuff">
  473.  
  474. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  475.  
  476. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  477.  
  478. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  479. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  480.  
  481. {block:if400pxposts}{block:Photo}<center><img src="{PhotoURL-400}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}{block:if400pxposts}
  482.  
  483. {block:ifnot400pxposts}{block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}{/block:ifnot400pxposts}
  484.  
  485. {block:if400pxposts}{block:Photoset}<center>{Photoset-400}</center>
  486. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}{/block:if400pxposts}
  487.  
  488. {block:ifnot400pxposts}{block:Photoset}<center>{Photoset-500}</center>
  489. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}{/block:ifnot400pxposts}
  490.  
  491. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  492.  
  493. {block:if400pxposts}{block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}{/block:if400pxposts}
  494.  
  495. {block:ifnot400pxposts}{block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}{/block:ifnot400pxposts}
  496.  
  497. {block:Answer}<div id="ask">&nbsp;&nbsp;<b>{Asker}</b> asked: {Question}</div><div id="ans">{Answer}</div>{/block:answer}
  498.  
  499. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  500. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  501. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  502. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  503. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  504.  
  505.  
  506. {block:Date}<div id="postinfo">{TimeAgo} {block:NoteCount} &nbsp;&nbsp;&nbsp;&nbsp;<a href="{Permalink}">{NoteCount} notes</a>{/block:NoteCount}&nbsp;&nbsp;&nbsp;&nbsp;
  507.  
  508. {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}{block:ContentSource} / <a href="{SourceURL}">src</a>{/block:ContentSource}
  509.  
  510. {/block:Date}
  511. {block:HasTags}
  512. <br><div class="tags">{block:Tags}<a href="{TagURL}">{Tag}&nbsp;&nbsp;</a>&nbsp;{/block:Tags}
  513. {/block:HasTags}
  514. {block:PostNotes}{PostNotes}{/block:PostNotes}
  515. </div></div></div>
  516. {/block:Posts}
  517.  
  518. </div>
  519. </div>
  520. </div>
  521. </div>
  522.  
  523. {block:Pagination}
  524. <div class="pagi">
  525. {block:PreviousPage}
  526. <a href="{PreviousPage}">- </a>
  527. {/block:PreviousPage}
  528. {block:JumpPagination length="0"}
  529. {block:CurrentPage}
  530. <span class="current_page">{PageNumber}</span>
  531. {/block:CurrentPage}
  532. {block:JumpPage}
  533. <a class="jump_page" href="{URL}">{PageNumber}</a>
  534. {/block:JumpPage}
  535. {/block:JumpPagination}
  536. {block:NextPage}
  537. <a href="{NextPage}"> +</a>
  538. {/block:NextPage}
  539. </div>
  540. {/block:Pagination}
  541.  
  542. <div style="font-size:14px;font-family:helvetica;position:fixed;bottom:0;right:0;padding:5px;z-index:9999;">
  543.  
  544. <div id="credit">
  545. <a href="http://izzysthemcs.tumblr.com/"><big>♥</big></a>
  546.  
  547. </div></div>
  548.  
  549. </div>
  550.  
  551. </body>
  552. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement