Advertisement
the-fate-of-the-bbc

Theme 4

Sep 6th, 2014
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.13 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. <meta name="color:Background" content="#ffffff"/>
  9. <meta name="color:Text" content="#000000"/>
  10. <meta name="color:Link" content="#ff6262"/>
  11. <meta name="color:Hover" content="#ffacac"/>
  12. <meta name="image:Sidebar" content="http://static.tumblr.com/68835b0c3650e83c878d67df23770972/78oruro/cd2nbfyg7/tumblr_static_22kjscjvaqe8gs4k4gw4cogc.jpg"/>
  13. <meta name="color:Background Sidebar" content="#da3b2b"/>
  14. <meta name="if:Cursor" content="1">
  15.  
  16. <meta name="text:Link1 URL" content=""/>
  17. <meta name="text:Link1 Name" content=""/>
  18. <meta name="text:Link2 URL" content=""/>
  19. <meta name="text:Link2 Name" content=""/>
  20. <meta name="text:Link3 URL" content=""/>
  21. <meta name="text:Link3 Name" content=""/>
  22. <meta name="text:Link4 URL" content=""/>
  23. <meta name="text:Link4 Name" content=""/>
  24. <meta name="text:Link5 URL" content=""/>
  25. <meta name="text:Link5 Name" content=""/>
  26.  
  27. <style type="text/css">
  28.  
  29. /*--- body ---*/
  30.  
  31. ::-webkit-scrollbar-thumb:vertical {
  32. background-color:{color:background sidebar};
  33. height: 5px;
  34. }
  35.  
  36. ::-webkit-scrollbar-thumb:horizontal {
  37. background-color:{color:background sidebar};
  38. height:5px!important;
  39. }
  40.  
  41. ::-webkit-scrollbar {
  42. background-color:{color:background};
  43. height:5px;
  44. width:5px;}
  45.  
  46. iframe#tumblr_controls {
  47. right:3px !important;
  48. position: fixed !important;
  49. }
  50.  
  51. @font-face { font-family: "sueellen"; src: url('http://themes.googleusercontent.com/static/fonts/sueellenfrancisco/v2/TwHX4vSxMUnJUdEz1JIgrrtXaZAN_aGv07JTA91X2HI.woff'); }
  52.  
  53. body {
  54. background:{color:background};
  55. margin:0px;
  56. color:{color:text};
  57. font-family:Bookman Old Style;
  58. font-size:10px;
  59. line-height:120%;
  60. }
  61.  
  62. a {
  63. text-decoration:none;
  64. outline:none;
  65. -moz-outline-style:none;
  66. color:{color:link};
  67. }
  68.  
  69. a:hover {
  70. text-decoration:none;
  71. opacity:1;
  72. color:{color:hover};
  73. -webkit-transition: all 0.5s ease;
  74. -moz-transition: all 0.5s ease;
  75. -o-transition: all 0.5s ease
  76. }
  77.  
  78. img {
  79. border:none;
  80. }
  81.  
  82. blockquote {
  83. padding-left:5px;
  84. border-left:2px solid;
  85. }
  86.  
  87. blockquote blockquote {
  88. padding-left:5px;
  89. border-left:2px solid;
  90. }
  91.  
  92. h1 {
  93. font-size:15px;
  94. }
  95.  
  96. /*--- post entries ---*/
  97.  
  98. #entries {
  99. padding:10px;
  100. width:500px;
  101. margin-left:500px;
  102. }
  103.  
  104. #post {
  105. margin-top:40px;
  106. width:500px;
  107. padding-bottom:20px;
  108. }
  109.  
  110. /*--- sidebar ---*/
  111.  
  112. #sidebar {
  113. width:200px;
  114. height:100%;
  115. margin-top:0px;
  116. margin-left:200px;
  117. background-color:{color:background sidebar};
  118. position:fixed;
  119. }
  120.  
  121. #sidebarimage {
  122. width:100px;
  123. height:100px;
  124. margin-left:40px;
  125. margin-right:40px;
  126. margin-top:150%;
  127. opacity:1;
  128. }
  129.  
  130. #sidebarimage img {
  131. position:fixed;
  132. width:100px;
  133. height:100px;
  134. padding:10px;
  135. border:1px solid {color:background};
  136. -webkit-transition: all 1s ease-out;
  137. -moz-transition: all 1s ease-out;
  138. -o-transition: all 1s ease-out;
  139. }
  140.  
  141. #title {
  142. font-size:20px;
  143. line-height:120%;
  144. margin-top:120px;
  145. font-family:sueellen;
  146. letter-spacing:1px;
  147. color:{color:background};
  148. text-align:center;
  149. opacity:0;
  150. -webkit-transition: all 1s ease-out;
  151. -moz-transition: all 1s ease-out;
  152. -o-transition: all 1s ease-out;
  153. }
  154.  
  155. #sidebar:hover
  156. #title {
  157. opacity:1;
  158. -webkit-transition: all 1s ease-out;
  159. -moz-transition: all 1s ease-out;
  160. -o-transition: all 1s ease-out;
  161. }
  162.  
  163. #description {
  164. padding:20px;
  165. margin-bottom:-240px;
  166. text-align:justify;
  167. color:{color:background};
  168. opacity:0;
  169. -webkit-transition: all 1s ease-out;
  170. -moz-transition: all 1s ease-out;
  171. -o-transition: all 1s ease-out;
  172. }
  173.  
  174. #sidebar:hover
  175. #description {
  176. opacity:1;
  177. color:{color:background};
  178. margin-top:200px;
  179. -webkit-transition: all 1s ease-out;
  180. -moz-transition: all 1s ease-out;
  181. -o-transition: all 1s ease-out;
  182. }
  183.  
  184. /*--- sidebar links---*/
  185.  
  186. #links {
  187. width:120px;
  188. height:30px;
  189. margin-left:42px;
  190. margin-top:-105px;
  191. opacity:0;
  192. -o-transition: all 1s ease-out;
  193. -webkit-transition: all 1s ease-out;
  194. -moz-transition: all 1s ease-out;
  195. }
  196.  
  197. #links a {
  198. height:30px;
  199. margin:3px;
  200. background-color:{color:background};
  201. border:1px solid {color:background};
  202. -o-transition: all 1s ease-out;
  203. -webkit-transition: all 1s ease-out;
  204. -moz-transition: all 1s ease-out;
  205. }
  206.  
  207. #links a:hover {
  208. background:{color:sidebar background};
  209. opacity:0;
  210. -o-transition: all 0.5s ease-out;
  211. -webkit-transition: all 0.5s ease-out;
  212. -moz-transition: all 0.5s ease-out;
  213. }
  214.  
  215. #sidebar:hover
  216. #links {
  217. opacity:1;
  218. -webkit-transition-duration:1s;
  219. -moz-transition-duration:1s;
  220. -o-transition-duration:1s;
  221. }
  222.  
  223. /*--- pagination ---*/
  224.  
  225. #pagination {
  226. font-size:20px;
  227. margin-top:-200px;
  228. text-align:center;
  229. opacity:0;
  230. -webkit-transition-duration:1s;
  231. -moz-transition-duration:1s;
  232. -o-transition-duration:1s;
  233. }
  234.  
  235. #pagination a {
  236. color:{color:background};
  237. }
  238.  
  239. #sidebar:hover
  240. #pagination {
  241. opacity:1;
  242. -webkit-transition-duration:1s;
  243. -moz-transition-duration:1s;
  244. -o-transition-duration:1s;
  245. }
  246.  
  247. /*--- post info ---*/
  248.  
  249. #info {
  250. margin-top:15px;
  251. padding:5px;
  252. opacity:0;
  253. border-top:1px solid {color:text};
  254. text-align:center;
  255. -moz-transition-duration:0.5s;
  256. -webkit-transition-duration:0.5s;
  257. -o-transition-duration:0.5s;
  258. }
  259.  
  260. #post:hover
  261. #info {
  262. opacity:1;
  263. -moz-transition-duration:0.5s;
  264. -webkit-transition-duration:0.5s;
  265. -o-transition-duration:0.5s;
  266. }
  267.  
  268. #info a {
  269. color:{color:link};
  270. }
  271.  
  272. #info a:hover {
  273. color:{color:hover};
  274. -moz-transition-duration:1s;
  275. -webkit-transition-duration:s;
  276. -o-transition-duration:0.5s;
  277. }
  278.  
  279. /*--- ask ---*/
  280.  
  281. #asker {
  282. float:left;
  283. margin-right:5px;
  284. }
  285.  
  286. #asker img {
  287. border-radius:100%;
  288. }
  289.  
  290. #answer {
  291. padding: 10px;
  292. text-align: left;
  293. color:{color:text};
  294. }
  295.  
  296. /*--- cursor ---*/
  297.  
  298. {block:ifCursor}
  299. *, body, a, a:hover {cursor: url("http://www.totallylayouts.com/cursors/random/tiny_cursor.png"), auto }
  300. {/block:ifCursor}
  301.  
  302. .credit, .credit a {
  303. bottom:5px;
  304. right:5px;
  305. font-size:15px;
  306. color:{color:text};
  307. position:fixed;
  308. font-family:georgia;
  309. }
  310.  
  311. .credit a:hover {
  312. color:{color:hover};
  313. }
  314.  
  315. {CustomCSS}</style></head><body>
  316.  
  317. <div id="sidebar">
  318.  
  319. <div id="description">{Description}</div>
  320.  
  321. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  322.  
  323. <div id="links">
  324. &nbsp&nbsp<a href="{text:link1 url}" title={text:link1 name}>&nbsp&nbsp&nbsp</a>
  325. <a href="{text:link2 url}" title={text:link2 name}>&nbsp&nbsp&nbsp</a>
  326. <a href="{text:link3 url}" title={text:link3 name}>&nbsp&nbsp&nbsp</a>
  327. <a href="{text:link4 url}" title={text:link4 name}>&nbsp&nbsp&nbsp</a>
  328. <a href="{text:link5 url}" title={text:link5 name}>&nbsp&nbsp&nbsp</a>
  329. </div>
  330.  
  331. <div id="title">{Title}</div>
  332.  
  333. <div id="pagination">
  334. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage}
  335. {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}{/block:Pagination}
  336. </div>
  337.  
  338. </div>
  339.  
  340. <div id="entries">{block:Posts}<div id="post">
  341.  
  342. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  343.  
  344. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  345.  
  346. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  347.  
  348. {block:Quote}<b>"{Quote}"</b>{block:Source} </br>— <i>{Source}</i>{/block:Source}{/block:Quote}
  349.  
  350. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  351.  
  352. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  353.  
  354. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  355.  
  356. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  357.  
  358. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker}:<br>{Question}<br>{Answer}{/block:Answer}
  359.  
  360. <div id="info">
  361. {block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">
  362. {NoteCountWithLabel}</a>{block:RebloggedFrom} | via:<a href="{ReblogParentURL}"
  363. title="{ReblogParentTitle}">{ReblogParentName}</a> | source:<a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}<br> {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  364.  
  365. </div>
  366. {block:PostNotes}{PostNotes}{/block:PostNotes}
  367. {/block:Posts}</div>
  368.  
  369. <span class="credit">
  370. <a href="http://www.tumblr.com/" target="_blank">©</a>
  371. </span>
  372.  
  373. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement