Advertisement
Perfect-Nicholas

Theme #16 - Cuckoo's Calling

Sep 21st, 2013
1,904
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.87 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 16 by llermans © tumblr.com --->
  9.  
  10. <meta name="color:Background" content="#ffffff"/>
  11. <meta name="color:Text" content="#838282"/>
  12. <meta name="color:Link" content="#b8b8b8"/>
  13. <meta name="color:Link Hover" content="#919090"/>
  14.  
  15. <meta name="image:sidebar" content=""/>
  16.  
  17. <meta name="text:link 1" content="Link 1"/>
  18. <meta name="text:link 1 url" content="/"/>
  19. <meta name="text:link 2" content="Link 2"/>
  20. <meta name="text:link 2 url" content="/"/>
  21.  
  22. <style type="text/css">
  23.  
  24. body {
  25. background:{color:background};
  26. margin:0px;
  27. color:{color:text};
  28. font-family:Calibri;
  29. font-size:10px;
  30. line-height:110%;
  31. }
  32.  
  33. a {
  34. text-decoration:none;
  35. outline:none;
  36. -moz-outline-style:none;
  37. color:{color:link};
  38. -moz-transition-duration:0.8s;
  39. -webkit-transition-duration:0.8s;
  40. -o-transition-duration:0.8s;
  41. }
  42.  
  43. a:hover {
  44. text-decoration:none;
  45. outline:none;
  46. -moz-outline-style:none;
  47. color:{color:link hover};
  48. }
  49.  
  50. img {
  51. border:none;
  52. }
  53.  
  54. blockquote {
  55. padding-left:5px;
  56. border-left:2px solid;
  57. }
  58.  
  59. blockquote blockquote {
  60. padding-left:5px;
  61. border-left:2px solid;
  62. }
  63.  
  64. #post {
  65. width:500px;
  66. padding-bottom:80px;
  67. }
  68.  
  69. #entries {
  70. padding:10px;
  71. width:500px;
  72. margin-left:550px;
  73. margin-top:40px;
  74. }
  75.  
  76. #sidebar {
  77. width:200px;
  78. position:fixed;
  79. margin-left:250px;
  80. margin-top:100px;
  81. }
  82.  
  83. #sidebarimage {
  84. width: 200px;
  85. }
  86.  
  87. #sidebarimage img {
  88. width:180px;
  89.  
  90. }
  91.  
  92. #links {
  93. width: 200px;
  94. padding:3px;
  95. margin-bottom:10px;
  96. margin-left: auto;
  97. margin-right: auto;
  98. text-align: center;
  99. line-height: 200%;
  100. font-weight: normal;
  101. font-size: 10px;
  102. font-family:baskerville;
  103. font-style:italic;
  104. text-transform: lowercase;
  105. }
  106.  
  107. #links a {
  108. letter-spacing: 1px;
  109. }
  110.  
  111. #links a:hover {
  112.  
  113. text-decoration:underline;
  114. }
  115.  
  116. #description {
  117. margin-top:10px;
  118. padding:5px;
  119. text-align:justify;
  120. width:175px;
  121. margin-left: 5px;
  122. font-family:baskerville;
  123. font-style:oblique;
  124. letter-spacing: 0px;
  125. line-height: 120%;
  126. }
  127.  
  128. #pagination {
  129. font-size:10px;
  130. text-align:center;
  131. padding-top:10px;
  132. font-size:11px;
  133. text-transform:lowercase;
  134. font-family:cambria;
  135. font-style:oblique;
  136. font-weight:200;
  137. border-top:1px solid #eeeeee;
  138. }
  139.  
  140. #info {
  141. text-align:left;
  142. padding:9px;
  143. padding-left: 0px;
  144. margin-top:10px;
  145. word-spacing:1px;
  146. text-transform:lowercase;
  147. font-size:10px;
  148. }
  149.  
  150. #ques {
  151. margin-right:3px;
  152. font-size:12px;
  153. letter-spacing: 0px;
  154. line-height: 100%;
  155. word-spacing: 2px;
  156. font-family:cambria, times;
  157. font-style:oblique;
  158. border-bottom:1px solid #eeeeee;
  159. padding-bottom:8px;
  160. }
  161.  
  162. #quote {
  163. font-weight: normal;
  164. font-style: italic;
  165. text-align: center;
  166. line-height:130%;
  167. font-size: 12px;
  168. width: 400px;
  169. text-align: justify;
  170. margin-left: 10px;
  171. font-family:times;
  172. }
  173.  
  174. #audio {
  175. float:left;
  176. width:60px;
  177. height:50px;
  178. }
  179.  
  180. #audioinfo {
  181. margin-left:20px;
  182. }
  183.  
  184. .chat {line-height:12px; list-style:none }
  185. .chat ul {list-style:none; padding:0px; line-height:20px;}
  186. .person1 {background-color:{color:blockquote}; padding-left:6px; padding-right:6px; font-size:11px; font-style:oblique;}
  187. .person1 .label {font-weight:bold;}
  188. .person2 {background-color:transparent; padding-left:6px; padding-right:6px;font-size:13px; font-family:cambria; font-style:oblique;}
  189. .person2 .label {font-weight:bold; color:{color:bold};}
  190. .person3 { background-color:{color:blockquote}; padding-left:6px; padding-right:6px;font-size:10px;}
  191. .person3 .label {font-weight:bold; color:{color:border};}
  192. .person4 {background-color:transparent; padding-left:6px; padding-right:6px;font-size:10px;}
  193. .person4 .label {font-weight:bold; color:{color:bold};}
  194. .person5 {color:{color:blockquote text}; background-color:{color:blockquote}; padding-left:6px; padding-right:6px;font-size:10px;}
  195. .person5 .label {font-weight:bold;}
  196. .person6 {background-color:transparent; padding-left:6px; padding-right:6px;font-size:10px;}
  197. .person6 .label {font-weight:bold; color:{color:bold};}
  198.  
  199. #credit {
  200. position:fixed;
  201. right:10px;
  202. bottom:10px;
  203. text-transform:uppercase;
  204. font:10px 'cambria';
  205. letter-spacing:1px;
  206. padding:5px;
  207. -webkit-transition: all 0.5s ease;
  208. -moz-transition: all 0.5s ease;
  209. -ms-transition: all 0.5s ease;
  210. -o-transition: all 0.5s ease;
  211. transition: all 0.5s ease;
  212. }
  213.  
  214. #credit:hover {
  215. position:fixed;
  216. right:10px;
  217. bottom:10px;
  218. text-transform:uppercase;
  219. font:10px 'cambria';
  220. letter-spacing:1px;
  221. padding:5px;
  222. text-shadow: 1px 1px 1px #bebebe;
  223. -webkit-transition: all 0.5s ease;
  224. -moz-transition: all 0.5s ease;
  225. -ms-transition: all 0.5s ease;
  226. -o-transition: all 0.5s ease;
  227. transition: all 0.5s ease;
  228. }
  229.  
  230. {CustomCSS}</style></head><body>
  231.  
  232. <div id="sidebar">
  233.  
  234. <div id="links">
  235. <a href="/">Home</a> &nbsp;&nbsp;&nbsp;
  236. <a href="/ask">Ask</a> &nbsp;&nbsp;&nbsp;
  237. <a href="{text:link 1 url}">{text:link 1}</a> &nbsp;&nbsp;&nbsp;
  238. <a href="{text:link 2 url}">{text:link 2}</a> &nbsp;&nbsp;&nbsp;
  239. </a>
  240.  
  241. </div>
  242.  
  243. <div id="sidebarimage"><center><img src="{image:sidebar}"></center></div>
  244.  
  245. <div id="description">{description}<br></div>
  246.  
  247.  
  248. <div id="pagination">
  249. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">← </a>{/block:PreviousPage}{CurrentPage} of {TotalPages}
  250. {block:NextPage}<a href="{NextPage}"> →</a>{/block:NextPage}{/block:Pagination}
  251. </div>
  252.  
  253. </div>
  254.  
  255. <div id="entries">{block:Posts}<div id="post">
  256.  
  257. {block:ContentSource}
  258. <!-- {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  259. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  260. {/block:SourceLogo}
  261. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  262. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  263.  
  264. {block:Text}<h1>{block:Title}<span style="font-family:cambria;font-style:oblique;font-size:20px;font-weight:200;">{Title}</span>{/block:Title}</h1>{Body}
  265. {/block:Text}
  266.  
  267. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  268.  
  269. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  270.  
  271. {block:Quote}<div id="quote">{Quote}</div>{block:Source}<div style="text-align:left; width:500px; padding:8px; margin-top:5px; font-family:baskerville;"> &nbsp;{Source}{/block:Source}</div>{/block:Quote}
  272.  
  273. {block:Link}<h1><a href="{URL}" {Target}><span style="color:#aaa;font-family:cambria;font-style:oblique;line-height:100%;font-size:25px;font-weight:200;">{{Name}}</span></a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  274.  
  275. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}
  276. <div class="chat"><ul>{block:Lines}<li class="person{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>{/block:Chat}
  277.  
  278. {block:Audio}<section class="top audio"><div id="audio">{block:AlbumArt}
  279. <span style="box-shadow:2px 2px 2px #666;"><div style="width:50px;height:50px;box-shadow:2px 2px 2px #666;"><img src="{AlbumArtURL}" width="50px" /></div></span>
  280. {/block:AlbumArt}</div><div id="audioinfo">{AudioPlayerWhite}<br>
  281. {block:TrackName}{TrackName}{/block:TrackName} - {block:PlayCount} {PlayCount} plays {/block:PlayCount}</div></section>{/block:Audio}
  282.  
  283. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  284.  
  285. {block:Answer}<div id="ques"><strong>{Asker} said: </strong>{Question}</div>{Answer}{/block:Answer}
  286.  
  287. <div id="info">
  288. {block:Date}posted {TimeAgo}</a>{/block:Date} with <a href="{Permalink}">
  289. {NoteCountWithLabel}</a>{block:PermalinkPage}<br>{block:RebloggedFrom}<span style="padding:3px;margin-top:5px;">↳ via: <a href="{ReblogParentURL}"
  290. title="{ReblogParenttitle}">{ReblogParentName}</a> &nbsp; source: <a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{/block:PermalinkPage}<br>{block:HasTags}<div style="margin-top:5px;">tagged:{block:Tags}<a href="{TagURL}"> <span style="text-decoration:underline; max-width:500px;">{Tag}</span>&nbsp;</a>{/block:Tags}</div>{/block:HasTags}</div>
  291.  
  292. </div>
  293. {block:PostNotes}{PostNotes}{/block:PostNotes}
  294. {/block:Posts}</div>
  295.  
  296. <div id="credit">
  297. <a href="http://llermans.tumblr.com/">llmns</a></div>
  298.  
  299. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement