Advertisement
joshdevime

theme 04: mary

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