Advertisement
paulveretts

Theme 18 - [FIREFOX]

Aug 5th, 2013
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.09 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.  
  3. <!--
  4.  
  5. THEME BY JÚLIA @ PAULVERETTS.
  6.  
  7. -->
  8.  
  9.  
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11. <head><title>{Title}</title>
  12. <link rel="shortcut icon" href="{Favicon}">
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  14. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  15.  
  16.  
  17. <meta name="color:Background" content="#ffffff"/>
  18. <meta name="color:Sidebar" content="#eeeeee"/>
  19. <meta name="color:Navigation Link" content="#eeeeee"/>
  20. <meta name="color:Pagination BG" content="#f5f5f5"/>
  21. <meta name="color:Nav Bar BG" content="#eeeeee"/>
  22. <meta name="color:Text" content="#9b9898"/>
  23. <meta name="color:Description" content="#9e9c9c"/>
  24. <meta name="color:Link" content="#b8b8b8"/>
  25. <meta name="color:Tags" content="#f0f0f0"/>
  26. <meta name="color:Hover" content="#92854b"/>
  27. <meta name="color:Info BG" content="#f7f3f5"/>
  28. <meta name="color:Line" content="#dfdfdf"/>
  29. <meta name="color:Border" content="#dbdada"/>
  30. <meta name="color:Question BG" content="#f7f3f5"/>
  31. <meta name="color:Nav Link BG" content="#fcfcfc"/>
  32. <meta name="color:Nav Link Hover BG" content="#bebdbd"/>
  33. <meta name="color:Post" content="#ffffff"/>
  34. <meta name="color:Nav Link Hover" content="#ffffff"/>
  35. <meta name="color:Answer" content="#f8f8f8"/>
  36. <meta name="image:sidebar" content=""/>
  37. <meta name="image:bg" content=""/>
  38. <meta name="text:Link 3" content="" />
  39. <meta name="text:Link 3 Text" content="" />
  40. <meta name="text:Link 4" content="" />
  41. <meta name="text:Link 4 Text" content="" />
  42. <meta name="text:Link 5" content="" />
  43. <meta name="text:Link 5 Text" content="" />
  44. <meta name="text:Link 6" content="" />
  45. <meta name="text:Link 6 Text" content="" />
  46. <meta name="if:Show Link 3" content="1" />
  47. <meta name="if:Show Link 4" content="1" />
  48. <meta name="if:Show Link 5" content="1" />
  49. <meta name="if:Show Link 6" content="1" />
  50. <meta name="color:scrollbarbg" content="000000"/>
  51.  
  52.  
  53. <style type="text/css">
  54.  
  55. /* --- SCROLLBAR ---*/
  56.  
  57. ::-webkit-scrollbar {
  58. width: 5px;height: 5px;}
  59. ::-webkit-scrollbar-button:start:decrement,
  60. ::-webkit-scrollbar-button:end:increment {
  61. height: 6px;display: block;background-color: {color:white};}
  62. ::-webkit-scrollbar-track-piece {
  63. background-color: {color:scrollbarbg};}
  64. ::-webkit-scrollbar-thumb:vertical {
  65. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  66.  
  67.  
  68. /* --- BODY ---*/
  69.  
  70. body {
  71. background:{color:background};
  72. margin-left:100px;
  73. color:{color:text};
  74. font-family:Cambria;
  75. font-size:8px;
  76. letter-spacing:0px;
  77. line-height:100%;
  78. }
  79.  
  80. a {
  81. text-decoration:none;
  82. outline:none;
  83. -moz-outline-style:none;
  84. color:{color:link};
  85. }
  86.  
  87. img {
  88. border:none;
  89. }
  90.  
  91. blockquote {
  92. padding-left:5px;
  93. border-left:2px solid;
  94. }
  95.  
  96. blockquote blockquote {
  97. padding-left:5px;
  98. border-left:2px solid;
  99. }
  100.  
  101. h1 {
  102. font-size:12px;
  103. line-height:100%;
  104. font-family:cambria;
  105. text-transform:uppercase;
  106. text-align:left;
  107. font-weight:normal;
  108. }
  109.  
  110. h2 {
  111. font-size:11px;
  112. line-height:100%;
  113. border-bottom:1px;
  114. }
  115.  
  116. a:hover {
  117. text-decoration:underline;
  118. opacity:10;
  119. color:{color:hover};
  120. -webkit-transition: all 0.7s ease;
  121. -moz-transition: all 0.7s ease;
  122. -o-transition: all 0.7s ease;
  123. }
  124.  
  125. /* --- POST ENTRIES ---*/
  126.  
  127.  
  128. #entries {
  129. padding:20px;
  130. width:520px;
  131. margin-left:350px;
  132. margin-top:0px;
  133. }
  134.  
  135. /* --- BODY: POSTS ---*/
  136.  
  137.  
  138. #post {
  139. width:400px;
  140. margin-bottom:-100px;
  141. padding:10px;
  142. padding-bottom:40px;
  143. margin-top:100px;
  144. background-color:{color:Post};
  145. }
  146.  
  147. /* --- SIDEBAR IMAGE ---*/
  148.  
  149. #stitle {
  150. position:fixed;
  151. text-align:right;
  152. font-family:justus;
  153. font-size:9px;
  154. font-style:italic;
  155. border-bottom:1px solid {color:Border};
  156. letter-spacing:1px;
  157. text-transform:uppercase;
  158. width:285px;
  159. margin-left:95px;
  160. letter-spacing:1px;
  161. color:{color:Sidebar Title};
  162. margin-top:5px;
  163. }
  164.  
  165. #credit a:hover {
  166. border-radius:500px;
  167. color:{color:Hover};
  168. border 1px solid {color:Border};
  169. background-color:{color:Info BG};
  170. }
  171.  
  172. #musicinfo {
  173. font-size:8px;
  174. text-align:right;
  175. margin-top:-20px;
  176. }
  177.  
  178.  
  179. #player {
  180. margin-bottom:10px;
  181. }
  182.  
  183. #topbar {
  184. position:absolute;
  185. color:{color:Text};
  186. width:381px;
  187. padding:10px;
  188. background:{color:Pagination BG};
  189. text-align:right;
  190. margin-top:80px;
  191. text-transform:uppercase;
  192. font-size:8px;
  193. font-style:none;
  194. border-top:1px solid {color:Line};
  195. }
  196.  
  197. #sidebar {
  198. width:401px;
  199. height:100px;
  200. position:fixed;;
  201. padding-top:20px;
  202. margin-left:380px;
  203. margin-top:-10px;
  204. border-top:10px solid #fff;
  205. opacity:1;
  206. background:{color:Sidebar};
  207. }
  208.  
  209. #sidebarimage img {
  210. width:47px;
  211. border:8px solid {color:Border};
  212. height:47px;
  213. margin-left:20px;
  214. margin-top:0px;
  215. position:absolute;
  216. }
  217.  
  218.  
  219. /* --- SIDEBAR LINKS ---*/
  220.  
  221. .links {
  222. text-align:center;
  223. width:388px;
  224. padding: 6px;
  225. font-size:10px;
  226. text-align:center;
  227. margin-top:585px;
  228. margin-left:380px;
  229. opacity:1;
  230. line-height:6px;
  231. text-transform:lowercase;
  232. word-spacing:0px;
  233. position:fixed;
  234. background:{color:Nav Bar BG};
  235. -moz-transition-duration:0.4s;
  236. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;
  237. }
  238.  
  239. .links a {
  240. width:auto;
  241. color:{color:Navigation Link};
  242. font-family:cambria;
  243. text-transform:uppercase;
  244. font-size:7px;
  245. display:inline-block;
  246. padding:8px;
  247. margin-bottom:3px;
  248. background:{color:Nav Link BG};
  249. }
  250.  
  251. .links a:hover {
  252. text-decoration:none;
  253. color:{color:Nav Link Hover};
  254. background:{color:Nav Link Hover BG};
  255. border-radius:0px;
  256. -moz-transition-duration:0s;
  257. -webkit-transition-duration:0s; -o-transition-duration:0s;
  258. }
  259.  
  260.  
  261. /* --- DESCRIPTION ---*/
  262.  
  263. #description {
  264. color:{color:Description};
  265. position:fixed;
  266. line-height:90%;
  267. font-size:10px;
  268. opacity:0.8;
  269. letter-spacing:-0.3px;
  270. font-family:justus;
  271. width:285px;
  272. height:100px;
  273. margin-top:25px;
  274. padding:10px;
  275. margin-left:465px;
  276. text-align:justify;
  277. -moz-transition-duration:0.4s;
  278. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;
  279. }
  280.  
  281. #description a {color:{color:link}; -moz-transition-duration:0.4s;
  282. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  283.  
  284. /* --- PAGINATION---*/
  285.  
  286.  
  287. #pagination {
  288. position:fixed;
  289. font-family:cambria;
  290. width:400px;
  291. font-size:8px;
  292. text-transform:uppercase;
  293. margin-left:385px;
  294. margin-top:105px;
  295. padding-left:5px;
  296. letter-spacing:1px;
  297. font-style:normal;
  298. text-align:center;
  299. }
  300.  
  301. /* --- POST INFO ---*/
  302.  
  303. #info {
  304. color:{color:Text};
  305. width:393px;
  306. padding:4px;
  307. background:{color:Info BG};
  308. text-align:right;
  309. margin-top:10px;
  310. text-transform:uppercase;
  311. font-size:8px;
  312. font-style:none;
  313. border-top:1px solid {color:Line}
  314. }
  315.  
  316. /* --- POST TAGS---*/
  317.  
  318.  
  319. #tags {
  320. opacity:0.6;
  321. font-size:7px;
  322. width:400px;
  323. letter-spacing:0px;
  324. margin-top:0px;
  325. background:transparent;
  326. text-transform:uppercase;
  327. text-align:right;
  328. }
  329.  
  330. #tags a:hover {
  331. opacity:1;
  332. }
  333.  
  334.  
  335.  
  336. /* --- QUESTIONS ---*/
  337.  
  338. #inquirer a {
  339. text-transform:uppercase;
  340. font-style:normal;
  341. }
  342.  
  343. #asker {
  344. padding:20px;
  345. border-bottom:1px dotted {color:Border};
  346. font-family:cambria;
  347. font-size:12px;
  348. text-transform:uppercase;
  349. letter-spacing:1px;
  350. text-align:right;
  351. background-color:{color:Info BG}
  352. }
  353.  
  354. /*** ask ***/
  355. .bubble {text-align:right;background: transparent; margin:0px 0px 0px 0px;padding:10px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px; font-family: cambria; font-size:10px; text-transform:uppercase; font-style:italic; border-top:1px solid {color:Border};}
  356. .bubble a {text-transform:uppercase; font-size:8px; font-style:normal;}
  357. .bubble p {margin:1px 0px;}
  358. .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid #fff;}
  359.  
  360. .askborder {float: left;margin: 1px 4px 0 0;padding: 2px; background: #eee}
  361.  
  362. {CustomCSS}</style></head><body>
  363. <div id="sidebar">
  364. <div id="topbar"></div>
  365. <div id="stitle"></div>
  366. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  367. </div>
  368.  
  369.  
  370. <div id="description">
  371. {Description}
  372. </div>
  373.  
  374. <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&larr;</a>{/block:PreviousPage} {CurrentPage} of {TotalPages} {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}{/block:Pagination}</center></div>
  375.  
  376. <div class="links">
  377. <a href="/">index</a>
  378. <a href="/askfaq">mail</a>
  379. {block:IfShowLink3}<a href="{text:Link 3}">{text:Link 3 Text}</a>{/block:IfShowLink3}
  380. {block:IfShowLink4}<a href="{text:Link 4}">{text:Link 4 Text}</a>{/block:IfShowLink4}
  381. {block:IfShowLink5}<a href="{text:Link 5}">{text:Link 5 Text}</a>{/block:IfShowLink5}
  382. {block:IfShowLink6}<a href="{text:Link 6}">{text:Link 6 Text}</a>{/block:IfShowLink6}
  383. <a href="http://paulveretts.tumblr.com/">theme</a>
  384. </div>
  385.  
  386.  
  387.  
  388. </div>
  389.  
  390. <div id="entries">{block:Posts}<div id="post">
  391.  
  392. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  393.  
  394. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  395.  
  396. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  397.  
  398. {block:Quote}<div style="line-height:120%;"><big><big><center>– <i><b><big><big>"</big></big></b><big>{Quote}</i></big></big></big><b><big><big>"</big></big></b></center></div>{/block:Quote}
  399.  
  400. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  401.  
  402. <justify><big>{block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}</big></justify>
  403.  
  404. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="78px" height="78px" align="left" style="margin-bottom:10px" />{/block:AlbumArt}<div id="player">{AudioPlayerWhite}</div></left>
  405. <div id="musicinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  406. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  407. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times</div><br>
  408. {/block:Audio}
  409.  
  410. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  411.  
  412. {block:Answer}<div class="bubble"><span></span>{Question}&nbsp;<br>— {Asker}</div><blockquote>{Answer}</blockquote>{/block:Answer}
  413.  
  414. <div id="info"><a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a> {block:RebloggedFrom} ∙ <a href="{ReblogParentURL}">via </a>{/block:RebloggedFrom} {block:ContentSource} <a href="{SourceURL}"><a href="{SourceURL}">/ source</a>{/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} ∙ <a href="{Permalink}">{NoteCount}</a></div>
  415.  
  416. {block:HasTags}<div class="tags">{block:Tags}.<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div>
  417.  
  418. {/block:Posts}
  419. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  420. {/block:Posts}</div>
  421.  
  422.  
  423. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement