msstephyyanne

17: Gracelessly

Mar 9th, 2015
1,237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.60 KB | None | 0 0
  1.  
  2.  
  3. <!--Theme seventeen by themesbyjude
  4. please follow ther rules ok-->
  5.  
  6. <!DOCTYPE html>
  7. <head>
  8.  
  9.  
  10. <title>{Title}</title>
  11.  
  12. <link rel="shortcut icon" href="{Favicon}">
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  14. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  15.  
  16. <!--Default Variables-->
  17.  
  18. <meta name="color:Background" content="#ffffff"/>
  19. <meta name="color:Text" content="#726666"/>
  20. <meta name="color:Border" content="#c4c2c2"/>
  21. <meta name="color:Title" content="#b20f0f"/>
  22. <meta name="color:Link" content="#bd1010"/>
  23.  
  24. <meta name="image:Sidebar Image" content=""/>
  25. <meta name="image:Updates" content=""/>
  26.  
  27. <meta name="text:Link 1 URL" content="" />
  28. <meta name="text:Link 1" content="" />
  29. <meta name="text:Link 2 URL" content="" />
  30. <meta name="text:Link 2" content="" />
  31. <meta name="text:Link 3 URL" content="" />
  32. <meta name="text:Link 3" content="" />
  33. <meta name="text:Link 4 URL" content="" />
  34. <meta name="text:Link 4" content="" />
  35.  
  36.  
  37. <!-- jquery for tooltips-->
  38.  
  39. <link href='http://fonts.googleapis.com/css?family=Homemade+Apple' rel='stylesheet' type='text/css'>
  40.  
  41. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  42.  
  43. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  44.  
  45. <script>
  46.  
  47. (function($){
  48.  
  49. $(document).ready(function(){
  50.  
  51. $("a[title]").style_my_tooltips({
  52.  
  53. tip_follows_cursor:true,
  54.  
  55. tip_delay_time:30,
  56.  
  57. tip_fade_speed:300,
  58.  
  59. attribute:"title"
  60.  
  61. });
  62.  
  63. });
  64.  
  65. })(jQuery);
  66.  
  67. </script>
  68.  
  69.  
  70. <style type="text/css">
  71.  
  72. #s-m-t-tooltip{
  73. position:absolute;
  74. margin-top: 15px;
  75. z-index:9999;
  76. background:{color:background};
  77. }
  78.  
  79. blockquote {padding:5px 0 5px 30px;
  80. border-left:1px solid {color:text};
  81. margin-left:30px;
  82. }
  83.  
  84. body {
  85. background:{color:background};
  86. color:{color:text};
  87. font-family:trebuchet ms;
  88. font-size:9.5px;
  89. text-align:justify;
  90. letter-spacing:1px;
  91. margin:0;
  92. line-height:16px;}
  93.  
  94.  
  95. a {
  96. color:{color:link};
  97. text-decoration:none;
  98. }
  99.  
  100. a:hover {
  101. text-decoration:underline;}
  102.  
  103. img{opacity:1;
  104. border:none;
  105. text-decoration:none}
  106.  
  107.  
  108. small {
  109. font-size:9px;}
  110.  
  111. big {
  112. font-size:12px;}
  113.  
  114.  
  115. #title {font-size:12px;
  116. line-height:18px;
  117. font-weight:bold;
  118. margin-bottom:10px;
  119. text-transform:uppercase;
  120. text-align:left;}
  121.  
  122.  
  123. /*sidebar*/
  124. #sidebar {text-align:left;
  125. position:fixed;
  126. margin-left:-325px;
  127. margin-top:50px;
  128. border-right:1px solid; color:{color:border} ;
  129. padding:40px;
  130. width:180px;
  131. height:75%;
  132. }
  133.  
  134. #sidebarim {margin-bottom:20px}
  135.  
  136. #sidebarim img {width:180px; height:150px;}
  137.  
  138. #blogt {font-size:18px;
  139. font-family:'homemade apple';
  140. font-weight:bold;
  141. color:{color:Title};
  142. }
  143.  
  144. #links {
  145. line-height:16px;
  146. text-transform:lowercase;
  147. text-align:right;
  148. }
  149.  
  150.  
  151. #links a {
  152. margin-right:5px;
  153. display:inline-block;
  154. margin-bottom:5px;
  155. }
  156.  
  157. #description {
  158. margin:20px 0;
  159. text-align:right;
  160. color:{color:text};
  161. }
  162.  
  163.  
  164. /*pagination*/
  165. #pagination {
  166. margin:50px 0;
  167. text-transform:lowercase;
  168. font-weight:bold;
  169. }
  170. #pagination a {
  171. padding:0 15px;
  172. }
  173.  
  174. /*container*/
  175. #con {
  176. left:50%;
  177. margin-left:-75px;
  178. position:absolute;
  179. }
  180.  
  181.  
  182.  
  183. /*posts*/
  184.  
  185. #entries {
  186. margin-top:75px;
  187. width:500px;
  188. }
  189.  
  190. #posts {
  191. width:500px;
  192. {block:IndexPage}
  193. margin-bottom:75px;
  194. {/block:IndexPage}
  195. {block:PermalinkPage}
  196. margin-bottom:50px;
  197. {/block:PermalinkPage}
  198.  
  199. }
  200. #posts img {
  201. max-width:500px;
  202. }
  203.  
  204. #posts img, #posts li, #posts blockquote {max-width: 100%;}
  205. .caption {width:100%;
  206. margin-top:10px;
  207.  
  208. }
  209.  
  210. /*quote*/
  211.  
  212. #titlequote{text-align:left;
  213. font-size:14px;
  214. line-height:18px;
  215. font-weight:bold;
  216. }
  217. #source {
  218. margin-top:15px;
  219. margin-left:15px;}
  220.  
  221. /*audio*/
  222.  
  223. .player {
  224. width:25px;
  225. height:25px;
  226. overflow:hidden;
  227. position:absolute;
  228. background:white;}
  229.  
  230. .audioinfo {
  231. margin-left:50px;
  232. }
  233.  
  234.  
  235. /*asks*/
  236. .q {margin-bottom:10px;
  237. }
  238. .as {
  239. font-weight:bold;}
  240.  
  241. .a {
  242. margin-top:10px;
  243. }
  244.  
  245.  
  246. /*chat*/
  247.  
  248. .chat ol {
  249. padding:0;
  250. list-style:none;
  251. }
  252. .line {padding:5px 0;}
  253.  
  254. .label {font-weight:bold;
  255. }
  256.  
  257.  
  258. /*permalink and notes*/
  259.  
  260. #permalink {
  261. margin-top:15px;
  262. font-size:9.5px;
  263. font-family:calibri;
  264. letter-spacing:1px;
  265. text-transform:lowercase;
  266. }
  267. #permalink a {margin-right:10px;
  268. }
  269.  
  270.  
  271. .tags {
  272. word-break:break-all;
  273. font-size:9.5px;
  274. letter-spacing:1px;
  275. font-family:calibri;
  276. }
  277.  
  278. .pagenotes {
  279. {block:IndexPage}
  280. display: none!important;
  281. {/block:IndexPage}
  282. width:400px;
  283. text-align:left;
  284.  
  285. }
  286. .pagenotes img {
  287. display:none!important;}
  288. .pagenotes li {
  289. list-style-type:none;
  290. padding:5px 0px;
  291. text-align:left;
  292. margin:0 0 0 -40px;
  293. }
  294.  
  295. /*--credit--*/
  296.  
  297. .credit {
  298. font-size:8px;
  299. position:fixed;
  300. font-weight:bold;
  301. bottom:5px;
  302. right:15px;
  303. z-index:10;
  304. text-align:right;
  305. letter-spacing:1px;
  306. border:solid 1px {color:border};
  307. padding:4px;
  308. }
  309.  
  310. .credit a {
  311. color:{color:link};
  312. text-decoration:none;
  313. }
  314.  
  315. .credit a:hover {
  316. color:{color:text};
  317. text-decoration:none;
  318. }
  319.  
  320. /*updates tab*/
  321.  
  322. #vessle{
  323. opacity:1;
  324. position:fixed;
  325. bottom:0px;
  326. left:100px;
  327. width:130px;
  328. color:{color:text};
  329. text-align: center;
  330. font-size:10px;
  331. word-wrap:break-word;
  332. transition-duration: 0.8s;
  333. -moz-transition-duration: 0.8s;
  334. -webkit-transition-duration: 0.8s;
  335. -o-transition-duration: 0.8s;
  336. }
  337.  
  338. #upimg img{
  339. position:fixed;
  340. width:210px;
  341. height:230px;
  342. bottom:-10px;
  343. left:0px;
  344. opacity:0.8;
  345. transition-duration: 0.8s;
  346. -moz-transition-duration: 0.8s;
  347. -webkit-transition-duration: 0.8s;
  348. -o-transition-duration: 0.8s; }
  349.  
  350.  
  351. #declaration {
  352. position:fixed;
  353. bottom:15px;
  354. left:70px;
  355. z-index:3;
  356. padding:4px;
  357. background-color:{color:Background};
  358. color:{color:text};
  359. font-family:trebuchet ms;
  360. font-size:11px;
  361. letter-spacing:2px;
  362. text-transform:uppercase;
  363. text-align:center;
  364. border-top:1px solid {color:border};
  365. border-bottom:1px solid {color:border};
  366. transition-duration: 0.8s;
  367. -moz-transition-duration: 0.8s;
  368. -webkit-transition-duration: 0.8s;
  369. -o-transition-duration: 0.8s
  370. }
  371.  
  372. .reason{
  373. position:fixed;
  374. left:30px;
  375. bottom:35px;
  376. width:130px;
  377. border:solid 1px {color:border};
  378. z-index:5;
  379. padding:8px;
  380. background:#fff;
  381. opacity:0;
  382. font-family:trebuchet ms;
  383. line-height:110%;
  384. font-size:10px;
  385. letter-spacing:1px;
  386. text-transform:lowercase;
  387. transition-duration: 0.8s;
  388. -moz-transition-duration: 0.8s;
  389. -webkit-transition-duration: 0.8s;
  390. -o-transition-duration: 0.8s;
  391.  
  392. }
  393.  
  394. #upcont:hover .reason{
  395. opacity:1;
  396. transition-duration: 0.8s;
  397. -moz-transition-duration: 0.8s;
  398. -webkit-transition-duration: 0.8s;
  399. -o-transition-duration: 0.8s;
  400. }
  401.  
  402. #upcont:hover #upd{
  403. opacity:0;
  404. transition-duration: 0.5s;
  405. -moz-transition-duration: 0.5s;
  406. -webkit-transition-duration: 0.5s;
  407. -o-transition-duration: 0.5s;
  408. }
  409.  
  410.  
  411. {CustomCSS}
  412.  
  413. </style></head><body>
  414.  
  415. <div id="upimg"><img src="{image:updates}" border='0'/></div>
  416. <div id="upcont">
  417. <div id="vessle">
  418. <div id="declaration">Tab Title</div>
  419. <div class="reason">
  420. <center><br>
  421. hey there! this is where you edit the updates tab for this theme! <br><br>
  422.  
  423. use < br > without the space to make line breaks and stuff
  424.  
  425. <img src='http://ccclubbs.files.wordpress.com/2013/09/silver-divider.gif' width=110px border='0'/><br><br>
  426.  
  427. here's a little divider for you, if you wanna use it. If not, just delete the code. <br><br>
  428.  
  429. the tab will automatically lengthen depending on how much text you have, so there's no need to worry about space.
  430. </div></div></div>
  431.  
  432.  
  433.  
  434.  
  435.  
  436.  
  437.  
  438.  
  439. <div id="con">
  440.  
  441. <div class="credit">
  442. <a title="theme" href="http://themesbyjude.tumblr.com" target="_blank">JUDE</a></div>
  443.  
  444. <div id="sidebar">
  445. <div id="sidebarim"><img src="{image:Sidebar Image}"></div>
  446. <div id="blogt">{Title}</div>
  447. <div id="description">{Description}</div>
  448. <div id="links">
  449. <a href="/">home</a>
  450. <a href="/ask">ask</a>
  451. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
  452. {block:ifLink2}<a href="{text:Link 2 URL}" >{text:Link 2}</a>{/block:ifLink2}
  453. {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a> {/block:ifLink3}
  454. {block:ifLink4}<a href="{text:Link 4 URL}">{text:Link 4}</a> {/block:ifLink4}
  455. </div>
  456.  
  457.  
  458.  
  459.  
  460. </div>
  461.  
  462.  
  463.  
  464.  
  465. <div id="entries">
  466.  
  467. {block:Posts}
  468. <div id="posts">
  469.  
  470.  
  471. {block:Quote}
  472.  
  473.  
  474. <div id="titlequote">“{Quote}”</div>
  475. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  476. {/block:Quote}
  477.  
  478.  
  479.  
  480. {block:Text}
  481.  
  482. {block:Title}
  483. <div id="title">{Title}</div>{/block:Title}
  484. {Body}
  485. {/block:Text}
  486.  
  487. {block:Link}
  488. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  489. {/block:Link}
  490.  
  491. {block:Chat}
  492. {block:Title}
  493. <h1>{Title}</h1>
  494. {/block:Title}
  495. <div class="chat">
  496. <ol>{block:Lines}
  497. <li class="line {Alt}">
  498. {block:Label}
  499. <span class="label">
  500. {Label}</span>
  501. {/block:Label}{Line}</li>
  502. {/block:Lines}
  503. </ol></div>
  504. {/block:Chat}
  505.  
  506. {block:Photo}
  507. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  508. {/block:Photo}
  509.  
  510. {block:Photoset}
  511. {Photoset-500}
  512. {/block:Photoset}
  513.  
  514. {block:Video}
  515. {Video-500}
  516. {/block:Video}
  517.  
  518. {block:Audio}
  519. <div class="player">{AudioPlayerWhite}</div>
  520. <div class="audioinfo">
  521. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
  522. </div>
  523. {/block:Audio}
  524.  
  525. {block:Answer}
  526. <div class="q">
  527. <div class="as">{Asker} said: </div>
  528. {Question}</div>
  529. <div class="a">{Answer}</div>
  530. {/block:Answer}
  531.  
  532. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  533.  
  534. {block:Date}
  535. <div id="permalink">posted:
  536. <a href="{Permalink}" >{12Hour}:{Minutes} {AmPm}</a>
  537.  
  538. {block:NoteCount}<a href="{Permalink}">+ {NoteCount}</a>{/block:NoteCount}
  539.  
  540. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>
  541.  
  542. {block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
  543.  
  544. + <a href="{ReblogURL}">reblog</a>
  545.  
  546. {block:HasTags}<div class="tags">filed under: {block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  547. </div>
  548. {/block:Date}
  549.  
  550. </div>
  551.  
  552.  
  553. {block:PostNotes}
  554. <div class="pagenotes">
  555. {PostNotes}
  556. </div>
  557. {/block:PostNotes}
  558.  
  559.  
  560. {/block:Posts}
  561.  
  562. <div id="pagination">
  563. {block:Pagination}
  564. {block:PreviousPage}
  565. <a href="{PreviousPage}">&larr; fall </a>
  566. {/block:PreviousPage}
  567.  
  568.  
  569. {block:NextPage}
  570. <a href="{NextPage}">fly &rarr;</a>
  571. {/block:NextPage}
  572. {/block:Pagination}
  573. </div>
  574.  
  575.  
  576.  
  577. </div>
  578.  
  579. </div>
  580.  
  581.  
  582. {block:ContentSource}
  583. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  584. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  585. {/block:SourceLogo}
  586. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  587. {/block:ContentSource}
  588.  
  589. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment