Advertisement
nofacesface

Kaitlyn's Konstellations

Jul 3rd, 2013
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.13 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. <meta name="color:Link" content="#000"/>
  13. <meta name="color:PermLink" content="#fff"/>
  14. <meta name="color:Hover" content="#444"/>
  15. <meta name="color:titlehover" content="#fff"/>
  16. <meta name="color:Background" content="#000" />
  17. <meta name="color:Desc" content="#000000" />
  18. <meta name="color:Text" content="#fff" />
  19. <meta name="color:PostText" content="#fff" />
  20. <meta name="color:blogtitle" content="#000" />
  21. <meta name="color:subtitle" content="#ddd" />
  22. <meta name="color:Navi" content="#fff"/>
  23. <meta name="color:NaviHover" content="#444"/>
  24. <meta name="color:TitleBG" content="#ccc"/>
  25. <meta name="color:DescBG" content="#444"/>
  26.  
  27.  
  28. <meta name="image:sidebar bg" content="http://static.tumblr.com/cbjpgjf/IeWmpc9yy/constilation_print_3.gif"/>
  29. <meta name="image:Background" content="http://static.tumblr.com/cbjpgjf/U7Nmpchri/blackorchid.png" />
  30.  
  31. <meta name="text:link1" content="" />
  32. <meta name="text:link1name" content="" />
  33. <meta name="text:link2" content="" />
  34. <meta name="text:link2name" content="" />
  35. <meta name="text:link3" content="" />
  36. <meta name="text:link3name" content="" />
  37. <meta name="text:link4" content="" />
  38. <meta name="text:link4name" content="" />
  39. <meta name="text:subtitle" content="my thoughts are stars i can't fathom into constellations."/>
  40.  
  41. <meta name="if:caption" content="0"/>
  42. <meta name="if:photoeffect" content="1"/>
  43.  
  44. <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)"
  45. content="{MetaDescription}" />{/block:Description}
  46. <link rel="shortcut icon" href="{Favicon}">
  47.  
  48. <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>
  49.  
  50. <link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
  51.  
  52. <style type="text/css">
  53.  
  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.  
  65.  
  66.  
  67.  
  68. body{
  69. margin:0px;
  70. font-family: courier new;
  71. font-size: 11px;
  72. line-height: 12px;
  73. color: {color:text};
  74. }
  75.  
  76.  
  77.  
  78. body {
  79. background-color: {color:Background};
  80.  
  81. background-image: url({image:Background});
  82. margin: 0;
  83. word-wrap: break-word;
  84. background-attachment: fixed;
  85.  
  86. }
  87.  
  88.  
  89. a:link, a:active, a:visited{text-decoration: none;color: {color:Link};
  90. -webkit-transition: all 0.7s ease;transition: all 0.7s ease;
  91. -moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;}
  92.  
  93. a:hover{color:{color:Hover};}
  94.  
  95. a.class1 {color: {color:blogtitle};}
  96. a.class1:link
  97. a.class1:active
  98. a.class1:visited{text-decoration: none;color: {color:Link};
  99. -webkit-transition: all 0.7s ease;transition: all 0.7s ease;
  100. -moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;}
  101. a.class1:hover{color: {color:titlehover};}
  102.  
  103.  
  104. /* POSTS */
  105.  
  106. #center{margin:auto;position:relative;width:400px;}
  107. #content{width:500px;margin:20px -50px;}
  108. #entry{margin:50px;width:500px;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.  
  122. #entry {
  123. {block:ifphotoeffect}
  124. opacity: 1;
  125. -webkit-filter: grayscale(100%);
  126. {/block:ifphotoeffect} }
  127.  
  128. #entry:hover {
  129. opacity: 1;
  130. -webkit-filter:none;
  131. -webkit-transition: opacity 0.6s linear;
  132. -webkit-transition: all 0.6s ease-in-out;
  133. -moz-transition: all 0.6s ease-in-out;
  134. -o-transition: all 0.6s ease-in-out;
  135. }
  136.  
  137.  
  138.  
  139. /* SIDEBAR */
  140.  
  141. #sidebar {
  142. position:fixed;
  143. width:450px;
  144. text-align:center;
  145. margin:-100px -480px;
  146. background-color: #fff;
  147. height: 120%;
  148. background-image:url('{image:sidebar bg}');}
  149.  
  150. #horizontal {
  151. position: fixed;
  152. height: 60px;
  153. width: 445px;
  154. margin-left: 5px;
  155. margin-top: 355px;
  156. background-color: #000;
  157. opacity:0.7;
  158. }
  159.  
  160. #navigation {
  161. position: fixed;
  162. height: 60px;
  163. width: 445px;
  164. margin-left: 5px;
  165. margin-top: 355px;
  166. background-color:#000;
  167. opacity:0;
  168. -webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  169.  
  170. #navigation:hover {
  171. opacity:1;
  172. -webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  173.  
  174. ul#list-nav {
  175. list-style:none;
  176. margin-top:20px;
  177. margin-left: 0px;
  178. padding:0px;
  179. text-align: center;
  180.  
  181. }
  182.  
  183. ul#list-nav li {
  184. display:inline
  185. list-style: none;
  186. margin: 0px
  187.  
  188. }
  189.  
  190. ul#list-nav li a {
  191. font-family: 'Oswald', sans-serif;
  192. text-decoration:none;
  193. text-transform: uppercase;
  194. padding:5px 0;
  195. width:70px;
  196. background:none;
  197. color:{color:Navi};
  198. font-size: 10px;
  199. float:left;
  200. text-align:center;
  201.  
  202. }
  203.  
  204. ul#list-nav li a:hover {
  205. color: {color:NaviHover};
  206. }
  207.  
  208. #horizontal2 {
  209. opacity:0;
  210. -webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;
  211. position: fixed;
  212. height: 355px;
  213. width: 445px;
  214. margin-left: 5px;
  215. margin-top: 0px;
  216. background-color: {color:TitleBG};
  217.  
  218. }
  219.  
  220. #horizontal2:hover {
  221. opacity: 0.7;
  222. -webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  223.  
  224. #horizontal3 {
  225. opacity:0;
  226. -webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;
  227. position: fixed;
  228. height: 302px;
  229. width: 445px;
  230. margin-left: 5px;
  231. bottom: 0px;
  232. background-color: {color:DescBG};
  233.  
  234. }
  235.  
  236. #horizontal3:hover {
  237. opacity: 0.7;
  238. -webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  239.  
  240.  
  241. #subtitle {
  242. font-size:12px;
  243. text-align: center;
  244. line-height:20px;
  245. margin-top: 20px;
  246. font-family: courier new;
  247. color: {color:subtitle};}
  248.  
  249. #vertical1 {
  250. margin-left: 0px;
  251. margin-top: 0px;
  252. position:fixed;
  253. width: 5px;
  254. height: 355px;
  255. background-color: {color:TitleBG};
  256. }
  257.  
  258. #vertical2 {
  259. margin-left: 0px;
  260. bottom: 0px;
  261. position:fixed;
  262. width: 5px;
  263. height: 302px;
  264. background-color: {color:DescBG};
  265. }
  266.  
  267. #vertical3 {
  268. position:fixed;
  269. width: 5px;
  270. height: 60px;
  271. background-color: #000;
  272. margin-left: 0px;
  273. top: 305px;}
  274.  
  275.  
  276. .desc {
  277. margin-top: 20px;
  278. text-align:center;
  279. font-size: 12px;
  280. color: {color:desc};
  281. }
  282.  
  283. /* TITLES */
  284.  
  285. .title {color:{color:Title};}
  286. .title {font-family: 'Oswald', sans-serif;
  287. font-size:15px;
  288. font-style:none;
  289. margin:0px 5px 0px 0px;
  290. color:{color:PostText};}
  291.  
  292. .blogtitle {
  293. font-size:60px;
  294. line-height:80px;
  295. margin-top: 120px;
  296. font-family: 'Oswald', sans-serif;
  297. text-align: center;}
  298.  
  299. .quote {
  300. padding:10px;
  301. font-size:12px;
  302. text-transform:none;
  303. color: {color:Text};}
  304.  
  305. .source {
  306. font-size: 10px;
  307. text-align:right;
  308. font-style:none;
  309. font-weight:none;
  310. text-transform:none;}
  311.  
  312. .answer {margin:10px;}
  313.  
  314. /* PERMALINKS */
  315.  
  316. #entry:hover .perma {
  317. opacity:1;
  318. margin-left:510px;
  319. -webkit-transition: all 0.9s ease;
  320. -moz-transition: all 0.9s ease;
  321. }
  322.  
  323.  
  324.  
  325. .perma a {
  326. color:{color:PermLink};
  327. font-size:10px;
  328. text-transform:normal;}
  329.  
  330. .perma a:hover {
  331. color:{color:Hover};
  332. }
  333.  
  334.  
  335. .perma {
  336. margin-left:510px;
  337. text-transform: uppercase;
  338. position:absolute;
  339. font-family:courier new;
  340. line-height:11px;
  341. text-align:left;
  342. overflow:hidden;
  343. margin-top:0px;
  344. opacity:0;
  345. padding: 2px;
  346. width:80px;
  347. border-left: 2px solid {color:PermLink};
  348. -webkit-transition: all 0.9s ease;
  349. -moz-transition: all 0.9s;
  350. }
  351.  
  352.  
  353.  
  354.  
  355. .tagsperma {
  356. text-transform:lowercase;
  357. }
  358.  
  359.  
  360. .tagsperma a {
  361. margin-top: -20px;
  362. {color:PermLink};
  363. font-size:9px;
  364. font-family:courier new;
  365. line-height:11px;
  366. transition-duration: 0.60s;
  367. -moz-transition-duration: 0.60s;
  368. -webkit-transition-duration: 0.60s;
  369. -o-transition-duration: 0.60s;
  370. }
  371.  
  372. .tagsperma a:hover {
  373. color:{color:Hover};
  374. }
  375.  
  376.  
  377.  
  378.  
  379. #permalink{
  380. {block:PermalinkPage}
  381. text-align:center;
  382. margin-top:10px;
  383. padding:0px;
  384. font-size:10px;
  385. text-transform:lowercase;
  386. color: {color:PermLink};
  387. {/block:PermalinkPage}
  388. }
  389.  
  390. .c img{width:100%;}
  391. .c{position:fixed;right:5px;bottom:5px;
  392. -webkit-transition: 0.5s ease;transition: 0.5s ease;
  393. -o-transition: 0.5s ease;-moz-transition: 0.5s ease;}
  394.  
  395. .cboth:hover .c {
  396. opacity: 0;
  397. }
  398.  
  399. .cr img{width:100%;}
  400. .cr{position:fixed;right:5px;bottom:5px; opacity: 0;
  401. -webkit-transition: 0.5s ease;transition: 0.5s ease;
  402. -o-transition: 0.5s ease;-moz-transition: 0.5s ease;}
  403.  
  404. .cboth:hover .cr {
  405. opacity: 1;
  406. }
  407.  
  408.  
  409.  
  410. /* AUDIO */
  411.  
  412. .artcover {position:absolute;}
  413. .artcover img {width:70px;height:70px;float:left;}
  414. .audioplayer {width:20px;padding:3px 5px 5px 3px;overflow:hidden;}
  415. .audioinfo {margin-left:75px;border-left:2px solid #CCC;padding:5px;}
  416. .i{display:block;padding:6px 3px;line-height:8px;}
  417. .player{position:absolute;background:#FFF;width:30px;height:30px;
  418. opacity:0.45;padding:20px;overflow:hidden;
  419. -webkit-transition: 0.5s ease;transition: 0.5s ease;
  420. -o-transition: 0.5s ease;-moz-transition: 0.5s ease;}
  421. .player:hover{opacity:0.75;}
  422.  
  423. /* TEXT */
  424.  
  425. i, em{color:{color:Title};}
  426. b, strong{color:{color:Title};}
  427. ul,ol{margin:0px;margin-left:-10px;}
  428. p{padding:0px;margin:10px;}
  429. u{text-decoration:none;color:{color:Title};
  430. border-bottom:2px dotted {color:Title};}
  431. blockquote {margin:2px; margin-left:10px;
  432. padding:2px;border-left:2px solid #CCC;}
  433.  
  434. /* MISC */
  435.  
  436. .l .odd{display:block;padding:5px 5px;}
  437. .l .even{display:block;background:#F7F7F7;padding:5px 5px;}
  438.  
  439. #s-m-t-tooltip{display:inline-block;position:absolute;max-width:300px;
  440. margin:15px;padding:3px 10px 3px 10px;z-index:99;border:1px solid #AAA;
  441. border-radius:10px;border-top-left-radius:0px;background:#000;}
  442.  
  443. ::selection {color: {color:Hover};}
  444. ::-moz-selection {color: {color:Hover};}
  445. ::-webkit-selection{color: {color:Hover};}
  446.  
  447. img{ margin-bottom:-3px;}
  448.  
  449. /* POSTNOTES */
  450.  
  451. ol.notes a{letter-spacing:1px;}
  452. ol.notes {
  453. list-style:none;
  454. font-size:8px;
  455. margin-top:20px;
  456. text-transform:none;}
  457.  
  458. ol.notes li.note img.avatar {
  459. vertical-align:-5px;
  460. margin-right:5px;
  461. width:20px;
  462. padding:4px;
  463. border:1px solid #EEE;}
  464.  
  465. ol.notes li.note {margin:5px 0px 10px -20px;}
  466. ol.notes li.note span.action {font-style: normal;}
  467. ol.notes li.note .answer_content {font-weight: normal;}
  468. ol.notes li.note blockquote {padding:4px 10px;margin: 10px 0px 0px 25px;}
  469.  
  470. </style>
  471. </head>
  472. <body>
  473.  
  474. <div id="center">
  475. <div id="sidebar">
  476. <div id="vertical1"></div>
  477. <div id="vertical2"></div>
  478. <div id="vertical3"></div>
  479. <div id="horizontal"><div id="subtitle">{text:subtitle}</div></div>
  480. <div id="horizontal2"><div class="blogtitle"><a href="/" class="class1">{Title}</a></div></div>
  481. <div id="horizontal3"><div class="desc">{Description}</div></div>
  482. <div id="navigation">
  483.  
  484. <ul id="list-nav">
  485.  
  486. <li><a href="/">Home</a></li>
  487.  
  488. <li><a href="/ask">Message</a></li>
  489.  
  490. <li><a href="{text:link1}">{text:link1name}</a></li>
  491.  
  492. <li><a href="{text:link2}">{text:link2name}</a></li>
  493.  
  494. <li><a href="{text:link3}">{text:link3name}</a></li>
  495.  
  496. <li><a href="{text:link4}">{text:link4name}</a></li>
  497.  
  498. </ul>
  499.  
  500. </div>
  501.  
  502. </div>
  503.  
  504.  
  505. <div id="content">
  506. {block:Posts}
  507.  
  508. <div id="entry">
  509.  
  510. {block:IndexPage}
  511.  
  512. <div class="perma">
  513. <a href="{Permalink}"> {NoteCount}</a>
  514. <br><a href="{ReblogURL}" target="_blank" title="Reblog">reblog</a>
  515.  
  516.  
  517.  
  518. {block:HasTags}{/block:HasTags}
  519. <div class="tagsperma">{block:HasTags}<br>{block:Tags}<a href="{TagURL}">#{Tag}</a><br>{/block:Tags}{/block:HasTags} </div>
  520.  
  521. </span></div>
  522.  
  523. {/block:IndexPage}
  524.  
  525. {block:Text}
  526. <div class="title">{Title}</div>{Body}
  527. {/block:Text}
  528.  
  529. {block:Link}
  530. <a href="{URL}"><span class="title">{Name} &raquo;</span></a>
  531. {block:Description}{Description}{/block:Description}
  532. {/block:Link}
  533.  
  534. {block:Photo}
  535. <a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/></a>
  536. {block:ifCaption}{block:Caption}{Caption}{/block:Caption}{/block:ifCaption}
  537. {/block:Photo}
  538.  
  539. {block:Photoset}
  540. {Photoset-500}
  541. {block:ifCaption}{block:Caption}{Caption}{/block:Caption}{/block:ifCaption}
  542. {/block:Photoset}
  543.  
  544. {block:Quote}
  545. <div class="quote">{Quote}<div class="source">{Source}</div></div>
  546. {/block:Quote}
  547.  
  548. {block:Chat}
  549. <div class="title">{Title}</div>{block:Lines}
  550. <div class="l {Alt}"><div class="{Alt} user_{UserNumber}">
  551. {block:Label}<b>{Label} </b>{/block:Label}
  552. {Line}</div></div>{/block:Lines}
  553. {/block:Chat}
  554.  
  555. {block:Audio}
  556. {block:AlbumArt}
  557. <div class="artcover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  558. <div class="player"><div class="audioplayer">{AudioPlayerWhite}</div></div>
  559. <div class="audioinfo">
  560. <div class="i"><b>TITLE:</b>
  561. <span{block:TrackName} style="display:none;"{block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}</div>
  562.  
  563. <div class="i"><b>ARTIST:</b>
  564. <span{block:Artist} style="display:none;"{block:Artist}>Unknown</span> {block:Artist}{Artist}{/block:Artist}</div>
  565.  
  566. <div class="i"><b>PLAYS:</b>
  567. <span{block:PlayCount} style="display: none;"{block:PlayCount}>Unknown</span> {block:PlayCount}{PlayCount}{/block:PlayCount}</div></div>
  568. {block:ifCaption}{block:Caption}{Caption}{/block:Caption}{/block:ifCaption}{/block:Audio}
  569.  
  570. {block:Video}
  571. {Video-500}
  572. {block:ifCaption}{block:Caption}{Caption}{/block:Caption}{/block:ifCaption}
  573. {/block:Video}
  574.  
  575. {block:Answer}
  576. <div class="quote">{Question} → <b>{Asker}</b></div>
  577. <div class="answer">{Answer}</div>
  578. {/block:Answer}
  579.  
  580. <div id="permalink">
  581. <div class="tags">
  582. {block:IfShowTags}
  583. {block:HasTags}
  584. {block:Tags}<span style="border-top:1px dashed {color:post border};"</span>
  585. <a href="{TagURL}">#{Tag}</a>
  586. {/block:Tags}
  587. {/block:HasTags}
  588. {/block:IfShowTags}
  589. </div></div>
  590. {/block:IndexPage}
  591.  
  592. {block:PermalinkPage}
  593. <div id="permalink">
  594. {block:Date}posted
  595. <a href="{Permalink}">{Month} {DayOfMonthWithZero}</a>{/block:Date}
  596. {block:NoteCount}with
  597. <a href="{Permalink}">{NoteCountWithLabel}</a>{block:NoteCount}
  598. {block:RebloggedFrom}
  599. | via: <a href="{ReblogParentURL}">{ReblogParentName}</a> source: <a href="{ReblogRootURL}">{ReblogRootName}</a>
  600. {/block:RebloggedFrom}
  601.  
  602. <div class="tags">
  603. {block:HasTags}
  604. Tagged:
  605. {block:Tags}<a href="{TagURL}">#{Tag}</a>
  606. {/block:Tags}
  607. {/block:HasTags}
  608. </div></div>
  609. {/block:PermalinkPage}
  610. {block:PostNotes}{PostNotes}{/block:PostNotes}
  611.  
  612. </div>
  613. {/block:Posts}
  614. </div>
  615.  
  616.  
  617. <div class="cboth">
  618. <div class="c">
  619. <img src="http://static.tumblr.com/cbjpgjf/7Bcmvartf/logo2.01.png">
  620. </div>
  621.  
  622. <div class="cr">
  623. <a href="http://no-faces-face.tumblr.com"></a>
  624. <img src="http://static.tumblr.com/cbjpgjf/H2jmvat5o/logo2.02.png">
  625. </div>
  626. </div>
  627.  
  628.  
  629. </body>
  630. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement