Advertisement
joshdevime

theme 5

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