assshhhhllleey

theme 14

Aug 10th, 2013
542
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.26 KB | None | 0 0
  1. <!--
  2.       
  3. Theme 14 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.  
  20.  
  21. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  22. <head>
  23.  
  24. <title>{Title}</title>
  25.  
  26. <link rel="shortcut icon" href="{Favicon}">
  27. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  28.  
  29. {block:Description}<meta name="description" content="{MetaDescription}" />
  30. {/block:Description}
  31.  
  32.  
  33. <meta name="color:Background" content="#ffffff"/>
  34. <meta name="color:Link" content="#b8b8b8"/>
  35. <meta name="color:Tags" content="f0f0f0"/>
  36. <meta name="color:LinkHover" content="#f2f2f2"/>
  37. <meta name="color:PostBG" content="#ffffff"/>
  38. <meta name="color:Scrollbar" content="#000000"/>
  39. <meta name="color:Color1" content="#FF9CBD"/>
  40. <meta name="color:Color2" content="#69DCFF"/>
  41. <meta name="color:Color3" content="#69FFA0"/>
  42. <meta name="color:Color4" content="#8380FF"/>
  43.  
  44. <meta name="image:sidebar" content=""/>
  45.  
  46. <meta name="text:Link 1" content="" />
  47. <meta name="text:Link 1 Text" content="" />
  48. <meta name="text:Link 2" content="" />
  49. <meta name="text:Link 2 Text" content="" />
  50. <meta name="text:Link 3" content="" />
  51. <meta name="text:Link 3 Text" content="" />
  52. <meta name="text:Link 4" content="" />
  53. <meta name="text:Link 4 Text" content="" />
  54.  
  55. <meta name="if:Show Link 1" content="1" />
  56. <meta name="if:Show Link 2" content="1" />
  57. <meta name="if:Show Link 3" content="1" />
  58. <meta name="if:Show Link 4" content="1" />
  59.  
  60. <link href='http://fonts.googleapis.com/css?family=Homemade+Apple' rel='stylesheet' type='text/css'>
  61. <link href='http://fonts.googleapis.com/css?family=Just+Another+Hand' rel='stylesheet' type='text/css'>
  62.  
  63. <style type="text/css">
  64.  
  65. iframe#tumblr_controls {position:fixed; z-index:9999999999; top: 3px; margin: 0 0 0 0; right:4px; -webkit-filter: invert(100%);}
  66.  
  67. /* --- SCROLLBAR ---*/
  68.  
  69. ::-webkit-scrollbar {
  70. width: 5px;
  71. height: 5px;
  72. }
  73.  
  74. ::-webkit-scrollbar-button:start:decrement,
  75. ::-webkit-scrollbar-button:end:increment {
  76. height: 4px;
  77. display: block;
  78. background-color: {color:white};
  79. }
  80.  
  81. ::-webkit-scrollbar-track {
  82. border-left:2px solid #fff;
  83. border-right:2px solid #fff;
  84. background:{color:Scrollbar};
  85. }
  86.  
  87. ::-webkit-scrollbar-thumb:vertical {
  88. height: 9px;
  89. background-color: {color:Scrollbar};
  90. border-radius: 100px;
  91. }
  92.  
  93.  
  94. /* ----------------------------- BODY -----------------------------*/
  95.  
  96. body {
  97. background:{color:background};
  98. margin:0px;
  99. color:#000;
  100. font-family:Calibri;
  101. font-size:9px;
  102. line-height:100%;
  103. }
  104.  
  105. a {
  106. text-decoration:none;
  107. outline:none;
  108. -moz-outline-style:none;
  109. color:#000;
  110. -webkit-transition: all 0.7s ease;
  111. -moz-transition: all 0.7s ease;
  112. -o-transition: all 0.7s ease;
  113. }
  114.  
  115. img {
  116. border:none;
  117. }
  118.  
  119. blockquote {
  120. padding-left:5px;
  121. border-left:2px solid;
  122. }
  123.  
  124. blockquote blockquote {
  125. padding-left:5px;
  126. border-left:2px solid;
  127. }
  128.  
  129. h1 {
  130. font-size:14px;
  131. font-style: italic;
  132. text-transform:uppercase;
  133. }
  134.  
  135. a:hover {
  136. opacity:1;
  137. color:{color:LinkHover};
  138. -webkit-transition: all 0.7s ease;
  139. -moz-transition: all 0.7s ease;
  140. -o-transition: all 0.7s ease;
  141. }
  142.  
  143. #box {position:fixed;margin-left:0px;margin-top:-40px;width: 80px;height: 100%;background-color: #000;}
  144.  
  145. .border1 {position:fixed; display: inline-block; margin-left:80px;margin-top:-40px;width: 8px;height: 25%;background-color: {color:Color1};}
  146.  
  147. .border2 {position:fixed;display: inline-block;margin-left:80px;margin-top:120px;width: 8px;height: 25%;background-color: {color:Color2};}
  148.  
  149. .border3 {position:fixed;display: inline-block;;margin-left:80px;margin-top:280px;width: 8px;height: 25%;background-color: {color:Color3};}
  150.  
  151. .border4 {position:fixed;display: inline-block;margin-left:80px;margin-top:440px;width: 8px;height: 100%;background-color: {color:Color4};}
  152.  
  153. /* -------------------------- POST ENTRIES --------------------------*/
  154.  
  155.  
  156. #entries {
  157. margin-left:200px;
  158. margin-top:40px;
  159. width:500px;
  160. padding:10px;
  161. font-size:12px;
  162. line-height:99%;
  163. }
  164.  
  165. /* -------------------------- BODY: POSTS --------------------------*/
  166.  
  167.  
  168. #post {
  169. margin-top:15px;
  170. width:500px;
  171. padding:10px;
  172. padding-bottom:20px;
  173. background-color:{color:PostBG};
  174. }
  175.  
  176. /* ------------------------- SIDEBAR IMAGE -------------------------*/
  177.  
  178.  
  179. #sidebar {
  180. margin-left:860px;
  181. margin-top:150px;
  182. width:100px;
  183. height: 100px;
  184. position:fixed;
  185. opacity:1;
  186. }
  187.  
  188. #sidebarimage {
  189. width: 130px;
  190. height: 130px;
  191. -webkit-transition: all 0.9s ease;
  192. -moz-transition: all 0.9s ease;
  193. -o-transition: all 0.9s ease;
  194. }
  195.  
  196. #sidebarimage img {
  197. width:130px;
  198. height: 130px;
  199. border-top:solid 4px {color:Color4};
  200. border-right:solid 4px {color:Color3};
  201. border-bottom:solid 4px {color:Color1};
  202. border-left:solid 4px {color:Color2};
  203. background-color:{color:Sidebar};
  204. }
  205.  
  206. #sidebar:hover #sidebarimage {
  207. -webkit-transform: rotateY(180deg);
  208. -moz-transform: rotateY(180deg);
  209. -o-transform: rotateY(180deg);
  210. opacity:0;
  211. margin-left: 150px;
  212. -webkit-transition: all 0.9s ease;
  213. -moz-transition: all 0.9s ease;
  214. -o-transition: all 0.9s ease;
  215. }
  216.  
  217. #sidebarimage2 {
  218. margin-top: 130px;
  219. margin-left: 836px;
  220. width: 188px;
  221. height: 178px;
  222. position:fixed;
  223. }
  224.  
  225. #sidebarimage2 img {
  226. width:188px;
  227. height: 178px;
  228. }
  229.  
  230.  
  231. /* ------------------------- SIDEBAR LINKS -------------------------*/
  232.  
  233. .links {
  234. margin-top:300px;
  235. margin-left:838px;
  236. width:200px;
  237. height:5px;
  238. position:fixed;
  239. padding: 9px;
  240. padding-bottom:7px;
  241. text-align:left;
  242. text-transform:uppercase;
  243. word-spacing:10px;
  244. font-family:calibri;
  245. line-height: 300%;
  246. display: inline-block;
  247. }
  248.  
  249. .links a {
  250. font-size: 10px;
  251. display: inline-block;
  252. padding: 2px;
  253. word-spacing: 2px;
  254. line-height:140%;
  255. border-bottom: 1px solid #000;
  256. width: 43px;
  257. }
  258.  
  259. .links a:hover {
  260. color:{color:LinkHover}
  261. }
  262.  
  263.  
  264. /* -------------------------- DESCRIPTION --------------------------*/
  265.  
  266. #description {
  267. margin-top:-110px;
  268. margin-left:0px;
  269. width:118px;
  270. position:fixed;
  271. padding:8px;
  272. line-height:90%;
  273. text-align:center;
  274. font-size:12px;
  275. font-style:italic;
  276. font-family:cambria;
  277. color:#000;
  278. z-index:-9999999999999;
  279. }
  280.  
  281. #description a {
  282. color:#000;
  283. -moz-transition-duration:0.4s;
  284. -webkit-transition-duration:0.4s;
  285. -o-transition-duration:0.4s;
  286. }
  287.  
  288. /* --------------------------- PAGINATION ---------------------------*/
  289.  
  290.  
  291. #pagination {
  292. margin-left:828px;
  293. margin-top:120px;
  294. width:100px;
  295. position:fixed;
  296. text-align:center;
  297. font-size:9px;
  298. letter-spacing:0px;
  299. font-family:consolas;
  300. }
  301.  
  302. /* --------------------------- POST INFO ---------------------------*/
  303.  
  304.  
  305. #info {
  306. margin-top:10px;
  307. text-align:left;
  308. text-transform:uppercase;
  309. font-size:8px;
  310. padding-top: 3px;
  311. font-style:none;
  312. border-top:1px #000 solid;
  313. }
  314.  
  315. #info a {
  316. color: #fff;
  317. }
  318.  
  319. /* --------------------------- POST TAGS ---------------------------*/
  320.  
  321.  
  322. #tags {
  323. margin-top:4px;
  324. text-align:left;
  325. text-transform:lowercase;
  326. font-size:10px;
  327. font-style:italic;
  328. letter-spacing:0px;
  329. font-family:cambria;
  330. opacity: 0;
  331. color: #000;
  332. -webkit-transition: all 0.6s ease-in-out;
  333. -moz-transition: all 0.6s ease-in-out;
  334. -o-transition: all 0.6s ease-in-out;
  335. -ms-transition: all 0.6s ease-in-out;
  336. transition: all 0.6s ease-in-out;
  337. }
  338.  
  339. #tags a {
  340. display:inline;
  341. padding:-3px;
  342. text-align:left;
  343. color:#000;
  344. -webkit-transition: all 0.6s ease-in-out;
  345. -moz-transition: all 0.6s ease-in-out;
  346. -o-transition: all 0.6s ease-in-out;
  347. -ms-transition: all 0.6s ease-in-out;
  348. transition: all 0.6s ease-in-out;
  349. }
  350.  
  351. #post:hover #tags {
  352. opacity:1;
  353. }
  354.  
  355. #tags a:hover {
  356. color: {color:LinkHover};
  357. }
  358.  
  359.  
  360. /* --------------------------- QUESTIONS ---------------------------*/
  361.  
  362. #asker {
  363. padding:5px;
  364. text-align:left;
  365. letter-spacing:1px;
  366. font-style:italic;
  367. font-family:cambria;
  368. font-size:16px;
  369. border-bottom:5px #000 double;
  370. color: #000;
  371. min-height: 14px;
  372. line-height: 96%;
  373. background-color:{color:background}
  374. }
  375.  
  376. #asker a {
  377. color: #000;
  378. }
  379.  
  380.  
  381. /*--------------------DON'T REMOVE/CHANGE CREDIT--------------------*/
  382.  
  383. #credit {padding: 2px; font-color:#000; position:fixed; bottom:4px; right:-160px; font-size:20px; letter-spacing:1px; font-family:just another hand;-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease; }
  384.  
  385. #credit a {color: #000;}
  386.  
  387. #credit:hover {
  388. right:2px;-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;
  389. }
  390.  
  391. /*------------------------------------------------------------------*/
  392.  
  393. {CustomCSS}</style></head><body>
  394.  
  395. <div class="links">
  396. <a href="/">home</a>
  397. <a href="/ask">letters</a>
  398. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfShowLink1}<br>
  399. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfShowLink2}
  400. {block:IfShowLink3}<a href="{text:Link 3}">{text:Link 3 Text}</a>{/block:IfShowLink3}
  401. {block:IfShowLink4}<a href="{text:Link 4}">{text:Link 4 Text}</a>{/block:IfShowLink4}
  402. </div>
  403.  
  404. <div id="sidebarimage2"><img src="http://25.media.tumblr.com/fb773706b645b4fef83e4c226e2c0b1e/tumblr_mqbwkh2Oh81relm2ao1_500.png"></div>
  405.  
  406. <div id="box"></div>
  407. <div class="border1"></div>
  408. <div class="border2"></div>
  409. <div class="border3"></div>
  410. <div class="border4"></div>
  411.  
  412. <div id="sidebar">
  413. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  414.  
  415.  
  416. <div id="description">
  417. {Description}
  418. </div>
  419. </div>
  420.  
  421.  
  422. {block:Pagination}<div id="pagination">
  423. {block:PreviousPage}<a href="{PreviousPage}">newer</a>{/block:PreviousPage}
  424. {block:NextPage}<a href="{NextPage}">— older</a>{/block:NextPage}
  425. </div>{/block:Pagination}
  426.  
  427. </div>
  428.  
  429. <div id="entries">{block:Posts}<div id="post">
  430.  
  431. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  432.  
  433. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  434.  
  435. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  436.  
  437. {block:Quote}{Quote}{/block:Quote}
  438.  
  439. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  440.  
  441. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  442.  
  443. {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>
  444. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  445. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  446. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  447. {/block:Audio}
  448.  
  449. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  450.  
  451. {block:Answer}<div id="asker"><span style="font-family:homemade apple;font-size:12px; line-height:190%;"> {Asker} — </span><br><big>"</big>{Question}<big>"</big></div><left><font face="cambria">{Answer}</font>{/block:Answer}
  452.  
  453. <div id="info">
  454. <span style="background-color: #000; color: #fff; padding:3px;">{block:Date}{TimeAgo}{/block:Date}</span> <span style="background-color: #000; padding:3px;"><a href="{Permalink}">
  455. {NoteCountWithLabel}</a></span> <span style="background-color: #000; color: #fff; padding:3px;"><a href="{ReblogURL}" target="_blank"> &nbsp — reblog</a></span><span style="background-color: #000; color: #fff; padding:3px; margin-top:-3px; float:right">{block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}{block:ContentSource} © <a href="{SourceURL}">original</a>{/block:ContentSource}</span><p>{block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags} </div></div>{/block:Posts}{block:PostNotes}{PostNotes}</div>{/block:PostNotes}{/block:Posts} </div></div>
  456.  
  457. <div id="credit">
  458. <a href="http://twerkitnarry.tumblr.com/">▲▼ &nbsp; TWERKITNARRY &nbsp; ▼▲</a>
  459. </div>
  460.  
  461.  
  462. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment