msstephyyanne

Theme Nine: Broken Wings

Jan 25th, 2014
1,764
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.45 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2.  
  3. <!--THEME NINE BY LADYYLAUFEYSON
  4. Seriously if you remove the credit or anything I will be very upset because that’s just not cool and it takes a lot of fucking time to do this shit okay just dont steal, redistribute or remove the credit and we’ll get along fine. -->
  5.  
  6.  
  7. <meta name="color:background" content="#ffffff"/>
  8. <meta name="color:blogtitle" content="#ffffff"/>
  9. <meta name="color:text" content="#838282"/>
  10. <meta name="color:link" content="#b8b8b8"/>
  11. <meta name="color:link hover" content="#eeeeee"/>
  12. <meta name="color:link hover bg" content="#eeeeee"/>
  13. <meta name="color:border" content="#eeeeee"/>
  14. <meta name="color:hoverlink text" content="838282"/>
  15. <meta name="color:hoverlink border" content="838282"/>
  16. <meta name="color:hoverlink bg" content="#ffffff"/>
  17. <meta name="color:scrollbarbg" content="#ffffff"/>
  18.  
  19. <meta name="image:sidebar" content=""/>
  20.  
  21. <meta name="text:title" content="">
  22. <meta name="text:title 2" content="">
  23.  
  24. <meta name="text:link1 url" content="/">
  25. <meta name="text:link1 hover" content="link 1">
  26. <meta name="text:link2 url" content="/">
  27. <meta name="text:link2 hover" content="link 2">
  28. <meta name="text:link3 url" content="/">
  29. <meta name="text:link3 hover" content="link 3">
  30. <meta name="text:link4 url" content="/">
  31. <meta name="text:link4 hover" content="link 4">
  32. <meta name="text:link5 url" content="/">
  33. <meta name="text:link5 hover" content="link 5">
  34. <meta name="text:link6 url" content="/">
  35. <meta name="text:link6 hover" content="link 6">
  36. <meta name="text:link7 url" content="/">
  37. <meta name="text:link7 hover" content="link 7">
  38. <meta name="text:link8 url" content="/">
  39. <meta name="text:link8 hover" content="link 8">
  40. <meta name="text:link9 url" content="/">
  41. <meta name="text:link9 hover" content="link 9">
  42. <meta name="text:link10 url" content="/">
  43. <meta name="text:link10 hover" content="link 10">
  44.  
  45.  
  46. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  47. <script type="text/javascript">
  48. $(document).ready(function () {
  49. $("#clk").toggle(function() {
  50. $("#upd").show();
  51. }, function() {
  52. $("#upd").hide();
  53. });
  54. });
  55. </script>
  56.  
  57. <head><title>{Title}</title>
  58. <link rel="shortcut icon" href="{Favicon}">
  59. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  60. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  61.  
  62. <style type="text/css">
  63.  
  64. ::-webkit-scrollbar {
  65. width: 5px;height: 5px;}
  66. ::-webkit-scrollbar-button:start:decrement,
  67. ::-webkit-scrollbar-button:end:increment {
  68. height: 6px;display: block;background-color: {color:white};}
  69. ::-webkit-scrollbar-track-piece {
  70. background-color: {color:scrollbarbg};}
  71. ::-webkit-scrollbar-thumb:vertical {
  72. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  73.  
  74. body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;}
  75.  
  76. @font-face{font-family: Sweetly Broken;src:url(http://static.tumblr.com/iddq6cw/MZUlwm0mp/sweetly_broken.ttf);}
  77.  
  78. @font-face{font-family:Just Realize;src:url(http://static.tumblr.com/sghs9ih/2tFlu5il8/justrealize.ttf);}
  79.  
  80. @font-face{font-family:Jane Austen;src:url(http://static.tumblr.com/9wzbixa/ncHmj2mmb/janeaust.ttf);}
  81.  
  82. @font-face{font-family:Never; src: url(http://static.tumblr.com/9wzbixa/caAmj3lsm/neverletgo.ttf);}
  83.  
  84. @font-face {font-family:Painted;src:url(http://static.tumblr.com/9wzbixa/7vNm26po9/painted.ttf);}
  85.  
  86. @font-face{font-family:Spaced Out;src:url(http://static.tumblr.com/9wzbixa/WTgmkupxp/spaced_out.ttf);}
  87.  
  88.  
  89.  
  90. body {
  91. background:{color:background};
  92. margin:0px;
  93. color:{color:text};
  94. font-family:calibri;
  95. font-size:17px;
  96. line-height:100%;
  97. }
  98.  
  99. a {
  100. text-decoration:none;
  101. outline:none;
  102. -moz-outline-style:none;
  103. color:{color:link};
  104. -moz-transition-duration:0.8s;
  105. -webkit-transition-duration:0.8s;
  106. -o-transition-duration:0.8s;
  107. }
  108.  
  109. a:hover {
  110. color:{color:link hover};
  111. outline:none;
  112. -moz-outline-style:none;
  113. }
  114.  
  115. img {
  116. border:none;
  117. }
  118.  
  119. blockquote {
  120. padding-left:5px;
  121. border-left:2px solid;
  122.  
  123. }
  124.  
  125. blockquote blockquote {
  126. padding-left:5px;
  127. border-left:2px solid;
  128. }
  129.  
  130. h1 {
  131. font-size:13px;
  132. text-align:center;
  133. font-family:spaced out;
  134. letter-spacing:-10px;
  135. color:{color:text};
  136. }
  137.  
  138. h2 {
  139. font-size:17px;
  140. text-align:center;
  141. font-family:spaced out;
  142. letter-spacing:-6px;
  143. color:{color:text};
  144. }
  145.  
  146.  
  147. #title {
  148. color:{color:blogtitle};
  149. font-style:normal;
  150. font-family: 'Jane Austen';
  151. letter-spacing:1px;
  152. text-align:center;
  153. font-size:27px;
  154. margin-top:-1px;
  155. margin-left:-37px;
  156. padding:2px;
  157. width:250px;
  158. z-index:100;
  159. }
  160.  
  161. #title2 {
  162. color:{color:blogtitle};
  163. font-style:normal;
  164. font-family: 'Jane Austen';
  165. letter-spacing:1px;
  166. text-align:center;
  167. font-size:20px;
  168. margin-top:50px;
  169. margin-left:-45px;
  170. padding:2px;
  171. width:220px;
  172. z-index:100;
  173. }
  174.  
  175.  
  176. #sidebar {
  177. width:150px;
  178. position:fixed;
  179. margin-left:100px;
  180. margin-top:130px;
  181. }
  182.  
  183.  
  184. #sidebarimage {
  185. position:fixed;
  186. width:100px;
  187. height:140px;
  188. }
  189.  
  190. #sidebarimage img {
  191. width:130px;
  192. height:220px;
  193. margin-left:170px;
  194. }
  195.  
  196. #links {
  197. margin-top:-10px;
  198. padding:5px;
  199. text-align:center;
  200. font-family:Jane Austen;
  201. font-size:16px;
  202. color:{color:link};
  203. position:absolute;
  204. display:inline-block;
  205. text-transform:uppercase;
  206. letter-spacing:2px;
  207. line-height:130%;
  208. width:140px;
  209. font-style:normal;
  210. }
  211.  
  212.  
  213. #links2 {
  214. margin-top:10px;
  215. padding:5px;
  216. text-align:center;
  217. font-family:Jane Austen;
  218. font-size:16px;
  219. color:{color:link};
  220. position:absolute;
  221. display:inline-block;
  222. text-transform:uppercase;
  223. letter-spacing:2px;
  224. line-height:130%;
  225. width:140px;
  226. font-style:normal;
  227. }
  228.  
  229. #links a{
  230. display:inline-block;
  231. width:12px;
  232. border:1px solid {color:border};
  233. padding:3px;
  234. color:{color:link};
  235. letter-spacing:0px;
  236. text-decoration:none;
  237.  
  238. -moz-transition-duration:1s;
  239. -webkit-transition-duration:1s;
  240. -o-transition-duration:1s;
  241. }
  242.  
  243. #links2 a{
  244. display:inline-block;
  245. width:12px;
  246. border:1px solid {color:border};
  247. padding:3px;
  248. color:{color:link};
  249. letter-spacing:0px;
  250. text-decoration:none;
  251. -moz-transition-duration:1s;
  252. -webkit-transition-duration:1s;
  253. -o-transition-duration:1s;
  254. }
  255.  
  256. #links a:hover {
  257. color:{color:link hover};
  258. background-color:{color:hover link bg};
  259. -moz-transition-duration:0s;
  260. -webkit-transition-duration:0s;
  261. -o-transition-duration:0s;
  262. }
  263.  
  264. #links2 a:hover{
  265. color:{color:link hover};
  266. background-color:{color:hover link bg};
  267. -moz-transition-duration:0s;
  268. -webkit-transition-duration:0s;
  269. -o-transition-duration:0s;
  270. }
  271.  
  272. #description {
  273. width:150px;
  274. margin-top:35px;
  275. margin-left:-13px;
  276. font-size:11px;
  277. font-family:arial;
  278. padding:3px;
  279. text-align:center;
  280. letter-spacing:1px;
  281. line-height:90%;
  282. border:1px solid; padding:8px; {color:border};
  283. }
  284.  
  285.  
  286. #s-m-t-tooltip {
  287. max-width:300px;
  288. padding:3px 4px 5px 4px;
  289. margin:20px 0px 0px 20px;
  290. background-color:{color:hoverlink bg};
  291. border:1px solid {color:hoverlink border};
  292. font-family:calibri;
  293. font-size:11px;
  294. letter-spacing:2px;
  295. text-transform:uppercase;
  296. color:{color:hoverlink text};
  297. z-index:999999999999999999999999999999999999;
  298. }
  299.  
  300. #pagination {
  301. text-align:center;
  302. margin-top:35px;
  303. }
  304.  
  305. #entries {
  306. padding:20px;
  307. width:500px;
  308. margin-left:500px;
  309. margin-top:40px;
  310.  
  311.  
  312. }
  313.  
  314. #post {
  315. width:500px;
  316. padding-bottom:20px;
  317. }
  318.  
  319. #postinfo {
  320. text-align:left;
  321. margin-top:10px;
  322. font-size:10px;
  323. text-transform:italic;
  324. border-top:1px solid #eee;
  325. padding:2px;
  326. }
  327.  
  328. #question {
  329. float:left;
  330. margin-top:-2px;
  331. margin-right:5px;
  332. padding:8px;
  333. border:1px solid #e3e3e3;
  334.  
  335. }
  336.  
  337.  
  338. #quote{
  339. float:left;
  340. padding-top:5px;
  341. font-family:'baskerville';
  342. font-size:27px;
  343. height:auto;
  344. margin-top:0px;
  345. }
  346.  
  347.  
  348.  
  349. #cred {
  350. position:fixed;
  351. font-size:8px;
  352. font-weight:normal;
  353. line-height:150%;
  354. letter-spacing:2px;
  355. right:10px;
  356. bottom:10px;
  357. text-transform:uppercase;
  358. text-align:center;
  359. }
  360.  
  361.  
  362. {CustomCSS}</style></head><body>
  363.  
  364.  
  365. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  366. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  367. <script>
  368.  
  369. (function($){
  370.  
  371. $(document).ready(function(){
  372.  
  373. $("a[title]").style_my_tooltips({
  374.  
  375. tip_follows_cursor:true,
  376.  
  377. tip_delay_time:50,
  378.  
  379. tip_fade_speed:600,
  380.  
  381. attribute:"title"
  382.  
  383. });
  384.  
  385. });
  386.  
  387. })(jQuery);
  388.  
  389. </script>
  390.  
  391.  
  392.  
  393.  
  394. </div></div>
  395. </div>
  396.  
  397. <div id="sidebar">
  398.  
  399. <div id="title">{text:title}</div>
  400.  
  401. <div id="sidebarimage"><img src="{image:sidebar}"></div> <br>
  402.  
  403. <div id="links">
  404. <a title="{text:link1 hover}" href="{text:link1 url}">1</a>
  405. <a title="{text:link2 hover}" href="{text:link2 url}">2</a>
  406. <a title="{text:link3 hover}" href="{text:link3 url}">3</a>
  407. <a title="{text:link4 hover}" href="{text:link4 url}">4</a>
  408. <a title="{text:link5 hover}" href="{text:link5 url}">5</a>
  409. </div>
  410.  
  411. <div id="description">{Description}</div>
  412.  
  413. <div id="links2">
  414. <a title="{text:link6 hover}" href="{text:link6 url}">6</a>
  415. <a title="{text:link7 hover}" href="{text:link7 url}">7</a>
  416. <a title="{text:link8 hover}" href="{text:link8 url}">8</a>
  417. <a title="{text:link9 hover}" href="{text:link9 url}">9</a>
  418. <a title="{text:link10 hover}" href="{text:link10 url}">10</a>
  419. </div>
  420.  
  421. <div id="title2">{text:title 2}</div>
  422.  
  423. <div id="pagination">
  424. {block:Pagination}<h2>{block:PreviousPage}<a href="{PreviousPage}">fall</a> {/block:PreviousPage}
  425. {block:NextPage}— <a href="{NextPage}">fly</a>{/block:NextPage}</h2>{/block:Pagination}
  426. </div>
  427.  
  428. </div>
  429.  
  430.  
  431. <div id="entries">{block:Posts}<div id="post">
  432.  
  433. {block:Text}<h1>{block:Title}<big><big>{Title}</big></big>{/block:Title}</h1>{Body}{/block:Text}
  434.  
  435. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  436.  
  437. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  438.  
  439. {block:Quote}<div id="quote">“</div>&nbsp;&nbsp;&nbsp;&nbsp;{Quote}<br>
  440. {block:Source}<div align="right">— {Source}</div>{/block:Source}
  441. {/block:Quote}
  442.  
  443. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  444.  
  445. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  446.  
  447. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  448.  
  449. {block:Audio}<div class="audio_container">{block:AudioEmbed}{AudioEmbed color="white"}{/block:AudioEmbed}</div>
  450. {block:Caption}<div class="caption">{Caption}</div>
  451. {/block:Caption}{/block:Audio}
  452.  
  453. {block:Answer}<div id="question"><span style="text-transform:uppercase;font-size:9px;font-style:italic;">— {Asker} wondered: </span>{Question}</div><left> <font face="cambria">{Answer}</font>{/block:Answer}
  454.  
  455. <div id="postinfo"><i> posted on <a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}, {Year} at {12Hour}:{Minutes} </a> {block:RebloggedFrom} from <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource} <a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a> {/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  456. {block:HasTags}<div id="tags">filed as:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  457. {/block:Posts} </i>
  458. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  459. {/block:Posts}</div></div></div>
  460.  
  461.  
  462.  
  463. {/block:Posts}{block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}{/block:Posts}
  464.  
  465. </div></div></div></div>
  466. </div>
  467.  
  468. <div id="cred"><div id="credit"><a href="http://themesbyjude.tumblr.com">© JUDE</a></div>
  469.  
  470.  
  471. </body>
  472.  
  473. </html>
Advertisement
Add Comment
Please, Sign In to add comment