Advertisement
nofacesface

shoujo.noe.noe

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