Advertisement
paulveretts

actual theme 12; mr. right

Jun 1st, 2013
66
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=Allura' 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:5px;
  48. display: none;
  49. text-align: center;
  50. position: absolute;
  51. font-style:italic;
  52. font-size:9px;
  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:lowercase;
  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:375px;
  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:-80px;
  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:1s;
  205. -webkit-transition-duration:1s;
  206. -o-transition-duration:1s;
  207. }
  208.  
  209. #sidebar img {
  210. width:100px;
  211. height:100px;
  212. margin-top:-100px;
  213. padding:5px;
  214. border:1px solid #e3e3e3;
  215. }
  216.  
  217.  
  218. .slinks {
  219. opacity:1;
  220. position:fixed;
  221. display:block;
  222. padding:0px;
  223. background-color:{color:SidebarLinkBg};
  224. width:103px;
  225. line-height:300%;
  226. font-size:9px;
  227. font-family: consolas;
  228. text-transform:uppercase;
  229. font-weight:bold;
  230. margin-left:5px;
  231. margin-top:-20px;
  232. text-align:center;
  233. letter-spacing:4px;
  234. }
  235.  
  236. .slinks a {
  237. font-size: 9px;
  238. opacity:1;
  239. letter-spacing:2px;
  240. }
  241.  
  242. .slinks a:hover {
  243. font-style:italic;
  244. text-transform:lowercase;
  245. color:{color:Link Hover};
  246. leter-spacing:-2px;
  247.  
  248. }
  249.  
  250. .description {
  251. position:fixed;
  252. margin-bottom:0px;
  253. margin-left: 120px;
  254. width: 90px;
  255. font-family: cambria;
  256. margin-top:-80px;
  257. text-align:justify;
  258. font-style: none;
  259. opacity: 1;
  260. font-size:8px;
  261. color:{color:Description};
  262. border: 0px solid #e3e3e3;
  263. padding: 4px;
  264. padding-top: 0px;
  265. padding-bottom: 10px;
  266. border-top: 0px solid;
  267. border-bottom: 0px solid;
  268. letter-spacing:2px;
  269. line-height:125%;
  270. }
  271.  
  272. .description a {
  273. color:#AAAAAA;
  274. }
  275.  
  276. .description a:hover {
  277. color:#f1f1f1;
  278. opacity:0.5;
  279. }
  280.  
  281. .pagination {
  282. position:fixed;
  283. font-family:times normal;
  284. margin-top:270px;
  285. opacity:0.5;
  286. margin-left:750px;
  287. font-style:italic;
  288. font-size:50px;
  289. line-height:120%;
  290. text-transform:lowercase;
  291. letter-spacing:1px;
  292. text-align:center;
  293. color:{color:pagi};
  294. }
  295.  
  296. .pagination a {
  297. color:{color:pagi};
  298. }
  299.  
  300. .pagination a:hover {
  301. color:{color:Link Hover};
  302. }
  303.  
  304. #postcontainer {
  305. float:left;
  306. margin-left:200px;
  307. width:400px;
  308. margin-top:50px;
  309. text-align:justify;
  310. background-color:{color:bg};
  311. color:{color:text};
  312. margin-bottom: 35px;
  313. }
  314.  
  315.  
  316. #posts {
  317. width:400px;
  318. margin-top:75px;
  319. text-align:justify;
  320. font-size:11px;
  321. line-height:110%;
  322. letter-spacing:0x;
  323. color:{color:text};
  324. outline:1px solid #f5f5f5;
  325. outline-offset:10px;
  326. }
  327.  
  328.  
  329.  
  330. #info {
  331. font-family:times;
  332. width:400px;
  333. margin-top:3px;
  334. margin-left:5px;
  335. padding:2px;
  336. padding-left:0px;
  337. background-color:#fff;
  338. font-size:8px;
  339. color:{color:text};
  340. text-transform:lowercase;
  341. font-style:normal;
  342. letter-spacing:2px;
  343. text-align:left;
  344. border-bottom:1px solid #f5f5f5;
  345. -moz-transition-duration:0.5s;
  346. -webkit-transition-duration:0.5s;
  347. -o-transition-duration:0.5s;
  348. }
  349.  
  350. #info a {
  351. color:{color:link};
  352. text-align:center;
  353. letter-spacing:1px;
  354. font-style:normal;
  355. }
  356.  
  357. #info a:hover {
  358. color:{color:hover};
  359. }
  360.  
  361. .caption {
  362. width:400px;
  363. text-align:justify;
  364. line-height:120%;
  365. }
  366.  
  367. .question {
  368. padding:15px;
  369. padding-top:20px;
  370. font-size:18px;
  371. line-height:100%;
  372. font-weight:normal;
  373. text-align:center;
  374. font-style:italic;
  375. color:{color:text};
  376. background-color:{color:infobg};
  377. border-bottom:1px solid #e3e3e3;
  378. }
  379.  
  380. .answer {
  381. text-align:left;
  382. padding:5px;
  383. color:{color:text};
  384. }
  385.  
  386. .music {
  387. width:400px;
  388. padding-bottom:10px;
  389. background-color:{color:infobg};
  390. }
  391.  
  392. .albumart {
  393. float:left;
  394. padding:0px 10px 10px 0px;
  395. }
  396.  
  397. .albumart img {
  398. width:45px;
  399. height:45px;
  400. }
  401.  
  402. .playercontainer {
  403. text-align:left;
  404. padding:10px;
  405. background-color:#ffffff;
  406. width:480px;
  407. }
  408.  
  409. .musicinfo {
  410. padding:10px;
  411. color:{color:text};
  412. }
  413. .postnote {
  414. text-transform:uppercase;
  415. font-style:normal;
  416. letter-spacing:0px;
  417. font-size: 9px;
  418. text-align:left;
  419. line-height:90%;
  420. margin-left:-40px;
  421. }
  422.  
  423. .postnote li {
  424. list-style-type:none;
  425. border-bottom:1px solid {color:border};
  426. padding:10px 25px 10px 25px;
  427. text-align:left;
  428. margin:0px;
  429. -moz-transition-duration:0.5s;
  430. -webkit-transition-duration:0.5s;
  431. -o-transition-duration:0.5s;
  432. }
  433.  
  434. .tags {
  435. font-family:times;
  436. font-style:normal;
  437. width:400px;
  438. text-transform:lowercase;
  439. font-style:italic;
  440. color:{color:tags};
  441. letter-spacing:2px;
  442. line-height:120%;
  443. margin-left:5px;
  444. font-size:8px;
  445. text-align:left;
  446. padding:2px;
  447. -moz-transition-duration:0.5s;
  448. -webkit-transition-duration:0.5s;
  449. -o-transition-duration:0.5s;
  450. }
  451.  
  452. .tags a {
  453. color:{color:text};
  454. letter-spacing:1px;
  455. padding:1px;
  456. }
  457.  
  458. .tags a:hover {
  459. color:{color:Link Hover};
  460. font-size:8px;
  461. }
  462.  
  463. ul.chat, .chat ol, .chat li {
  464. list-style:none;
  465. margin:0px;
  466. padding:2px;
  467. }
  468.  
  469. .tab {
  470. text-decoration:underline;
  471. font-weight:700;
  472. background-color:{color:bg};
  473. margin-right:5px;
  474. }
  475.  
  476. #credit {
  477. position:fixed;
  478. font-size:8px;
  479. font-weight:normal;
  480. line-height:150%;
  481. letter-spacing:2px;
  482. right:10px;
  483. border:solid 1px #f1f1f1;
  484. bottom:10px;
  485. text-transform:uppercase;
  486. text-align:center;
  487. }
  488.  
  489. #credit a {
  490. padding:3px;
  491. color:{color:text};
  492. -moz-transition-duration:0.5s;
  493. -webkit-transition-duration:0.5s;
  494. -o-transition-duration:0.5s;
  495. }
  496.  
  497. #credit a:hover {
  498. padding:3px;
  499. color:{color:text};
  500. -moz-transition-duration:0.5s;
  501. -webkit-transition-duration:0.5s;
  502. -o-transition-duration:0.5s;
  503. background:#000;
  504. }
  505.  
  506. #stitle {
  507. position:fixed;
  508. line-height:100%;
  509. width:50px;
  510. text-align:left;
  511. margin-top:-85px;
  512. font-size:16px;
  513. text-transform:lowercase;
  514. font-style:normal;
  515. letter-spacing:0px;
  516. font-family: 'Allura', cursive;
  517. font-weight:normal;
  518. margin-left:124px;
  519. border-bottom:1px solid #e3e3e3;
  520. padding-bottom:0px;
  521. }
  522.  
  523. {CustomCSS}
  524.  
  525. </style></head>
  526.  
  527. <body>
  528. <div id="themenum">
  529. <div id="sidebar">
  530. <div id="stitle">{text:stitle}</div>
  531. <div class="slinks">
  532. {block:IfLink1}
  533. <a href="{text:link1 url}"; title="{text:link1}">1.</a>{/block:IfLink1}
  534. {block:IfLink2}
  535. <a href="{text:link2 url}"; title="{text:link2}">2.</a>{/block:IfLink2}
  536. {block:IfLink3}
  537. <a href="{text:link3 url}"; title="{text:link3}">3.</a>{/block:IfLink3}
  538. {block:IfLink4}
  539. <a href="{text:link4 url}"; title="{text:link4}">4.</a>{/block:IfLink4}
  540. </div>
  541. <img src="{image:sidebar}">
  542. <div class="description">
  543. {Description}
  544. </div></div>
  545. {block:Pagination}
  546. <div class="pagination">
  547. {block:PreviousPage}
  548. <a href="{PreviousPage}">prev</a><br>
  549. {/block:PreviousPage}
  550. {block:NextPage}
  551. <a href="{NextPage}">next</a>
  552. {/block:NextPage}
  553. </div>
  554. {/block:Pagination}
  555.  
  556. <div id="postcontainer">
  557.  
  558. {block:Posts}
  559.  
  560. <div id="posts">
  561.  
  562. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  563.  
  564. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  565.  
  566. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  567. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  568.  
  569. {block:Photo}<center><img src="{PhotoURL-400}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  570.  
  571. {block:Photoset}<center>{Photoset-400}</center>
  572. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  573.  
  574. {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}
  575.  
  576. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  577.  
  578. {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}
  579.  
  580. {block:Audio}<div class="music">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  581. <div class="musicinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  582. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  583. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  584. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  585.  
  586.  
  587.  
  588. {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}
  589. {block:ContentSource} (Source: <a href="{SourceURL}">{SourceLink})</a>{/block:ContentSource}</div>{/block:Date}
  590. {block:HasTags}
  591. <div class="tags">
  592. Tagged as: {block:Tags}<a href="{TagURL}">#{Tag}</a>,{/block:Tags}</div>
  593. {/block:HasTags}
  594. <div class="postnote">
  595. {block:PostNotes}{PostNotes}{/block:PostNotes}
  596. </div>
  597. </div>
  598. {/block:Posts}
  599.  
  600.  
  601. </div>
  602.  
  603. <div id="credit"><a href="http://paulveretts.tumblr.com/">theme</a></div>
  604.  
  605. </div>
  606. </div>
  607. </div>
  608. </body>
  609. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement