Advertisement
nofacesface

Two Hearts Theme

May 18th, 2013
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.68 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <!--THEME BY NO-FACES-FACE
  5. steal and I'll find you and punch you in the throat (◡‿◡✿)
  6. -->
  7.  
  8. <head>
  9. <meta name="color:Link" content="#38124d"/>
  10. <meta name="color:Hover" content="#cccccc"/>
  11. <meta name="color:Background" content="#ccc"/>
  12. <meta name="color:description" content="#000" />
  13. <meta name="color:Text" content="#000" />
  14. <meta name="color:Title" content="#000" />
  15. <meta name="color:Border" content="#000" />
  16. <meta name="color:sidebarbg" content="#fafafa" />
  17. <meta name="color:Circle BG" content="#fff" />
  18. <meta name="color:Circle BG" content="#fff" />
  19. <meta name="color:Button" content="#fff">
  20. <meta name="color:Button hover" content="#ccc">
  21.  
  22. <meta name="image:Circle" content="http://static.tumblr.com/cbjpgjf/3mTmn0ufu/3.gif"/>
  23. <meta name="image:Circle2" content="http://static.tumblr.com/cbjpgjf/7FTmn0ugm/4.gif"/>
  24. <meta name="image:sidebar bg" content="http://static.tumblr.com/cbjpgjf/VHumn0uha/dsfghjgdgfad.gif"/>
  25. <meta name="image:Background" content="http://static.tumblr.com/cbjpgjf/2jlmn0uhw/diagmonds.png" />
  26.  
  27. <meta name="text:Custom Link One" content="" />
  28. <meta name="text:Custom Link One Title" content="" />
  29. <meta name="text:Custom Link Two" content="" />
  30. <meta name="text:Custom Link Two Title" content="" />
  31. <meta name="text:Custom Link Three" content="" />
  32. <meta name="text:Custom Link Three Title" content="" />
  33. <meta name="text:Custom Link Four" content="" />
  34. <meta name="text:Custom Link Four Title" content="" />
  35.  
  36. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title> {block:Description}<meta name="description"
  37. content="{MetaDescription}" />{/block:Description}
  38. <link rel="shortcut icon" href="{Favicon}">
  39.  
  40. <style type="text/css">body, a:hover {cursor: url(http://cur.cursors-4u.net/user/use-1/use169.cur), progress !important;}</style><a href="http://www.cursors-4u.com/cursor/2011/02/06/tiny-hand-with-heart.html" target="_blank" title="Tiny Hand With Heart"><img src="http://cur.cursors-4u.net/cursor.png" border="0" alt="Tiny Hand With Heart" style="position:absolute; top: 0px; right: 0px;" /></a>
  41.  
  42.  
  43. <style type="text/css">
  44.  
  45.  
  46. ::-webkit-scrollbar {width: 5px;height:5px;background:#ffffff;}
  47. ::-webkit-scrollbar-thumb {background:{color:Hover};}
  48.  
  49.  
  50.  
  51. /* GENERAL */
  52.  
  53.  
  54. @font-face {
  55. font-family: "bamq";
  56. src: url('http://static.tumblr.com/cbjpgjf/7L9mn0mqm/adamas-regular.otf');
  57. }
  58.  
  59. @font-face {
  60. font-family: "q7";
  61. src: url('http://fonts.googleapis.com/css?family=Quattrocento:700');
  62. }
  63.  
  64. @font-face {
  65. font-family: "q4";
  66. src: url('http://fonts.googleapis.com/css?family=Quattrocento:400');
  67. }
  68.  
  69. body{
  70. margin:0px;
  71. font-family: q4;
  72. font-size: 12px;
  73. line-height: 12px;
  74. color: {color:text};
  75. }
  76.  
  77.  
  78.  
  79. body {
  80. background-color: {color:Background};
  81.  
  82. background-image: url({image:Background});
  83. margin: 0;
  84. word-wrap: break-word;
  85. background-attachment: fixed;
  86.  
  87. }
  88.  
  89.  
  90. a:link, a:active, a:visited{text-decoration: none;color: {color:Link};
  91. -webkit-transition: all 0.7s ease;transition: all 0.7s ease;
  92. -moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;}
  93.  
  94. a:hover{color:{color:Hover};}
  95.  
  96. /* POSTS */
  97.  
  98. #center{margin:auto;position:relative;width:400px;}
  99. #content{width:500px;margin:0px -480px;
  100. }
  101. #entry{margin:50px;width:400px;background-color: #fff;padding: 8px; border: 2px solid {color:border}; border-top-left-radius: 5px ;
  102. border-top-right-radius:5px ;
  103. border-bottom-right-radius: 5px ;
  104. border-bottom-left-radius: 5px ;
  105. opacity: 0.7px;
  106. -webkit-transition: opacity 0.6s linear;
  107. -webkit-transition: all 0.6s ease-in-out;
  108. -moz-transition: all 0.6s ease-in-out;
  109. -o-transition: all 0.6s ease-in-out;
  110. }
  111. #entry {
  112. opacity: 1;
  113. -webkit-filter:grayscale(100%);}
  114.  
  115. #entry:hover {
  116. opacity: 1;
  117. -webkit-filter:none;;
  118. -webkit-transition: opacity 0.6s linear;
  119. -webkit-transition: all 0.6s ease-in-out;
  120. -moz-transition: all 0.6s ease-in-out;
  121. -o-transition: all 0.6s ease-in-out;
  122. }
  123.  
  124. #entry img{max-width:100%;
  125. border-top-left-radius: 5px ;
  126. border-top-right-radius:5px ;
  127. border-bottom-right-radius: 5px ;
  128. border-bottom-left-radius: 5px ;
  129. opacity: 0.7px;
  130. -webkit-transition: opacity 0.6s linear;
  131. -webkit-transition: all 0.6s ease-in-out;
  132. -moz-transition: all 0.6s ease-in-out;
  133. -o-transition: all 0.6s ease-in-out;}
  134.  
  135. #content #entry {
  136. box-shadow:rgba(0,0,0,0.06)6px 6px;}
  137.  
  138. /* SIDEBAR */
  139.  
  140. #sidebar {
  141. border-left:2px solid {color:border};
  142. float: right;
  143. width:840px;
  144. height: 120%;
  145. position:fixed;
  146. margin-left:40px;
  147. background-color: {color:sidebarbg};
  148. margin-top:-50px;
  149. background-image:url('{image:sidebar bg}');
  150. }
  151.  
  152.  
  153. #butts {
  154. position:fixed; top:170px; left:1050px; width:260px; height:260px; -webkit-border-radius: 500px; -moz-border-radius: 500px; -o-border-radius: 500px; padding:10px;}
  155. #butts img {
  156. box-shadow:rgba(0,0,0,.09)8px 8px;
  157. -webkit-border-radius: 500px; -moz-border-radius: 500px; -o-border-radius: 500px; width:260px; height:260px;}
  158.  
  159. .blogtitle {font-family:bamq; font-size:90px; text-transform:uppercase; letter-spacing:1px; line-height:90px; margin-top: 80px; color:{color:Title}; text-align: center;}
  160. .blogtitle:hover {
  161. -webkit-transition: all 0.5s ease-in-out;
  162. -moz-transition: all 0.5s ease-in-out;
  163. -o-transition: all 0.5s ease-in-out;
  164. transition: all 0.5s ease-in-out;
  165. color: {color:titlehover};}
  166.  
  167. #description {font-family:q4; font-size:11px; padding: 2px; text-transform:none; letter-spacing:1px; margin-left: 5px; width: 300px; line-height:12px; color:{color:description};}
  168.  
  169. #booty {
  170. box-shadow:rgba(0,0,0,0.09)8px 8px;position:fixed; background-color:{color:Circle BG};
  171. height:190px; width:190px; padding:30px;
  172. -webkit-border-radius: 500px;
  173. -moz-border-radius: 500px;
  174. -o-border-radius: 500px;
  175. top:170px; left:1050px;
  176. padding-top:60px;
  177. padding-left:60px;
  178. opacity:0;
  179. -webkit-transition: all 0.5s ease-in-out;
  180. -moz-transition: all 0.5s ease-in-out;
  181. -o-transition: all 0.5s ease-in-out;
  182. transition: all 0.5s ease-in-out;
  183. color:{color:Circle Text};}
  184.  
  185. #booty:hover {opacity:0.9; -webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}
  186.  
  187. .butts2 {
  188. position:fixed; top:170px; left:750px; width:260px; height:260px; -webkit-border-radius: 500px; -moz-border-radius: 500px; -o-border-radius: 500px; padding:10px;}
  189. .butts2 img {
  190. box-shadow:rgba(0,0,0,.09)8px 8px;
  191. -webkit-border-radius: 500px; -moz-border-radius: 500px; -o-border-radius: 500px; width:260px; height:260px;}
  192.  
  193. .booty2 {
  194. box-shadow:rgba(0,0,0,0.09)8px 8px;position:fixed; background-color:{color:Circle BG};
  195. height:190px; width:190px; padding:30px;
  196. -webkit-border-radius: 500px;
  197. -moz-border-radius: 500px;
  198. -o-border-radius: 500px;
  199. top:170px; left:750px;
  200. padding-top:60px;
  201. padding-left:60px;
  202. opacity:0;
  203. -webkit-transition: all 0.5s ease-in-out;
  204. -moz-transition: all 0.5s ease-in-out;
  205. -o-transition: all 0.5s ease-in-out;
  206. transition: all 0.5s ease-in-out;
  207. color:{color:Circle Text};}
  208.  
  209. .booty2:hover {opacity:0.9; -webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}
  210.  
  211. #navigation{
  212. font-family: q4;
  213. font-size: 15px;
  214. line-height: 20px;
  215. padding:3px;
  216. position:fixed;
  217. margin-top:-3px;
  218. width:260px;
  219. margin-left:-20px;
  220. text-align: center;
  221. }
  222.  
  223.  
  224. div.button a{
  225. text-align: center;
  226. margin:0px;
  227. padding:0px 0px;
  228. color: {color:text};
  229. background-color:{color:button};
  230. margin-top:2px;
  231. position:relative;
  232. width: 196px;
  233. display: block;
  234. }
  235. div.button a:hover{
  236. padding:3px 0;
  237. color:{color:text} ;
  238. background-color: {color:button hover};
  239. }
  240.  
  241. .pagination {
  242. margin-top:70px;
  243. font-size: 25px;
  244. font-family: q4;
  245. width: 260px;
  246. text-align: center;
  247. padding: 3px 0;
  248. color: #000;
  249. text-decoration: none;
  250. }
  251.  
  252. .pagination:hover {
  253. color: {color:Hover};
  254. }
  255.  
  256.  
  257.  
  258.  
  259. .links a {
  260. font-family: q4;
  261. font-size: 10px;
  262. text-decoration:none;
  263. padding: -1px;
  264. text-align: center;
  265. color: {color: Link};
  266.  
  267.  
  268. }
  269.  
  270. .links a:hover {
  271. text-decoration:none;
  272. color: {color: Hover};
  273. }
  274.  
  275.  
  276. .links {display:block;text-align:center}
  277.  
  278.  
  279. /* TITLES */
  280.  
  281. .title a{color:{color:Title};}
  282. .title {font-family:q7;
  283. font-size:15px;
  284. font-style:none;
  285. margin:0px 0px 0px 0px;
  286. color:#000;}
  287.  
  288. .quote {
  289. padding:10px;
  290. font-size:11px;
  291. text-transform:none;
  292. color: {color:Text};}
  293.  
  294. .source {
  295. font-size: 9px;
  296. text-align:right;
  297. font-style:none;
  298. font-weight:none;
  299. text-transform:none;}
  300.  
  301. .answer {margin:10px;}
  302.  
  303. /* PERMALINKS */
  304.  
  305. #info { height: 9px; overflow: hidden;
  306. transition: all 0.4s ease-out;
  307. -o-transition: all 0.4s ease-out;
  308. -webkit-transition: all 0.4s ease-out;
  309. -moz-transition: all 0.4s ease-out;
  310. }
  311.  
  312. #info:hover { height: 40px;
  313. transition: all 0.4s ease-out;
  314. -o-transition: all 0.4s ease-out;
  315. -webkit-transition: all 0.4s ease-out;
  316. -moz-transition: all 0.4s ease-out;
  317. }
  318.  
  319. #info .p {
  320. padding:2px;
  321. margin-top:5px;
  322. font-size:9px;
  323. line-height:10px;
  324. text-align:center;
  325. letter-spacing:1px;
  326. text-transform:none;}
  327.  
  328. #info .t {
  329. padding:2px 5px;
  330. font-size:9px;
  331. line-height:10px;
  332. text-align: center;
  333. font-style:none;
  334. border-top: 1px dashed #000;}
  335.  
  336. #info .t a{padding:0px 3px;}
  337.  
  338. #c img{width:60%;}
  339. #c{position:fixed;right:-20px;bottom:10px;}
  340.  
  341. #cr img{width:60%;}
  342. #cr{position:fixed;right:-20px;bottom:10px; opacity: 0;
  343. -webkit-transition: 0.5s ease;transition: 0.5s ease;
  344. -o-transition: 0.5s ease;-moz-transition: 0.5s ease;}
  345. #cr:hover { opacity: 1;
  346. -webkit-transition: 0.5s ease;transition: 0.5s ease;
  347. -o-transition: 0.5s ease;-moz-transition: 0.5s ease;}
  348.  
  349.  
  350. /* AUDIO */
  351.  
  352. .artcover {position:absolute;}
  353. .artcover img {width:70px;height:70px;float:left;}
  354. .audioplayer {width:20px;padding:3px 5px 5px 3px;overflow:hidden;}
  355. .audioinfo {margin-left:75px;border-left:2px solid #CCC;padding:5px;}
  356. .i{display:block;padding:6px 3px;line-height:8px;}
  357. .player{position:absolute;background:#FFF;width:30px;height:30px;
  358. opacity:0.45;padding:20px;overflow:hidden;
  359. -webkit-transition: 0.5s ease;transition: 0.5s ease;
  360. -o-transition: 0.5s ease;-moz-transition: 0.5s ease;}
  361. .player:hover{opacity:0.75;}
  362.  
  363. /* TEXT */
  364.  
  365. i, em{color:#000;}
  366. b, strong{color:#000;}
  367. ul,ol{margin:0px;margin-left:-10px;}
  368. p{padding:0px;margin:10px;}
  369. u{text-decoration:none;color:#fff;}
  370. blockquote {margin:2px; margin-left:10px;
  371. padding:2px;border-left:2px solid #CCC;}
  372.  
  373. /* MISC */
  374.  
  375. .l .odd{display:block;padding:5px 5px;}
  376. .l .even{display:block;padding:5px 5px;}
  377.  
  378. #s-m-t-tooltip{display:inline-block;position:absolute;max-width:300px;
  379. margin:15px;padding:3px 10px 3px 10px;z-index:99;border:1px solid #AAA;
  380. border-radius:10px;border-top-left-radius:0px;background:#000;}
  381.  
  382. ::selection {color: {color:Hover};}
  383. ::-moz-selection {color: {color:Hover};}
  384. ::-webkit-selection{color: {color:Hover};}
  385.  
  386. img{ margin-bottom:-3px;}
  387.  
  388. /* POSTNOTES */
  389.  
  390. ol.notes a{letter-spacing:1px;}
  391. ol.notes {
  392. list-style:none;
  393. font-size:10px;
  394. margin-top:20px;
  395. text-transform:none;}
  396.  
  397. ol.notes li.note img.avatar {
  398. vertical-align:-5px;
  399. margin-right:5px;
  400. width:20px;
  401. padding:4px;
  402. border:1px solid #EEE;}
  403.  
  404. ol.notes li.note {margin:5px 0px 10px -20px;}
  405. ol.notes li.note span.action {font-style: normal;}
  406. ol.notes li.note .answer_content {font-weight: normal;}
  407. ol.notes li.note blockquote {padding:4px 10px;margin: 10px 0px 0px 25px;}
  408.  
  409.  
  410. </style>
  411. </head>
  412. <body>
  413.  
  414. <div id="center">
  415.  
  416. <div id="sidebar">
  417.  
  418. <div class="blogtitle"><a href="/">{Title}</a></div>
  419.  
  420. <div id="butts"><img src="{image:Circle}"></div>
  421.  
  422. <div id="booty">
  423.  
  424. <div id="navigation"><div class="button">
  425. <a href="/">refresh</a><a href="/archive">archive</a><a href="/ask">inquiry</a>{block:IfCustomLinkOneTitle}<a href="{text:Custom Link One}">{text:Custom Link One Title}</a>{/block:ifCustomLinkOneTitle}{block:ifCustomLinkTwoTitle}<a href="{text:Custom Link Two}">{text:Custom Link Two Title}</a>{/block:ifCustomLinkTwoTitle}{block:ifCustomLinkThreeTitle}<a href="{text:Custom Link Three}">{text:Custom Link Three Title}</a>{/block:ifCustomLinkThreeTitle}
  426. {block:ifCustomLinkFourTitle}<a href="{text:Custom Link Four}">{text:Custom Link Four Title}</a>{/block:ifCustomLinkFourTitle}
  427. </div></div>
  428.  
  429.  
  430. </div>
  431.  
  432. <div class="butts2"><img src="{image:Circle2}"></a></div>
  433.  
  434. <div class="booty2"><div class="pagination">
  435. {block:PreviousPage}<a href="{PreviousPage}">previous</a>{/block:PreviousPage}
  436. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  437. </div></div>
  438.  
  439. <div style="overflow:auto; margin-top: 300px; margin-left:340px; width: 390px; height: 80px; border: text-align: center;"><div id="description">{Description}</div></div>
  440.  
  441. </div>
  442.  
  443.  
  444.  
  445. <div id="content">
  446. {block:Posts}
  447.  
  448. {block:ContentSource}
  449. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  450. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  451. {/block:SourceLogo}
  452. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  453. {/block:ContentSource}
  454.  
  455. <div id="entry">
  456.  
  457. {block:Text}
  458. <div class="title">{Title}</div>{Body}
  459. {/block:Text}
  460.  
  461. {block:Link}
  462. <a href="{URL}"><span class="title">{Name} &raquo;</span></a>
  463. {block:Description}{Description}{/block:Description}
  464. {/block:Link}
  465.  
  466. {block:Photo}
  467. <a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/></a>
  468. {block:Caption}{Caption}{/block:Caption}
  469. {/block:Photo}
  470.  
  471. {block:Photoset}
  472. {Photoset-400}
  473. {block:Caption}{Caption}{/block:Caption}
  474. {/block:Photoset}
  475.  
  476. {block:Quote}
  477. <div class="quote">{Quote}<div class="source">{Source}</div></div>
  478. {/block:Quote}
  479.  
  480. {block:Chat}
  481. <div class="title">{Title}</div>{block:Lines}
  482. <div class="l {Alt}"><div class="{Alt} user_{UserNumber}">
  483. {block:Label}<b>{Label} </b>{/block:Label}
  484. {Line}</div></div>{/block:Lines}
  485. {/block:Chat}
  486.  
  487. {block:Audio}
  488. {block:AlbumArt}
  489. <div class="artcover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  490. <div class="player"><div class="audioplayer">{AudioPlayerWhite}</div></div>
  491. <div class="audioinfo">
  492. <div class="i"><b>TITLE:</b>
  493. <span{block:TrackName} style="display:none;"{block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}</div>
  494.  
  495. <div class="i"><b>ARTIST:</b>
  496. <span{block:Artist} style="display:none;"{block:Artist}>Unknown</span> {block:Artist}{Artist}{/block:Artist}</div>
  497.  
  498. <div class="i"><b>PLAYS:</b>
  499. <span{block:PlayCount} style="display: none;"{block:PlayCount}>Unknown</span> {block:PlayCount}{PlayCount}{/block:PlayCount}</div></div>
  500. {/block:Audio}
  501.  
  502. {block:Video}
  503. {Video-400}
  504. {block:Caption}{Caption}{/block:Caption}
  505. {/block:Video}
  506.  
  507. {block:Answer}
  508. <div class="quote">{Question} → <b>{Asker}</b></div>
  509. <div class="answer">{Answer}</div>
  510. {/block:Answer}
  511.  
  512. <div id="info">
  513. <div class="p">
  514. posted <a href="{Permalink}">{TimeAgo}</a> with {NoteCountWithLabel}
  515. {block:RebloggedFrom} /
  516. <a href="{ReblogParentURL}">via</a>
  517. {block:ContentSource} &middot
  518. <a href="{ReblogRootURL}">source</a>
  519. {/block:ContentSource}{/block:RebloggedFrom} &middot <a href="{ReblogURL}" target="_blank">reblog</a></div> <div id="tags"><center></div>
  520.  
  521. {block:HasTags}<div class="t">
  522. {block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags}
  523. </div>{/block:HasTags}
  524. </div>
  525.  
  526. {block:PostNotes}{PostNotes}{/block:PostNotes}
  527.  
  528.  
  529.  
  530. </div>
  531. {/block:Posts}
  532.  
  533. </div>
  534.  
  535.  
  536. <div id="c">
  537. <img src="http://static.tumblr.com/cbjpgjf/fMTmo7ks9/ugfhkld.gif"></a>
  538. </div>
  539.  
  540. <div id="cr">
  541. <a title="credit" href="http://no-faces-face.tumblr.com">
  542. <img src="http://static.tumblr.com/cbjpgjf/CiJmo7k1u/asdsdtghjgbuergbraek.gif"></a>
  543. </div>
  544.  
  545.  
  546.  
  547.  
  548. </body>
  549. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement