assshhhhllleey

theme 07 neon

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