Advertisement
Guest User

Theme Eleven #1

a guest
Aug 30th, 2014
505
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.28 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 eleven by edithscrawley.
  9. You can customize this theme as much as you want, as long as you:
  10. - Don't remove the credit!
  11. - Don't claim as your own!
  12. - Don't use as a base code!
  13. Thank you. Have fun!
  14. --->
  15.  
  16. <meta name="image:Sidebar" content=""/>
  17. <meta name="color:Background" content="#ffffff"/>
  18. <meta name="color:Entries" content="#ffffff"/>
  19. <meta name="color:Text" content="#222"/>
  20. <meta name="color:Link" content="#bfbfbf"/>
  21. <meta name="color:Sidebar links" content="#222"/>
  22. <meta name="color:Hover" content="#000"/>
  23. <meta name="color:Border" content="#777"/>
  24. <meta name="color:Question Bg" content="#fafafa"/>
  25. <meta name="text:Link 1" content="Link"/>
  26. <meta name="text:Link 1 url" content="/"/>
  27. <meta name="text:Link 2" content="Link"/>
  28. <meta name="text:Link 2 url" content="/"/>
  29. <meta name="text:Link 3" content="Link"/>
  30. <meta name="text:Link 3 url" content="/"/>
  31. <meta name="text:Link 4" content="Link"/>
  32. <meta name="text:Link 4 url" content="/"/>
  33.  
  34. <link href='http://fonts.googleapis.com/css?family=Playfair+Display:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
  35.  
  36. <style type="text/css">
  37.  
  38. body {
  39. background:{color:background};
  40. margin:0px;
  41. color:{color:text};
  42. font-family:times;
  43. font-size:9px;
  44. letter-spacing:1px;
  45. line-height:150%;
  46. }
  47.  
  48. a {
  49. text-decoration:none;
  50. outline:none;
  51. -moz-outline-style:none;
  52. color:{color:link};
  53. }
  54.  
  55. a:hover {
  56. color:{color:hover};
  57. text-decoration:none;
  58. -moz-outlne-style:none;
  59. outline:none;
  60. transition:0.6s;
  61. -webkit-transition:0.6s;
  62. }
  63.  
  64. img {
  65. border:auto;
  66. color:{color:border};
  67. }
  68.  
  69. blockquote {
  70. padding-top:5px;
  71. padding-bottom:5px;
  72. padding-left:10px;
  73. padding-right:10px;
  74. border:3px double;
  75. border-color:#efefef;
  76. background:#fff;
  77. }
  78.  
  79. h1 {
  80. letter-spacing:3px;
  81. text-align:center;
  82. font-size:9px;
  83. text-decoration:none;
  84. font-weight:normal;
  85. text-transform:normal;
  86. }
  87.  
  88. h1 a {
  89. color:{color:text};
  90. }
  91.  
  92. h1 a:hover {
  93. color:{color:text};
  94. text-decoration:underline;
  95. }
  96.  
  97. #entries {
  98. padding:2px;
  99. width:500px;
  100. margin-left:550px;
  101. margin-top:20px;
  102. background:{color:entries};
  103. }
  104.  
  105. #post {
  106. width:500px;
  107. margin-top:120px;
  108. margin-bottom:90px;
  109. }
  110.  
  111. #audio {
  112. text-align:center;
  113. }
  114.  
  115. #quote {
  116. font-family:'Playfair Display';
  117. font-style:italic;
  118. text-align:justify;
  119. font-size:14px;
  120. line-height:1.5;
  121. padding-left:40px;
  122. padding-right:40px;
  123. padding-top:8px;
  124. padding-bottom:8px;
  125. }
  126.  
  127. #quotesource {
  128. margin-top:10px;
  129. text-align:right;
  130. padding-right:40px;
  131. font-size:7px;
  132. text-transform:uppercase;
  133. }
  134.  
  135. #border {
  136. color:{color:border};
  137. }
  138.  
  139. #chat {
  140. color:{color:text};
  141. line-height:2.5;
  142. text-align:justify;
  143. }
  144.  
  145. #chat b {
  146. font-weight:bold;
  147. text-transform:uppercase;
  148. font-size:8px;
  149. }
  150.  
  151. #sidebar {
  152. width:210px;
  153. position:fixed;
  154. margin-left:250px;
  155. margin-top:150px;;
  156. border:none;
  157. }
  158.  
  159. #sidebox {
  160. width:210px;
  161. height:170px;
  162. }
  163.  
  164. #title {
  165. font-size:14px;
  166. font-family:times;
  167. font-style:none;
  168. text-align:left;
  169. font-weight:bold;
  170. width:100px;
  171. float:right;
  172. color:{color:sidebar links};
  173. }
  174.  
  175. #sidebarimage {
  176. width:100px;
  177. float:left;
  178. opacity:1.0;
  179. }
  180.  
  181. #sidebarimage img {
  182. width:100px;
  183. height:170px;
  184. }
  185.  
  186. #description {
  187. font-size:9px;
  188. text-align:justify;
  189. width:100px;
  190. float:right;
  191. margin-top:10px;
  192. }
  193.  
  194. #links {
  195. width:210px;
  196. font-size:10px;
  197. font-style:italic;
  198. font-weight:none;
  199. font-family:times;
  200. text-decoration:none;
  201. text-align:center;
  202. text-transform:lowercase;
  203. background:#efefef;
  204. margin-top:10px;
  205. padding-top:10px;
  206. padding-bottom:10px;
  207. border-bottom:1px solid;
  208. border-color:#ccc;
  209. }
  210.  
  211. #links a {
  212. text-align:center;
  213. color:{color:sidebar links};
  214. letter-spacing:1px;
  215. }
  216.  
  217. #links a:hover {
  218. color:{color:hover};
  219. border-bottom:1px solid;
  220. border-color:{color:hover};
  221. }
  222.  
  223. #pagination {
  224. margin-bottom:50px;
  225. margin-top:100px;
  226. font-size:9px;
  227. padding-top:20px;
  228. text-align:center;
  229. background:#fff;
  230. }
  231.  
  232. #pagination a {
  233. color:{color:text};
  234. font-size:9px;
  235. }
  236.  
  237. #pagination a:hover {
  238. color:{color:text};
  239. text-decoration:underline;
  240. }
  241.  
  242. #next {
  243. color:{color:text};
  244. float:right;
  245. }
  246.  
  247. #previous {
  248. color:{color:text};
  249. float:left;
  250. }
  251.  
  252. #info {
  253. text-align:center;
  254. margin-top:11px;
  255. padding-top:10px;
  256. word-spacing:0px;
  257. font-size:9px;
  258. text-transform:lowercase;
  259. opacity:1.00;
  260. font-style:none;
  261. background:#fff;
  262. border-top:none;
  263. }
  264.  
  265. #tags {
  266. text-transform:lowercase;
  267. font-size:9px;
  268. background:#fff;
  269. text-align:center;
  270. }
  271.  
  272. #tags a {
  273. color:{color:link};
  274. font-style:italic;
  275. }
  276.  
  277. #tags a:hover {
  278. text-decoration:underline;
  279. }
  280.  
  281. #asker {
  282. text-align:right;
  283. letter-spacing:2px;
  284. text-transform:uppercase;
  285. font-size:7px;
  286. margin-bottom:7px;
  287. margin-top:-5px;
  288. }
  289.  
  290. #question {
  291. text-align:center;
  292. padding:10px;
  293. background:{color:question bg};
  294. font-style:italic;
  295. font-size:12px;
  296. }
  297.  
  298. {CustomCSS}</style></head><body>
  299.  
  300. <div id="sidebar">
  301.  
  302. <div id="sidebox">
  303.  
  304. <div id="title">{Title}</div>
  305.  
  306. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  307.  
  308. <div id="description">{Description}</div>
  309.  
  310. </div>
  311.  
  312. <div id="links">
  313. <a href="{text:link 1 url}">{text:link 1}</a>&nbsp;&nbsp;
  314. <a href="{text:link 2 url}">{text:link 2}</a>&nbsp;&nbsp;
  315. <a href="{text:link 3 url}">{text:link 3}</a>&nbsp;&nbsp;
  316. <a href="{text:link 4 url}">{text:link 4}</a>&nbsp;&nbsp;
  317. <a href="http://edithscrawley.tumblr.com">©</a>
  318. </div>
  319.  
  320. </div>
  321.  
  322. </div>
  323.  
  324. <div id="entries">
  325.  
  326. {block:Posts}<div id="post">
  327.  
  328. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  329.  
  330. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  331.  
  332. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  333.  
  334. {block:Quote}<div id="quote">"{Quote}"</div><div id="quotesource">{block:Source} — {Source}{/block:Source}</div>{/block:Quote}
  335.  
  336. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  337.  
  338. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}<div id="chat">{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}</div>{/block:Chat}
  339.  
  340. {block:Audio}<div id="audio">{AudioPlayerWhite}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  341.  
  342. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  343.  
  344. {block:Answer}<div id="question">"{Question}"</div><br></nr><div id="asker"> said {Asker}</div>{Answer}{/block:Answer}
  345.  
  346. <div id="info">
  347. {block:Date}{TimeAgo}{/block:Date}&nbsp;&nbsp;&nbsp;&nbsp;<a href="{Permalink}">
  348. {NoteCountWithLabel}</a>&nbsp;&nbsp;{block:RebloggedFrom}&nbsp;&nbsp;<a href="{ReblogParentURL}"
  349. title="{ReblogParentTitle}">via</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="{ReblogRootURL}"title="{ReblogRoottitle}">source</a>{/block:RebloggedFrom}&nbsp;<a href=”{ReblogURL}” target=”_blank” class=”details”>&nbsp;&nbsp;&nbsp;Reblog</a></div>
  350. <div id="tags">{block:HasTags}Tags:&nbsp;&nbsp;&nbsp;{block:Tags}<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;&nbsp;{/block:Tags}{/block:HasTags}</div>
  351.  
  352. </div>
  353. {block:PostNotes}{PostNotes}{/block:PostNotes}
  354. {/block:Posts}
  355.  
  356. <div id="pagination">
  357. {block:Pagination}{block:PreviousPage}<div id="previous"><a href="{PreviousPage}"><big>←</big> Previous page</a></div>{/block:PreviousPage}
  358. {block:NextPage}<div id="next"><a href="{NextPage}">Next page <big>→</big></a></div>{/block:NextPage}{/block:Pagination}
  359. </div>
  360.  
  361. </div>
  362.  
  363. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement