Advertisement
fabliam

Theme 17

Mar 30th, 2013
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.69 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.  
  9. <meta name="color:background" content="#ffffff"/>
  10. <meta name="color:border" content="f3f1f1"/>
  11. <meta name="color:text" content="#b6b5b5"/>
  12. <meta name="color:link" content="#a8a7a7"/>
  13. <meta name="color:linkhover" content="f1d65d"/>
  14. <meta name="color:scrollbar" content="ede7dc"/>
  15.  
  16. <meta name="image:sidebar1" content=""/>
  17.  
  18.  
  19. <!-- LINKS -->
  20.  
  21. <meta name="text:link 1" content="link 1" />
  22. <meta name="text:link 1 url" content="/" />
  23. <meta name="text:link 2" content="link 2" />
  24. <meta name="text:link 2 url" content="/" />
  25.  
  26.  
  27. <style type="text/css">
  28.  
  29.  
  30.  
  31. ::-webkit-scrollbar {background-color:#fff; height:5px; width:5px}
  32. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  33. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:5px!important}
  34.  
  35. /* --- BODY ---*/
  36.  
  37. body {
  38. background:{color:background};
  39. margin:0px; color:{color:text};
  40. font-family:cambria;
  41. font-size:11px;
  42. line-height:100%;
  43. }
  44.  
  45.  
  46. blockquote {
  47. border-left:1px solid #dfdfdf;
  48. padding-left:2px;
  49. margin:5px;
  50. }
  51.  
  52.  
  53. a {
  54. color:#b1b0b0;
  55. text-decoration:none;
  56. -webkit-transition:all 0.5s ease-in-out;
  57. -moz-transition:all 0.5s ease-in-out;
  58. -o-transition:all 0.5s ease-in-out;
  59. -ms-transition:all 0.5s ease-in-out;
  60. transition:all 0.5s ease-in-out;
  61. }
  62.  
  63. a:hover {
  64. text-decoration:none;
  65. color:#676767;
  66. }
  67.  
  68. img {none;}
  69.  
  70. h1 {
  71. font-family:calibri;
  72. font-size:20px;
  73. font-style:none;
  74. text-transform:none;
  75. text-align:center;
  76. font-weight:normal;
  77. }
  78.  
  79. h2 {
  80. font-family:cambria;
  81. font-size:11px;
  82. font-style:italic;
  83. text-transform:none;
  84. font-weight:normal;
  85. }
  86.  
  87. #entries {
  88. padding:10px;
  89. width:500px;
  90. margin-left:590px;
  91. margin-top:100px;
  92. }
  93.  
  94. #post {
  95. width:500px;
  96. padding-bottom:50px;
  97. font-style:none;
  98. }
  99.  
  100.  
  101. /* --- HEADER --- */
  102.  
  103. .header {
  104. position:absolute;
  105. height: 55px;
  106. margin-top:-85px;
  107. width:480px;
  108. margin-left: 440px;
  109. border-bottom: solid 1px #f8f8f8;
  110. border-top: solid 1px #f8f8f8;
  111. margin-bottom:50px;
  112. font-family:calibri;
  113. text-transform: uppercase;
  114. font-style:normal;
  115. padding:10px;
  116. line-height:110%;
  117. background-color: #fcfcfc;
  118. text-align:center;
  119. font-size: 8px;
  120. color:{color:text};
  121. }
  122.  
  123.  
  124. /* --- SIDEBAR ---*/
  125.  
  126. #sidebar {
  127. width:100px;
  128. height:80px;
  129. position:fixed;
  130. margin-left:380px;
  131. margin-top:120px;
  132. }
  133.  
  134. #sidebarimage {
  135. width:200px;
  136. height:200px;
  137. }
  138.  
  139. #sidebarimage img {;
  140. width:100px;
  141. height:100px;
  142. margin-left:0px;
  143. margin-top:10px;
  144. }
  145.  
  146. #pagination {
  147. position:fixed;
  148. width:100px;
  149. text-align:center;
  150. margin-top:-80px;
  151. margin-bottom:375px;
  152. margin-left:45px;
  153. font-family:cambria;
  154. font-size:8px;
  155. letter-spacing:4px;
  156. text-transform:uppercase;
  157. font-style:normal;
  158. z-index:100;
  159. bottom:0;
  160. padding:2px;
  161. }
  162.  
  163. #description {
  164. width:100px;
  165. height:90px;
  166. margin-left:43px;
  167. margin-top:-60px;
  168. text-align:center;
  169. font-weight:normal;
  170. line-height:120%;
  171. font-family:cambria;
  172. font-style:italic;
  173. font-size:11px;
  174. padding-top:65px;
  175. padding-left:-50px;
  176. }
  177.  
  178. #questions {
  179. background-color: #f3f3f3;
  180. color: {color:text};
  181. border-top: solid 1px #f8f8f8;
  182. margin-left:0px;
  183. padding:11px;
  184. margin-top: 5px;
  185. margin-bottom:5px;
  186. font-family:cambria;
  187. font-size:10px;
  188. font-style:italic;
  189. text-align:left;
  190. }
  191.  
  192. #menu {
  193. padding:5px;
  194. margin-top:-195px;
  195. width:280px;
  196. margin-left:-45px;
  197. letter-spacing:-0.5px;
  198. }
  199.  
  200. #menu a {
  201. display:inline-block;
  202. font-family:calibri;
  203. margin-bottom:5px;
  204. padding:5px;
  205. font-size:8px;
  206. font-style:none;
  207. text-align:center;
  208. text-transform:uppercase;
  209. }
  210.  
  211. #menu a:hover {
  212. color:#fff;
  213. background-color:#cacaca;
  214. }
  215.  
  216. .notecount {
  217. width:150px;
  218. margin-left:350px;
  219. position:absolute;
  220. text-align:right;
  221. }
  222.  
  223. .note {
  224. padding:0px 20px 0px 20px;
  225. text-transform:uppercase;
  226. font-family:calibri;
  227. text-align:left;
  228. letter-spacing:0px;
  229. font-size: 8px;
  230. line-height:80%;
  231. color:{color:link};
  232. }
  233.  
  234. .note li {
  235. list-style-type:none;
  236. padding:5px 20px 5px 20px;
  237. text-align:left;
  238. margin-left:-80px;
  239. }
  240.  
  241. #info {
  242. font-family:calibri;
  243. text-align:center;
  244. margin-top:5px;
  245. padding-top:5px;
  246. padding:5px;
  247. text-transform:uppercase;
  248. font-style:none;
  249. font-size:8px;
  250. line-height:80%;
  251. border-top:1px solid {color:border};
  252. }
  253.  
  254. #tags {
  255. font-family:calibri;
  256. text-align:center;
  257. margin-top:-5px;
  258. padding-bottom:3px;
  259. text-transform:uppercase;
  260. font-style:none;
  261. font-size:8px;
  262. border-bottom:1px solid {color:border};
  263. }
  264.  
  265. #tags a {
  266. display:inline;
  267. text-align:center;
  268. }
  269.  
  270. #cred {
  271. position:fixed;
  272. font-size:8px;
  273. font-weight:normal;
  274. line-height:150%;
  275. letter-spacing:2px;
  276. right:10px;
  277. bottom:10px;
  278. text-transform:uppercase;
  279. text-align:center;
  280. }
  281.  
  282. #cred a {
  283. padding:3px;
  284. color:#fff;
  285. background-color:{color:link};
  286. -moz-transition-duration:0.5s;
  287. -webkit-transition-duration:0.5s;
  288. -o-transition-duration:0.5s;
  289. }
  290.  
  291.  
  292. {CustomCSS}</style></head><body>
  293.  
  294.  
  295. <div id="sidebar">
  296. <div id="sidebarimage"><img src="{image:sidebar1}"/></div>
  297. <div id="menu">
  298. <a style="border-bottom: 1px solid {color:border}; padding:4px;"<a href="/">home</a></br>
  299. <a style="border-bottom: 1px solid {color:border}; padding:4px;"<a href="/ask">mssg</a></br>
  300. <a style="border-bottom: 1px solid {color:border}; padding:4px;"<a href="{text:link 1 url}">{text:link 1}</a></br>
  301. <a style="border-bottom: 1px solid {color:border}; padding:4px;"<a href="{text:link 2 url}">{text:link 2}</a></br>
  302. <div id="description">{Description}</div>
  303. <div id="pagination">
  304. {block:Pagination}
  305. {block:PreviousPage}
  306. <a href="{PreviousPage}">←</a>
  307. {/block:PreviousPage}
  308. {block:NextPage}
  309. <a href="{NextPage}">→</a>
  310. {/block:NextPage}
  311. </div>
  312. {/block:Pagination}</div>
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321. {block:HasPages}{block:Pages}
  322.  
  323. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  324.  
  325. </div></center></i>
  326.  
  327.  
  328.  
  329.  
  330.  
  331. </div>
  332.  
  333. <div id="entries">{block:Posts}<div id="post">
  334.  
  335. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1><i>{Body}</i>{/block:Text}
  336.  
  337. {block:Photo}
  338. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  339. {/block:Photo}
  340.  
  341. {block:Photoset}
  342. <center>{Photoset-500}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  343. {/block:Photoset}
  344.  
  345. {block:Quote}❝<i>{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}</i>
  346.  
  347. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}<i>{Description}</i>{/block:Description}{/block:Link}
  348.  
  349. {block:Chat}<i>{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}</i>
  350.  
  351. {block:Audio}{AudioPlayerWhite}{block:Caption}<i>{Caption}</i>{/block:Caption}{/block:Audio}
  352.  
  353. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  354.  
  355. {block:Answer}<div id="questions">❝<b>{Asker}</b> sent: {Question}</div>
  356. <div id="answer"><i>{Answer}</i></div>{/block:answer}
  357.  
  358. <div id="info">
  359. {block:Date}posted <a href="{Permalink}">{TimeAgo}{/block:Date}{/block:Date}</a> {block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}{/block:NoteCount}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}</a> {block:ContentSource} <a href="{SourceURL}">(© {SourceLink}</a>){/block:ContentSource}</div>
  360.  
  361. <div id="tags">
  362. {block:HasTags} {block:Tags} <a href="{TagURL}"># {Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  363.  
  364. <div class="note">
  365. {block:PostNotes}{PostNotes}{/block:PostNotes}
  366. </div>
  367. </div>
  368. {block:Posts}
  369.  
  370. <div id="cred"><a href="http://fabliam.tumblr.com/">credit</a></div>
  371.  
  372. </div>
  373.  
  374. </body>
  375.  
  376. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement