assshhhhllleey

theme 04

May 12th, 2013
1,390
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.40 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. theme 4 by ashley aka twerkitnarry
  6.  
  7. REMEMBER: IF YOU USE THIS, YOU ((MUST)) REBLOG/LIKE THE THEME POST.
  8.  
  9. seriously bc i love seeing my theme on other blogs so i wanna know whos using it.x
  10. oh and dont steal any part of this or ill find u xoxo
  11. thank you and enjoy!
  12.  
  13. -->
  14.  
  15.  
  16. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  17.  
  18. <head>
  19.  
  20. <title>{Title}</title>
  21. <link rel="shortcut icon" href="{Favicon}">
  22. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  23. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  24.  
  25.  
  26. <meta name="color:Background" content="#ffffff"/>
  27. <meta name="color:Sidebar" content="#ffffff"/>
  28. <meta name="color:Text" content="#a8a8a8"/>
  29. <meta name="color:Link" content="#b8b8b8"/>
  30. <meta name="color:Tags" content="f0f0f0"/>
  31. <meta name="color:Hover" content="#f2f2f2"/>
  32. <meta name="color:Line" content="#f2f2f2"/>
  33. <meta name="color:Border" content="#e4e4e4"/>
  34. <meta name="color:Post" content="#ffffff"/>
  35. <meta name="color:Answer" content="#f8f8f8"/>
  36. <meta name="image:sidebar" content=""/>
  37. <meta name="image:sidebar2" content=""/>
  38. <meta name="image:bg" 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="if:Show Link 1" content="1" />
  44. <meta name="if:Show Link 2" content="1" />
  45. <meta name="color:scrollbarbg" content="ffffff"/>
  46.  
  47.  
  48. <style type="text/css">
  49.  
  50.  
  51.  
  52.  
  53. /* --- SCROLLBAR ---*/
  54.  
  55. ::-webkit-scrollbar {
  56. width: 5px;height: 5px;}
  57. ::-webkit-scrollbar-button:start:decrement,
  58. ::-webkit-scrollbar-button:end:increment {
  59. height: 6px;display: block;background-color: {color:white};}
  60. ::-webkit-scrollbar-track-piece {
  61. background-color: {color:scrollbarbg};}
  62. ::-webkit-scrollbar-thumb:vertical {
  63. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  64.  
  65.  
  66. /* --- BODY ---*/
  67.  
  68. body {
  69. background:{color:background};
  70. margin:0px;
  71. color:{color:text};
  72. font-family:Calibri;
  73. font-size:9px;
  74. line-height:100%;
  75. }
  76.  
  77. a {
  78. text-decoration:none;
  79. outline:none;
  80. -moz-outline-style:none;
  81. color:{color:link};
  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:10;
  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. /* --- POST ENTRIES ---*/
  112.  
  113.  
  114. #entries {
  115. padding:10px;
  116. width:500px;
  117. margin-left:450px;
  118. margin-top:40px;
  119. font-size:10px;
  120. }
  121.  
  122. /* --- BODY: POSTS ---*/
  123.  
  124.  
  125. #post {
  126. width:500px;
  127. padding-bottom:20px;
  128. padding:10px;
  129. margin-top:15px;
  130. background-color:{color:Post};
  131. }
  132.  
  133. /* --- SIDEBAR IMAGE ---*/
  134.  
  135.  
  136. #sidebar {
  137. width:100px;
  138. height: 110px;
  139. position:fixed;
  140. margin-left:260px;
  141. margin-top:150px;
  142. opacity:.82;
  143. background-color:{color:Sidebar};
  144. }
  145.  
  146. #sidebar:hover
  147. #description{
  148. position:fixed;
  149. opacity:.8;
  150. -webkit-transition: all 0.9s ease;
  151. -moz-transition: all 0.9s ease;
  152. -o-transition: all 0.9s ease;
  153. }
  154.  
  155. #sidebarimage {
  156. width 100px;
  157. height:100px;
  158. }
  159.  
  160. #sidebarimage img {
  161. width:100px;
  162. height:100px;
  163. padding:4px;
  164. border-color: {color:border};
  165. background-color:{color:Sidebar};}
  166.  
  167.  
  168.  
  169. #sidebarimage2 {
  170. width 100px;
  171. height:100px;
  172. padding-top: 20px;
  173. }
  174.  
  175. #sidebarimage2 img {
  176. width:100px;
  177. height:100px;
  178. padding:4px;
  179. border-color: {color:border};
  180. background-color:{color:Sidebar};
  181. }
  182.  
  183.  
  184. /* --- SIDEBAR LINKS ---*/
  185.  
  186. .links {
  187. width:120px;
  188. height:5px;
  189. padding: 9px;
  190. font-size:12px;
  191. font-family:'calibri';
  192. text-align:center;
  193. margin-top:-292px;
  194. margin-left:-5px;
  195. text-align:center;
  196. text-transform:uppercase;
  197. word-spacing:2px;
  198. position:fixed;
  199. padding-bottom:7px;
  200. }
  201.  
  202. .links a {
  203. font-size: 12px;
  204. display: block;
  205. line-height:175%;
  206. background-color: #000;
  207. width: 100px;
  208. }
  209.  
  210. .links a:hover {
  211. background-color: #1c1c1c;
  212. color:{color:Hover}
  213. }
  214.  
  215.  
  216. /* --- DESCRIPTION ---*/
  217.  
  218. #description {
  219. position:fixed;
  220. font-family:cambria;
  221. line-height:90%;
  222. font-size:9px;
  223. font-style:italic;
  224. width:90px;
  225. margin-top:-200px;
  226. padding:8px;
  227. margin-left:2px;
  228. text-align:justify;
  229. background-color:#fff;
  230. opacity:0;
  231. color:{color:text};
  232. }
  233.  
  234.  
  235. /* --- PAGINATION---*/
  236.  
  237.  
  238. #pagination {
  239. width:100px;
  240. font-size:8px;
  241. color: {color:Link};
  242. text-align:center;
  243. margin-left:5px;
  244. margin-top:-110px;
  245. position:fixed;
  246. font-family:consolas;
  247. letter-spacing:0px;
  248. }
  249.  
  250. /* --- POST INFO ---*/
  251.  
  252.  
  253. #info {
  254. text-align:left;
  255. margin-top:10px;
  256. text-transform:uppercase;
  257. font-size:8px;
  258. font-style:none;
  259. border-top:1px solid {color:Line}
  260. }
  261.  
  262. /* --- POST TAGS---*/
  263.  
  264.  
  265. #tags {
  266. font-family:cambria;
  267. letter-spacing:0px;
  268. text-transform:lowercase;
  269. font-size:8px;
  270. font-style:italic;
  271. margin-top:4px;
  272. text-align:left;
  273. }
  274.  
  275. #tags
  276. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  277. -webkit-transition: all 0.6s ease-in-out;
  278. -moz-transition: all 0.6s ease-in-out;
  279. -o-transition: all 0.6s ease-in-out;
  280. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  281.  
  282.  
  283. /* --- QUESTIONS ---*/
  284.  
  285. #asker {
  286. padding:5px;
  287. font-family:cambria;
  288. letter-spacing:1px;
  289. text-align:left;
  290. font-style:italic;
  291. margin-left:10px;
  292. border-left:3px #eee solid;
  293. background-color:{color:background}
  294. }
  295.  
  296. {CustomCSS}</style></head><body>
  297.  
  298. <div id="sidebar">
  299. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  300. <div id="sidebarimage2"><img src="{image:sidebar2}"></div>
  301.  
  302.  
  303. <div id="description">
  304. {Description}
  305. </div>
  306.  
  307.  
  308. <div class="links">
  309. <a href="/">home</a><br>
  310. <a href="/ask">mssg</a><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
  311. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfShowLink1}<br>
  312. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfShowLink2}
  313. </div>
  314.  
  315. {block:Pagination}<div id="pagination">
  316. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  317. {block:JumpPagination length="5"}
  318. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  319. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  320. {/block:JumpPagination}
  321. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  322. </div>{/block:Pagination}
  323.  
  324. </div>
  325.  
  326. <div id="entries">{block:Posts}<div id="post">
  327.  
  328. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  329.  
  330. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  331.  
  332. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  333.  
  334. {block:Quote}{Quote}{/block:Quote}
  335.  
  336. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  337.  
  338. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  339.  
  340. {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>
  341. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  342. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  343. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  344. {/block:Audio}
  345.  
  346. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  347.  
  348. {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}
  349.  
  350. <div id="info">
  351. <br>posted <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}(<a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  352. {block:HasTags}<div id="tags"><img src="http://static.tumblr.com/qlfmldj/wOKmcnquv/untitled-2.png">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  353. {/block:Posts}
  354. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  355. {/block:Posts}</div></div></div>
  356.  
  357.  
  358.  
  359. <!--
  360. THEME MAKER CREDIT
  361. -->
  362.  
  363. <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>
  364.  
  365.  
  366. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment