Advertisement
Thilbo

Mauve

Sep 18th, 2013
1,221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.85 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.  
  6. thilbo.tumblr.com
  7. T H E M E ♣ 0 5 ♣ M A U V E
  8.  
  9. __________________________________________________
  10. !-->
  11.  
  12. <html>
  13.  
  14. <head>
  15.  
  16. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  17. <style type="text/css"> body{ cursor: url('http://img69.imageshack.us/img69/7673/cursorw.png'), auto;} a, a:hover{cursor:url('http://media.tumblr.com/tumblr_m2umkqvNUT1qfamg6.gif'), auto;}
  18. </style>
  19. <title>{Title}</title>
  20. {block:Description}
  21. <meta name="description" content="{MetaDescription}" />
  22. {/block:Description}
  23. <link rel="shortcut icon" href="{Favicon}" />
  24. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  25.  
  26. <!--Colors-->
  27.  
  28. <meta name="color:Background" content="#ffffff"/>
  29. <meta name="color:Post Title" content="#777777" />
  30. <meta name="color:Text" content="#aaaaaa"/>
  31. <meta name="color:Link" content="#717581"/>
  32. <meta name="color:sblinks" content="#cccccc"/>
  33. <meta name="color:linkhover" content="#f1f1f1"/>
  34. <meta name="color:scrollbar" content="#f1f1f1"/>
  35. <meta name="color:scrollbarbg" content="#f1f1f1"/>
  36.  
  37. <!--Images-->
  38.  
  39. <meta name="image:Background" content=""/>
  40. <meta name="image:Sidebar" content=""/>
  41.  
  42. <!--Links-->
  43.  
  44. <meta name="text:Link1" content="/" />
  45. <meta name="text:Link1 Title" content="" />
  46.  
  47. <meta name="text:Link2" content="/" />
  48. <meta name="text:Link2 Title" content="" />
  49.  
  50. <meta name="text:Link3" content="/" />
  51. <meta name="text:Link3 Title" content="" />
  52.  
  53. <meta name="text:Link4" content="/" />
  54. <meta name="text:Link4 Title" content="" />
  55.  
  56. <meta name="text:Link5" content="/" />
  57. <meta name="text:Link5 Title" content="" />
  58.  
  59. <style type="text/css">
  60.  
  61. /* --- SCROLLBAR ---*/
  62.  
  63. ::-webkit-scrollbar-thumb:vertical {
  64. background-color:{color:scrollbar};
  65. height:5px;}
  66. ::-webkit-scrollbar-thumb:horizontal {
  67. background-color:{color:scrollbar};
  68. height:5px!important;}
  69. ::-webkit-scrollbar {
  70. background-color:{color:scrollbg};
  71. height:5px;
  72. width:6px;}
  73.  
  74. /* --- BODY ---*/
  75.  
  76. body {background:{color:background}; margin:0px; color:{color:text}; font-family:cambria; font-size:9px; line-height:100%;}
  77.  
  78. a {
  79. text-decoration:none;
  80. outline:none;
  81. -moz-outline-style:none;
  82. color:{color:link};
  83. padding:1px;
  84. -webkit-transition: all 0.7s ease;
  85. -moz-transition: all 0.7s ease;
  86. -o-transition: all 0.7s ease;}
  87.  
  88. a:hover {
  89. color: {color:link hover};
  90. text-decoration:none;
  91. -webkit-transition: all 0.7s ease;
  92. -moz-transition: all 0.7s ease;
  93. -o-transition: all 0.7s ease;}
  94.  
  95.  
  96. blockquote {
  97. padding-left:5px;
  98. margin:2px;
  99. border-left:2px solid {color:text};
  100. }
  101.  
  102. h1 {
  103. font-weight:normal;
  104. font-size:10px;
  105. text-align:center;
  106. font-style:normal;
  107. line-height:80%;
  108. letter-spacing:5px;
  109.  
  110. color:{color:text};
  111. }
  112.  
  113. h1 a {
  114. -webkit-transition: all 0.7s ease;
  115. -moz-transition: all 0.7s ease;
  116. -o-transition: all 0.7s ease;}
  117.  
  118. h2 {
  119. font-size:15px;
  120. text-align:center;
  121. line-height:100%;
  122. letter-spacing:-0.5px;
  123. color:{color:text};
  124. font-weight:normal;
  125. padding:5px;
  126. padding-bottom:2px;
  127. }
  128.  
  129. h3 a:hover{
  130. background-color:transparent
  131. }
  132.  
  133. /* --- POSTS ---*/
  134.  
  135.  
  136. #entries { padding:10px; width:500px; margin-left:220px; margin-top:40px;}
  137.  
  138. #post { width:510px; padding-bottom:5px; padding-top:25px; border-bottom:1px solid #f1f1f1;color:{color:Perma Text}; font-size:8px; line-height:16px; letter-spacing:1px; text-transform:uppercase; text-align:left; font-style:none; }
  139.  
  140. #post img { border:1px #f5f5f5; padding:5px; }
  141.  
  142. #notes { text-transform:uppercase; font-style:normal; letter-spacing:0px; font-size: 8px; text-align:left; line-height:90%; margin-left:-40px; margin-top:20px; }
  143.  
  144. #notes li { list-style-type:none; border-bottom:1px solid #d6d5d5; padding:5px 25px 10px 25px; text-align:left; margin:0px;
  145. -moz-transition-duration:0.5s;
  146. -webkit-transition-duration:0.5s;
  147. -o-transition-duration:0.5s; }
  148.  
  149.  
  150. #info{ border-top:2px solid #f8f8f8; font-family:courier new; letter-spacing:0px; margin-left:2px; font-size:8px; text-align:center; opacity:0.9;padding:3px; width:500px; text-transform:uppercase; font-style:normal; font-size:8px; background-color:#fafafa }
  151.  
  152. #tags { border-top:1px solid #f8f8f8; font-family:calibri; margin-top:1px; padding:7px; text-align:center; margin-left: -3px; width:491px; text-transform:lowercase;opacity:1; position:absolute; }
  153.  
  154. #tags a { padding: 3px; font-size:9px; }
  155.  
  156. /* --- AUDIO ---*/
  157.  
  158. #audio { font-family:anaheim; margin-bottom:5px; width:500px; height:justify; }
  159.  
  160. .cover { width:78px; height:78px; position:absolute; }
  161.  
  162. .cover img { width:50px; height:50px; float:left; margin-top:10px; }
  163.  
  164. .player { opacity: 0.05; position:absolute; z-index:1; background:#fff;width:90px; height:90px; display:block; -webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease; }
  165.  
  166. .player:hover{ opacity:0.5; -webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o -transition: all 0.7s ease; }
  167.  
  168. .player2 { width:25px; height:25px; margin-top:20px; margin-left:20px; overflow:hidden; padding:3px; padding-right:10px; }
  169.  
  170. .track { text-transform:uppercase; margin-left:80px; line-height:15px; padding-top:10px; }
  171.  
  172. /* --- SIDEBAR ---*/
  173.  
  174. #sidebar { width:150px; position:fixed; margin-left:40px; margin-top:200px; opacity:1; }
  175.  
  176. #sidebar:hover { border-radius:500px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease }
  177.  
  178. #sidebarimage img { width:150px; padding:3px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease }
  179.  
  180. #links { width:150px; border-bottom:1px dotted #eee; background-color:#f1f1f1;font-family:calibri; font-size:8px;opacity:1; text-align:center; padding-top:4px; letter-spacing:1px; text-transform:uppercase; padding-bottom:1px; margin-top:1px; margin-left:3px; color:{color:sblinks}; }
  181.  
  182. #links a:hover { color:{linkhover}; -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease }
  183.  
  184. #title { padding-bottom:13px; padding-left:5px; text-align:center; color:{color:Title}; font-family:cambria; font-size:18px; letter-spacing:3px; text-transform:uppercase; }
  185.  
  186. #description {;width:145px; height:auto; margin-left:5px; margin-top:10px;text-align:justify; font-weight:normal; background-color:#ffffff; color:{color:description}; line-height:113%; font-family:calibri; font-size:8px; font-weight:normal; letter-spacing:0px; text-transform:uppercase; padding:0px; border-bottom:0px solid #000000;}
  187.  
  188. #description:first-letter {background-color:#f1f1f1; color:{color:blogtitle}; font-family:baskerville; font-size:16px; font-style:normal; font-weight:bold; text-transform:uppercase; width:10px; height:8px; text-align:center; padding:5px; margin-right:4px; float:left;}
  189.  
  190. #pagination { width:120px; font-size:8px; text-align:center; margin-left:6px; margin-top:12px; position:fixed; font-family:serif; letter-spacing:1px; }
  191.  
  192. /* --- ASKS ---*/
  193.  
  194. .ask { padding:5px; font-family:times; font-style:oblique; text-align:left; margin-left:10px; color:{color:text}; background:#fbfbfb; border-left:2px solid {color:border}; }
  195.  
  196. .ans { text-align:left; padding:10px; margin-bottom:-5px;color:{color:text}; }
  197.  
  198. #cred { font-size:10px; right:10px; bottom:10px; position:fixed; font-family:calibri; letter-spacing:1px; background:#f7f7f7; padding: 2px 5px 3px 5px; border-radius:3px; z-index:99; }
  199.  
  200. #cred a:hover { color:#b8b8b8; background-color:#f7f7f7; }
  201.  
  202. {CustomCSS}
  203.  
  204. </style></head>
  205.  
  206.  
  207. <body>
  208.  
  209. <div id="sidebar">
  210. <div id="title">— {title} —</div>
  211. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  212. <div id="links">
  213. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  214. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  215. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  216. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  217. {block:ifLink5}<a href="{text:Link4}">{text:Link5 Title}</a>{/block:ifLink5}
  218. </div>
  219.  
  220. <div id="description">{Description}</div>
  221.  
  222. {block:Pagination}<div id="pagination">
  223. {block:Pagination}
  224. {block:PreviousPage}
  225. <a href="{PreviousPage}">back </a>
  226. {/block:PreviousPage}
  227. {block:NextPage}
  228. <a href="{NextPage}"> — forth</a>
  229. {/block:NextPage}
  230. {/block:Pagination}
  231. </div>
  232. </div>{/block:Pagination}
  233. </div>
  234.  
  235. <div id="entries">{block:Posts}<div id="post">
  236.  
  237. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  238.  
  239. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  240.  
  241. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  242.  
  243. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  244.  
  245. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  246.  
  247. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  248.  
  249.  
  250. {block:Audio}<div id="audio">{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  251. <div class="player">
  252. <div class="player2">
  253. {AudioPlayerWhite}</div></div><div class="track">{block:TrackName}<b>Title:</b> {TrackName}{/block:TrackName}<br />{block:Artist}<b>Artist:</b> {Artist}{/block:Artist}<br />{block:Album}<b>Album:</b> {Album}{/block:Album}<br />{PlayCountWithLabel}</div><br>{Caption}</div>
  254. {/block:Audio}
  255.  
  256. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  257.  
  258. {block:Answer}<div class="ask">{Asker} asked: {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  259.  
  260. <div id="info"> <a href="{Permalink}">{TimeAgo}</a>
  261. {/block:Date} {block:NoteCount} with <font color=#ec3d3d>♥</font> <a href="{Permalink}">{NoteCount}</a> {/block:NoteCount}
  262. {block:RebloggedFrom} | <a title="{ReblogParentName}" href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}{block:ContentSource}(<a title="{SourceTitle}" href="{SourceURL}">source</a>){/block:ContentSource} {/block:RebloggedFrom} | <a href="{ReblogURL}"target="_blank" >reblog</a>
  263. {block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}"># {Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  264. {/block:Posts}<div id="tags" st>
  265. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  266. {/block:Posts}</div></div></div>
  267.  
  268. <div id="cred"><a href="http://thilbo.tumblr.com/">theme.</div>
  269.  
  270. </body>
  271.  
  272. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement