assshhhhllleey

theme 11

Jul 10th, 2013
1,359
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.08 KB | None | 0 0
  1. <!--
  2.  
  3. Theme 11 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. <meta name="color:Tags" content="#000000"/>
  31. <meta name="color:Hover" content="#f2f2f2"/>
  32. <meta name="color:Line" content="#f2f2f2"/>
  33. <meta name="color:scrollbarbg" content="#ffffff"/>
  34. <meta name="image:sidebar" content=""/>
  35. <meta name="text:blogtitle" content="blog title"/>
  36. <meta name="text:Link 1" content="" />
  37. <meta name="text:Link 1 Text" content="link 1" />
  38. <meta name="text:Link 2" content="" />
  39. <meta name="text:Link 2 Text" content="link 2" />
  40. <meta name="if:Show Link 1" content="1" />
  41. <meta name="if:Show Link 2" content="1" />
  42.  
  43.  
  44. <link href='http://fonts.googleapis.com/css?family=Shadows+Into+Light' rel='stylesheet' type='text/css'>
  45.  
  46. <style type="text/css">
  47.  
  48. iframe#tumblr_controls {position:fixed; z-index:9999999999; top: 3px; margin: 0 0 0 0; right:4px; -webkit-filter: invert(100%);}
  49.  
  50. /* --- SCROLLBAR ---*/
  51.  
  52. ::-webkit-scrollbar {
  53. width: 5px;height: 5px;}
  54. ::-webkit-scrollbar-button:start:decrement,
  55. ::-webkit-scrollbar-button:end:increment {
  56. height: 6px;display: block;background-color: {color:white};}
  57. ::-webkit-scrollbar-track-piece {
  58. background-color: {color:scrollbarbg};}
  59. ::-webkit-scrollbar-thumb:vertical {
  60. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  61.  
  62.  
  63. /* ----------------------------- BODY -----------------------------*/
  64.  
  65. body {
  66. background:#fff;
  67. margin:0px;
  68. color:#000;
  69. font-family:Calibri;
  70. font-size:9px;
  71. line-height:100%;
  72. }
  73.  
  74. a {
  75. text-decoration:none;
  76. outline:none;
  77. -moz-outline-style:none;
  78. color:#000;
  79. -webkit-transition: all 0.7s ease;
  80. -moz-transition: all 0.7s ease;
  81. -o-transition: all 0.7s ease;
  82. }
  83.  
  84. img {
  85. border:none;
  86. }
  87.  
  88. blockquote {
  89. padding-left:5px;
  90. border-left:2px solid;
  91. }
  92.  
  93. blockquote blockquote {
  94. padding-left:5px;
  95. border-left:2px solid;
  96. }
  97.  
  98. h1 {
  99. font-size:9px;
  100. text-transform:uppercase;
  101. }
  102.  
  103. a:hover {
  104. opacity:1;
  105. color:{color:hover};
  106. -webkit-transition: all 0.7s ease;
  107. -moz-transition: all 0.7s ease;
  108. -o-transition: all 0.7s ease;
  109. }
  110.  
  111. .blogtitle {
  112. margin-top: 0px;
  113. margin-left: 450px;
  114. width: 560px;
  115. font-size: 45px;
  116. font-family:Shadows into light;
  117. font-style: italic;
  118. word-spacing: 10px;
  119. text-align:center;
  120. text-transform:uppercase;
  121. letter-spacing:2px;
  122. position:fixed;
  123. padding: 18px;
  124. padding-top:33px;
  125. padding-bottom: 28px;
  126. color: #fff;
  127. background-color: #000;
  128. z-index: 100;
  129. text-shadow:-1px 2px #00F2FF, 1px 2px red;
  130. -webkit-transition: all 0.4s ease-in-out;
  131. -moz-transition: all 0.4s ease-in-out;
  132. -o-transition: all 0.4s ease-in-out;
  133. }
  134.  
  135. .blogtitle:hover {
  136. letter-spacing: 6px;
  137. text-shadow:-2px 2px red, 2px 2px #00F2FF;
  138. -webkit-transition: all 0.4s ease-in-out;
  139. -moz-transition: all 0.4s ease-in-out;
  140. -o-transition: all 0.4s ease-in-out;
  141. }
  142.  
  143.  
  144. /* -------------------------- POST ENTRIES --------------------------*/
  145.  
  146.  
  147. #entries {
  148. margin-left:450px;
  149. margin-top:0px;
  150. width:500px;
  151. padding:10px;
  152. padding-top: 30px;
  153. padding-right:30px;
  154. font-size:10px;
  155. border: 28px solid #000;
  156. border-top: 70px solid #000;
  157. }
  158.  
  159. /* -------------------------- BODY: POSTS --------------------------*/
  160.  
  161.  
  162. #post {
  163. margin-top:5px;
  164. width:500px;
  165. padding:10px;
  166. padding-bottom:20px;
  167. background-color:#fff;
  168. }
  169.  
  170. /* ------------------------- SIDEBAR IMAGE -------------------------*/
  171.  
  172.  
  173. #sidebar {
  174. margin-left:300px;
  175. margin-top:310px;
  176. width:100px;
  177. height: 100px;
  178. position:fixed;
  179. opacity:1;
  180. }
  181.  
  182. #sidebarimage {
  183. width: 122px;
  184. height: 122px;
  185. padding:6px;
  186. border:solid 8px #000;
  187. background-color:#000;
  188. }
  189.  
  190. #sidebarimage img {
  191. width:122px;
  192. height: 122px;
  193. opacity: 1;
  194. }
  195.  
  196. #sidebar:hover #sidebarimage img{
  197. -webkit-transition: all 0.7s ease-in-out;
  198. -moz-transition: all 0.7s ease-in-out;
  199. -o-transition: all 0.7s ease-in-out;
  200. -webkit-transform: rotate(360deg);
  201. -moz-transform: rotate(360deg);
  202. -o-transform: rotate(360deg);
  203. }
  204.  
  205. /* ------------------------- SIDEBAR LINKS -------------------------*/
  206.  
  207. .links {
  208. margin-top:-313px;
  209. margin-left:-9px;
  210. width:150px;
  211. height:65px;
  212. position:fixed;
  213. padding: 9px;
  214. padding-bottom:7px;
  215. text-align:center;
  216. text-transform:uppercase;
  217. word-spacing:2px;
  218. font-family:calibri;
  219. -webkit-transition: all 0.7s ease;
  220. -moz-transition: all 0.7s ease;
  221. -o-transition: all 0.7s ease;
  222. }
  223.  
  224. .links a {
  225. font-size: 14px;
  226. padding: 8px;
  227. display: block;
  228. color: #fff;
  229. background-color: #000;
  230. border-bottom: 5px double #fff;
  231. -webkit-transition: all 0.7s ease;
  232. -moz-transition: all 0.7s ease;
  233. -o-transition: all 0.7s ease;
  234. }
  235.  
  236. .links a:hover {
  237. color: #000;
  238. padding-right: 75px;
  239. background-color: #fff;
  240. border-bottom: 5px double #000;
  241. text-shadow:-2px 1px #00F2FF, 2px 1px red;
  242. -webkit-transition: all 0.7s ease;
  243. -moz-transition: all 0.7s ease;
  244. -o-transition: all 0.7s ease;
  245. }
  246.  
  247.  
  248. /* -------------------------- DESCRIPTION --------------------------*/
  249.  
  250. #description {
  251. margin-top:10px;
  252. margin-left:0px;
  253. width:134px;
  254. position:fixed;
  255. padding:8px;
  256. line-height:95%;
  257. text-align:justify;
  258. font-size:12px;
  259. font-style:italic;
  260. font-family:cambria;
  261. color:#fff;
  262. background-color: #000;
  263. border-bottom: 5px double #fff;
  264. }
  265.  
  266. #description a {
  267. color:#fff;
  268. -moz-transition-duration:0.4s;
  269. -webkit-transition-duration:0.4s;
  270. -o-transition-duration:0.4s;
  271. }
  272.  
  273. /* --------------------------- PAGINATION ---------------------------*/
  274.  
  275.  
  276. #pagination {
  277. margin-left:750px;
  278. margin-top:-120px;
  279. width:40px;
  280. position:fixed;
  281. text-align:right;
  282. font-size:75px;
  283. font-family:consolas;
  284. color: #000;
  285. line-height: 80%;
  286. text-shadow:-2px 1px #00F2FF, 2px 1px red;
  287. }
  288.  
  289. #pagination a {
  290. position:fixed;
  291. text-align:right;
  292. font-size:75px;
  293. font-family:consolas;
  294. color: #000;
  295. text-shadow:-2px 1px #00F2FF, 2px 1px red;
  296. }
  297.  
  298. /* --------------------------- POST INFO ---------------------------*/
  299.  
  300.  
  301. #info {
  302. margin-top:10px;
  303. text-align:right;
  304. text-transform:uppercase;
  305. font-family: cambria italic;
  306. font-size:8px;
  307. font-style:none;
  308. border-top:1px solid {color:Line};
  309. }
  310.  
  311. /* --------------------------- POST TAGS ---------------------------*/
  312.  
  313.  
  314. #tags {
  315. margin-top:4px;
  316. text-align:right;
  317. text-transform:lowercase;
  318. font-size:10px;
  319. font-style:italic;
  320. letter-spacing:0px;
  321. font-family:cambria;
  322. opacity: 0;
  323. -webkit-transition: all 0.6s ease-in-out;
  324. -moz-transition: all 0.6s ease-in-out;
  325. -o-transition: all 0.6s ease-in-out;
  326. -ms-transition: all 0.6s ease-in-out;
  327. transition: all 0.6s ease-in-out;
  328. }
  329.  
  330. #tags a {
  331. display:inline;
  332. padding:-3px;
  333. text-align:left;
  334. color:{color:Tags};
  335. -webkit-transition: all 0.6s ease-in-out;
  336. -moz-transition: all 0.6s ease-in-out;
  337. -o-transition: all 0.6s ease-in-out;
  338. -ms-transition: all 0.6s ease-in-out;
  339. transition: all 0.6s ease-in-out;
  340. }
  341.  
  342. #post:hover #tags {
  343. opacity:1;
  344. }
  345.  
  346.  
  347. /* --------------------------- QUESTIONS ---------------------------*/
  348.  
  349. #asker {
  350. padding:5px;
  351. text-align:left;
  352. letter-spacing:1px;
  353. font-style:italic;
  354. font-family:cambria;
  355. border:5px #000 double;
  356. background-color:#fff;
  357. }
  358.  
  359. /*--------------------DON'T REMOVE/CHANGE CREDIT--------------------*/
  360.  
  361. @font-face{font-family:Indie Star;src:url(http://static.tumblr.com/9wzbixa/EOUmj2m9n/indiestarbb_reg.otf);}
  362.  
  363. #credit {padding: 2px; font-color:#000; position:fixed; bottom:5px; right:0px; font-size:19px; letter-spacing:1px; font-family:Indie Star; }
  364.  
  365. #credit a {color: #000;}
  366.  
  367. /*------------------------------------------------------------------*/
  368.  
  369. {CustomCSS}</style></head><body>
  370.  
  371. <div class="blogtitle">{text:blogtitle}</div>
  372.  
  373. <div id="sidebar">
  374. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  375.  
  376.  
  377. <div id="description">
  378. {Description}
  379. </div>
  380.  
  381.  
  382. <div class="links">
  383. <a href="/">home</a> <br>
  384. <a href="/ask">mail</a> <br>
  385. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfShowLink1} <br>
  386. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfShowLink2}
  387. </div>
  388.  
  389.  
  390. {block:Pagination}<div id="pagination">
  391. {block:NextPage}<a href="{NextPage}">▷</a>{/block:NextPage} <br>
  392. {block:PreviousPage}<a href="{PreviousPage}">◁</a>{/block:PreviousPage}
  393. </div>{/block:Pagination}
  394.  
  395. </div>
  396.  
  397. <div id="entries">{block:Posts}<div id="post">
  398.  
  399. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  400.  
  401. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  402.  
  403. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  404.  
  405. {block:Quote}{Quote}{/block:Quote}
  406.  
  407. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  408.  
  409. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  410.  
  411. {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>
  412. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  413. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  414. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  415. {/block:Audio}
  416.  
  417. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  418.  
  419. {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}
  420.  
  421. <div id="info">
  422. <br>{block:Date}{TimeAgo}{/block:Date} with <a href="{Permalink}">
  423. {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>
  424.  
  425. <div id="credit"><a href="http://twerkitnarry.tumblr.com/">twerkitnarry</a></center></div>
  426.  
  427.  
  428. </body></html>
  429.  
  430.  
  431. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment