Advertisement
paulveretts

theme 02 | no light, no light;

Mar 24th, 2013
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.17 KB | None | 0 0
  1. <html>
  2. <head>
  3. <link href='http://fonts.googleapis.com/css?family=Gabriela' rel='stylesheet' type='text/css'>
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6. <head><title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10. <link href='http://fonts.googleapis.com/css?family=Port+Lligat+Slab' rel='stylesheet' type='text/css'>
  11.  
  12. <!--Default Variables-->
  13. <!--Colors-->
  14.  
  15. <meta name="color:Background" content="#ffffff"/>
  16. <meta name="color:Entries" content="#ffffff"/>
  17. <meta name="color:Text" content="#333333"/>
  18. <meta name="color:Link" content="#717581"/>
  19. <meta name="color:Hover" content="#333333"/>
  20. <meta name="color:Border" content="#969696"/>
  21. <meta name="color:Info" content="#969696"/>
  22. <meta name="color:Title" content="#969696"/>
  23.  
  24. <!--Images-->
  25.  
  26. <meta name="image:Background" content=""/>
  27. <meta name="image:Sidebar2" content=""/>
  28.  
  29. <!--Text-->
  30. <meta name="text:Title 2" content="/" />
  31.  
  32. <!--Links-->
  33.  
  34. <meta name="text:Link1" content="/" />
  35. <meta name="text:Link1 Title" content="" />
  36. <meta name="text:Link2" content="/" />
  37. <meta name="text:Link2 Title" content="" />
  38. <meta name="text:Link3" content="/" />
  39. <meta name="text:Link3 Title" content="" />
  40.  
  41. <style type="text/css">
  42.  
  43. img:hover{-webkit-filter: grayscale(0%); -webkit-transition: .5s ease-in-out;-moz-filter: grayscale(0%); -moz-transition: .5s ease-in-out;-o-filter: grayscale(0%); -o-transition: .5s ease-in-out;} img{-webkit-filter: grayscale(100%); -webkit-transition: .5s ease-in-out;-moz-filter: grayscale(100%); -moz-transition: .5s ease-in-out-o-filter: grayscale(100%); -o-transition: .5s ease-in-out;}
  44.  
  45. ::-webkit-scrollbar {height: auto;width: 6px;}
  46. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  47. ::-webkit-scrollbar-track{background-color:{color:scrollbg};}
  48.  
  49. body {
  50. background:{color:background};
  51. background-image: url('{image:background}') no-repeat fixed center;;
  52. margin:0px;
  53. color:{color:text};
  54. font-family:consolas;
  55. font-size:10px;
  56. line-height:100%;
  57. }
  58.  
  59. a {
  60. text-decoration:none;
  61. outline:none;
  62. -moz-outline-style:none;
  63. color:{color:link};
  64. -webkit-transition: all 0.5s ease;
  65. -moz-transition: all 0.5s ease;
  66. -o-transition: all 0.5s ease
  67. }
  68.  
  69. img {
  70. border:none;
  71. }
  72.  
  73. blockquote blockquote {
  74. padding-left:5px;
  75. border-left:1px solid;
  76. }
  77.  
  78. h1 {
  79. font-size:14px;
  80. font-family: 'Gabriela', serif;
  81. }
  82.  
  83. a:hover{
  84.  
  85. color: transparent;
  86.  
  87. text-shadow: #000 0 0 1.5px;
  88.  
  89. text-decoration:none;
  90.  
  91. }
  92. }
  93.  
  94. small{
  95. font-size:9px;
  96. line-height:110%
  97. }
  98.  
  99. big {
  100. font-size:12px;
  101. line-height:110%
  102. }
  103.  
  104. b, strong{
  105. color:{color:text}
  106. }
  107. i, em {
  108. color:{color:text}
  109. }
  110. p{
  111. margin-top:5px;
  112. margin-bottom:5px
  113. }
  114. blockquote {
  115. padding:0px;
  116. padding-left:5px;
  117. margin:5px;
  118. border-left:1px dotted {color:text}
  119. }
  120.  
  121. blockquote img {
  122. max-width:300px
  123. }
  124.  
  125. ul, li img {
  126. max-with:250px
  127. }
  128.  
  129. .audio {width:500px;height:160px;}
  130. .albumart {width:150px;height:150px;position:absolute; border:1px dotted {color:text}; padding:2px;}
  131. .albumart img {width:150px;height:150px;float:left;}
  132. .playercontainer {display:block;width:150px;height:150px;background-color:#ffffff;position:absolute;}
  133. .player {margin-left:36px;margin-top:36px;width:25px;height:25px;
  134. overflow:hidden;background-color:white;}
  135. .audioinfo {margin-left:160px;float:left;width:200px;padding:2px;margin-top:2px;}
  136.  
  137. #entries {
  138. padding:10px;
  139. background-color:{color:Entries};
  140. width:500px;
  141. margin-left:600px;
  142. margin-top:0px;
  143. }
  144.  
  145.  
  146. #post {
  147. width:500px;
  148. padding-bottom:3px;
  149. font-family:consolas;
  150. opacity:1;
  151. }
  152.  
  153. #title {
  154. margin-top:180px;
  155. width:180px;
  156. font-family: 'Gabriela', serif;
  157. position:fixed;
  158. text-align:center;
  159. text-transform:uppercase;
  160. margin-left:47px;
  161. font-size:12px;
  162. letter-spacing:2px;
  163. color:{color:Title};
  164.  
  165. }
  166.  
  167. #title2 {
  168. position:fixed;
  169. font-family: 'Libre Baskerville', serif;
  170. width:180px;
  171. font-size:11px;
  172. font-style:italic;
  173. margin-top:200px;
  174. text-align:right;
  175. margin-left:57px;
  176.  
  177. }
  178.  
  179.  
  180. #sidebar {
  181. width:187px;
  182. background-color:{color:Entries};
  183. position:fixed;
  184. margin-left:320px;
  185. margin-top:150px;
  186. opacity:1;
  187. }
  188.  
  189. #sidebarimage img{
  190. width:180px;
  191. padding:3px;
  192. border:0.5px solid;
  193. border-color: {color:Border};
  194. -webkit-transition: all 0.5s ease;
  195. -moz-transition: all 0.5s ease;
  196. -o-transition: all 0.5s ease
  197. }
  198.  
  199. #sidebarimage2 img{
  200. position:fixed;
  201. margin-left:-50px;
  202. margin-top:-150px;
  203. width:300px;
  204. height:665px;
  205.  
  206. }
  207.  
  208. #links {
  209. font-family: 'Libre Baskerville', serif;
  210. position:fixed;
  211. background-color:{color:Entries};
  212. font-size:15px;
  213. width:100px;
  214. opacity:1;
  215. font-style:italic;
  216. text-align:right;
  217. padding-top:54px;
  218. letter-spacing:1px;
  219. text-transform:lowercase;
  220. padding-bottom:5px;
  221. margin-top:-50px;
  222. margin-left:1200px;
  223. line-height:150%;
  224. }
  225.  
  226. #description {
  227. position:fixed;
  228. padding:5px;
  229. width:180px;
  230. font-size:10px;
  231. font-style:italic;
  232. opacity: 0.8;
  233. border:1px dotted;
  234. border-color:{color:border};
  235. text-align:center;
  236. line-height:200%;
  237. margin-top:218px;
  238. margin-left:50px;
  239.  
  240. }
  241.  
  242. #pagination {
  243. position:fixed;
  244. font-size:50px;
  245. text-align:left;
  246. font-style:italic;
  247. font-family:consolas;
  248. letter-spacing:2px;
  249. margin-left:-5050px;
  250. margin-top:50px;
  251.  
  252. }
  253.  
  254. #info {
  255. text-align:center;padding:5px;
  256. margin-top:5px;
  257. margin-bottom:10px;
  258. text-transform: lowercase;
  259. font-family:consolas;
  260. font-size:9px;
  261. background-color:{color:Info};
  262. }
  263.  
  264. #tags {
  265. font-family:consolas;
  266. letter-spacing:1px;
  267. text-transform:uppercase;
  268. font-size:10px;
  269. margin-top:3px;
  270. a {display:inline; background-color:{color:linkb};
  271. padding:-4px;
  272. text-align:left;
  273. -webkit-transition: all 0.6s ease-in-out;
  274. -moz-transition: all 0.6s ease-in-out;
  275. -o-transition: all 0.6s ease-in-out;
  276. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  277.  
  278. #asker {
  279. float:left;
  280. margin-right:5px;
  281. background-color:{color:Border};
  282. }
  283.  
  284. #asked {
  285. font-family:consolas;
  286. text-transform:lowercase;
  287. background-color:{color:Border};
  288. letter-spacing:1px;
  289. padding-bottom:3px;
  290. }
  291.  
  292. #notes {
  293. font-family:consolas;
  294. text-transform:lowercase;
  295. font-size:9px;
  296. }
  297.  
  298. #question {
  299. font-family:consolas;
  300. font-style:italic;
  301. font-size:14px;
  302. background-color:{color:Border};
  303. }
  304.  
  305. #answer {
  306. font-family:consolas;
  307. text-transform:uppercase;
  308. font-size:12px;
  309. }
  310.  
  311. {CustomCSS}</style></head><body>
  312. <div id="title"><blockquote>{Title}</blockquote></div>
  313. <div id="title2">{text:Title 2}</div>
  314. <div id="description">{Description}<br/>
  315. <center>{block:NextPage}<a href="{NextPage}"><font size="20">&#187;</font></a>{/block:NextPage}
  316. {block:PreviousPage} <a href="{PreviousPage}"><font size="20">&#171;</font></a>{/block:PreviousPage}<br>
  317. {block:PermalinkPagination}
  318. {block:NextPost}<a href="{NextPost}"><font size="20">&#187;</font></a>{/block:NextPost}
  319. {block:PreviousPost} <a href="{PreviousPost}"><font size="20">&#171;</font></a>{/block:PreviousPost}
  320. {/block:PermalinkPagination}<p>
  321. </center>
  322. </div>
  323.  
  324. <div id="links">
  325. <a href="/">home</a><br>
  326. <a href="/ask">mail</a><br>
  327. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}<br>
  328. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}<br>
  329. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}<br>
  330. </div>
  331. <div id="sidebar">
  332. <div id="sidebarimage2"><img src="{image:sidebar2}"></div>
  333.  
  334. {block:Pagination}<div align="center" id="pagination">{block:PreviousPage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}</div>{/block:Pagination}
  335. </div>
  336.  
  337. <div id="entries">{block:Posts}<div id="post">
  338.  
  339. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  340.  
  341. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  342.  
  343. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  344.  
  345. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  346.  
  347. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  348.  
  349. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  350.  
  351. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  352. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  353. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  354. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  355. {/block:Audio}
  356.  
  357. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  358.  
  359. {block:Answer}<div id="asker"></div><div id="asked">{Asker} asked: {Question} {Answer}{/block:Answer}
  360.  
  361. <div id="info"> posted <a href="{Perimalink}">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} with <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom} <a href="{ReblogParentURL}"> | via | </a> {/block:RebloggedFrom}
  362. {block:ContentSource}<a href="{SourceURL}">(<a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a>)</a>{/block:ContentSource}{/block:RebloggedFrom}<div id="tags" st>
  363. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  364. {/block:Posts}
  365. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  366. {/block:Posts}</div></div></div>
  367.  
  368. <div style="font-size: 9px; letter-spacing: 1px; float: right; position: fixed; bottom: 0px; right: 5px; text-transform:lowercase;"><a href="http://paulveretts.tumblr.com">© paulveretts</a></div>
  369.  
  370. </body>
  371.  
  372. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement