hashtagboobs

Theme 5

Aug 2nd, 2013
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.57 KB | None | 0 0
  1. <!----
  2. Theme by Sal
  3. Please do not take off credit, or you will be reported and deleted. :)
  4. pls message if anything is wrong
  5. ----->
  6.  
  7. <head>
  8.  
  9. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  10.  
  11. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  12. <title>{Title}</title>
  13. <link rel="shortcut icon" href="{Favicon}">
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15.  
  16.  
  17. <meta name="color:Background" content="#ffffff"/>
  18. <meta name="color:Sidebar" content="#ffffff"/>
  19. <meta name="color:Text" content="#a8a8a8"/>
  20. <meta name="color:Link" content="#b8b8b8"/>
  21. <meta name="color:Tags" content="f0f0f0"/>
  22. <meta name="color:Hover" content="#f2f2f2"/>
  23. <meta name="color:Post" content="#ffffff"/>
  24. <meta name="color:Answer" content="#f8f8f8"/>
  25. <meta name="image:sidebar" content=""/>
  26. <meta name="image:bg" content=""/>
  27. <meta name="text:Link 1" content="/ask" />
  28. <meta name="text:Link 2" content="" />
  29. <meta name="text:Link 3" content="" />
  30. <meta name="text:Link 4" content="" />
  31. <meta name="color:scrollbarbg" content="000000"/>
  32.  
  33.  
  34. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  35.  
  36.  
  37.  
  38.  
  39. <style type="text/css">
  40.  
  41. #descbg
  42. #descbg a{
  43. display:block
  44. }
  45. #descbg .desc {
  46. margin-right:0px;filter: alpha(opacity = 0);
  47. opacity:0;-webkit-transition: all 0.5s ease-out;
  48. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  49. }
  50.  
  51. #descbg:hover .desc {
  52. margin-left:0px;
  53.  
  54. -webkit-transition: all 0.8s ease-out;
  55. -moz-transition: all 0.8s ease-out;
  56. transition: all 0.8s ease-out;
  57. filter: alpha(opacity = 100);
  58. filter: alpha(opacity = 100);
  59. opacity:8;
  60. }
  61.  
  62.  
  63.  
  64. ::-webkit-scrollbar {
  65. width: 5px;height: 5px;}
  66. ::-webkit-scrollbar-button:start:decrement,
  67. ::-webkit-scrollbar-button:end:increment {
  68. height: 6px;display: block;background-color: {color:white};}
  69. ::-webkit-scrollbar-track-piece {
  70. background-color: {color:scrollbarbg};}
  71. ::-webkit-scrollbar-thumb:vertical {
  72. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  73.  
  74.  
  75.  
  76.  
  77. body {
  78. background:{color:background};
  79. margin:0px;
  80. color:{color:text};
  81. font-family:Calibri;
  82. font-size:9px;
  83. line-height:100%;
  84. }
  85.  
  86. a {
  87. text-decoration:none;
  88. outline:none;
  89. -moz-outline-style:none;
  90. color:{color:link};
  91. }
  92.  
  93. img {
  94. border:none;
  95. }
  96.  
  97. blockquote {
  98. padding-left:5px;
  99. border-left:2px solid;
  100. }
  101.  
  102. blockquote blockquote {
  103. padding-left:5px;
  104. border-left:2px solid;
  105. }
  106.  
  107. h1 {
  108. font-size:9px;
  109. text-transform:uppercase;
  110. }
  111.  
  112. a:hover {
  113. opacity:1;
  114. color:{color:hover};
  115. -webkit-transition: all 0.7s ease;
  116. -moz-transition: all 0.7s ease;
  117. -o-transition: all 0.7s ease
  118. }
  119.  
  120.  
  121.  
  122.  
  123. #entries {
  124. padding:10px;
  125. width:250px;
  126. margin-left:450px;
  127. margin-top:40px;
  128. font-size:10px;
  129. }
  130.  
  131.  
  132. #entries img {
  133. {block:ifroundedcorners}-moz-border-radius: 5px;
  134. border-radius: 5px;
  135. {block:ifroundedcorners}
  136. display: block;
  137. max-width: 120%;
  138. {block:iffadedimages}
  139. opacity:0.9;
  140. filter:alpha(opacity=80);
  141. -webkit-transition: all ease-in 250ms;
  142. -moz-transition: all ease-in 250ms;
  143. -o-transition: all ease-in 250ms;
  144. -ms-transition: all ease-in 250ms;
  145. transition: all ease-in 250ms;
  146. {/block:iffadedimages}
  147. }
  148.  
  149.  
  150. #post {
  151. width:250px;
  152. padding-bottom:20px;
  153. padding:10px;
  154. margin-top:15px;
  155. background-color:{color:Post};
  156. }
  157.  
  158.  
  159.  
  160. #sidebar {
  161. width:100px;
  162. position:fixed;
  163. margin-left:150px;
  164. margin-top:150px;
  165. opacity:.80;
  166. height:200px;
  167. background-color:{color:Sidebar};
  168. }
  169.  
  170.  
  171.  
  172. #sidebarimage img {
  173. width:200px;
  174. height:auto;
  175. padding:4px;
  176. border-color: {color:border};
  177. background-color:{color:Sidebar};}
  178.  
  179.  
  180.  
  181.  
  182.  
  183. #sidebarimage img:hover {
  184. opacity:1;
  185. -webkit-transition: all .9s ease-in-out;
  186. -moz-transition: all .5s ease-in-out;
  187. -o-transition: all .5s ease-in-out;
  188. z-index:999;
  189. }
  190.  
  191.  
  192. #sidebarimage img:hover #pagination {
  193. opacity:1;
  194. -webkit-transition: all .9s ease-in-out;
  195. -moz-transition: all .5s ease-in-out;
  196. -o-transition: all .5s ease-in-out;
  197. z-index:999;
  198. }
  199.  
  200.  
  201.  
  202.  
  203.  
  204. .links {
  205. width:55px;
  206. height:5px;
  207. padding: 9px;
  208. font-size:8px;
  209. font-family:'calibri';
  210. text-align:center;
  211. margin-top:-224px;
  212. margin-left:-80px;
  213. text-align:center;
  214. text-transform:uppercase;
  215. word-spacing:2px;
  216. position:fixed;
  217. padding-bottom:7px;
  218. }
  219.  
  220. .links a {
  221. font-size: 12px;
  222. display:block;
  223. line-height:150%;
  224. background-color:none;
  225. padding:9px;
  226. }
  227.  
  228. .links a:hover {
  229. border-color:none;
  230. border-left:0px solid;
  231. border-right:0px solid;
  232. background-color:#fff;
  233. text-shadow:2px 5px 2px;
  234. color:{color:Hover}
  235. }
  236.  
  237.  
  238.  
  239.  
  240. #description {
  241. font-family:calibri;
  242. line-height:120%;
  243. font-size:10px;
  244. font-style:italic;
  245. width:166px;
  246. height:150px;
  247. margin-top:-200px;
  248. padding:10px;
  249. background-color:#fff;
  250. opacity:.9;
  251. margin-left:11px;
  252. text-align:justify;
  253. color:{color:text};
  254. position:fixed;
  255. }
  256.  
  257. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  258. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  259.  
  260. #description a:hover {}
  261.  
  262.  
  263.  
  264.  
  265. #pagination {
  266. width:64px;
  267. height:68px;
  268. opacity:.18;
  269. font-size:14px;
  270. text-align:center;
  271. margin-left:4px;
  272. margin-top:-96px;
  273. padding:6px;
  274. background-color:#000;
  275. position:fixed;
  276. font-family:helvetica;
  277. font-style:italic;
  278. letter-spacing:0px;
  279. -webkit-transition: all .9s ease-in-out;
  280. -moz-transition: all .5s ease-in-out;
  281. -o-transition: all .5s ease-in-out;
  282. z-index:999;
  283. }
  284. #pagination:hover {
  285. opacity:0.8;
  286. -moz-transition-duration:0.4s;
  287. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  288.  
  289.  
  290.  
  291.  
  292. #info {
  293. text-align:left;
  294. margin-top:10px;
  295. text-transform:uppercase;
  296. font-size:8px;
  297. font-style:none;
  298. border-top:1px solid {color:Line}
  299. }
  300.  
  301.  
  302.  
  303.  
  304. #tags {
  305. font-family:helvetica;
  306. letter-spacing:0px;
  307. text-transform:lowercase;
  308. font-size:10px;
  309. margin-top:4px;
  310. text-align:left;
  311. }
  312.  
  313. #tags
  314. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  315. -webkit-transition: all 0.6s ease-in-out;
  316. -moz-transition: all 0.6s ease-in-out;
  317. -o-transition: all 0.6s ease-in-out;
  318. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  319.  
  320.  
  321.  
  322.  
  323. #asker {
  324. padding:5px;
  325. font-family:calibri;
  326. letter-spacing:1px;
  327. text-align:left;
  328. font-style:italic;
  329. margin-left:10px;
  330. border-left:3px #eee solid;
  331. background-color:{color:background}
  332. }
  333.  
  334. {CustomCSS}</style></head><body>
  335.  
  336.  
  337. <div id="sidebar">
  338. <div id="descbg"><div id="sidebarimage"><img src="{image:sidebar}"></div>
  339.  
  340.  
  341. <div class="desc"><div id="description">
  342. {Description}
  343. </div></div></div>
  344.  
  345.  
  346.  
  347. <div class="links">
  348. <a href="/"><img src="http://png-1.findicons.com/files/icons/1580/devine_icons_part_2/24/home.png" style="width:20px;"/></a>
  349. <a href="{text:Link 1}"><img src="http://png-2.findicons.com/files/icons/949/token/16/e_mail.png" style="width:17px;"/></a>
  350. <a href="{text:Link 2}"><img src="http://png-5.findicons.com/files/icons/2232/wireframe_mono/16/folder_plus.png" style="width:14px;"/></a>
  351. <a href="{text:Link 3}"><img src="http://png-5.findicons.com/files/icons/2232/wireframe_mono/16/folder_plus.png" style="width:14px;"/></a>
  352. <a href="{text:Link 4}"><img src="http://png-5.findicons.com/files/icons/2232/wireframe_mono/16/folder_plus.png" style="width:14px;"/></a>
  353. <a href="http://pimpist.tumblr.com"><img src="http://png-4.findicons.com/files/icons/2652/gentleface/16/star_fav_empty_icon.png" style="width:14px;"/></a>
  354.  
  355. </div>
  356. {block:Pagination}<div id="pagination">
  357. {block:PreviousPage}<a href="{PreviousPage}"><b><big><br><br>prev</big></b></a>{/block:PreviousPage}
  358. {block:NextPage}<a href="{NextPage}"><b><big><br><br><br>next</big></b></a>{/block:NextPage}
  359. </div>{/block:Pagination}
  360. </div>
  361.  
  362. <div id="entries">{block:Posts}<div id="post">
  363.  
  364. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  365.  
  366. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-250}">{LinkCloseTag}{/block:Photo}
  367.  
  368. {block:Photoset}{Photoset-250}{/block:Photoset}
  369.  
  370. {block:Quote}{Quote}{/block:Quote}
  371.  
  372. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  373.  
  374. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  375.  
  376. {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>
  377. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  378. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  379. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  380. {/block:Audio}
  381.  
  382. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  383.  
  384. {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}
  385.  
  386. <div id="info">
  387. <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>
  388. {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>
  389. {/block:Posts}
  390. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  391. {/block:Posts}</div></div></div>
  392.  
  393.  
  394.  
  395.  
  396. <div style="position:fixed;top:25px; right:10px; font-size:8px; letter-spacing:1px; font-family:cambria;"><a href="http://pimpist.tumblr.com/"><img src="http://24.media.tumblr.com/b2911509a816f99ee27c7a050a1c325d/tumblr_mpjou0z79S1std6dio1_100.gif" style="width:55px;"/></a></center></div>
  397.  
  398.  
  399. </body></html>
  400. <!--
  401.  
  402. Please do not take off credit, or you will be reported and deleted. :)
  403. -->
Add Comment
Please, Sign In to add comment