Advertisement
grimmzy

Theme 12 - Blue Jeans

May 21st, 2013
566
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.22 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 12-BLUE JEANS BY HANNAH AKA WOLTDISNEY
  6.  
  7. IF YOU USE AS A BASE, REMOVE CREDIT, OR CLAIM AS YOUR OWN- I WILL FIND YOU AND THERE WILL BE CONSEQUENCES
  8.  
  9. **i recognize alllll my themes**
  10.  
  11. -->
  12.  
  13.  
  14. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  15. <head><title>{Title}</title>
  16. <link rel="shortcut icon" href="{favicon}">
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  18. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  19.  
  20.  
  21. <meta name="color:Background" content="#ffffff"/>
  22. <meta name="color:Sidebar" content="#ffffff"/>
  23. <meta name="color:Text" content="#a8a8a8"/>
  24. <meta name="color:Link" content="#b8b8b8"/>
  25. <meta name="color:Tags" content="f0f0f0"/>
  26. <meta name="color:Hover" content="#f2f2f2"/>
  27. <meta name="color:Line" content="#f2f2f2"/>
  28. <meta name="color:Border" content="#e4e4e4"/>
  29. <meta name="color:Post" content="#ffffff"/>
  30. <meta name="color:Answer" content="#f8f8f8"/>
  31. <meta name="image:sidebar" content=""/>
  32. <meta name="image:bg" content=""/>
  33. <meta name="text:Link 1" content="" />
  34. <meta name="text:Link 1 Text" content="" />
  35. <meta name="text:Link 2" content="" />
  36. <meta name="text:Link 2 Text" content="" />
  37. <meta name="text:Link 3" content="" />
  38. <meta name="text:Link 3 Text" content="" />
  39. <meta name="if:Show Link 1" content="1" />
  40. <meta name="if:Show Link 2" content="1" />
  41. <meta name="if:Show Link 3" content="1" />
  42. <meta name="color:scrollbarbg" content="ffffff"/>
  43.  
  44. <style> body, a, a:hover { cursor:url('http://www.totallylayouts.com/cursors/random/tiny_cursor.png'), auto }</style>
  45. </a></div>
  46.  
  47. <style type="text/css">
  48.  
  49.  
  50.  
  51. /* --- SCROLLBAR ---*/
  52.  
  53. ::-webkit-scrollbar {
  54. width: 5px;height: 5px;}
  55. ::-webkit-scrollbar-button:start:decrement,
  56. ::-webkit-scrollbar-button:end:increment {
  57. height: 6px;display: block;background-color: {color:white};}
  58. ::-webkit-scrollbar-track-piece {
  59. background-color: {color:scrollbarbg};}
  60. ::-webkit-scrollbar-thumb:vertical {
  61. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  62.  
  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:400px;
  115. margin-left:550px;
  116. margin-top:40px;
  117. font-size:10px;
  118. }
  119.  
  120. /* --- BODY: POSTS ---*/
  121.  
  122.  
  123. #post {
  124. width:400px;
  125. padding-bottom:20px;
  126. padding:10px;
  127. margin-top:15px;
  128. background-color:{color:Post};
  129. }
  130.  
  131. /* --- SIDEBAR IMAGE ---*/
  132.  
  133.  
  134. #sidebar {
  135. width:100px;
  136. position:fixed;
  137. margin-left:320px;
  138. margin-top:150px;
  139. opacity:.80;
  140. background-color:{color:Sidebar};
  141. }
  142.  
  143. #sidebarimage {
  144. width 90px;
  145. }
  146.  
  147. #sidebarimage img {
  148. width:100px;
  149. height:110px;
  150. margin-top:67px;
  151. }
  152.  
  153.  
  154.  
  155.  
  156. /* --- SIDEBAR LINKS ---*/
  157. .links {
  158. width:70px;
  159. height:8px;
  160. padding: 9px;
  161. font-size:11px;
  162. font-family:'cambria italic';
  163. text-align:center;
  164. margin-top:-136px;
  165. margin-left:-75px;
  166. text-align:center;
  167. text-transform:lowercase;
  168. word-spacing:2px;
  169. position:fixed;
  170. padding-bottom:7px;
  171. color:#fff;
  172. }
  173.  
  174. .links a {
  175. font-size: 11px;
  176. display: block;
  177. line-height:175%;
  178. background-color: #000;
  179. width: 60px;
  180. color:#fff;
  181. }
  182.  
  183. .links a:hover {
  184. background-color: #eee;
  185. color:#fff;
  186. text-transform:uppercase;
  187. font-size:12px;
  188. font-family:'cambria';
  189. }
  190.  
  191. /* --- DESCRIPTION ---*/
  192.  
  193. #description {
  194. position:fixed;
  195. font-family:cambria italic;
  196. line-height:90%;
  197. font-size:12px;
  198. font-style:italic;
  199. width:90px;
  200. height:auto;
  201. margin-top:8px;
  202. padding:8px;
  203. opacity:1;
  204. margin-left:0px;
  205. text-align:center;
  206. color:#fff;
  207. padding:6px;
  208. background-color: #000;
  209. }
  210.  
  211. #description a {color:#fff; -moz-transition-duration:0.4s;
  212. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  213.  
  214. /* --- PAGINATION---*/
  215.  
  216.  
  217. #pagination {
  218. width:100px;
  219. font-size:10px;
  220. text-align:center;
  221. margin-left:-10px;
  222. margin-top:-125px;
  223. position:fixed;
  224. font-family:cambria bold;
  225. letter-spacing:0px;
  226. }
  227.  
  228. /* --- POST INFO ---*/
  229.  
  230.  
  231. #info {
  232. text-align:left;
  233. margin-top:10px;
  234. text-transform:uppercase;
  235. font-size:8px;
  236. font-style:none;
  237. border-top:1px solid {color:Line}
  238. }
  239.  
  240. /* --- POST TAGS---*/
  241.  
  242.  
  243. #tags {
  244. font-family:cambria;
  245. letter-spacing:0px;
  246. text-transform:lowercase;
  247. font-size:10px;
  248. font-style:italic;
  249. margin-top:4px;
  250. text-align:left;
  251. }
  252.  
  253. #tags
  254. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  255. -webkit-transition: all 0.6s ease-in-out;
  256. -moz-transition: all 0.6s ease-in-out;
  257. -o-transition: all 0.6s ease-in-out;
  258. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  259.  
  260.  
  261. /* --- QUESTIONS ---*/
  262.  
  263. #asker {
  264. padding:5px;
  265. font-family:cambria;
  266. letter-spacing:1px;
  267. text-align:left;
  268. font-style:italic;
  269. margin-left:10px;
  270. border-left:3px #eee solid;
  271. background-color:{color:background}
  272. }
  273.  
  274. {CustomCSS}</style></head><body>
  275.  
  276.  
  277. <div id="sidebar">
  278. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  279.  
  280.  
  281. <div id="description">
  282. {Description}
  283. </div>
  284.  
  285.  
  286. <div class="links">
  287. <a href="/">home</a><br>
  288. <br><a href="/faq">mssg</a><br>
  289. <br>{block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfShowLink1}<br>
  290. <br>{block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfShowLink2}<br>
  291. <br>{block:IfShowLink2}<a href="{text:Link 3}">{text:Link 3 Text}</a>{/block:IfShowLink3}
  292. </div>
  293.  
  294.  
  295. {block:Pagination}<div id="pagination">
  296. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  297. {block:JumpPagination length="5"}
  298. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  299. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  300. {/block:JumpPagination}
  301. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  302. </div>{/block:Pagination}
  303.  
  304. </div>
  305.  
  306. <div id="entries">{block:Posts}<div id="post">
  307.  
  308. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  309.  
  310. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  311.  
  312. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  313.  
  314. {block:Quote}{Quote}{/block:Quote}
  315.  
  316. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  317.  
  318. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  319.  
  320. {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>
  321. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  322. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  323. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  324. {/block:Audio}
  325.  
  326. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  327.  
  328. {block:Answer}<div id="asker"><span style="font-family:cambria;font-size:9px;font-style:italic;">{Asker} was all like: </span>{Question}</div><left><font face="cambria">So i was like:{Answer}</font>{/block:Answer}
  329.  
  330. <div id="info">
  331. <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>
  332. {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>
  333. {/block:Posts}
  334. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  335. {/block:Posts}</div></div></div>
  336.  
  337.  
  338.  
  339. <!--
  340. THEME MAKER CREDIT
  341. -->
  342.  
  343. <div style="position:fixed;bottom:3px; right:3px; font-size:7px; letter-spacing:1px; font-family:cambria;"><a href="http://woltdisney.tumblr.com/">© WOLTDISNEY</a></center></div>
  344.  
  345.  
  346. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement