Advertisement
nofacesface

Green Eyed Demon Theme

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