Advertisement
fabliam

Theme 19

Apr 1st, 2013
439
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.84 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:calibri;
  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:290px;
  131. margin-top:-112px;
  132. }
  133.  
  134. #sidebarimage {
  135. width:200px;
  136. height:500px;
  137. }
  138.  
  139. #sidebarimage img {;
  140. width:200px;
  141. height:570px;
  142. margin-left:0px;
  143. margin-top:10px;
  144. border:1px solid {color:border};
  145. padding:5px;
  146. }
  147.  
  148. #pagination {
  149. position:fixed;
  150. width:100px;
  151. text-align:center;
  152. margin-top:80px;
  153. margin-bottom:595px;
  154. margin-left:5px;
  155. font-family:cambria;
  156. font-size:8px;
  157. letter-spacing:4px;
  158. text-transform:uppercase;
  159. font-style:normal;
  160. z-index:100;
  161. bottom:0;
  162. padding:2px;
  163. }
  164.  
  165. #description {
  166. width:150px;
  167. height:90px;
  168. margin-left:-20px;
  169. margin-top:-45px;
  170. text-align:center;
  171. font-weight:normal;
  172. line-height:120%;
  173. font-family:cambria;
  174. font-style:italic;
  175. font-size:11px;
  176. padding-top:65px;
  177. padding-left:-50px;
  178. }
  179.  
  180. #questions {
  181. background-color: #f3f3f3;
  182. color: {color:text};
  183. border-top: solid 1px #f8f8f8;
  184. margin-left:0px;
  185. padding:11px;
  186. margin-top: 5px;
  187. margin-bottom:5px;
  188. font-family:cambria;
  189. font-size:10px;
  190. font-style:italic;
  191. text-align:left;
  192. }
  193.  
  194. #menu {
  195. padding:5px;
  196. margin-top:-450px;
  197. width:280px;
  198. margin-left:45px;
  199. letter-spacing:-0.5px;
  200. }
  201.  
  202. #menu a {
  203. display:inline-block;
  204. font-family:calibri;
  205. margin-bottom:5px;
  206. padding:5px;
  207. font-size:8px;
  208. font-style:none;
  209. text-align:center;
  210. text-transform:uppercase;
  211. }
  212.  
  213. #menu a:hover {
  214. color:#fff;
  215. background-color:#cacaca;
  216. }
  217.  
  218. .notecount {
  219. width:150px;
  220. margin-left:350px;
  221. position:absolute;
  222. text-align:right;
  223. }
  224.  
  225. .note {
  226. padding:0px 20px 0px 20px;
  227. text-transform:uppercase;
  228. font-family:calibri;
  229. text-align:left;
  230. letter-spacing:0px;
  231. font-size: 8px;
  232. line-height:80%;
  233. color:{color:link};
  234. }
  235.  
  236. .note li {
  237. list-style-type:none;
  238. padding:5px 20px 5px 20px;
  239. text-align:left;
  240. margin-left:-80px;
  241. }
  242.  
  243. #info {
  244. font-family:calibri;
  245. text-align:center;
  246. margin-top:5px;
  247. padding-top:5px;
  248. padding:5px;
  249. text-transform:uppercase;
  250. font-style:none;
  251. font-size:8px;
  252. line-height:80%;
  253. border-top:1px solid {color:border};
  254. }
  255.  
  256. #tags {
  257. font-family:calibri;
  258. text-align:center;
  259. margin-top:-5px;
  260. padding-bottom:3px;
  261. text-transform:uppercase;
  262. font-style:none;
  263. font-size:8px;
  264. border-bottom:1px solid {color:border};
  265. }
  266.  
  267. #tags a {
  268. display:inline;
  269. text-align:center;
  270. }
  271.  
  272. #cred {
  273. position:fixed;
  274. font-size:8px;
  275. font-weight:normal;
  276. line-height:150%;
  277. letter-spacing:2px;
  278. right:10px;
  279. bottom:10px;
  280. text-transform:uppercase;
  281. text-align:center;
  282. }
  283.  
  284. #cred a {
  285. padding:3px;
  286. color:#fff;
  287. background-color:{color:link};
  288. -moz-transition-duration:0.5s;
  289. -webkit-transition-duration:0.5s;
  290. -o-transition-duration:0.5s;
  291. }
  292.  
  293.  
  294. {CustomCSS}</style></head><body>
  295.  
  296.  
  297. <div id="sidebar">
  298. <div id="sidebarimage"><img src="{image:sidebar1}"/></div>
  299. <div id="menu">
  300. <a style="border: 1px solid {color:border}; padding:4px; width:100px; background:white;"<a href="/">home</a></br>
  301. <a style="border: 1px solid {color:border}; padding:4px; width:100px; background:white;"<a href="/ask">mssg</a></br>
  302. <a style="border: 1px solid {color:border}; padding:4px; width:100px; background:white;"<a href="{text:link 1 url}">{text:link 1}</a></br>
  303. <a style="border: 1px solid {color:border}; padding:4px; width:100px; background:white;"<a href="{text:link 2 url}">{text:link 2}</a></br>
  304. <div id="description">{Description}</div>
  305. <div id="pagination">
  306. {block:Pagination}
  307. {block:PreviousPage}
  308. <a href="{PreviousPage}">←</a>
  309. {/block:PreviousPage}
  310. {block:NextPage}
  311. <a href="{NextPage}">→</a>
  312. {/block:NextPage}
  313. </div>
  314. {/block:Pagination}</div>
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323. {block:HasPages}{block:Pages}
  324.  
  325. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  326.  
  327. </div></center></i>
  328.  
  329.  
  330.  
  331.  
  332.  
  333. </div>
  334.  
  335. <div id="entries">{block:Posts}<div id="post">
  336.  
  337. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1><i>{Body}</i>{/block:Text}
  338.  
  339. {block:Photo}
  340. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  341. {/block:Photo}
  342.  
  343. {block:Photoset}
  344. <center>{Photoset-500}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  345. {/block:Photoset}
  346.  
  347. {block:Quote}❝<i>{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}</i>
  348.  
  349. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}<i>{Description}</i>{/block:Description}{/block:Link}
  350.  
  351. {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>
  352.  
  353. {block:Audio}{AudioPlayerWhite}{block:Caption}<i>{Caption}</i>{/block:Caption}{/block:Audio}
  354.  
  355. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  356.  
  357. {block:Answer}<div id="questions">❝<b>{Asker}</b> sent: {Question}</div>
  358. <div id="answer"><i>{Answer}</i></div>{/block:answer}
  359.  
  360. <div id="info">
  361. {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>
  362.  
  363. <div id="tags">
  364. {block:HasTags} {block:Tags} <a href="{TagURL}"># {Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  365.  
  366. <div class="note">
  367. {block:PostNotes}{PostNotes}{/block:PostNotes}
  368. </div>
  369. </div>
  370. {block:Posts}
  371.  
  372. <div id="cred"><a href="http://fabliam.tumblr.com/">credit</a></div>
  373.  
  374. </div>
  375.  
  376. </body>
  377.  
  378. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement