sherloeckchen

theme #1

Jul 18th, 2012
2,221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.17 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4. <!--
  5. theme #1 by sherloeckchen. please don't remove credit (you may move it) and don't use as a base. thanks :)
  6. you can always ask me things.
  7. -->
  8.  
  9. <html>
  10. <head>
  11.  
  12.  
  13. <meta name="color:background" content="#fff">
  14. <meta name="color:text" content="#333330">
  15. <meta name="color:links" content="#6f6e6c">
  16. <meta name="color:hoverlinks" content="#333330">
  17. <meta name="color:sidelinksbg" content="#333330">
  18. <meta name="color:sidelinkscolor" content="#fff">
  19.  
  20. <meta name="image:sidebar" content="">
  21.  
  22. <meta name="text:link 1 url" content="">
  23. <meta name="text:link 1 title" content="">
  24. <meta name="text:link 2 url" content="">
  25. <meta name="text:link 2 title" content="">
  26. <meta name="text:link 3 url" content="">
  27. <meta name="text:link 3 title" content="">
  28. <meta name="text:link 4 url" content="">
  29. <meta name="text:link 4 title" content="">
  30. <meta name="text:link 5 url" content="">
  31. <meta name="text:link 5 title" content="">
  32. <meta name="text:link 6 url" content="">
  33. <meta name="text:link 6 title" content="">
  34.  
  35.  
  36. <link rel="shortcut icon" href="{Favicon}">
  37. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  38. <link rel="shortcut icon" href="{Favicon}">
  39. <title>{Title}</title>
  40. <link rel="shortcut icon" href="{Favicon}">
  41. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  42. {block:Description}
  43. <meta name="description" content="{MetaDescription}" />
  44. {/block:Description}
  45.  
  46. <style type="text/css">
  47.  
  48. body{
  49. background-color:{color:background};
  50. background-image:;
  51. font-family:baskerville, times, serif;
  52. color:{color:text};
  53. font-size:10px;
  54. letter-spacing:1px;
  55. }
  56.  
  57. a, a:visited{
  58. text-decoration:none;
  59. color:{color:links};
  60. -webkit-transition: all 0.4s ease-in-out;
  61. -moz-transition: all 0.4s ease-in-out;
  62. -o-transition: all 0.4s ease-in-out;
  63. }
  64.  
  65. a:hover{
  66. text-decoration:none;
  67. color:{color:hoverlinks};
  68. -webkit-transition: all 0.4s ease-in-out;
  69. -moz-transition: all 0.4s ease-in-out;
  70. -o-transition: all 0.4s ease-in-out;
  71. }
  72.  
  73. #sidebar{
  74. margin-top:50px;
  75. margin-left:70px;
  76. width:250px;
  77. position:fixed;
  78. }
  79.  
  80. .sidetitle{
  81. letter-spacing:2px;
  82. width:250px;
  83. padding-bottom:5px;
  84. font-size:12px;
  85. text-align:center;
  86. text-transform:uppercase;
  87. }
  88.  
  89. img.sidepicture{
  90. margin-top:5px;
  91. width:250px;
  92. height:250px;
  93. }
  94.  
  95. .sidelinks{
  96. opacity:1;
  97. }
  98.  
  99. .sidelink a{
  100. display:block;
  101. width:250px;
  102. padding-top:4px;
  103. padding-bottom:4px;
  104. background-color:{color:sidelinksbg};
  105. text-align:center;
  106. margin-top:2px;
  107. font-size:8px;
  108. text-transform:uppercase;
  109. letter-spacing:2px;
  110. color:{color:sidelinkscolor};
  111. -webkit-transition: all 0.4s ease-in-out;
  112. -moz-transition: all 0.4s ease-in-out;
  113. -o-transition: all 0.4s ease-in-out;
  114. }
  115. .sidelink a:hover{
  116. background-color:#dedede;
  117. letter-spacing:3px;
  118. color:{color:sidelinksbg};
  119. padding-top:7px;
  120. padding-bottom:7px;
  121. background-color:{color:sidelinkscolor};
  122. -webkit-transition: all 0.4s ease-in-out;
  123. -moz-transition: all 0.4s ease-in-out;
  124. -o-transition: all 0.4s ease-in-out;
  125. }
  126.  
  127. .sidedescription{
  128. text-align:justify;
  129. margin-top:10px;
  130. padding:5px;
  131. }
  132.  
  133. .pagination{
  134. margin-top:10px;
  135. font-size:12px;
  136. letter-spacing:4px;
  137. text-align:center;
  138. opacity:0.6;
  139. }
  140.  
  141. #container{
  142. margin-top:60px;
  143. margin-left:450px;
  144. margin-bottom:20px;
  145. }
  146.  
  147. #post{
  148. width:500px;
  149. margin-bottom:100px;
  150. }
  151.  
  152. .textitle{
  153. font-size:13px;
  154. padding-bottom:5px;
  155. margin-bottom:15px;
  156. border-bottom:1px solid #000;
  157. text-align:center;
  158. }
  159.  
  160. .quote{
  161. }
  162.  
  163. .quotesource{
  164. letter-spacing:1px;
  165. }
  166.  
  167. .audios{
  168. width:500px;
  169. background-color:#000;
  170. }
  171.  
  172. #postags{
  173. margin-top:30px;
  174. width:490px;
  175. padding:5px;
  176. text-align:left;
  177. border-top:1px solid {color:hoverlinks};
  178. opacity:0.6;
  179. }
  180.  
  181. #postags a{
  182. color:{color:text};
  183. }
  184.  
  185. #postinfo{
  186. padding:5px;
  187. position:absolute;
  188. margin-left:530px;
  189. margin-top:0px;
  190. width:80px;
  191. opacity:0.3;
  192. text-align:center;
  193. -webkit-transition: all 0.4s ease-in-out;
  194. -moz-transition: all 0.4s ease-in-out;
  195. -o-transition: all 0.4s ease-in-out;
  196. }
  197.  
  198. #postinfo:hover{
  199. opacity:0.9;
  200. -webkit-transition: all 0.4s ease-in-out;
  201. -moz-transition: all 0.4s ease-in-out;
  202. -o-transition: all 0.4s ease-in-out;
  203. }
  204.  
  205. .notecount{
  206. font-size:12px;
  207. letter-spacing:3px;
  208. margin-bottom:3px;
  209. }
  210.  
  211. .posttime{
  212. text-transform:uppercase;
  213. font-size:9px;
  214. letter-spacing:2px;
  215. margin-bottom:4px;
  216. }
  217.  
  218. .postsource{
  219. font-size:9px;
  220. letter-spacing:1px;
  221. margin-bottom:4px;
  222. }
  223.  
  224. blockquote{
  225. margin-left:20px;
  226. border-left:2px solid #000;
  227. padding-left:5px;
  228. }
  229.  
  230. #sherloeckchen{
  231. bottom:5px;
  232. right:5px;
  233. font-size:8px;
  234. letter-spacing:2px;
  235. text-transform:uppercase;
  236. position:fixed;
  237. }
  238.  
  239. </style>
  240. </head>
  241. <body>
  242.  
  243. <div class=”source”>{block:ContentSource}<a href=”{SourceURL}”>{lang:Source}:{block:SourceLogo}
  244.  
  245. <img src=”{BlackLogoURL}” width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  246.  
  247. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  248.  
  249. {/block:ContentSource}</div>
  250.  
  251. <div id="sidebar">
  252. <div class="sidetitle"><a style="color:{color:text}" href="/">{Title}</a></div>
  253. <img class="sidepicture" width="250px" src="{image:sidebar}" >
  254. <div class="sidelinks">
  255. <div class="sidelink"><a href="/ask">message</a>
  256. <div class="sidelink"><a href="{text:link 1 url}">{text:link 1 title}</a></div>
  257. <div class="sidelink"><a href="{text:link 2 url}">{text:link 2 title}</a></div>
  258. <div class="sidelink"><a href="{text:link 3 url}">{text:link 3 title}</a></div>
  259. <div class="sidelink"><a href="{text:link 4 url}">{text:link 4 title}</a></div>
  260. </div></div>
  261. <div class="sidedescription">{Description}</div>
  262. {block:Pagination}<div class="pagination">
  263. {block:PreviousPage}<a href="{PreviousPage}">← </a>{/block:PreviousPage}{CurrentPage} / {TotalPages}{block:NextPage}<a href="{NextPage}"> →</a>{/block:NextPage}
  264. </div>{/block:Pagination}
  265. </div>
  266.  
  267. <div id="container">
  268. {block:Posts}
  269. <div id="post">
  270.  
  271. <div id="postinfo">
  272. {block:NoteCount}<div class="notecount">{NoteCount}</div>{/block:NoteCount}
  273. <div class="posttime"><a title="{DayOfWeek}, {Month} {DayOfMonth}, {Year} at {24Hour}:{Minutes} {AmPm}" href="{Permalink}">{block:Date}{TimeAgo}{/block:Date}</a></div>
  274. {block:RebloggedFrom}<div class="postsource">© <a href="{ReblogRootURL}">{ReblogRootName}</a></div>{/block:RebloggedFrom}
  275. </div>
  276.  
  277. {block:Text}{block:Title}<div class="textitle">{Title}</div>{/block:Title}{Body}{/block:Text}
  278.  
  279. {block:Photo}<img src="{PhotoURL-HighRes}" width="500px"><p>
  280. {block:Caption}
  281. {Caption}
  282. {/block:Caption}{/block:Photo}
  283.  
  284. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  285.  
  286. {block:Quote}<div class="quote">{Quote}</div><br><div class="quotesource">- <i>{Source}</i></div>{/block:Quote}
  287.  
  288. {block:Audio}<div class="audios"><center>{AudioPlayerBlack}</center></div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  289.  
  290. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  291.  
  292. {block:Chat}{block:Title}{Title}{/block:Title}
  293. {block:Lines}<div style="line-height:13px;">{block:Label}<b>{Label}</b>{/block:Label}&nbsp; &nbsp;{Line}<br></div>{/block:Lines}{/block:Chat}
  294.  
  295. {block:Link}<a href="{URL}"><div style="font-size:11px; text-align:center; letter-spacing:2px; text-transform:uppercase;">{Name}</div></a><p>{block:Description}{Description}{/block:Description}{/block:Link}
  296.  
  297. {block:Answer}<div style="padding:5px; text-align:right;">{Asker}: {Question}</div><br><p>{Answer}{/block:Answer}
  298.  
  299. <div id="postags">
  300. {block:HasTags}{block:Tags}<a href="{TagURL}">{Tag}</a>&nbsp; &nbsp;{/block:Tags}{/block:HasTags}
  301. </div>
  302.  
  303. </div>
  304. {/block:Posts}
  305. </div>
  306.  
  307. <div id="sherloeckchen"><a href="http://sherloeckchen.tumblr.com/">theme</a></div>
  308.  
  309. </body>
  310. </html>
Advertisement
Add Comment
Please, Sign In to add comment