Advertisement
joshdevime

theme 17

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