humpschapel

theme04

Jun 20th, 2013
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.17 KB | None | 0 0
  1. <html>
  2.  
  3. <head>
  4.  
  5. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  6. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  7.  
  8. <!--
  9. theme 04 by faith AKA humpschapel
  10. don't steal or i'll just slit your throat
  11. thanks for using!
  12.  
  13. -->
  14.  
  15. <head>
  16.  
  17. <title>{Title}</title>
  18.  
  19.  
  20. <link rel="shortcut icon" href="{Favicon}">
  21. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  22. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  23.  
  24. <!--Fonts-->
  25.  
  26.  
  27.  
  28. <link href='http://fonts.googleapis.com/css?family=Anaheim' rel='stylesheet' type='text/css'>
  29.  
  30. <link href='http://fonts.googleapis.com/css?family=Sintony' rel='stylesheet' type='text/css'>
  31.  
  32. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  33.  
  34. <!--Colors-->
  35.  
  36. <meta name="color:Background" content="#ffffff"/>
  37. <meta name="color:Text" content="#aaaaaa"/>
  38. <meta name="color:Link" content="#717581"/>
  39. <meta name="color:sblinks" content="#cccccc"/>
  40. <meta name="color:border" content="#cccccc"/>
  41. <meta name="color:linkhover" content="#f1f1f1"/>
  42. <meta name="color:scrollbar" content="#f1f1f1"/>
  43. <meta name="color:scrollbarbg" content="#f1f1f1"/>
  44.  
  45. <!--Images-->
  46.  
  47. <meta name="image:Background" content=""/>
  48.  
  49. <!--Links-->
  50.  
  51. <meta name="text:Link1" content="/" />
  52. <meta name="text:Link1 Title" content="" />
  53.  
  54. <meta name="text:Link2" content="/" />
  55. <meta name="text:Link2 Title" content="" />
  56.  
  57. <meta name="text:Link3" content="/" />
  58. <meta name="text:Link3 Title" content="" />
  59.  
  60. <meta name="text:Link4" content="/" />
  61. <meta name="text:Link4 Title" content="" />
  62.  
  63. <style type="text/css">
  64.  
  65.  
  66. /* --- SCROLLBAR ---*/
  67.  
  68. ::-webkit-scrollbar-thumb:vertical {
  69. background-color:{color:scrollbar};
  70. height:5px;}
  71. ::-webkit-scrollbar-thumb:horizontal {
  72. background-color:{color:scrollbar};
  73. height:5px!important;}
  74. ::-webkit-scrollbar {
  75. background-color:{color:scrollbg};
  76. height:5px;
  77. width:6px;}
  78.  
  79. /* --- BODY ---*/
  80.  
  81. body {background:{color:background}; margin:0px; color:{color:text}; font-family:cambria; font-size:9px; line-height:100%;}
  82.  
  83. a {
  84. text-decoration:none;
  85. outline:none;
  86. -moz-outline-style:none;
  87. color:{color:link};
  88. padding:1px;
  89. -webkit-transition: all 0.7s ease;
  90. -moz-transition: all 0.7s ease;
  91. -o-transition: all 0.7s ease;}
  92.  
  93. a:hover {
  94. color: {color:link hover};
  95. text-decoration:none;
  96. -webkit-transition: all 0.7s ease;
  97. -moz-transition: all 0.7s ease;
  98. -o-transition: all 0.7s ease;}
  99.  
  100.  
  101. blockquote {
  102. padding-left:7px;
  103. margin:2px;
  104. border-left:5px solid {color:text};
  105. }
  106.  
  107. h1 {
  108. font-weight:normal;
  109. font-size:10px;
  110. text-align:center;
  111. font-style:normal;
  112. line-height:80%;
  113. letter-spacing:1px;
  114.  
  115. color:{color:text};
  116. }
  117.  
  118. h1 a {
  119. -webkit-transition: all 0.7s ease;
  120. -moz-transition: all 0.7s ease;
  121. -o-transition: all 0.7s ease;}
  122.  
  123. h1 a:hover {
  124. font-style:italic;
  125. font-size:15px;
  126. -webkit-transition: all 0.7s ease;
  127. -moz-transition: all 0.7s ease;
  128. -o-transition: all 0.7s ease;}
  129.  
  130. h2 {
  131. font-size:15px;
  132. text-align:center;
  133. line-height:100%;
  134. letter-spacing:-0.5px;
  135. color:{color:text};
  136. font-weight:normal;
  137. padding:5px;
  138. padding-bottom:2px;
  139. }
  140.  
  141. h3 a:hover{
  142. background-color:transparent
  143. }
  144.  
  145. /* --- POSTS ---*/
  146.  
  147.  
  148. #entries {padding:10px; width:500px; margin-left:220px; margin-top:50px;}
  149.  
  150. #post {width:500px; padding-top:10px; padding-bottom:10px; font-style:none;}
  151.  
  152. #post img { border:1px dotted #f5f5f5; padding:5px; }
  153.  
  154. #notes { font-family:constantia; text-transform:lowercase; font-size:9px; }
  155.  
  156. #info { text-align:left; padding:5px; margin-top:5px; margin-bottom:10px;
  157. text-transform: none; font-family:constantia; font-size:9px; margin-left:-5px; }
  158.  
  159. #info #tags { opacity:0; -webkit-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out; transition:all 0.5s ease-in-out; }
  160.  
  161. #info:hover #tags { opacity:1; margin-top:4px; -webkit-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out; transition:all 0.5s ease-in-out; }
  162.  
  163. #tags { font-family:constantia; letter-spacing:1px; text-transform:none;
  164. font-size:9px; margin-left:0px; margin-top:-2px; }
  165.  
  166. /* --- AUDIO ---*/
  167.  
  168. #audio { font-family:constantia; margin-bottom:5px; width:500px; height:justify; }
  169.  
  170. .cover { width:78px; height:78px; position:absolute; }
  171.  
  172. .cover img { width:50px; height:50px; float:left; margin-top:10px; }
  173.  
  174. .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; }
  175.  
  176. .player:hover{opacity:0.5; -webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o -transition: all 0.7s ease; }
  177.  
  178. .player2 { width:25px; height:25px; margin-top:20px; margin-left:20px; overflow:hidden; padding:3px; padding-right:10px; }
  179.  
  180. .track { text-transform:uppercase; margin-left:80px; line-height:15px; padding-top:10px; }
  181.  
  182. /* --- SIDEBAR ---*/
  183.  
  184. #sidebar { width:150px; position:fixed; margin-left:780px; margin-top:180px; opacity:1; }
  185.  
  186. #sidebar:hover { border-radius:500px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease }
  187.  
  188. #sidebarimage1 img { width:150px; padding:3px; border:solid:1px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease }
  189.  
  190. #sidebarimage2 img { width:150px; padding:3px; border:solid:1px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease }
  191.  
  192. #links { width:150px; border-bottom:3px solid #f1f1f1; background-color:#e8e8e8; font-family:constantia; font-size:10px;opacity:1; text-align:center; padding-top:4px; letter-spacing:1px; text-transform:uppercase; padding-bottom:1px; margin-top:-230px; margin-left:3px; color:{color:sblinks}; }
  193.  
  194. #links a:hover { color:{linkhover}; -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease }
  195.  
  196. #description { width:100px; height:60px; background-color:#e0dfdf; font-family:constantia; padding:10px; font-size:8px; opacity: 0.8; text-align:justify; margin-top:120px; margin-left:15px; }
  197.  
  198. #pagination { font-size:15px; text-align:center; color:{color:link}; font-family:constantia; letter-spacing:2px; margin-left:170px; margin-top:-10px;}
  199.  
  200. /* --- ASKS ---*/
  201.  
  202. #asker {
  203. padding:5px;
  204. font-family:constantia;
  205. letter-spacing:1px;
  206. text-align:justify;
  207. font-style:bold;
  208. margin-left:10px;
  209. border-left:3px #eee solid;
  210. background-color:{color:background}
  211. }
  212.  
  213.  
  214. {CustomCSS}
  215.  
  216.  
  217. </style>
  218.  
  219.  
  220. </head>
  221.  
  222.  
  223. <body>
  224.  
  225.  
  226. <div id="sidebar">
  227. <div id="sidebarimage1"><img src="http://25.media.tumblr.com/tumblr_maz2c8ivsh1r87i11o1_500.jpg"></div>
  228. <div id="sidebarimage2"><img src="http://25.media.tumblr.com/tumblr_maz2c8ivsh1r87i11o2_500.jpg"></div>
  229. <div id="links">
  230. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  231. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  232. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  233. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  234. </div>
  235.  
  236. <div id="description">{Description}</div>
  237.  
  238. {block:Pagination} <div align="center" id="pagination">{block:PreviousPage}<a href="{PreviousPage}">LESS</a>{/block:PreviousPage} {block:NextPage} <a href="{NextPage}">MORE</a>{/block:NextPage}</div>{/block:Pagination}
  239. </div>
  240.  
  241. <div id="entries">{block:Posts}<div id="post">
  242.  
  243. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  244.  
  245. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  246.  
  247. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  248.  
  249. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  250.  
  251. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  252.  
  253. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  254.  
  255.  
  256. {block:Audio}<div id="audio">{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  257. <div class="player">
  258. <div class="player2">
  259. {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>
  260. {/block:Audio}
  261.  
  262. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  263.  
  264. {block:Answer}<div id="asker"><span style="font-family:constantia;font-size:9px;font-style:reg;"> {Asker} whispered: </span>{Question}</div><left><font face="constantia">{Answer}</font>{/block:Answer}
  265.  
  266. <div id="info">posted<a href="{Permalink}">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} ❤ <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}
  267. {block:ContentSource}source- <a href="{SourceURL}"> <a href="{SourceURL}"> <a href="{SourceURL}">{SourceLink}</a></a>{/block:ContentSource}{/block:RebloggedFrom}
  268. {block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}">{Tag}</a>, {/block:Tags}</div>{/block:HasTags}</div></div>
  269. {/block:Posts}<div id="tags" st>
  270. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  271. {/block:Posts}</div></div></div>
  272.  
  273. <div style="font-family:sintony; font-size: 15px; letter-spacing: 1px; float: right; position: fixed; bottom: 5px; right: 5px; text-transform:lowercase;"><a href="http://dontcastor.tumblr.com">F.T.</a></div>
  274.  
  275. </body>
  276.  
  277. </html>
Advertisement
Add Comment
Please, Sign In to add comment