Advertisement
diorhaz

theme 23

Jun 9th, 2013
3,551
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.17 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. <!-- theme made by lucy
  4. im cool
  5. u arent
  6. if u steal dis
  7. its not swaggy
  8. -->
  9.  
  10.  
  11.  
  12.  
  13.  
  14. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  15. <head>
  16. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  17. <title>{Title}</title>
  18. <link rel="shortcut icon" href="{Favicon}">
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  21.  
  22. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  23. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  24. <script>
  25. (function($){
  26. $(document).ready(function(){
  27. $("a[title]").style_my_tooltips({
  28. tip_follows_cursor:true,
  29. tip_delay_time:1,
  30. tip_fade_speed:100,
  31. attribute:"title"
  32. });
  33. });
  34. })(jQuery);
  35. </script>
  36.  
  37.  
  38. <meta name="color:linkbg" content="#FFFFFF">
  39. <meta name="color:linkbottomborder" content="D8D8D8">
  40. <meta name="color:link" content="#E6E4E4">
  41. <meta name="color:hover" content="#454545">
  42. <meta name="color:infobg" content="#FCFCFC">
  43. <meta name="color:text" content="#9A9A9A">
  44. <meta name="color:tags" content="#EDEDED">
  45. <meta name="color:scrollbar" content="#D6D5D5">
  46. <meta name="color:border" content="#FAFAFA">
  47. <meta name="color:postinfozbg" content="F3F3F3">
  48.  
  49.  
  50. <meta name="image:sidebar" content=""/>
  51.  
  52. <meta name="text:Link title A" content="link A title" />
  53. <meta name="text:Link A" content="" />
  54. <meta name="text:Link title B" content="link B title" />
  55. <meta name="text:Link B" content="/" />
  56. <meta name="text:Link title C" content="link C title" />
  57. <meta name="text:Link C" content="/" />
  58. <meta name="text:Link title D" content="link D title" />
  59. <meta name="text:Link D" content="/" />
  60. <meta name="text:Link title E" content="link E title" />
  61. <meta name="text:Link E" content="/" />
  62. <meta name="text:Link title F" content="link F title" />
  63. <meta name="text:Link F" content="/" />
  64.  
  65.  
  66.  
  67. <link href='http://fonts.googleapis.com/css?family=Parisienne|Niconne|Alex+Brush|Tangerine:400,700|Great+Vibes|Monsieur+La+Doulaise|Pinyon+Script' rel='stylesheet' type='text/css'>
  68.  
  69.  
  70. <link href='http://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>
  71.  
  72. <link href='http://fonts.googleapis.com/css?family=Montaga' rel='stylesheet' type='text/css'>
  73. <link href='http://fonts.googleapis.com/css?family=Coda' rel='stylesheet' type='text/css'>
  74. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700' rel='stylesheet' type='text/css'>
  75. <link href='http://fonts.googleapis.com/css?family=IM+Fell+English:400,400italic' rel='stylesheet' type='text/css'>
  76. </style>
  77.  
  78. <style type="text/css">
  79. a {
  80. color:{color:link};
  81. text-decoration:none;
  82. -moz-transition-duration:0.5s;
  83. -webkit-transition-duration:0.5s;
  84. -o-transition-duration:0.5s;
  85. }
  86. a:hover {
  87. color:{color:hover};
  88. text-decoration:none;
  89. -moz-transition-duration:0.5s;
  90. -webkit-transition-duration:0.5s;
  91. -o-transition-duration:0.5s;
  92. }
  93.  
  94. ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:8px}
  95. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  96. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  97.  
  98. *, body, a, a:hover {cursor: url(http://www.totallylayouts.com/cursors/random/tiny_cursor.png), auto;}
  99.  
  100.  
  101. body {
  102. background-color:{color:bg};
  103. font-family:times ;
  104. font-weight:normal;
  105. }
  106.  
  107.  
  108.  
  109.  
  110. h1 {
  111. font-weight:normal;
  112. font-size:10px;
  113. text-align:center;
  114. font-style:normal;
  115. line-height:80%;
  116. letter-spacing:1px;
  117. text-transform:uppercase;
  118. color:{color:text};
  119. }
  120.  
  121. h2 {
  122. font-size:15px;
  123. text-align:center;
  124. line-height:100%;
  125. letter-spacing:-0.5px;
  126. color:{color:text};
  127. font-weight:normal;
  128. padding:5px;
  129. padding-bottom:2px;
  130. }
  131.  
  132.  
  133. blockquote {
  134. border-left:2px solid {color:text};
  135. padding-left:5px;
  136. margin:5px;
  137. }
  138.  
  139. #theme {
  140. background-color:{color:bg};
  141. width:700px;
  142. margin: 0 auto -12px auto;
  143. text-align: center;
  144. }
  145.  
  146. #sidebar {
  147. color:{color:text};
  148. position:fixed;
  149. width:110px;
  150. height:auto;
  151. margin-top:180px;
  152. text-align:left;
  153. margin-left: 30px;
  154. }
  155.  
  156. #sidebar img {
  157. width:109px;
  158. height:auto;
  159. margin-bottom:4px;
  160. margin-left: 0px;
  161. }
  162.  
  163.  
  164. .links {
  165. position:relative;
  166. font-size:11px;
  167. font-family:baskerville;
  168. text-align:center;
  169. margin-top:8px;
  170. margin-left:0px;
  171. text-align:justify;
  172. text-transform:lowercase;
  173. font-style:italic;
  174. letter-spacing:2px;
  175. line-height:2px;
  176. color:#99a3a2;
  177. width:110px;
  178. }
  179.  
  180. .links a {
  181.  
  182. border-bottom:solid 1px {color:linkbottomborder};
  183. width:30px;
  184. padding:10px;
  185. background-color: {color:linkbg};
  186. margin-top: 3px;
  187.  
  188. display:inline-block;
  189. text-align:center;
  190. -moz-transition-duration:0.5s;
  191. -webkit-transition-duration:0.5s;
  192. -o-transition-duration:0.3s;
  193. }
  194.  
  195. .links a:hover {
  196. color:#b3b3b3;
  197. background-color: #f3f3f3;
  198. -moz-transition-duration:0.5s;
  199. -webkit-transition-duration:0.5s;
  200. -o-transition-duration:0.5s;
  201. }
  202.  
  203. .desc {
  204. margin-bottom:-4px;
  205. text-align:justify;
  206. font-family: georgia;
  207. font-size:7px;
  208. padding: 1px;
  209. color:{color:text};
  210. letter-spacing:1px;
  211. line-height:130%;
  212. border-top: double {color:border};
  213. padding-top: 7px;
  214. }
  215.  
  216. .desc a {
  217. color:{color:link};
  218. }
  219.  
  220. #pagination {
  221. position: fixed;
  222. bottom: 0px;
  223. background-color: #fff;
  224. left: 446px;
  225. width: 400px;
  226. word-spacing: 10px;
  227. padding: 10px;
  228. margin-left: 150px;
  229. font-size:11px;
  230. text-align:center;
  231. opacity: 1;
  232. font-family: times;
  233. text-transform: uppercase;
  234. border-top: 2px solid {color:border};
  235. transition: all 0.7s ease-out;
  236. -o-transition-transition: all 0.7s ease-out;
  237. -webkit-transition: all 0.7s ease-out;
  238. -moz-transition: all 0.7s ease-out;
  239.  
  240. }
  241. #stuffcontainer {
  242. float:left;
  243. margin-left:320px;
  244. margin-top:3px;
  245. text-align:justify;
  246. background-color:{color:bg};
  247. color:{color:text};
  248. margin-bottom: 35px;
  249. }
  250.  
  251.  
  252. #stuff {
  253. width:400px;
  254. margin-top:40px;
  255. text-align:justify;
  256. font-size:9px;
  257. line-height:90%;
  258. letter-spacing:1px;
  259. color:{color:text};
  260. }
  261.  
  262. .caption {
  263. width:500px;
  264. text-align:justify;
  265. line-height:120%;
  266. }
  267.  
  268. .ask {
  269. padding:10px;
  270. text-align:center;
  271. font-style: italic;
  272. color:{color:text};
  273. background-color:{color:infobg};
  274. border:1px solid {color:border};
  275.  
  276. }
  277.  
  278. .ans {
  279. text-align:center;
  280. padding:10px;
  281. color:{color:text};
  282. }
  283.  
  284. .audio {
  285. width:500px;
  286. padding-bottom:10px;
  287. background-color:{color:infobg};
  288. }
  289.  
  290. .albumart {
  291. float:left;
  292. padding:0px 10px 10px 0px;
  293. }
  294.  
  295. .albumart img {
  296. width:45px;
  297. height:45px;
  298. }
  299.  
  300. .playercontainer {
  301. text-align:left;
  302. padding:10px;
  303. background-color:#ffffff;
  304. width:480px;
  305. }
  306.  
  307. .audioinfo {
  308. padding:10px;
  309. color:{color:text};
  310. }
  311.  
  312.  
  313.  
  314. #postinfo {
  315. width:390px;
  316. padding:5px;
  317. font-size:7px;
  318. font-family: baskerville;
  319. color:{color:link};
  320. text-transform:uppercase;
  321. font-style:normal;
  322. letter-spacing:2px;
  323. text-align:center;
  324. background-color: {color:postinfozbg};
  325. -moz-transition-duration:0.5s;
  326. -webkit-transition-duration:0.5s;
  327. -o-transition-duration:0.5s;
  328. }
  329.  
  330. #postinfo a {
  331. color:{color:link};
  332. text-align:center;
  333. letter-spacing:2px;
  334. font-style:none;
  335.  
  336. }
  337.  
  338. #postinfo a:hover {
  339. color:{color:hover};
  340. }
  341.  
  342. .note li {
  343. list-style-type:lower-roman;
  344. border-bottom:0px solid {color:border};
  345. padding:5px 15px 5px 15px;
  346. text-align:left;
  347. margin:0px;
  348. line-height: 80%;
  349. background-color:{color:bg};
  350. -moz-transition-duration:0.5s;
  351. -webkit-transition-duration:0.5s;
  352. -o-transition-duration:0.5s;
  353. }
  354.  
  355. .note li:hover {
  356. background-color:{color:infobg};
  357. -moz-transition-duration:0.5s;
  358. -webkit-transition-duration:0.5s;
  359. -o-transition-duration:0.5s;
  360. }
  361.  
  362. .note img {
  363. display:none;
  364. }
  365.  
  366. .tags {
  367. font-style:normal;
  368. width:388px;
  369. text-transform:uppercase;
  370. font-style:normal;
  371. color:{color:tags};
  372. letter-spacing:2px;
  373. line-height:120%;
  374. font-size:5px;
  375. text-align:center;
  376. padding:2px;
  377. -moz-transition-duration:0.5s;
  378. -webkit-transition-duration:0.5s;
  379. -o-transition-duration:0.5s;
  380. }
  381.  
  382. .tags a {
  383. color:{color:tags};
  384. letter-spacing:1px;
  385. padding:1px;
  386. }
  387.  
  388. .tags a:hover {
  389. color:{color:link};
  390. font-size: 6px;
  391. letter-spacing: 4px;
  392. font-style: italic;
  393. }
  394.  
  395. ul.chat, .chat ol, .chat li {
  396. list-style:none;
  397. margin:0px;
  398. padding:2px;
  399. }
  400.  
  401. .label {
  402. text-decoration:underline;
  403. font-weight:700;
  404. background-color:{color:infobg};
  405. margin-right:5px;
  406. }
  407.  
  408. #credit {
  409. position:fixed;
  410. right:0px;
  411. bottom:0px;
  412. padding:4px;
  413. text-transform:uppercase;
  414. letter-spacing:2px;
  415. font-size:8px;
  416. font-family: georgia;
  417. margin-bottom:3px;
  418. margin-right:3px;
  419. border:double;
  420. border-color:#bbb;
  421. background: #fff;
  422.  
  423. }
  424.  
  425. #s-m-t-tooltip {
  426. max-width:300px;
  427. padding:2px;
  428. margin:10px 0px 0px 10px;
  429. background-color:#FFF;
  430. border-bottom:solid 1px #e8e8e8;
  431. font-family:baskerville;
  432. font-size:7px;
  433. font-style:none;
  434. letter-spacing:2px;
  435. text-transform:uppercase;
  436. color:{color:link};
  437. z-index:999;
  438. }
  439.  
  440.  
  441. {CustomCSS}
  442.  
  443. </style></head>
  444.  
  445. <body>
  446. <div id="theme">
  447. <div id="sidebar">
  448. <img src="{image:sidebar}">
  449. <div class="desc">
  450. {Description}
  451. </div>
  452. <div class="links">
  453. <a title="{text:Link title A}"href="{text:Link A}">.i</a>
  454. <a title="{text:Link title B}"href="{text:Link B}">.ii</a>
  455. <a title="{text:Link title C}"href="{text:Link C}">.iii</a>
  456. <a title="{text:Link title D}"href="{text:Link D}">.iv</a>
  457. <a title="{text:Link title E}"href="{text:Link E}">.v</a>
  458. <a title="{text:Link title F}"href="{text:Link F}">.vi</a>
  459. </div>
  460. </div>
  461.  
  462.  
  463. <div id="pagination">
  464. {block:Pagination}
  465. <div class="ha">
  466. {block:PreviousPage}
  467. <a href="{PreviousPage}">«</a>
  468. {/block:PreviousPage}
  469. {block:JumpPagination length="5"}
  470. {block:CurrentPage}
  471. <span class="current_page">{PageNumber}</span>
  472. {/block:CurrentPage}
  473.  
  474. {block:JumpPage}
  475. <a class="jump_page" href="{URL}">{PageNumber}</a>
  476. {/block:JumpPage}
  477. {/block:JumpPagination}
  478. {block:NextPage}
  479. <a href="{NextPage}">»</a>
  480. {/block:NextPage}
  481. </div>
  482. {/block:Pagination}
  483. </div>
  484.  
  485. <div id="stuffcontainer">
  486.  
  487. {block:Posts}
  488.  
  489. <div id="stuff">
  490.  
  491. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  492.  
  493. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  494.  
  495. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  496. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  497.  
  498. {block:Photo}<center><img src="{PhotoURL-400}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  499.  
  500. {block:Photoset}<center>{Photoset-400}</center>
  501. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  502.  
  503. {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}
  504.  
  505. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  506. {block:Answer}<div class="ask">{Asker} asked: <center><i>{Question}</i></center></div><div class="ans">{Answer}</div>{/block:answer}
  507.  
  508. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  509. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  510. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  511. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  512. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  513.  
  514.  
  515.  
  516. {block:Date}<div id="postinfo">{TimeAgo} with <a href="{Permalink}"></a>{block:NoteCount} <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} <br> via {block:RebloggedFrom} <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  517. {block:ContentSource} by <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}{/block:Date}{block:HasTags}<div class="tags">
  518. {block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}</div>
  519. {/block:HasTags}</div>
  520.  
  521.  
  522. <div class="note">
  523. {block:PostNotes}{PostNotes}{/block:PostNotes}
  524. </div>
  525. </div>
  526. {/block:Posts}
  527.  
  528.  
  529. </div>
  530.  
  531. <div id="credit"><a href="http://diorhaz.tumblr.com" target="_blank"> ©cp</a></div>
  532.  
  533. </div>
  534. </div>
  535. </div>
  536. </body>
  537. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement