assshhhhllleey

theme 08

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