Advertisement
nofacesface

Mikasa Theme

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