Advertisement
joshdevime

theme 25

May 24th, 2014
1,017
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.52 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4.  
  5. <title>{Title}</title>
  6. <link rel="shortcut icon" href="{Favicon}">
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8. {block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}
  9.  
  10. <!---
  11. IZZYSTHEMCS THEME, DONT USE AS A BASE CODE OR STEAL
  12. REMEMBER TO LIKE OR REBLOG THE POST
  13. THANK YOU VERY MUCH :-)
  14. --->
  15.  
  16.  
  17. <!---META TAGS--->
  18. <!--color related tags-->
  19. <meta name="color:background" content="#ffffff"/>
  20. <meta name="color:text" content="#000000"/>
  21. <meta name="color:link" content="#888888"/>
  22. <meta name="color:hover" content="#ffffff"/>
  23. <meta name="color:accent" content="#ffffff"/>
  24. <meta name="color:sidebar" content="#ffffff"/>
  25. <meta name="color:chatline_odd" content="#000"/>
  26. <meta name="color:chatline_even" content="#000"/>
  27.  
  28.  
  29. <!---Sidebar link related tags--->
  30. <meta name="text:link1" content=""/>
  31. <meta name="text:link1url" content=""/>
  32. <meta name="text:link2" content=""/>
  33. <meta name="text:link2url" content=""/>
  34. <meta name="text:link3" content=""/>
  35. <meta name="text:link3url" content=""/>
  36. <meta name="text:link4" content=""/>
  37. <meta name="text:link4url" content=""/>
  38. <meta name="text:link5" content=""/>
  39. <meta name="text:link5url" content=""/>
  40.  
  41. <!---sidebar image related tags-->
  42. <meta name="image:sidebar" content="" />
  43.  
  44. <style type="text/css">
  45.  
  46. /*--OVERALL STYLING---*/
  47.  
  48. body {background-color:{color:background};font-family:arial;font-size:11px;color:{color:text};}
  49.  
  50. a {color:{color:link};text-decoration:none;-webkit-transition-duration:.3s;-moz-transition-duration:.3s;-o-transition-duration:.3s;}
  51.  
  52. a:hover {color:{color:hover};}
  53.  
  54. h1 {font-size:17px;font-weight:lighter;text-transform:uppercase;letter-spacing:4px;color:{color:text};padding-bottom:10px;text-align:center;}
  55.  
  56. h2 {font-weight:normal;font-size:15px;letter-spacing:2px;}
  57.  
  58. blockquote {padding:5px;background-color:#fff;color:#000;text-align:left;letter-spacing:0px;padding-left:10px;border-left:1px solid {color:text}; line-height:100%;}
  59.  
  60. blockquote blockquote {padding:10px;background-color:#fff;color:#000;border-left:1px solid {color:text};}
  61.  
  62. ::selection {background-color:{color:accent};}
  63.  
  64.  
  65. ::-webkit-scrollbar {width:1px;background-color:#fff;}
  66.  
  67. ::-webkit-scrollbar-thumb {background-color:#000;border-width:1px;}
  68.  
  69. #credit {bottom:3px;position:fixed;right:10px;float:right;font-family:arial;color:black;font-size:9px;letter-spacing:1px;text-transform:uppercase;padding:5px;}
  70.  
  71. #credit a {color:#000;background-color:#fff;padding:5px;-webkit-transition-duration:.8s;-moz-transition-duration:.8s;-o-transition-duration:.8s;-ms-transition-duration:.8s;}
  72.  
  73. #credit a:hover {color:#fff;background-color:#000;}
  74.  
  75.  
  76. /*---SIDEBAR---*/
  77.  
  78. #sidebar {
  79. width:200px;
  80. height:280px;
  81. margin-left:595px;
  82. background-color:{color:sidebar};
  83. margin-top:100px;
  84. position:static;
  85. padding-bottom:50px;
  86. }
  87.  
  88. #fresh {
  89. margin-top:10px;
  90. text-align:center;
  91. width:100%;
  92. font-size:15px;
  93. color:black;
  94. font-weight:bold;
  95. text-transform:uppercase;
  96. -webkit-transition-duration:1s;
  97. -moz-transition-duration:1s;
  98. -o-transition-duration:1s;
  99.  
  100. }
  101.  
  102. #fresh a {
  103. color:black;
  104. -webkit-transition-duration:1s;
  105. -moz-transition-duration:1s;
  106. -o-transition-duration:1s;
  107.  
  108. }
  109.  
  110. #fresh a:hover {
  111. letter-spacing:7px;
  112. -webkit-transition-duration:1s;
  113. -moz-transition-duration:1s;
  114. -o-transition-duration:1s;
  115. }
  116.  
  117.  
  118.  
  119.  
  120.  
  121. #sidebarimage {
  122. width:100%;
  123. margin-top:5px;
  124. margin-left:-55px;
  125. }
  126.  
  127. #sidebarimage img {
  128. width:100%;
  129. width:300px;
  130. }
  131.  
  132. #desc {
  133. width:100%;
  134. color:black;
  135. text-transform:lowercase;
  136. text-align:center;
  137. font-size:10px;
  138. padding-top:8px;
  139. line-height:110%;
  140. padding-bottom:108px;
  141. font-weight:lighter;
  142. }
  143.  
  144.  
  145. #sidebarlinks {
  146. width:100%;
  147. width:250px;
  148. letter-spacing:0px;
  149. display:inline-block;
  150. text-align:center;
  151. font-size:10px;
  152. font-weight:none;
  153. color:black;
  154. margin-left:-30px;
  155. padding-bottom:-5px;
  156. padding-top:12px;
  157. text-transform:uppercase;
  158. }
  159.  
  160.  
  161. #sidebarlinks a {
  162. color:{color:links};
  163. display:inline-block;
  164. }
  165.  
  166.  
  167. #sidebarlinks a:hover {
  168. background-color:{color:accent};
  169. }
  170.  
  171.  
  172. /*---POSTS---*/
  173.  
  174. #postcontainer {
  175. margin-left:490px;
  176. margin-top:-50px;
  177. width:400px;
  178. }
  179.  
  180. #post {text-align:justify;line-height:150%;width:400px;margin-top:100px;letter-spacing:0px;}
  181.  
  182. #post ul {list-style:circle;letter-spacing:0px;text-align:justify;}
  183.  
  184. #post ol {list-style:upper-roman;letter-spacing:0px;text-align:justify;}
  185.  
  186.  
  187. /*---MESSAGE POSTS---*/
  188.  
  189.  
  190. .ask_block {
  191. width:380px;
  192. background-color:#f5f5f5;
  193. padding:10px;
  194. }
  195.  
  196. .answer {
  197. color:black;
  198. padding:10px;
  199. padding-top:5px;
  200. border:1px solid #f5f5f5;
  201. letter-spacing:0px;
  202. }
  203.  
  204. .asker {
  205. font-size:9px;
  206. text-transform:uppercase;
  207. font-weight:bold;
  208. letter-spacing:1px;
  209. }
  210.  
  211. .asker a:hover {
  212. color:{color:accent};
  213. }
  214.  
  215. /*---POST INFORMATION---*/
  216. #info {
  217. margin-top:5px;
  218. font-size:9px;
  219. color:black;
  220. padding-top:7px;
  221. padding-bottom:7px;
  222. text-align:center;
  223. width:100%;
  224. letter-spacing:0px;
  225. margin-left:-20px;
  226. -webkit-transition-duration:.7s;
  227. -moz-transition-duration:.7s;
  228. -o-transition-duration:.7s;
  229. -ms-transition-duration:.7s;
  230.  
  231. }
  232.  
  233. #info a {
  234. color:black;
  235. font-size:9px;
  236. text-transform:lowercase;
  237. display:inline-block;
  238. margin-left:20px;
  239. }
  240.  
  241. #info a:hover {
  242. color:{color:accent};
  243. }
  244.  
  245. /*---PAGINATION: BASE CREDIT EXCOLO---*/
  246.  
  247.  
  248. #pagination {
  249. margin-top:20px;
  250. margin-left:0px;
  251. height:50px;
  252. width:400px;
  253. text-align:center;
  254. padding-left:10px;
  255. }
  256.  
  257. .tags {
  258. text-align:center;
  259. width:100%;
  260. margin-top:-10px;
  261. font-weight:lighter;
  262. -webkit-transition-duration:.7s;
  263. -moz-transition-duration:.7s;
  264. -o-transition-duration:.7s;
  265. -ms-transition-duration:.7s;
  266. }
  267.  
  268. .tags a {
  269. display:inline-block;
  270. font-weight:normal;
  271. letter-spacing:0px;
  272. font-size:9px;
  273. }
  274.  
  275.  
  276. .tags a:hover {
  277. color:{color:accent};
  278. }
  279.  
  280. #post:hover #info {
  281. opacity:1;
  282. }
  283.  
  284. .caption {
  285. color:#000;
  286. padding:15px;
  287. letter-spacing:1px;
  288. display:block;
  289. margin-top:10px;
  290. width:366px;
  291. }
  292.  
  293. #postnotes {
  294. display:block;
  295. margin-left:500px;
  296. color:black;
  297. width:450px;
  298. }
  299.  
  300. #postnotes ol {
  301. line-height:110%;
  302. color:black;
  303. list-style-type: none;
  304.  
  305. }
  306.  
  307. #postnotes li {
  308. padding:5px;
  309. letter-spacing:0px;
  310. display:block;
  311. margin-top:5px;
  312. background-color:#f7f7f7;
  313. color:black;
  314. -webkit-transition-duration:.4s;
  315. -moz-transition-duration:.4s;
  316. -o-transition-duration:.4s;
  317. -ms-transition-duration:.4s;
  318. }
  319.  
  320. #postnotes img {
  321. padding-right:5px;
  322. }
  323.  
  324.  
  325. .convo li {list-style: none;}
  326.  
  327. .convo .label {text-transform: uppercase;}
  328.  
  329. .line_odd .label {color: {color:chatline_odd};}
  330. .line_even .label {color: {color:chatline_even};}
  331.  
  332. .dinky {
  333. float:left;
  334. }
  335.  
  336.  
  337. #albumart img{
  338. width:150px;
  339. height:150px;
  340. padding:0px;
  341. border-width:0px;
  342. }
  343.  
  344.  
  345. .player {
  346. width:30px;
  347. overflow:hidden;
  348. height:30px;
  349. padding:0px;
  350. padding-left:5px;
  351. padding-top:3px;
  352. position:absolute;
  353. left:50%;
  354. top:50%;
  355. margin-top:-20px;
  356. margin-left:-20px;
  357. -webkit-transition-duration:500ms;
  358. -moz-transition-duration:500ms;
  359. -o-transition-duration:500ms;
  360. -ms-transition-duration:500ms;
  361.  
  362. }
  363.  
  364. .daplaya:hover {
  365. -webkit-transform:scale(.4);
  366.  
  367. }
  368.  
  369. .daplaya:hover .player {
  370. -webkit-transform:scale(3);
  371. }
  372.  
  373. .daplaya {
  374. background-color:black;
  375. width:120px;
  376. height:120px;
  377. position:absolute;
  378. margin-top:-135px;
  379. margin-left:15px;
  380. -webkit-transition-duration:500ms;
  381. -moz-transition-duration:500ms;
  382. -o-transition-duration:500ms;
  383. -ms-transition-duration:500ms;
  384. }
  385.  
  386. .donkey {
  387. float:left top;
  388. margin-left:150px;
  389. background-color:#fff;
  390. padding:20px;
  391. height:110px;
  392. text-align:center;
  393. color:#000;
  394. }
  395.  
  396. .track {
  397. font-size:15px;
  398. text-shadow:0px 0px 1px #fff;
  399. letter-spacing:4px;
  400. padding:10px;
  401. font-weight:300;
  402. text-transform:uppercase;
  403. color:#000;
  404. }
  405.  
  406.  
  407. .artist {
  408. letter-spacing:1px;
  409. font-style:italic;
  410. font-weight:bold;
  411.  
  412. }
  413.  
  414. .playcount {
  415. font-size:9px;
  416. text-transform:uppercase;
  417. letter-spacing:3px;
  418. }
  419.  
  420.  
  421. #audiolo {
  422. width:400px;
  423. padding-bottom:-5px;
  424. }
  425.  
  426. .album {
  427. font-weight:normal;
  428. }
  429.  
  430. .qtation {
  431. color:#000;
  432. text-align:center;
  433. font-size:11px;
  434. font-weight:lighter;
  435. }
  436.  
  437. .src {
  438. padding:5px;
  439. color:#000;
  440. margin-top:10px;
  441. background-color:#fff;
  442. }
  443.  
  444. </style>
  445.  
  446. </head>
  447. <body>
  448.  
  449. <div id="sidebar">
  450. <div id="sidebarimage">
  451. <img src="{image:sidebar}">
  452. </div>
  453.  
  454. <div id="sidebarlinks">
  455. <a href="{text:link1url}">{text:link1}</a>&nbsp;&nbsp;
  456. <a href="{text:link2url}">{text:link2}</a>&nbsp;&nbsp;
  457. <a href="{text:link3url}">{text:link3}</a>&nbsp;&nbsp;
  458. <a href="{text:link4url}">{text:link4}</a>&nbsp;&nbsp;
  459. <a href="{text:link5url}">{text:link5}</a>
  460. <div id="desc">{Description}</div>
  461.  
  462.  
  463. </div></div>
  464.  
  465.  
  466.  
  467.  
  468. </div>
  469.  
  470.  
  471. <div id="postcontainer">
  472. {block:Posts}
  473. <div id="post">
  474.  
  475.  
  476. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  477.  
  478.  
  479.  
  480. {block:Photo}{LinkOpenTag}<center><img src="{PhotoURL-400}" width="400px"></center>
  481. {block:Caption}<div class="captoin">{Caption}</div>{/block:Caption}
  482.  
  483.  
  484.  
  485. {/block:Photo}
  486.  
  487.  
  488. {block:Photoset}
  489. <div class="photoset">{Photoset-400}</div>
  490. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Photoset}
  491.  
  492.  
  493. {block:Video}{Video-400}
  494. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Video}
  495.  
  496.  
  497. {block:Audio}<div id="audiolo">
  498. <div class="dinky">
  499. {block:AlbumArt}<div id="albumart"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  500.  
  501. <div class="daplaya"><div class="player">{AudioPlayerBlack}</div></div></div>
  502. <div class="donkey">
  503. <div class="track"> {block:TrackName}
  504. {TrackName}
  505. {/block:TrackName} </div>
  506.  
  507.  
  508. <div class="artist">
  509. {block:Artist}
  510. Artist: {Artist}
  511. {/block:Artist} </div>
  512.  
  513. <div class="album">
  514. {block:Album}
  515. Album: {Album}
  516. {/block:Album}
  517. </div>
  518.  
  519. <div class="download">{block:ExternalAudio}<a href="{ExternalAudioURL}">download this song</a>{/block:ExternalAudio}</div>
  520.  
  521. <div class="playcount">
  522.  
  523. {block:PlayCount}{PlayCountWithLabel}{/block:PlayCount}</div>
  524.  
  525.  
  526. </div>
  527.  
  528. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}</div>{/block:Audio}
  529.  
  530.  
  531. {block:Quote}<div class="qtation"><span style="font-family:times;font-size:15px;font-weight:900;">“</span>{Quote}<span style="font-family:times;font-size:15px;font-weight:900;">”</span></div>{block:Source}<div class="src">{Source}</div>{/block:Source}{/block:Quote}
  532.  
  533.  
  534. {block:Link}<h1><a href="{URL}" {Target}>{Name}</h1></a>{block:Description}{Description}{/block:Description}{/block:Link}
  535.  
  536. {block:Answer}<div class="question">
  537. <div class="ask_block"><span class="asker">{Asker}</span> asked: {Question}</div>
  538. <div class="answer">{Answer}</div>
  539. </div>{/block:Answer}
  540.  
  541.  
  542. {block:Chat}
  543. {block:Title}<h2>{Title}</h2>{/block:Title}
  544. <ul class="convo">{block:Lines}<li class="line_{Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label}
  545. {Line}</li>{/block:Lines}</ul>
  546. {/block:Chat}
  547.  
  548. <div id="info">
  549. <!---POST INFO--->
  550. <a href="{Permalink}">{DayOfWeek}, {Month} {DayOfMonth}</a><a href="{Permalink}">+{NoteCount}</a>
  551. {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}{block:ContentSource}<a href="{SourceURL}"> source <a href="{SourceURL}"></a>{/block:ContentSource}{block:IfShowReblogButton}<a href="{Reblog}">reblog</a>{/block:IfShowReblogButton}
  552. <br></div>{block:HasTags}<div class="tags">{block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  553. {/block:Posts}<div id="pagi">
  554. {block:Pagination}
  555. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">&laquo;</a>{/block:PreviousPage}
  556.  
  557.  
  558. <div id="pagination">
  559. {block:Pagination}
  560. {block:PreviousPage}
  561. <a href="{PreviousPage}"><b>&larr; previous &nbsp;&nbsp;</b></a>
  562. {/block:PreviousPage}
  563.  
  564. (page {CurrentPage} of {TotalPages})
  565.  
  566. {block:NextPage}
  567. <a href="{NextPage}"><b>&nbsp;&nbsp;next &rarr;</b></a>
  568. {/block:NextPage}
  569. {/block:Pagination}
  570. </div>
  571. </div></div>
  572. </div><div id="postnotes">{block:PostNotes}{PostNotes-16}{/block:PostNotes}</div>
  573.  
  574. <div id="credit"><a href="http://izzysthemcs.tumblr.com/">♥</a></div>
  575.  
  576.  
  577. </body></div></div></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement