Advertisement
joshdevime

theme 8 v1

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