Advertisement
paulveretts

my used theme #01

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