Advertisement
paulveretts

theme 12 | mr. right

Jun 4th, 2013
330
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.40 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 by JΓΊlia @ Paulveretts // Don't remove credits -->
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7. <link href='http://fonts.googleapis.com/css?family=Croissant+One' rel='stylesheet' type='text/css'>
  8.  
  9. <head>
  10.  
  11.  
  12. <meta name="color:bg" content="#FFFFFF">
  13. <meta name="color:link" content="#AAAAAA">
  14. <meta name="color:text" content="#AAAAAA">
  15. <meta name="color:pagi" content="#fff">
  16. <meta name="color:Link Hover" content="#AAAAAA">
  17. <meta name="color:LinkBG" content="#fff">
  18. <meta name="color:SidebarLinkBG" content="#fff">
  19. <meta name="color:tags" content="#AAAAAA">
  20. <meta name="color:Description" content="#dad8d8">
  21. <meta name="color:scrollbar" content="#EEEEEE">
  22. <meta name="color:border" content="#F5F5F5">
  23.  
  24. <meta name="image:sidebar" content=""/>
  25. <meta name="image:bg" content=""/>
  26.  
  27. <meta name="text:stitle" content="">
  28. <meta name="text:link1" content="">
  29. <meta name="text:link1 url" content="/">
  30. <meta name="text:link2" content="">
  31. <meta name="text:link2 url" content="/">
  32. <meta name="text:link3" content="">
  33. <meta name="text:link3 url" content="/">
  34. <meta name="text:link4" content="">
  35. <meta name="text:link4 url" content="/">
  36.  
  37.  
  38. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  39. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  40. <link rel="shortcut icon" href="{Favicon}" />
  41. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  42.  
  43. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  44.  
  45. <style>
  46. div#qTip {
  47. padding:7px;
  48. display: none;
  49. text-align: center;
  50. position: absolute;
  51. font-style:normal;
  52. font-size:7px;
  53. line-height:9px;
  54. font-family:cambria;
  55. z-index: 1000;
  56. border: 1px solid #d3d3d3;
  57. background-color:#fff;
  58. color: #aaaaaa;
  59. text-transform:uppercase;
  60. letter-spacing: 1px;
  61. }
  62. </style>
  63.  
  64. <style type="text/css">
  65.  
  66.  
  67. a {
  68. color:{color:link};
  69. text-decoration:none;
  70. -moz-transition-duration:0.5s;
  71. -webkit-transition-duration:0.5s;
  72. -o-transition-duration:0.5s;
  73. }
  74.  
  75. a:hover { color:{color:Link}; background-color:{color:LinkBg};
  76. -webkit-transition: opacity 0.5s linear;
  77. -webkit-transition: all 0.5s ease-in-out;
  78. -moz-transition: all 0.5s ease-in-out;
  79. -o-transition: all 0.5s ease-in-out;}
  80. }
  81.  
  82.  
  83. ::-webkit-scrollbar {background-color:{color:bg}; height:8px; width:8px}
  84. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  85. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  86.  
  87. body {
  88. background:#ffffff;
  89. margin:0px;
  90. color:#9c9c9c;
  91. font-family:cambria;
  92. font-size:10px;
  93. line-height:120%;
  94. }
  95.  
  96.  
  97. b {
  98. font-weight: bold;
  99. color:#000;
  100. opacity:0.5;
  101. }
  102.  
  103. h1 {
  104. font-weight:normal;
  105. font-size:11px;
  106. text-align:center;
  107. font-style:normal;
  108. line-height:50%;
  109. letter-spacing:1px;
  110. text-transform:lowercase;
  111. color:{color:text};
  112. }
  113.  
  114. h2 {
  115. font-size:12px;
  116. text-align:center;
  117. line-height:100%;
  118. letter-spacing:-0.5px;
  119. color:{color:text};
  120. font-weight:normal;
  121. font-style:italic;
  122. text-transform:lowercase;
  123. padding:5px;
  124. padding-bottom:2px;
  125. }
  126.  
  127.  
  128. blockquote {
  129. border-left:2px solid {color:text};
  130. padding-left:10px;
  131. margin:10px;
  132. }
  133.  
  134. #themenum {
  135. background-color:{color:bg};
  136. width:700px;
  137. margin: 0 auto -12px auto;
  138. text-align: center;
  139. }
  140.  
  141. #asker {
  142. border-bottom:1px solid #e3e3e3;
  143. font-size:18px;
  144. font-family:georgia;
  145. letter-spacing:2px;
  146. text-transform:uppercase;
  147. font-style:normal;
  148. }
  149.  
  150. #askerportrait {
  151. width:24px;
  152. height:24px;
  153. margin-left:100px;
  154. border:1px solid #e3e3e3;
  155. padding:3px;
  156. }
  157.  
  158. #sidebar {
  159. color:{color:text};
  160. position:fixed;
  161. width:150px;
  162. padding:10px;
  163. height:auto;
  164. opacity:0.92;
  165. margin-top:345px;
  166. margin-left:5px;
  167. text-align:left;
  168. -moz-transition-duration:0.5s;
  169. -webkit-transition-duration:0.5s;
  170. -o-transition-duration:0.5s;
  171. }
  172. #sidebar:hover {
  173. opacity:1;
  174. margin-left:5px;
  175. -moz-transition-duration:0.5s;
  176. -webkit-transition-duration:0.5s;
  177. -o-transition-duration:0.5s;
  178. }
  179.  
  180. #sidebar .description {
  181. opacity:0;
  182. -moz-transition-duration:0.4s;
  183. -webkit-transition-duration:0.4s;
  184. -o-transition-duration:0.4s;
  185. }
  186. #sidebar:hover .description {
  187. opacity:1;
  188. -moz-transition-duration:0.5s;
  189. -webkit-transition-duration:0.5s;
  190. -o-transition-duration:0.5s;
  191. }
  192.  
  193. #sidebar #stitle {
  194. opacity:0;
  195. width:89px;
  196. -moz-transition-duration:0.4s;
  197. -webkit-transition-duration:0.4s;
  198. -o-transition-duration:0.4s;
  199. }
  200.  
  201. #sidebar:hover #stitle {
  202. opacity:1;
  203. width:89px;
  204. -moz-transition-duration:0.4s;
  205. -webkit-transition-duration:0.4s;
  206. -o-transition-duration:0.4s;
  207. }
  208.  
  209. #sidebar:hover .slinks {
  210. opacity:1;
  211. line-height:100%;
  212. -moz-transition-duration:0.4s;
  213. -webkit-transition-duration:0.4s;
  214. -o-transition-duration:0.4s;
  215. }
  216.  
  217. #sidebar img {
  218. width:100px;
  219. height:100px;
  220. margin-top:-100px;
  221. padding:5px;
  222. border:1px solid #e3e3e3;
  223. }
  224.  
  225.  
  226. .slinks {
  227. opacity:0;
  228. position:fixed;
  229. display:block;
  230. padding:0px;
  231. width:100px;
  232. line-height:100%;
  233. font-size:9px;
  234. font-family: times;
  235. text-transform:uppercase;
  236. font-weight:bold;
  237. margin-left:6px;
  238. margin-top:19px;
  239. text-align:center;
  240. letter-spacing:2px;
  241. -moz-transition-duration:0.4s;
  242. -webkit-transition-duration:0.4s;
  243. -o-transition-duration:0.4s;
  244. }
  245.  
  246. .slinks a {
  247. font-size: 8px;
  248. opacity:1;
  249. letter-spacing:2px;
  250. font-style:normal;
  251. }
  252.  
  253. .slinks a:hover {
  254. font-style:normal;
  255. font-size:10px;
  256. text-transform:uppercase;
  257. color:{color:Link Hover};
  258. -moz-transition-duration:0.2s;
  259. -webkit-transition-duration:0.2s;
  260. -o-transition-duration:0.2s;
  261.  
  262. }
  263.  
  264. .description {
  265. position:fixed;
  266. margin-bottom:0px;
  267. margin-left:0px;
  268. width: 105px;
  269. font-family: cambria;
  270. margin-top:20px;
  271. text-align:justify;
  272. font-style: none;
  273. opacity: 1;
  274. font-size:8px;
  275. color:{color:Description};
  276. border: 0px solid #e3e3e3;
  277. padding: 4px;
  278. padding-top: 0px;
  279. padding-bottom: 10px;
  280. border-top: 0px solid;
  281. border-bottom: 1px solid #e3e3e3;
  282. border-top: 1px solid #e3e3e3;
  283. letter-spacing:2px;
  284. line-height:125%;
  285. }
  286.  
  287. .description a {
  288. color:#AAAAAA;
  289. }
  290.  
  291. .description a:hover {
  292. color:#f1f1f1;
  293. opacity:0.5;
  294. }
  295.  
  296. .pagination {
  297. position:fixed;
  298. font-family:georgia cursive;
  299. margin-top:263px;
  300. opacity:0.5;
  301. margin-left:750px;
  302. font-weight:thin;
  303. font-style:italic;
  304. font-size:35px;
  305. line-height:120%;
  306. text-transform:lowercase;
  307. letter-spacing:1px;
  308. text-align:center;
  309. color:{color:pagi};
  310. }
  311.  
  312. .pagination a {
  313. color:{color:pagi};
  314. }
  315.  
  316. .pagination a:hover {
  317. color:{color:Link Hover};
  318. }
  319.  
  320. #postcontainer {
  321. float:left;
  322. margin-left:200px;
  323. width:400px;
  324. margin-top:50px;
  325. text-align:justify;
  326. background-color:{color:bg};
  327. color:{color:text};
  328. margin-bottom: 35px;
  329. }
  330.  
  331.  
  332. #posts {
  333. width:400px;
  334. margin-top:75px;
  335. text-align:justify;
  336. font-size:11px;
  337. line-height:110%;
  338. letter-spacing:0x;
  339. color:{color:text};
  340. outline:1px solid #f5f5f5;
  341. outline-offset:10px;
  342. }
  343.  
  344.  
  345.  
  346. #info {
  347. font-family:times;
  348. width:400px;
  349. margin-top:3px;
  350. margin-left:5px;
  351. padding:2px;
  352. padding-left:0px;
  353. background-color:#fff;
  354. font-size:8px;
  355. color:{color:text};
  356. text-transform:lowercase;
  357. font-style:normal;
  358. letter-spacing:2px;
  359. text-align:left;
  360. border-bottom:1px solid #f5f5f5;
  361. -moz-transition-duration:0.5s;
  362. -webkit-transition-duration:0.5s;
  363. -o-transition-duration:0.5s;
  364. }
  365.  
  366. #info a {
  367. color:{color:link};
  368. text-align:center;
  369. letter-spacing:1px;
  370. font-style:normal;
  371. }
  372.  
  373. #info a:hover {
  374. color:{color:Link Hover};
  375. }
  376.  
  377. .caption {
  378. width:400px;
  379. text-align:justify;
  380. line-height:120%;
  381. }
  382.  
  383. .question {
  384. padding:15px;
  385. padding-top:20px;
  386. font-size:18px;
  387. line-height:100%;
  388. font-weight:normal;
  389. text-align:center;
  390. font-style:italic;
  391. color:{color:text};
  392. background-color:{color:infobg};
  393. border-bottom:1px solid #e3e3e3;
  394. }
  395.  
  396. .answer {
  397. text-align:left;
  398. padding:5px;
  399. color:{color:text};
  400. }
  401.  
  402. .music {
  403. width:400px;
  404. padding-bottom:10px;
  405. background-color:{color:infobg};
  406. }
  407.  
  408. .albumart {
  409. float:left;
  410. padding:0px 10px 10px 0px;
  411. }
  412.  
  413. .albumart img {
  414. width:45px;
  415. height:45px;
  416. }
  417.  
  418. .playercontainer {
  419. text-align:left;
  420. padding:10px;
  421. background-color:#ffffff;
  422. width:480px;
  423. }
  424.  
  425. .musicinfo {
  426. padding:10px;
  427. color:{color:text};
  428. }
  429. .postnote {
  430. text-transform:uppercase;
  431. font-style:normal;
  432. letter-spacing:0px;
  433. font-size: 9px;
  434. text-align:left;
  435. line-height:90%;
  436. margin-left:-40px;
  437. }
  438.  
  439. .postnote li {
  440. list-style-type:none;
  441. border-bottom:1px solid {color:border};
  442. padding:10px 25px 10px 25px;
  443. text-align:left;
  444. margin:0px;
  445. -moz-transition-duration:0.5s;
  446. -webkit-transition-duration:0.5s;
  447. -o-transition-duration:0.5s;
  448. }
  449.  
  450. .tags {
  451. font-family:times;
  452. font-style:normal;
  453. width:400px;
  454. text-transform:lowercase;
  455. font-style:italic;
  456. color:{color:tags};
  457. letter-spacing:2px;
  458. line-height:120%;
  459. margin-left:5px;
  460. font-size:8px;
  461. text-align:left;
  462. padding:2px;
  463. -moz-transition-duration:0.5s;
  464. -webkit-transition-duration:0.5s;
  465. -o-transition-duration:0.5s;
  466. }
  467.  
  468. .tags a {
  469. color:{color:text};
  470. letter-spacing:1px;
  471. padding:1px;
  472. }
  473.  
  474. .tags a:hover {
  475. color:{color:Link Hover};
  476. font-size:8px;
  477. }
  478.  
  479. ul.chat, .chat ol, .chat li {
  480. list-style:none;
  481. margin:0px;
  482. padding:2px;
  483. }
  484.  
  485. .tab {
  486. text-decoration:underline;
  487. font-weight:700;
  488. background-color:{color:bg};
  489. margin-right:5px;
  490. }
  491.  
  492. #credit {
  493. position:fixed;
  494. font-size:8px;
  495. font-weight:normal;
  496. line-height:150%;
  497. letter-spacing:2px;
  498. right:10px;
  499. border:solid 1px #f1f1f1;
  500. bottom:10px;
  501. text-transform:uppercase;
  502. text-align:center;
  503. }
  504.  
  505. #credit a {
  506. padding:3px;
  507. color:{color:text};
  508. -moz-transition-duration:0.5s;
  509. -webkit-transition-duration:0.5s;
  510. -o-transition-duration:0.5s;
  511. }
  512.  
  513. #credit a:hover {
  514. padding:3px;
  515. color:{color:text};
  516. -moz-transition-duration:0.5s;
  517. -webkit-transition-duration:0.5s;
  518. -o-transition-duration:0.5s;
  519. background:#000;
  520. }
  521.  
  522. {CustomCSS}
  523.  
  524. </style></head>
  525.  
  526. <body>
  527. <div id="themenum">
  528. <div id="sidebar">
  529. <div class="slinks">
  530. {block:IfLink1}
  531. <a href="{text:link1 url}"; title="{text:link1}">I.</a>{/block:IfLink1}
  532. {block:IfLink2}
  533. <a href="{text:link2 url}"; title="{text:link2}">II.</a>{/block:IfLink2}
  534. {block:IfLink3}
  535. <a href="{text:link3 url}"; title="{text:link3}">III.</a>{/block:IfLink3}
  536. {block:IfLink4}
  537. <a href="{text:link4 url}"; title="{text:link4}">IV.</a>{/block:IfLink4}
  538. </div>
  539. <img src="{image:sidebar}">
  540. <div class="description">
  541. <br>{Description}
  542. </div></div>
  543. {block:Pagination}
  544. <div class="pagination">
  545. {block:PreviousPage}
  546. <a href="{PreviousPage}">prev</a><br>
  547. {/block:PreviousPage}
  548. {block:NextPage}
  549. <a href="{NextPage}">next</a>
  550. {/block:NextPage}
  551. </div>
  552. {/block:Pagination}
  553.  
  554. <div id="postcontainer">
  555.  
  556. {block:Posts}
  557.  
  558. <div id="posts">
  559.  
  560. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  561.  
  562. {block:Quote}<h2>β€œ{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  563.  
  564. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  565. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  566.  
  567. {block:Photo}<center><img src="{PhotoURL-400}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  568.  
  569. {block:Photoset}<center>{Photoset-400}</center>
  570. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  571.  
  572. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="tab">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  573.  
  574. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  575.  
  576. {block:Answer}<div class="question"><big><h2><div id="class"><div id="asker">{Asker}</div></h2></big>{Question}</div><div class="answer">{Answer}</div>{/block:answer}
  577.  
  578. {block:Audio}<div class="music">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  579. <div class="musicinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  580. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  581. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  582. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  583.  
  584.  
  585.  
  586. {block:Date}<div id="info">{TimeAgo} {block:NoteCount} WITH <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} VIA <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  587. {block:ContentSource} (Source: <a href="{SourceURL}">{SourceLink})</a>{/block:ContentSource}</div>{/block:Date}
  588. {block:HasTags}
  589. <div class="tags">
  590. Tagged as: {block:Tags}<a href="{TagURL}">#{Tag}</a>,{/block:Tags}</div>
  591. {/block:HasTags}
  592. <div class="postnote">
  593. {block:PostNotes}{PostNotes}{/block:PostNotes}
  594. </div>
  595. </div>
  596. {/block:Posts}
  597.  
  598.  
  599. </div>
  600.  
  601. <div id="credit"><a href="http://paulveretts.tumblr.com/">theme</a></div>
  602.  
  603. </div>
  604. </div>
  605. </div>
  606. </body>
  607. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement