Advertisement
paulveretts

theme 13; iris;

Jun 16th, 2013
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.24 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. DON'T STEAL OR REPOST!
  7. ENJOY XX
  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:Text" content="#000000"/>
  22. <meta name="color:Pagination" content="#ffffff"/>
  23. <meta name="color:Description" content="#000000"/>
  24. <meta name="color:Link" content="#b8b8b8"/>
  25. <meta name="color:Info Link" content="#ffffff"/>
  26. <meta name="color:Info" content="#ffffff"/>
  27. <meta name="color:Tags" content="f0f0f0"/>
  28. <meta name="color:Info Bg" content="000000"/>
  29. <meta name="color:Hover" content="#f2f2f2"/>
  30. <meta name="color:Line" content="#f2f2f2"/>
  31. <meta name="color:Post" content="#ffffff"/>
  32. <meta name="color:Answer" content="#f8f8f8"/>
  33. <meta name="image:sidebar" content=""/>
  34. <meta name="text:Link 1" content="" />
  35. <meta name="text:Link 1 Text" content="" />
  36. <meta name="text:Link 2" content="" />
  37. <meta name="text:Link 2 Text" content="" />
  38. <meta name="if:Show Link 1" content="1" />
  39. <meta name="if:Show Link 2" content="1" />
  40. <meta name="color:scrollbarbg" content="ffffff"/>
  41.  
  42.  
  43. <style type="text/css">
  44.  
  45. /* --- SCROLLBAR ---*/
  46.  
  47. ::-webkit-scrollbar {
  48. width: 5px;height: 5px;}
  49. ::-webkit-scrollbar-button:start:decrement,
  50. ::-webkit-scrollbar-button:end:increment {
  51. height: 6px;display: block;background-color: {color:white};}
  52. ::-webkit-scrollbar-track-piece {
  53. background-color: {color:scrollbarbg};}
  54. ::-webkit-scrollbar-thumb:vertical {
  55. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  56.  
  57.  
  58. /* --- BODY ---*/
  59.  
  60. img {
  61. filter: url(http://static.tumblr.com/eptm5us/ueTmafr4p/filters.svg#grayscale); /* Firefox 3.5+ */
  62. filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, IE10 */
  63.  
  64. filter: gray; /* IE6-9 */
  65. -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
  66. -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
  67. -webkit-backface-visibility: hidden; /* Fix for transition flickering */}
  68.  
  69. img:hover {
  70. filter: none;
  71. -webkit-filter: grayscale(0%);}
  72.  
  73. body {
  74. background:{color:background};
  75. background-image:url('{image:bg}');
  76. background-attachment: fixed;
  77. margin:0px;
  78. color:{color:text};
  79. font-family:Times New Roman;
  80. font-size:9px;
  81. line-height:100%;
  82. }
  83.  
  84. a {
  85. text-decoration:none;
  86. outline:none;
  87. -moz-outline-style:none;
  88. color:{color:link};
  89. }
  90.  
  91. img {
  92. border:none;
  93. }
  94.  
  95. blockquote {
  96. padding:10px;
  97. background:#f5f5f5;
  98. border-left:2px solid;
  99. }
  100.  
  101. blockquote blockquote {
  102. padding-left:5px;
  103. border-left:2px solid;
  104. }
  105.  
  106. h1 {
  107. font-size:24px;
  108. color:{color:text};
  109. margin-bottom:5px;
  110. font-family:times;
  111. font-style:italic;
  112. }
  113.  
  114. a:hover {
  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:10px;
  127. width:400px;
  128. margin-left:550px;
  129. margin-top:40px;
  130. font-size:10px;
  131. }
  132.  
  133. /* --- BODY: POSTS ---*/
  134.  
  135.  
  136. #post {
  137. width:400px;
  138. padding-bottom:20px;
  139. padding:10px;
  140. margin-top:15px;
  141. background-color:{color:Post};
  142. }
  143.  
  144. /* --- SIDEBAR IMAGE ---*/
  145.  
  146. #hm img {
  147. width:120px;
  148. margin-top:2px;
  149. margin-left:23px;
  150. position:absolute;
  151. height:120px;
  152. }
  153.  
  154.  
  155. #sidebar {
  156. width:400px;
  157. position:fixed;
  158. margin-left:0px;
  159. margin-top:0px;
  160. opacity:1;
  161. background-color:{color:Sidebar};
  162. }
  163.  
  164. #chastain img {
  165. width:500px;
  166. height:665;
  167. margin-top:-41px;
  168. position:fixed;
  169. }
  170.  
  171. #musicinfo {
  172. height:70px;
  173. text-transform:lowercase;
  174. font-style:italic;
  175. font-size:12px;
  176. width:384px;
  177. text-decoration:underline;
  178. margin-top:-50px;
  179. padding:10px;
  180. padding-top:60px;
  181. text-align:right;
  182. margin-left:0px;
  183. }
  184.  
  185.  
  186. /* --- SIDEBAR LINKS ---*/
  187.  
  188. #sidebar .links {
  189. opacity:0.7;
  190. -moz-transition-duration:0.4s;
  191. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;
  192. }
  193.  
  194. #sidebar:hover .links {
  195. opacity:0.7;
  196. -moz-transition-duration:0.4s;
  197. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;
  198. }
  199.  
  200. .links {
  201. width:491px;
  202. height:5px;
  203. padding: 7px;
  204. font-size:18px;
  205. font-family:'times';
  206. text-align:center;
  207. border-top:0px solid #000;
  208. border-bottom:1px solid {color:Line};
  209. margin-top:520px;
  210. background:#fff;
  211. font-style:italic;
  212. letter-spacing:1px;
  213. margin-left:-5px;
  214. text-align:center;
  215. text-transform:lowercase;
  216. word-spacing:2px;
  217. position:fixed;
  218. -moz-transition-duration:0.4s;
  219. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;
  220. }
  221.  
  222. .links a:hover {
  223. color:{color:Hover};
  224. background-color:#000;
  225. padding:5px;
  226. -moz-transition-duration:0.4s;
  227. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;
  228. }
  229.  
  230.  
  231. /* --- DESCRIPTION ---*/
  232.  
  233. #description {
  234. position:fixed;
  235. font-family:cambria;
  236. line-height:90%;
  237. font-size:12px;
  238. font-style:italic;
  239. width:300px;
  240. margin-top:540px;
  241. padding:8px;
  242. margin-left:85px;
  243. text-align:center;
  244. color:{color:Description};
  245. }
  246.  
  247. #description a {color:{color:Description}; -moz-transition-duration:0.4s;
  248. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  249.  
  250. /* --- PAGINATION---*/
  251.  
  252. #pagination {
  253. color:{color:Pagination};
  254. width:400px;
  255. font-size:10px;
  256. text-align:center;
  257. margin-left:40px;
  258. margin-top:600px;
  259. position:fixed;
  260. line-height:120%;
  261. font-family:consolas;
  262. letter-spacing:3px;
  263. }
  264.  
  265. #pagination a {
  266. color:{color:Pagination};
  267. }
  268.  
  269. /* --- POST INFO ---*/
  270.  
  271.  
  272. #info {
  273. color:{color:Info};
  274. text-align:center;
  275. margin-top:2px;
  276. font-family:times;
  277. width:390px;
  278. padding:7px;
  279. font-style:italic;
  280. background:{color:Info bg};
  281. text-transform:lowercase;
  282. font-size:8px;
  283. }
  284.  
  285. #info a {
  286. color:{color:Info Link};
  287. }
  288.  
  289. /* --- POST TAGS---*/
  290.  
  291.  
  292. #tags {
  293. font-family:cambria;
  294. letter-spacing:0px;
  295. text-transform:lowercase;
  296. font-size:8px;
  297. font-style:italic;
  298. margin-top:4px;
  299. text-align:center;
  300. }
  301.  
  302. #tags
  303. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  304. -webkit-transition: all 0.6s ease-in-out;
  305. -moz-transition: all 0.6s ease-in-out;
  306. -o-transition: all 0.6s ease-in-out;
  307. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out
  308. ;}
  309.  
  310. #quote {
  311. margin-left:60px;
  312. font-size:20px;
  313. line-height:70%;
  314. margin-bottom:10px;
  315. width:300px;
  316. font-style:italic;
  317. }
  318.  
  319. /* --- QUESTIONS ---*/
  320.  
  321. #asker {
  322. font-size:16px;
  323. font-style:italic;
  324. background-color:#212121;
  325. color:#fff;
  326. line-height:14px;
  327. padding:20px;
  328.  
  329. }
  330.  
  331. #credit a {
  332. padding:3px;
  333. background:#000;
  334. color:{color:Description};
  335. border:1px solid #e3e3e3;
  336. -webkit-transition: all 0.6s ease-in-out;
  337. -moz-transition: all 0.6s ease-in-out;
  338. -o-transition: all 0.6s ease-in-out;
  339. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out
  340. }
  341.  
  342. #credit a:hover {
  343. background:#f5f5f5;
  344. color:{color:text};
  345. padding:3px;
  346. border:1px solid #e3e3e3;
  347. -webkit-transition: all 0.6s ease-in-out;
  348. -moz-transition: all 0.6s ease-in-out;
  349. -o-transition: all 0.6s ease-in-out;
  350. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out
  351.  
  352. {CustomCSS}</style></head><body>
  353.  
  354. <div id="sidebar">
  355.  
  356. <div id="chastain"><image src="{image:sidebar}"></div>
  357.  
  358.  
  359. <div id="description">
  360. {Description}
  361. </div>
  362.  
  363.  
  364. <div class="links">
  365. <a href="/">home</a>
  366. <a href="/ask">mssg</a>
  367. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfShowLink1}
  368. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfShowLink2}
  369. </div>
  370.  
  371.  
  372. {block:Pagination}<div id="pagination">
  373. {Block:PreviousPage}<a href="{PreviousPage}"> ←</a>{/Block:previousPage}{Block:NextPage}<a href="{NextPage}">→{/Block:NextPage}</a>
  374. </div>{/block:Pagination}
  375.  
  376. </div>
  377.  
  378. <div id="entries">{block:Posts}<div id="post">
  379.  
  380. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  381.  
  382. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  383.  
  384. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  385.  
  386. {block:Quote}<div id="quote">{Quote}</div>{/block:Quote}
  387.  
  388. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  389.  
  390. <center><div style="line-height:120%; text-decoration:underline;">{block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}</div></center>
  391.  
  392. {block:Audio}<left>{block:AlbumArt}<div id="hm"><img src="http://static.tumblr.com/1f1tzta/ll8mnn78n/album.png"></div><img src="{AlbumArtURL}" width="120px" height="120px" align="left" style="margin-right:10px;" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  393. <br><div id="musicinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  394. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  395. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times</div>
  396. {/block:Audio}
  397.  
  398. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  399.  
  400. {block:Answer}<div id="asker"><span style="font-family:cambria;font-size:9px;font-style:italic;"></span><center>{Question}</center></div><br><center><i><big><big>– asked by {Asker}</big></big></i></center><left><font face="times">{Answer}</font>{/block:Answer}
  401.  
  402. <div id="info"><a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}(<a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}; <a href="{Permalink}">{NoteCountWithLabel}</a></div>
  403.  
  404. <div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>
  405.  
  406. {/block:Posts}
  407. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  408. {/block:Posts}</div>
  409.  
  410.  
  411. <div id="credit"><div style="position:fixed;bottom:7px; right:3px; font-size:7px; letter-spacing:1px; font-family:cambria;"><a href="http://paulveretts.tumblr.com/">© PAULVERETTS</a></center></div></div>
  412.  
  413.  
  414. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement