Advertisement
nofacesface

Mouse Theme

May 17th, 2013
690
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.48 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.  
  10. <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
  11.  
  12.  
  13. <meta name="color:Link" content="#000"/>
  14. <meta name="color:Hover" content="#cc92ff"/>
  15. <meta name="color:Background" content="#fcfcfc" />
  16. <meta name="color:Desc" content="#000000">
  17. <meta name="color:Text" content="#000">
  18. <meta name="color:PostText" content="#000">
  19. <meta name="color:permaline" content="#000">
  20. <meta name="color:Underline" content="#353542" />
  21. <meta name="color:Bold" content="#000" />
  22. <meta name="color:Italic" content="#64646d" />
  23.  
  24. <meta name="image:sidebar" content="http://static.tumblr.com/cbjpgjf/NMkmvpi8c/yooooooooooo.png"/>
  25. <meta name="image:Background" content="http://static.tumblr.com/cbjpgjf/jdqmvpi92/yootrdhf.jpg" />
  26.  
  27.  
  28. <meta name="text:Link One" content="" />
  29. <meta name="text:Link One Title" content="" />
  30. <meta name="text:Link Two" content="" />
  31. <meta name="text:Link Two Title" content="" />
  32. <meta name="text:Link Three" content="" />
  33. <meta name="text:Link Three Title" content="" />
  34.  
  35.  
  36. <meta name="if:Caption" content="0"/>
  37.  
  38. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title> {block:Description}<meta name="description goes here along with any other codes you want (ex. music codes, hits counter)"
  39. content="{MetaDescription}" />{/block:Description}
  40. <link rel="shortcut icon" href="{Favicon}">
  41.  
  42.  
  43.  
  44.  
  45. <style type="text/css">
  46.  
  47.  
  48. #tumblr_controls {
  49. position: fixed !important;
  50. }
  51.  
  52. iframe#tumblr_controls { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:0.2; right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  53.  
  54. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.2s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  55.  
  56. ::-webkit-scrollbar {width: 5px;height:5px;background:#FFF;}
  57. ::-webkit-scrollbar-thumb {background:{color:Hover};}
  58.  
  59.  
  60.  
  61. /* GENERAL */
  62.  
  63.  
  64. @font-face {
  65. font-family: "b";
  66. src: url('http://static.tumblr.com/cbjpgjf/wPKmv5fe4/slkscr.ttf');
  67. }
  68.  
  69. body{
  70. margin:0px;
  71. font-family:b;
  72. font-size: 8px;
  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. a.class1 {color: {color:Link};}
  97. a.class1:link
  98. a.class1:active
  99. a.class1:visited{text-decoration: none;color: {color:Link};
  100. -webkit-transition: all 0.7s ease;transition: all 0.7s ease;
  101. -moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;}
  102. a.class1:hover{color: {color:Hover}; letter-spacing: 3px; }
  103.  
  104. /* POSTS */
  105.  
  106. #center{margin:auto;position:relative;width:400px;}
  107. #content{width:400px;margin:20px -105px;}
  108. #entry{margin:50px;width:400px;padding: 7px;
  109. opacity: 0.7px;
  110. -webkit-transition: opacity 0.6s linear;
  111. -webkit-transition: all 0.6s ease-in-out;
  112. -moz-transition: all 0.6s ease-in-out;
  113. -o-transition: all 0.6s ease-in-out;}
  114. #entry img{max-width:100%;
  115. opacity: 0.7px;
  116. -webkit-transition: opacity 0.6s linear;
  117. -webkit-transition: all 0.6s ease-in-out;
  118. -moz-transition: all 0.6s ease-in-out;
  119. -o-transition: all 0.6s ease-in-out;}
  120.  
  121. /* SIDEBAR */
  122.  
  123. #sidebar {
  124. position:fixed;
  125. width:200px;
  126. text-align:center;
  127. margin:-100px -300px;}
  128.  
  129. #dropdown {
  130. position:relative;
  131. width:130px; /* Edit slider width */
  132. text-align:center; /* Edit text align: left, right or center */}
  133. #dropdown #dropdown_click {
  134. cursor:pointer;}
  135. #dropdown #dropdown_content {
  136. margin-top: 5px;
  137. display:none;}
  138. #dropdown #dropdown_content a {
  139. display:block;
  140. line-height:30%;}
  141.  
  142.  
  143.  
  144.  
  145. #bloc
  146. {position:fixed;
  147. top:200px;
  148. left:80px;}
  149.  
  150. .transition
  151. {-webkit-transition: opacity 0.7s linear;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out;}
  152.  
  153. #picture
  154. {width:250px;}
  155.  
  156. #picture:hover
  157. {width:340px;}
  158.  
  159. #left
  160. {
  161. margin-top: 0px;
  162. margin-left: 0px;
  163. overflow:hidden;
  164. position:fixed;
  165. width:125px;
  166. }
  167.  
  168. #bloc:hover #left{
  169. margin-left: -75px ;
  170. }
  171.  
  172. #right
  173. {overflow:hidden;
  174. width:125px;
  175. margin-left: 125px;
  176. margin-top: 0px;
  177. position: fixed;
  178.  
  179. }
  180.  
  181. #bloc:hover #right {
  182. margin-left: 200px;
  183. }
  184.  
  185.  
  186.  
  187.  
  188. .links a {
  189. font-family: b;
  190. font-size: 9px;
  191. text-decoration:none;
  192. padding: -1px;
  193. text-align: center;
  194. color: {color: Link};
  195.  
  196.  
  197. }
  198.  
  199. .links a:hover {
  200. text-decoration:none;
  201. color: {color: Hover};
  202. }
  203.  
  204. .links a:visited {
  205. color:#000;
  206. }
  207.  
  208. .links {display:block;text-align:center}
  209.  
  210. .descwrapper {
  211. overflow: hidden;
  212. width: 125px;
  213. margin-top: 10px;
  214. margin-left: 60px;
  215. height: 0px;
  216. -webkit-transition: opacity .7s linear;-webkit-transition: all .7s ease-in-out;-moz-transition: all .7s ease-in-out;-o-transition: all .7s ease-in-out;
  217. }
  218.  
  219. #bloc:hover .descwrapper {
  220. height: 230px;
  221. }
  222.  
  223.  
  224. .desc {text-align:center;
  225. padding:3px 10px;
  226. font-size: 8px;
  227. text-transform: lowercase;
  228. color: {color:desc};}
  229.  
  230. /* TITLES */
  231.  
  232. .title a{color:{color:Title};}
  233. .title {font-family: courier new;
  234. font-size:18px;
  235. font-style:none;
  236. text-transform: lowercase;
  237. margin:0px 5px 0px 0px;
  238. color:{color:PostText};}
  239.  
  240. .blogtitle {
  241. font-size:20px;
  242. line-height:20px;
  243. margin-top: 0px;
  244. font-family:courier new;
  245. text-transform: lowercase;
  246. color: #000;}
  247.  
  248. .quote {
  249. padding:10px;
  250. font-size:8px;
  251. text-transform:none;
  252. color: {color:Text};}
  253.  
  254. .source {
  255. font-size: 8px;
  256. text-align:right;
  257. font-style:none;
  258. font-weight:none;
  259. text-transform:none;}
  260.  
  261. .answer {margin:10px;}
  262.  
  263. /* PERMALINKS */
  264.  
  265. #entry:hover .perma {
  266. opacity:1;
  267. z-index:99;
  268. -webkit-transition: all 0.9s ease;
  269. -moz-transition: all 0.9s ease;}
  270.  
  271. {block:PermalinkPage}
  272. width:400px;
  273. margin-left:50px;
  274. {/block:PermalinkPage}
  275.  
  276. .perma a {
  277. color:{color:Link};
  278. font-size:8px;
  279. font-family: b;
  280. text-transform:normal;}
  281.  
  282. .perma a:hover {
  283. color:{color:Hover};
  284. }
  285.  
  286.  
  287. .perma {
  288. margin-left:0px;
  289. margin-top: 10px;
  290. text-transform: normal;
  291. position:absolute;
  292. width: 400px;
  293. height: 14px;
  294. opacity:0;
  295. -webkit-transition: all 0.9s ease;
  296. -moz-transition: all 0.9s;
  297. }
  298.  
  299. .permatext {
  300. letter-spacing: .5px;
  301. opacity: 1;
  302. position: absolute;
  303. margin-top: -3px;
  304. margin-left: 210px;
  305. height: 14px;
  306. width: 98px;
  307. border-left: 1px solid {color:permaline};
  308. border-right: 1px solid {color:permaline};
  309. text-align: center;
  310. text-transform: uppercase;
  311. -webkit-transition: all 0.9s ease;
  312. -moz-transition: all 0.9s;
  313.  
  314. }
  315.  
  316. .perma:hover .permatext {
  317. margin-left: 205px;
  318. }
  319.  
  320. .perma:hover .permaline1 {
  321. width: 205px;
  322. }
  323.  
  324. .permaline1 {
  325. margin-left:0px;
  326. margin-top: 4px;
  327. position:absolute;
  328. text-align:center;
  329. width: 210px;
  330. height: 1px;
  331. opacity:1;
  332. background-color: {color:permaline};
  333. -webkit-transition: all 0.9s ease;
  334. -moz-transition: all 0.9s;
  335. }
  336.  
  337. .permaline2 {
  338. margin-left:310px;
  339. margin-top: 4px;
  340. position:absolute;
  341. text-align:center;
  342. width: 90px;
  343. height: 1px;
  344. opacity:1;
  345. background-color: {color:permaline};
  346. -webkit-transition: all 0.9s ease;
  347. -moz-transition: all 0.9s;
  348. }
  349.  
  350. .perma:hover .permaline2 {
  351. margin-left: 305px;
  352. }
  353.  
  354.  
  355. #entry:hover .tagsc {
  356. opacity:1;
  357. }
  358.  
  359.  
  360.  
  361.  
  362. #permalink{
  363. {block:PermalinkPage}
  364. text-align:center;
  365. margin-top:10px;
  366. padding:0px;
  367. font-size:8px;
  368. text-transform:lowercase;
  369. color: #000;
  370. {/block:PermalinkPage}
  371. }
  372.  
  373. .c img{width:100%;}
  374. .c{position:fixed;right:5px;bottom:5px;
  375. -webkit-transition: 0.5s ease;transition: 0.5s ease;
  376. -o-transition: 0.5s ease;-moz-transition: 0.5s ease;}
  377.  
  378. .cboth:hover .c {
  379. opacity: 0;
  380. }
  381.  
  382. .cr img{width:100%;}
  383. .cr{position:fixed;right:5px;bottom:5px; opacity: 0;
  384. -webkit-transition: 0.5s ease;transition: 0.5s ease;
  385. -o-transition: 0.5s ease;-moz-transition: 0.5s ease;}
  386.  
  387. .cboth:hover .cr {
  388. opacity: 1;
  389. }
  390.  
  391.  
  392. /* AUDIO */
  393.  
  394. .artcover {position:absolute;}
  395. .artcover img {width:70px;height:70px;float:left;}
  396. .audioplayer {width:20px;padding:3px 5px 5px 3px;overflow:hidden;}
  397. .audioinfo {margin-left:75px;border-left:2px solid #CCC;padding:5px;}
  398. .i{display:block;padding:6px 3px;line-height:8px;}
  399. .player{position:absolute;background:#FFF;width:30px;height:30px;
  400. opacity:0.45;padding:20px;overflow:hidden;
  401. -webkit-transition: 0.5s ease;transition: 0.5s ease;
  402. -o-transition: 0.5s ease;-moz-transition: 0.5s ease;}
  403. .player:hover{opacity:0.75;}
  404.  
  405. /* TEXT */
  406.  
  407. i, em{color:{color:Italic};}
  408. b{color:{color:Bold}; letter-spacing: 1px;}
  409. b, strong{color:{color:Title}; letter-spacing: 2px;}
  410. ul,ol{margin:0px;margin-left:-10px;}
  411. p{padding:0px;margin:10px;}
  412. u{text-decoration:none;color: {color:Underline}; letter-spacing: 1px;
  413. border-bottom:1px solid {color:Underline};}
  414. blockquote {margin:2px; margin-left:10px;
  415. padding:2px;border-left:2px solid #CCC;}
  416.  
  417. /* MISC */
  418.  
  419. .l .odd{display:block;padding:5px 5px;}
  420. .l .even{display:block;background:#F7F7F7;padding:5px 5px;}
  421.  
  422. #s-m-t-tooltip{display:inline-block;position:absolute;max-width:300px;
  423. margin:15px;padding:3px 10px 3px 10px;z-index:99;border:1px solid #AAA;
  424. border-radius:10px;border-top-left-radius:0px;background:#000;}
  425.  
  426. ::selection {color: {color:Hover};}
  427. ::-moz-selection {color: {color:Hover};}
  428. ::-webkit-selection{color: {color:Hover};}
  429.  
  430. img{ margin-bottom:-3px;}
  431.  
  432. /* POSTNOTES */
  433.  
  434. ol.notes a{letter-spacing:1px;}
  435. ol.notes {
  436. list-style:none;
  437. font-size:8px;
  438. margin-top:20px;
  439. text-transform:none;}
  440.  
  441. ol.notes li.note img.avatar {
  442. vertical-align:-5px;
  443. margin-right:5px;
  444. width:20px;
  445. padding:4px;
  446. border:1px solid #EEE;}
  447.  
  448. ol.notes li.note {margin:5px 0px 10px -20px;}
  449. ol.notes li.note span.action {font-style: normal;}
  450. ol.notes li.note .answer_content {font-weight: normal;}
  451. ol.notes li.note blockquote {padding:4px 10px;margin: 10px 0px 0px 25px;}
  452.  
  453. </style>
  454. </head>
  455. <body>
  456.  
  457. <div id="center">
  458. <div id="sidebar">
  459.  
  460. <div id="bloc">
  461. <div id="picture" class="transition">
  462. <div id="left" class="transition">
  463. <img width="250px" height="250px" src={image:sidebar}>
  464.  
  465.  
  466. </div>
  467.  
  468. </div>
  469. <div id="right" class="transition">
  470. <img width="250px" height="250px" style="margin-left:-125px;" src={image:sidebar}>
  471. </div>
  472.  
  473. <div class="descwrapper">
  474. <div class="blogtitle"><a href="/">{Title}</div></a><div class="desc">{Description}</div>
  475. <div id="dropdown">
  476. <div id="dropdown_click">+</div>
  477. <div id="dropdown_content">
  478. <a href="/" class="class1">refresh</a>
  479. <br>
  480. <a href="/ask" class="class1">message</a>
  481. <br>
  482. <a href="{text:Link One}" class="class1">{text:Link One Title}</a>
  483. <br>
  484. <a href="{text:Link Two}" class="class1">{text:Link Two Title}</a>
  485. <br>
  486. <a href="{text:Link Three}" class="class1">{text:Link Three Title}</a>
  487. </div>
  488. </div>
  489. </div>
  490.  
  491. </div>
  492.  
  493.  
  494.  
  495. </div>
  496.  
  497.  
  498. <div id="content">
  499. {block:Posts}
  500.  
  501. {block:ContentSource}
  502. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  503. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  504. {/block:SourceLogo}
  505. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  506. {/block:ContentSource}
  507.  
  508. <div id="entry">
  509.  
  510. {block:Text}
  511. <div class="title">{Title}</div>{Body}
  512. {/block:Text}
  513.  
  514. {block:Link}
  515. <a href="{URL}"><span class="title">{Name} &raquo;</span></a>
  516. {block:Description}{Description}{/block:Description}
  517. {/block:Link}
  518.  
  519. {block:Photo}
  520. <a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/></a>
  521. {block:ifCaption}{block:Caption}{Caption}{/block:Caption}{/block:ifCaption}
  522. {/block:Photo}
  523.  
  524. {block:Photoset}
  525. {Photoset-400}
  526. {block:ifCaption}{block:Caption}{Caption}{/block:Caption}{/block:ifCaption}
  527. {/block:Photoset}
  528.  
  529. {block:Quote}
  530. <div class="quote">{Quote}<div class="source">{Source}</div></div>
  531. {/block:Quote}
  532.  
  533. {block:Chat}
  534. <div class="title">{Title}</div>{block:Lines}
  535. <div class="l {Alt}"><div class="{Alt} user_{UserNumber}">
  536. {block:Label}<b>{Label} </b>{/block:Label}
  537. {Line}</div></div>{/block:Lines}
  538. {/block:Chat}
  539.  
  540. {block:Audio}
  541. {block:AlbumArt}
  542. <div class="artcover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  543. <div class="player"><div class="audioplayer">{AudioPlayerWhite}</div></div>
  544. <div class="audioinfo">
  545. <div class="i"><b>TITLE:</b>
  546. <span{block:TrackName} style="display:none;"{block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}</div>
  547.  
  548. <div class="i"><b>ARTIST:</b>
  549. <span{block:Artist} style="display:none;"{block:Artist}>Unknown</span> {block:Artist}{Artist}{/block:Artist}</div>
  550.  
  551. <div class="i"><b>PLAYS:</b>
  552. <span{block:PlayCount} style="display: none;"{block:PlayCount}>Unknown</span> {block:PlayCount}{PlayCount}{/block:PlayCount}</div></div>
  553. {/block:Audio}
  554.  
  555. {block:Video}
  556. {Video-400}
  557. {block:ifCaption}{block:Caption}{Caption}{/block:Caption}{/block:ifCaption}
  558. {/block:Video}
  559.  
  560. {block:Answer}
  561. <div class="quote">{Question} → <b>{Asker}</b></div>
  562. <div class="answer">{Answer}</div>
  563. {/block:Answer}
  564.  
  565. <div id="permalink">
  566. <div class="tags">
  567. {block:IfShowTags}
  568. {block:HasTags}
  569. {block:Tags}<span style="border-top:1px dashed {color:post border};"</span>
  570. <a href="{TagURL}">#{Tag}</a>
  571. {/block:Tags}
  572. {/block:HasTags}
  573. {/block:IfShowTags}
  574. </div></div>
  575. {/block:IndexPage}
  576.  
  577. {block:PermalinkPage}
  578. <div id="permalink">
  579. {block:Date}posted
  580. <a href="{Permalink}">{Month} {DayOfMonthWithZero}</a>{/block:Date}
  581. {block:NoteCount}with
  582. <a href="{Permalink}">{NoteCountWithLabel}</a>{block:NoteCount}
  583. {block:RebloggedFrom}
  584. | via: <a href="{ReblogParentURL}">{ReblogParentName}</a> source: <a href="{ReblogRootURL}">{ReblogRootName}</a>
  585. {/block:RebloggedFrom}
  586.  
  587. <div class="tags">
  588. {block:HasTags}
  589. Tagged:
  590. {block:Tags}<a href="{TagURL}">#{Tag}</a>
  591. {/block:Tags}
  592. {/block:HasTags}
  593. </div></div>
  594. {/block:PermalinkPage}
  595.  
  596. {block:IndexPage}
  597.  
  598. <div class="perma">
  599. <div class="permaline1"></div>
  600. <div class="permaline2"></div>
  601. <div class="permatext"><a href="{Permalink}"> {NoteCount}</a> &bull;
  602. <a href="{ReblogURL}" target="_blank" >reblog</a></div>
  603.  
  604. </span></div>
  605.  
  606. {/block:IndexPage}
  607.  
  608.  
  609. {block:PostNotes}
  610. {PostNotes}
  611. {/block:PostNotes}
  612. </div>
  613. {/block:Posts}
  614.  
  615. </div>
  616.  
  617. <script type="text/javascript" src="http://code.jquery.com/jquery-1.8.1.min.js"></script>
  618. <script>
  619. $("#dropdown_click").click(function () {
  620. $("#dropdown_content").slideToggle("slow");
  621. });
  622. </script>
  623.  
  624.  
  625.  
  626. <div class="cboth">
  627. <div class="c">
  628. <img src="http://static.tumblr.com/cbjpgjf/7Bcmvartf/logo2.01.png">
  629. </div>
  630.  
  631. <div class="cr">
  632. <a href="http://nff-themes.tumblr.com">
  633. <img src="http://static.tumblr.com/cbjpgjf/H2jmvat5o/logo2.02.png"></a>
  634. </div>
  635. </div>
  636.  
  637.  
  638. <style type="text/css">body, a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress !important;}</style><a href="http://www.cursors-4u.com/cursor/2011/03/03/tiny-hand-10.html" target="_blank" border="0" alt="Tiny Hand" style="position:absolute; top: 0px; right: 0px;" /></a>
  639.  
  640. </body>
  641. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement