bangyixing

Theme #03 - Cocaine's Fashion

May 23rd, 2013
527
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.71 KB | None | 0 0
  1.  
  2.  
  3.  
  4.  
  5. <html>
  6. <head>
  7.  
  8. <!--
  9. THEME MADE BY ANDREA @ MILIKBOY
  10. PLEASE DON'T REMOVE THE CREDITS. THANK YOU.
  11. -->
  12.  
  13. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  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. <!--Default Variables-->
  21. <!--Colors-->
  22.  
  23. <meta name="color:Background" content="#ffffff"/>
  24. <meta name="color:Title" content="#9c9c9c"/>
  25. <meta name="color:Link" content="#000000"/>
  26. <meta name="color:Hover" content="#b8b8b8"/>
  27. <meta name="color:Border" content="#ebe9e9"/>
  28. <meta name="color:Asker" content="#f5f5f5"/>
  29. <meta name="color:Text" content="#000000"/>
  30.  
  31. <!--Images-->
  32.  
  33. <meta name="image:Background" content=""/>
  34. <meta name="image:Sidebar" content=""/>
  35.  
  36.  
  37. <!--Links-->
  38.  
  39. <meta name="text:Link1" content="" />
  40. <meta name="text:Link1 Title" content="" />
  41. <meta name="text:Link2" content="" />
  42. <meta name="text:Link2 Title" content="" />
  43. <meta name="text:Link3" content="" />
  44. <meta name="text:Link3 Title" content="" />
  45.  
  46. <style type="text/css">
  47.  
  48. body {
  49. background-color:{color:Background};
  50. background-image: url("{image:Background}");
  51. background-attachment:fixed;
  52. margin:10px;
  53. color:{color:Text};
  54. font-family:Times New Roman;
  55. font-size:9px;
  56. font-style:none;
  57. text-align:justify;
  58. letter-spacing:1px;
  59. line-height:140%;
  60. }
  61.  
  62. a {
  63. text-decoration:none;
  64. outline:none;
  65. -moz-outline-style:none;
  66. color:{color:Text};
  67. -webkit-transition: all 0.5s ease;
  68. -moz-transition: all 0.5s ease;
  69. -o-transition: all 0.5s ease;
  70. }
  71.  
  72. img {
  73. border:none;
  74. }
  75.  
  76. blockquote blockquote {
  77. padding-left:5px;
  78. border-left:1px solid {color:Border};
  79. }
  80.  
  81. h1 {
  82. font-size:15px;
  83. text-transform:none;
  84. font-style:none;
  85. text-align: center;
  86. line-height:140%;
  87. color:{color:Title};
  88. }
  89.  
  90. a:hover {
  91. color:{color:Hover};
  92. }
  93.  
  94. small{
  95. font-size:9px;
  96. line-height:140%;
  97. }
  98.  
  99. big {
  100. font-size:12px;
  101. line-height:140%;
  102. }
  103.  
  104. b, strong{
  105. color:{color:Text};
  106. }
  107. i, em {
  108. color:{color:Text};
  109. }
  110. p{
  111. margin-top:5px;
  112. margin-bottom:5px;
  113. }
  114. blockquote {
  115. padding:0px;
  116. padding-left:5px;
  117. margin:5px;
  118. border-left:1px solid {color:Border};
  119. }
  120.  
  121. blockquote img {
  122. max-width:300px;
  123. }
  124.  
  125.  
  126. .audio { height:60px; padding:5px; margin-bottom:5px; }
  127. .audio-album { position:absolute; width:60px; }
  128. .audio-player { position:absolute; width:25px; height:25px; margin-left:15px; margin-top:15px; opacity:0.9; overflow:hidden; border:2px solid {color:Border}; }
  129. .audio-info { margin-top:-2px; position:relative; margin-left:70px; padding:5px; }
  130.  
  131. #entries {
  132. padding:10px;
  133. width:400px;
  134. margin-left:590px;
  135. margin-top:140px;
  136. }
  137.  
  138. #post {
  139. width:400px;
  140. opacity:1;
  141. padding-bottom:10px;
  142. overflow:hidden;
  143. }
  144.  
  145. #quote {
  146. font-size:15px;
  147. font-style:none;
  148. text-align:center;
  149. line-height:140%;
  150. }
  151.  
  152. #sidebar {
  153. width:400px;
  154. height:110px;
  155. position:absolute;
  156. margin-left:600px;
  157. margin-top:-140px;
  158. }
  159.  
  160. #sidebarimage img{
  161. width:150px;
  162. height:150px;
  163. margin-left:-270px;
  164. padding:3px;
  165. margin-top:200px;
  166. position:fixed;
  167. border-radius:500px;
  168. -webkit-transition: all 0.5s ease;
  169. -moz-transition: all 0.5s ease;
  170. -o-transition: all 0.5s ease;
  171. }
  172.  
  173. #links {
  174. padding-top:0px;
  175. margin-left:0px;
  176. width:300px;
  177. margin-top:90px;
  178. display:inline-block;
  179. }
  180.  
  181. #links a {
  182. color:{color:Background};
  183. line-height:10px;
  184. font-family:Cambria;
  185. padding:5px;
  186. font-size:8px;
  187. letter-spacing:1px;
  188. text-transform:uppercase;
  189. margin-right:0px;
  190. text-align:center;
  191. margin-bottom:0px;
  192. font-style:none;
  193. background:{color:Text};
  194. -webkit-transition: all 0.3s ease-in-out;
  195. -moz-transition: all 0.3s ease-in-out;
  196. -o-transition: all 0.3s ease-in-out;
  197. -ms-transition: all 0.3s ease-in-out;
  198. transition: all 0.3s ease-in-out;
  199. }
  200.  
  201. #links a:hover{
  202. text-decoration:none;
  203. color:{color:Hover};
  204. letter-spacing:1px;
  205. opacity:1;
  206. }
  207.  
  208. #description {
  209. width:140px;
  210. height:auto;
  211. font-style:none;
  212. opacity:0.9;
  213. padding:5px;
  214. position:fixed;
  215. font-size:11px;
  216. line-height:140%;
  217. text-align:justify;
  218. text-transform:none;
  219. margin-top:256px;
  220. margin-left:-267px;
  221. letter-spacing:0px;
  222. }
  223.  
  224. #pagination {
  225. font-size:8px;
  226. margin-top:350px;
  227. text-align:center;
  228. color:{color:Text};
  229. width:200px;
  230. padding:0px;
  231. opacity:1;
  232. position:fixed;
  233. font-style:none;
  234. text-transform:uppercase;
  235. letter-spacing:5px;
  236. margin-left:-295px;
  237. }
  238.  
  239. #info {
  240. font-style:none;
  241. text-align: center;
  242. margin-top:5px;
  243. margin-bottom:10px;
  244. padding-top:5px;
  245. font-family:Cambria;
  246. text-transform:uppercase;
  247. font-size:7px;
  248. line-height:140%;
  249. letter-spacing:2px;
  250. }
  251.  
  252. #info a:hover{
  253. text-decoration: none;
  254. color:{color:Hover};
  255. }
  256.  
  257. #tags {
  258. text-transform:uppercase;
  259. font-size:7px;
  260. margin-top:0px;
  261. font-style:none;
  262. padding:-4px;
  263. font-family:Cambria;
  264. text-align:center;
  265. letter-spacing:2px;
  266. }
  267.  
  268. {CustomCSS}</style></head><body>
  269.  
  270. <div id="sidebar">
  271. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  272. <div id="links">
  273. <a href="/">index</a>
  274. <a href="/ask">letters</a>
  275. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  276. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  277. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  278. <a href="http://mlikboy.tumblr.com/">theme</a>
  279. </div>
  280.  
  281. <div id="description">{Description}</div>
  282.  
  283. <div id="pagination">
  284. {block:PreviousPage}
  285. <a href="{PreviousPage}">«</a>
  286. {/block:PreviousPage}
  287. {block:JumpPagination length="5"}
  288. {block:CurrentPage}
  289. <span class="current_page">{PageNumber}</span>
  290. {/block:CurrentPage}
  291.  
  292. {block:JumpPage}
  293. <a href="{URL}">{PageNumber}</a>
  294. {/block:JumpPage}
  295. {/block:JumpPagination}
  296. {block:NextPage}
  297. <a href="{NextPage}">»</a>
  298. {/block:NextPage}
  299. </div>
  300. {/block:Pagination}</div>
  301.  
  302. <div id="entries">{block:Posts}<div id="post">
  303.  
  304. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  305.  
  306. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  307.  
  308. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  309.  
  310. {block:Quote}<div id="quote">❝<i>{Quote}</i>❞{block:Source} — <i>{Source}</i></div>{/block:Source}{/block:Quote}
  311.  
  312. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  313.  
  314. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  315.  
  316. {block:Audio}<div class="audio">{block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}<div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="audio-info">{block:TrackName} <b>Title: </b>{TrackName}<br>{/block:TrackName}{block:Artist}<b>Artist: </b>{Artist}<br>{/block:Artist}{block:Album}<b>Album: </b>{Album}<br>{/block:Album}{block:PlayCount}<b>Plays: </b>{PlayCount}<br>{/block:PlayCount}</div></div>
  317. {/block:Audio}
  318.  
  319. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  320.  
  321. {block:Answer}
  322. <div style="text-transform:uppercase; text-align:center; background: {color:Asker}; font-size:11px; padding:10px; margin-left:0px;"><center><b>{Asker}</b>: {Question}</center></div><br>{Answer}{/block:Answer}
  323.  
  324. <div id="info">
  325. <a href="{Permalink}">{Month} {DayOfMonth} {ShortYear}</a> with <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom} - via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource} - © <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  326.  
  327. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  328. {/block:Posts}
  329.  
  330. {block:PostNotes}<div style="text-transform:uppercase; letter-spacing:2px; font-family:Cambria; font-size:7px;">{PostNotes}</div>{/block:PostNotes}
  331.  
  332. </body>
  333. </html>
Advertisement
Add Comment
Please, Sign In to add comment