assshhhhllleey

theme 09

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