assshhhhllleey

theme 12

Jul 11th, 2013
2,448
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.85 KB | None | 0 0
  1. <!--
  2.  
  3. Theme 12 by
  4.  
  5. ╱╭╮╱╱╱╱╱╱╱╱╱╭╮╱╱╭╮
  6. ╭╯╰╮╱╱╱╱╱╱╱╱┃┃╱╭╯╰╮
  7. ╰╮╭┫╭╮╭┳━━┳━┫┃╭╋╮╭╋━╮╭━━┳━┳━┳╮╱╭╮
  8. ╱┃┃╰╯╰╯┃┃━┫╭┫╰╯╋┫┃┃╭╮┫╭╮┃╭┫╭┫┃╱┃┃
  9. ╱┃╰╮╭╮╭┫┃━┫┃┃╭╮┫┃╰┫┃┃┃╭╮┃┃┃┃┃╰━╯┃
  10. ╱╰━┻╯╰╯╰━━┻╯╰╯╰┻┻━┻╯╰┻╯╰┻╯╰╯╰━╮╭╯
  11. ╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╭━╯┃
  12. ╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╰━━╯
  13.  
  14. aka ashley
  15.  
  16. -->
  17.  
  18. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  19. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  20. <head>
  21.  
  22. <title>{Title}</title>
  23.  
  24. <link rel="shortcut icon" href="{Favicon}">
  25. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  26.  
  27. {block:Description}<meta name="description" content="{MetaDescription}" />
  28. {/block:Description}
  29.  
  30.  
  31. <meta name="color:Background" content="#ffffff"/>
  32. <meta name="color:Sidebar" content="#ffffff"/>
  33. <meta name="color:Text" content="#a8a8a8"/>
  34. <meta name="color:Link" content="#b8b8b8"/>
  35. <meta name="color:Tags" content="f0f0f0"/>
  36. <meta name="color:Hover" content="#f2f2f2"/>
  37. <meta name="color:Line" content="#f2f2f2"/>
  38. <meta name="color:Post" content="#ffffff"/>
  39. <meta name="color:scrollbarbg" content="ffffff"/>
  40.  
  41. <meta name="image:sidebar" content=""/>
  42.  
  43. <meta name="text:blogtitle" content="" />
  44. <meta name="text:Link 1" content="" />
  45. <meta name="text:Link 1 Text" content="" />
  46. <meta name="text:Link 2" content="" />
  47. <meta name="text:Link 2 Text" content="" />
  48. <meta name="text:Link 3" content="" />
  49. <meta name="text:Link 3 Text" content="" />
  50.  
  51. <meta name="if:Show Link 1" content="1" />
  52. <meta name="if:Show Link 2" content="1" />
  53. <meta name="if:Show Link 3" content="1" />
  54.  
  55. <link href='http://fonts.googleapis.com/css?family=Dawning+of+a+New+Day' rel='stylesheet' type='text/css'>
  56.  
  57. <style type="text/css">
  58.  
  59. iframe#tumblr_controls {position:fixed; z-index:9999999999; top: 3px; margin: 0 0 0 0; right:4px; -webkit-filter: invert(100%);opacity: .3;-webkit-transition: all 0.7s ease;
  60. -moz-transition: all 0.7s ease;
  61. -o-transition: all 0.7s ease;}
  62.  
  63.  
  64. iframe#tumblr_controls:hover {opacity: .5;-webkit-transition: all 0.7s ease;
  65. -moz-transition: all 0.7s ease;
  66. -o-transition: all 0.7s ease;}
  67.  
  68. /* --- SCROLLBAR ---*/
  69.  
  70. ::-webkit-scrollbar {
  71. width: 5px;height: 5px;}
  72. ::-webkit-scrollbar-button:start:decrement,
  73. ::-webkit-scrollbar-button:end:increment {
  74. height: 6px;display: block;background-color: {color:white};}
  75. ::-webkit-scrollbar-track-piece {
  76. background-color: {color:scrollbarbg};}
  77. ::-webkit-scrollbar-thumb:vertical {
  78. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  79.  
  80.  
  81. /* ----------------------------- BODY -----------------------------*/
  82.  
  83. body {
  84. background:{color:background};
  85. margin:0px;
  86. color:{color:text};
  87. font-family:Calibri;
  88. font-size:9px;
  89. line-height:100%;
  90. }
  91.  
  92. a {
  93. text-decoration:none;
  94. outline:none;
  95. -moz-outline-style:none;
  96. color:{color:link};
  97. -webkit-transition: all 0.7s ease;
  98. -moz-transition: all 0.7s ease;
  99. -o-transition: all 0.7s ease;
  100. }
  101.  
  102. img {
  103. border:none;
  104. }
  105.  
  106. blockquote {
  107. padding-left:5px;
  108. border-left:2px solid;
  109. }
  110.  
  111. blockquote blockquote {
  112. padding-left:5px;
  113. border-left:2px solid;
  114. }
  115.  
  116. h1 {
  117. font-size:9px;
  118. text-transform:uppercase;
  119. }
  120.  
  121. a:hover {
  122. opacity:1;
  123. color:{color:hover};
  124. -webkit-transition: all 0.7s ease;
  125. -moz-transition: all 0.7s ease;
  126. -o-transition: all 0.7s ease;
  127. }
  128.  
  129. /* -------------------------- POST ENTRIES --------------------------*/
  130.  
  131.  
  132. #entries {
  133. margin-left:450px;
  134. margin-top:0px;
  135. width:500px;
  136. padding:75px;
  137. font-size:10px;
  138. border-left: 1px solid #eee;
  139. }
  140.  
  141. /* -------------------------- BODY: POSTS --------------------------*/
  142.  
  143.  
  144. #post {
  145. margin-top:15px;
  146. width:500px;
  147. padding:10px;
  148. padding-bottom:20px;
  149. background-color:{color:Post};
  150. -webkit-transition: all 0.6s ease-in-out;
  151. -moz-transition: all 0.6s ease-in-out;
  152. -o-transition: all 0.6s ease-in-out;
  153. -ms-transition: all 0.6s ease-in-out;
  154. transition: all 0.6s ease-in-out;
  155. }
  156.  
  157. /* ------------------------- SIDEBAR IMAGE -------------------------*/
  158.  
  159. #bloc
  160. {position:fixed;
  161. top:240px;
  162. left:300px;}
  163.  
  164. .transition
  165. {-webkit-transition: opacity 0.7s linear;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out;}
  166.  
  167. #picture
  168. {height:100px;
  169. opacity: .8;}
  170.  
  171. #left
  172. {float:bottom;
  173. overflow:hidden;
  174. height:50px;
  175. width: 100px;}
  176.  
  177. #right
  178. {overflow:hidden;
  179. height:50px;
  180. width: 100px;}
  181.  
  182. #about
  183. {float:top;
  184. font-size: 10px;
  185. text-align: justify;
  186. width:93px;
  187. height:0px;
  188. margin-left:3px;
  189. opacity:0;
  190. font-family:cambria italic;}
  191.  
  192. #about a {
  193. color:{color:text};
  194. -moz-transition-duration:0.4s;
  195. -webkit-transition-duration:0.4s;
  196. -o-transition-duration:0.4s;
  197. }
  198.  
  199.  
  200. #picture:hover #about
  201. {height:50px;
  202. width: 93px;
  203. padding:10px 0px 10px 0px;
  204. opacity:1;}
  205.  
  206. #picture:hover #left
  207. {margin-top:-25px;}
  208.  
  209.  
  210. /* ------------------------- TITLE -------------------------*/
  211.  
  212. #title {
  213. margin-top:240px;
  214. margin-left:200px;
  215. width:90px;
  216. height:10px;
  217. position:fixed;
  218. line-height: 60%;
  219. padding: 5px;
  220. word-spacing: 5px;
  221. text-align:center;
  222. font-size: 25px;
  223. font-family: 'Dawning of a New Day', cursive;}
  224.  
  225. /* ------------------------- SIDEBAR LINKS -------------------------*/
  226.  
  227. .links {
  228. margin-top:288px;
  229. margin-left:200px;
  230. width:90px;
  231. height:10px;
  232. position:fixed;
  233. padding: 5px;
  234. word-spacing: 5px;
  235. text-align:center;
  236. font-family:cambria;
  237. border-top: 1px solid #eee;
  238. border-bottom: 1px solid #eee;
  239. -webkit-transition: opacity 0.7s linear;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out;
  240. }
  241.  
  242. .links a {
  243. font-size: 13px;
  244. }
  245.  
  246. .links a:hover {
  247. color:{color:Hover}
  248. }
  249.  
  250.  
  251. /* --------------------------- PAGINATION ---------------------------*/
  252.  
  253.  
  254. #pagination {
  255. margin-left:200px;
  256. margin-top:320px;
  257. width:100px;
  258. position:fixed;
  259. text-align:center;
  260. font-size:14px;
  261. letter-spacing:0px;
  262. font-family:cambria italic;
  263. -webkit-transition: opacity 0.7s linear;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out;
  264. }
  265.  
  266.  
  267. /* --------------------------- POST INFO ---------------------------*/
  268.  
  269.  
  270. #info {
  271. margin-top:10px;
  272. text-align:right;
  273. text-transform:uppercase;
  274. font-size:8px;
  275. font-family:cambria italic;
  276. font-style:none;
  277. border-top:1px solid {color:Line}
  278. }
  279.  
  280. /* --------------------------- POST TAGS ---------------------------*/
  281.  
  282.  
  283. #tags {
  284. margin-top:4px;
  285. text-align:right;
  286. text-transform:lowercase;
  287. font-size:10px;
  288. font-style:italic;
  289. letter-spacing:0px;
  290. font-family:cambria;
  291. opacity: 0;
  292. -webkit-transition: all 0.6s ease-in-out;
  293. -moz-transition: all 0.6s ease-in-out;
  294. -o-transition: all 0.6s ease-in-out;
  295. -ms-transition: all 0.6s ease-in-out;
  296. transition: all 0.6s ease-in-out;
  297. }
  298.  
  299. #tags a {
  300. display:inline;
  301. padding:-3px;
  302. text-align:left;
  303. color:{color:Tags};
  304. -webkit-transition: all 0.6s ease-in-out;
  305. -moz-transition: all 0.6s ease-in-out;
  306. -o-transition: all 0.6s ease-in-out;
  307. -ms-transition: all 0.6s ease-in-out;
  308. transition: all 0.6s ease-in-out;
  309. }
  310.  
  311. #post:hover #tags {
  312. opacity:1;
  313. }
  314.  
  315.  
  316. /* --------------------------- QUESTIONS ---------------------------*/
  317.  
  318. #asker {
  319. padding:11px;
  320. text-align:left;
  321. letter-spacing:1px;
  322. font-style:italic;
  323. font-family:cambria;
  324.  
  325. background:#f7f7f7;
  326. }
  327.  
  328. #asker a {
  329. color: #a6a6a6;
  330. }
  331.  
  332. /*--------------------DON'T REMOVE/CHANGE CREDIT--------------------*/
  333.  
  334. @font-face{font-family:Indie Star;src:url(http://static.tumblr.com/9wzbixa/EOUmj2m9n/indiestarbb_reg.otf);}
  335.  
  336. #credit {padding: 2px; font-color:#000; position:fixed; bottom:4px; right:2px; font-size:14px; letter-spacing:1px; font-family:Indie Star; font-style:italic;}
  337.  
  338. #credit a {color: #a4a4a4;}
  339.  
  340. /*------------------------------------------------------------------*/
  341.  
  342. #s-m-t-tooltip {
  343.  
  344. max-width:300px;
  345.  
  346. padding:3px 4px 5px 4px;
  347.  
  348. margin:20px 0px 0px 20px;
  349.  
  350. background-color:#fff; /* change the background color */
  351.  
  352. border:1px solid #ddd; /* change the border color */
  353.  
  354. font-family:cambria italic; /* change the font */
  355.  
  356. font-size:9px; /* change the font size */
  357.  
  358. letter-spacing:2px; /* change the letter spacing */
  359.  
  360. text-transform:lowercase; /* can be uppercase, lowercase, none*/
  361.  
  362. color:#999; /* change the text color */
  363.  
  364. z-index:999999999999999999999999999999999999;
  365.  
  366. }
  367.  
  368.  
  369. {CustomCSS}</style></head><body>
  370.  
  371. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  372.  
  373. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  374.  
  375. <script>
  376.  
  377. (function($){
  378.  
  379. $(document).ready(function(){
  380.  
  381. $("a[title]").style_my_tooltips({
  382.  
  383. tip_follows_cursor:true,
  384.  
  385. tip_delay_time:90,
  386.  
  387. tip_fade_speed:600,
  388.  
  389. attribute:"title"
  390.  
  391. });
  392.  
  393. });
  394.  
  395. })(jQuery);
  396.  
  397. </script>
  398.  
  399. <div id="bloc">
  400. <div id="picture" class="transition">
  401. <div id="left" class="transition">
  402. <img height="100px" src="{image:sidebar}">
  403. </div>
  404. <div id="about" class="transition">{Description}</div>
  405. <div id="right" class="transition">
  406. <img height="100px" style="margin-top:-50px;" src="{image:sidebar}">
  407. </div>
  408. </div></div>
  409.  
  410. <div id="title">{text:blogtitle}</div>
  411.  
  412. <div class="links">
  413. <a title="Home"href="/">I.</a>
  414. <a title="Mail"href="/ask">II.</a>
  415. {block:IfShowLink1}<a title="{text:Link 1 Text}"href="{text:Link 1}">III.</a>{/block:IfShowLink1}
  416. {block:IfShowLink2}<a title="{text:Link 2 Text}"href="{text:Link 2}">IV.</a>{/block:IfShowLink2}
  417. {block:IfShowLink3}<a title="{text:Link 3 Text}"href="{text:Link 3}">V.</a>{/block:IfShowLink3}
  418. </div>
  419.  
  420.  
  421. {block:Pagination}<div id="pagination">
  422. {block:NextPage}<a href="{NextPage}">fall</a>{/block:NextPage}
  423. {block:PreviousPage}<a href="{PreviousPage}">◈ rise</a>{/block:PreviousPage}
  424. </div>{/block:Pagination}
  425.  
  426. </div>
  427. </div>
  428. </div>
  429.  
  430. <div id="entries">{block:Posts}<div id="post">
  431.  
  432. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  433.  
  434. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  435.  
  436. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  437.  
  438. {block:Quote}{Quote}{/block:Quote}
  439.  
  440. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  441.  
  442. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  443.  
  444. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  445. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  446. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  447. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  448. {/block:Audio}
  449.  
  450. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  451.  
  452. {block:Answer}<div id="asker"><span style="font-family:cambria;font-size:9px;font-style:italic;"><big><big>◈ {Asker}: </big></big> </span>{Question}</div><left><font face="cambria">{Answer}</font>{/block:Answer}
  453.  
  454. <div id="info">
  455. <br>{block:Date}{TimeAgo}{/block:Date} with <a href="{Permalink}">
  456. {NoteCountWithLabel}</a> <a href="{ReblogURL}" target="_blank">( reblog ) &nbsp;</a><div style="float:right;">{block:RebloggedFrom} via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>{/block:RebloggedFrom}{block:ContentSource}<a href="{SourceURL}"> - (© {SourceLink})</a>{/block:ContentSource}</div>{block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags} <img src="http://static.tumblr.com/qlfmldj/wOKmcnquv/untitled-2.png"></div>{/block:HasTags} </div></div>{/block:Posts}{block:PostNotes}{PostNotes}</div>{/block:PostNotes}{/block:Posts} </div></div>
  457.  
  458. <div id="credit"><a href="http://twerkitnarry.tumblr.com/">twerkitnarry</a></center></div>
  459.  
  460.  
  461. </body></html>
  462.  
  463.  
  464. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment