Advertisement
blainehelps

002. "FASHION MONSTER" BY BLAINEHELPS

Jul 5th, 2013
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.63 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!---- Theme by blainehelps. Please don't remove the cute credits, alright? Also, do NOT edit and redistribute please and thank you.--->
  9.  
  10. <meta name="color:Background" content="#ffffff"/>
  11. <meta name="color:Text" content="#838282"/>
  12. <meta name="color:Link" content="#c95454"/>
  13. <meta name="image:sidebar" content="http://25.media.tumblr.com/fbf54f0bcd8dca10cf750ee790340bb4/tumblr_mosjs48i2X1rb67aro3_250.gif"/>
  14. <meta name="color:linkhover" content="#cecece"/>
  15. <meta name="color:bold" content="#cecece">
  16. <meta name="color:italic" content="#cecece">
  17. <meta name="color:asker bg" content="#f5f5f5">
  18. <meta name="color:border" content="#3b3b3b">
  19. <meta name="color:entries" content="#1e1e1e">
  20.  
  21. <meta name="text:Link1" content="" />
  22. <meta name="text:Link1 Title" content="" />
  23. <meta name="text:Link2" content="" />
  24. <meta name="text:Link2 Title" content="" />
  25. <meta name="text:Link3" content="" />
  26. <meta name="text:Link3 Title" content="" />
  27.  
  28. <meta name="image:background" content="http://static.tumblr.com/efeb5bd4f7b5dc092a57842a38184f0f/yivghhx/Polmmzyw4/tumblr_static_tumblr_inline_mlky878ojb1r53miq.png">
  29.  
  30. <style type="text/css">
  31. ::-webkit-scrollbar-thumb:vertical {background-color:{color:border}; height:30px;}
  32. ::-webkit-scrollbar {background-color:{color:entries}; height:6px; width:5px}
  33.  
  34. body {
  35. background:{color:background};
  36. margin:0px;
  37. color:{color:text};
  38. font-family:georgia;
  39. font-size:10px;
  40. line-height:100%;
  41. background-image:url('{image:background}');
  42. background-attachment: fixed;
  43. }
  44.  
  45. a {
  46. color:{color:link};
  47. text-decoration: none;
  48. }
  49.  
  50. a:hover {
  51. color:{color:linkhover};
  52.  
  53.  
  54. }
  55.  
  56. img {
  57. border:none;
  58. }
  59.  
  60. blockquote {
  61. padding-left:5px;
  62. border-left:2px solid;
  63. }
  64.  
  65. blockquote blockquote {
  66. padding-left:5px;
  67. border-left:2px solid;
  68. }
  69.  
  70. h1 {
  71. font-size:17px;
  72. text-transform:uppercase;
  73. }
  74.  
  75. b, strong {
  76. color:{color:bold};
  77. font-weight:bold;
  78. }
  79.  
  80. i, em {
  81. color:{color:italic};
  82. }
  83.  
  84. #entries {
  85. position:absolute;
  86. width:532px;
  87. margin-left:450px;
  88. margin-top:20px;}
  89.  
  90. #post {
  91. background-color:{color:entries};
  92. padding:10px;
  93. margin-bottom:20px;
  94. border:1px solid {color:border};}
  95.  
  96. #sidebar {
  97. width:150px;
  98. position:fixed;
  99. margin-left:250px;
  100. margin-top:100px;
  101. }
  102.  
  103. #title {
  104. font-weight:bold;
  105. font-size:12px;
  106. text-align:center;
  107. margin-bottom:5px;
  108. letter-spacing:1px;
  109. }
  110.  
  111. #sidebarimage {
  112. width 150px;
  113. }
  114.  
  115. #sidebarimage img {
  116. width:150px;
  117. height:150px;
  118. border:1px solid {color:border};
  119. }
  120.  
  121. #description {
  122. width:140px;
  123. font-size:8px;
  124. padding:6px;
  125. text-align:justify;
  126. background-color:{color:entries};
  127. border:1px solid {color:border};
  128. }
  129.  
  130. #pagination {
  131. font-size:12px;
  132. text-align:center;
  133. }
  134.  
  135. #info {
  136. width:490px;
  137. padding:5px;
  138. font-size:8px;
  139. color:{color:link};
  140. margin-top:10px;
  141. margin-bottom:5px;
  142. letter-spacing:2px;
  143. text-align:left;
  144. border-top: 1px solid {color:border};
  145. }
  146.  
  147. #questions {
  148. background-color: {color:asker bg};
  149. padding:11px;
  150. margin-top: 5px;
  151. margin-bottom:5px;
  152. font-size:10px;
  153. text-align:left;
  154. border:1px solid {color:border};
  155. }
  156.  
  157. #answer {
  158. font-size:10px;
  159. text-transform:lowercase;
  160. }
  161.  
  162. #links {margin-top:-15px;
  163. font-size:8px;
  164. text-align:center;
  165. margin-left:-17px;
  166. width:190px;
  167. letter-spacing:1px;
  168. position:absolute;
  169. float:left;}
  170. #links a{
  171. background-color:{color:border};
  172. padding:2px;
  173. text-transform:uppercase;
  174. border: 1px solid {color:entries};}
  175.  
  176. #albumart {
  177. float:left;
  178. margin-top:-120px }
  179.  
  180. #player {
  181. opacity: 0.7;
  182. filter:alpha(opacity=70);
  183. -moz-opacity: 0.7;
  184. -khtml-opacity: 0.7;
  185. margin-left:35px;
  186. width:27px;
  187. height:27px;
  188. overflow:hidden;
  189. margin-top:45px;
  190. margin-bottom:45px;
  191. -moz-border-radius: 30px;
  192. -webkit-border-radius: 30px;
  193. border-radius: 30px;}
  194.  
  195. #audioinfo {
  196. margin-top:-90px;
  197. margin-left:110px;
  198. line-height:150%;
  199. font-family:{font:body};
  200. font-size:10px}
  201.  
  202. #cred {
  203. position:fixed;
  204. bottom:15px;
  205. right:15px;
  206. font-size:8px;
  207. padding:5px;
  208. text-transform:uppercase;
  209. border:1px solid {color:border}; padding: 2px 3px 2px 3px;}
  210.  
  211. {CustomCSS}</style></head><body>
  212.  
  213. <div id="sidebar">
  214.  
  215. <div id="title">{Title}</div>
  216.  
  217. <div id="sidebarimage"><img src="{image:sidebar}"></div><br>
  218.  
  219. <center><div id="links">
  220. <a href="/">home</a>
  221. <a href="/ask">ask</a>
  222. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  223. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  224. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3} </center>
  225.  
  226. <div id="description">{Description}</div>
  227.  
  228.  
  229. <div id="pagination">
  230. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  231. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}
  232. </div>
  233.  
  234. </div>
  235. <div id="cred"><a href="http://blainehelps.tumblr.com/">♥</a></div>
  236. <div id="entries">{block:Posts}<div id="post">
  237.  
  238. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  239.  
  240. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  241.  
  242. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  243.  
  244. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  245.  
  246. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  247.  
  248. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  249.  
  250. {block:Audio}
  251. <div id="player"><center>{AudioPlayerWhite}></center></div>
  252. <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="100">{/block:AlbumArt}
  253. <div id="audioinfo"><br>
  254. <b>Song:</b> {block:TrackName}{TrackName}{/block:TrackName}<br>
  255. <b>Artist:</b> {block:Artist}{Artist}{/block:Artist}<br>
  256. <b>Album:</b> {block:Album}{Album}{/block:Album}<br>
  257. <b>Played:</b> {PlayCount} times</div></div>
  258. {block:ifShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifShowCaptions}
  259. {/block:Audio}
  260.  
  261.  
  262. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  263.  
  264. {block:Answer}<div id="questions"><b>{Asker}</b> asked: {Question}</div>
  265. <div id="answer">{Answer}</div>{/block:answer}
  266.  
  267. <div id="info"> {block:NoteCount}<a href="{Permalink}">{NoteCount}</a> notes |{/block:NoteCount} {block:Date}posted <a href="{Permalink}">{TimeAgo} </a>|{/block:Date} {block:RebloggedFrom} (<a href="{ReblogParentURL}">{ReblogParentName}</a>)
  268. {block:ContentSource} - <a href="{SourceURL}" title="source">{SourceLink}</a>){block:ContentSource}|{/block:RebloggedFrom}<a href="{ReblogURL}" target=”_blank” class=”details”> Reblog |</a><div id="tags">
  269. {block:HasTags}{block:Tags} <small>#</small><a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></div></div>
  270.  
  271. {block:PostNotes}{PostNotes}{/block:PostNotes}
  272. {/block:Posts}</div>
  273. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement