Advertisement
parispier

Theme13: Blue Lagoon

Mar 22nd, 2013
2,815
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.08 KB | None | 0 0
  1. <!---- theme made by nialljhoren ---->
  2. <!---- do not use as base code, remove credit, or claim as your own --->
  3.  
  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.  
  11. <script>
  12. window.onload = function () {
  13. document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="my-like-frame" style="display:none;"></iframe>' );
  14. document.addEventListener( 'click', function ( event ) {
  15. var myLike = event.target;
  16. if( myLike.className.indexOf( 'my-like' ) > -1 ) {
  17. var frame = document.getElementById( 'my-like-frame' ),
  18. liked = ( myLike.className == 'my-liked' ),
  19. command = liked ? 'unlike' : 'like',
  20. reblog = myLike.getAttribute( 'data-reblog' ),
  21. id = myLike.getAttribute( 'data-id' ),
  22. oauth = reblog.slice( -8 );
  23. frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + id;
  24. liked ? myLike.className = 'my-like' : myLike.className = 'my-liked';
  25. };
  26. }, false );
  27. };
  28. </script>
  29.  
  30. <meta name="color:Background" content="#ffffff"/>
  31. <meta name="color:text" content="#a3a3a3" />
  32. <meta name="color:link" content="#b3b2b1" />
  33. <meta name="color:linkhovercolor" content="#f3f3f3" />
  34. <meta name="color:navlink" content="#b3b2b1" />
  35. <meta name="color:navlinkhovercolor" content="#f3f3f3" />
  36. <meta name="color:sbarborder" content="#e4e3e2" />
  37. <meta name="color:scrollbar" content="#b1b1b1"/>
  38.  
  39. <meta name="text:Name" content="name" />
  40. <meta name="text:NameLink" content="/" />
  41. <meta name="text:Link1" content="/" />
  42. <meta name="text:Link1 Title" content="link 1" />
  43. <meta name="text:Link2" content="/" />
  44. <meta name="text:Link2 Title" content="link 2" />
  45. <meta name="text:Link3" content="/" />
  46. <meta name="text:Link3 Title" content="link 3" />
  47. <meta name="text:Link4" content="/" />
  48. <meta name="text:Link4 Title" content="link 4" />
  49.  
  50. <meta name="image:sidebar" content=""/>
  51.  
  52. <style type="text/css">
  53.  
  54. ::-webkit-scrollbar-thumb:vertical {background-color: {color:scrollbar}; height:100px;}
  55.  
  56. ::-webkit-scrollbar-thumb:horizontal {background-color: {color:scrollbar}; height:10px !important;}
  57.  
  58. ::-webkit-scrollbar {height:9px; width:9px; background-color: {color:Background};}
  59.  
  60. body {
  61. background:{color:background};
  62. margin:0px;
  63. color:{color:text};
  64. font-size:10px;
  65. line-height:100%;
  66. font-family:cambria;
  67. }
  68.  
  69. a {
  70. text-decoration:none;
  71. outline:none;
  72. -moz-outline-style:none;
  73. color:{color:link};
  74. -webkit-transition: all 0.9s ease-in;
  75. -moz-transition: all 0.9s ease-in;
  76. -o-transition: all 0.9s ease-in;
  77. -webkit-transition: all 0.5s ease-out;
  78. -moz-transition: all 0.5s ease-out;
  79. -o-transition: all 0.5s ease-out;
  80. }
  81.  
  82. a:hover {
  83. color:{color:linkhovercolor};
  84. -webkit-transition: all 0.9s ease-in;
  85. -moz-transition: all 0.9s ease-in;
  86. -o-transition: all 0.9s ease-in;
  87. -webkit-transition: all 0.5s ease-out;
  88. -moz-transition: all 0.5s ease-out;
  89. -o-transition: all 0.5s ease-out;
  90. }
  91.  
  92. img {
  93. border:none;
  94. }
  95.  
  96. blockquote {
  97. padding-left:5px;
  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:12px;
  108. font-family:consolas;
  109. text-transform:uppercase;
  110. padding-bottom:2px;
  111. }
  112.  
  113. #entries {
  114. width:500px;
  115. margin-left:600px;
  116. margin-top:80px;
  117. margin-bottom:30px;
  118. }
  119.  
  120. #post {
  121. font-family:cambria;
  122. width:500px;
  123. padding-right:20px;
  124. padding-left:15px;
  125. padding-top:15px;
  126. margin-top:18px;
  127. }
  128.  
  129. #sidebar {
  130. position:fixed;
  131. width:280px;
  132. position:fixed;
  133. margin-left:420px;
  134. margin-top:40px;
  135. }
  136.  
  137. #sidebarimage img {
  138. position:fixed;
  139. width:125px;
  140. height:125px;
  141. padding:3px;
  142. opacity:.8;
  143. border:1px solid {color:sbarborder};
  144. }
  145.  
  146. #sw {
  147. z-index:5;
  148. position:fixed;
  149. margin-top:130px;
  150. margin-left:-3px;
  151. height:120px;
  152. width:131px;
  153. }
  154.  
  155. #description {
  156. width:87px;
  157. font-family:cambria;
  158. font-size:8px;
  159. position:fixed;
  160. padding:5px;
  161. margin-top:20px;
  162. margin-left:35px;
  163. text-align:justify;
  164. opacity:1;
  165. font-weight:bolder;
  166. }
  167.  
  168. #name {
  169. position:fixed;
  170. margin-top:10px;
  171. margin-left:40px;
  172. font-family:consolas;
  173. font-size:14px;
  174. text-decoration:underline;
  175. letter-spacing:1px;
  176. font-weight:bolder;
  177. }
  178.  
  179. #name a {
  180. color:{color:navlink};
  181. }
  182.  
  183. #name a:hover {
  184. color:{color:navlinkhovercolor};
  185. }
  186.  
  187. #links {
  188. font-family:consolas;
  189. z-index:5;
  190. position:fixed;
  191. margin-left:-7px;
  192. margin-top:10px;
  193. width:35px;
  194. height:80px;
  195. line-height:140%;
  196. font-size:9px;
  197. text-align:right;
  198. padding-right:5px;
  199. text-transform:uppercase;
  200. letter-spacing:0px;
  201. opacity:1;
  202. border-right:1px solid #d5d2d0;
  203. font-weight:bolder;
  204. color:{navlink};
  205. }
  206.  
  207. #pagination {
  208. z-index:5;
  209. position:fixed;
  210. font-family:cambria;
  211. font-size:7.5px;
  212. text-align:center;
  213. margin-top:74px;
  214. margin-left:40px;
  215. text-transform:uppercase;
  216. font-weight:bolder;
  217. letter-spacing:1px;
  218. }
  219.  
  220. #pagination a {
  221. color:{color:navlink};
  222. }
  223.  
  224. #pagination a:hover {
  225. color:{color:navlinkhovercolor};
  226. }
  227.  
  228. #tags {
  229. font-family:consolas;
  230. font-size:7.5px;
  231. text-transform:uppercase;
  232. opacity:1;
  233. }
  234.  
  235. #tags a {
  236. color:{color:link};
  237. }
  238.  
  239. #tags a:hover {
  240. color:{color:linkhovercolor};
  241. }
  242.  
  243. #info {
  244. font-family:consolas;
  245. text-align:left;
  246. text-transform:uppercase;
  247. font-size:7.5px;
  248. padding-top:3px;
  249. opacity:1;
  250. border-top:1px solid {color:sbarborder};
  251. }
  252.  
  253. #info a {
  254. color:{color:link};
  255. }
  256.  
  257. #info a:hover {
  258. color:{color:linkhovercolor};
  259. }
  260.  
  261. #question{
  262. font-family: consolas;
  263. font-size:10px;
  264. padding:8px 3px 8px 5px;
  265. width:500px;
  266. text-align:left;
  267. font-style:italic;
  268. background-color:#ffffff;
  269. background-color:#fcfcfc;
  270. border-bottom:1px dotted #e4e3e2;
  271. color:{color:text};
  272. }
  273.  
  274. #question a:hover{
  275. color:{color:linkhovercolor};
  276. }
  277.  
  278. #heyo {
  279. font-family:cambria;
  280. position:fixed;
  281. bottom:7px;
  282. right:7px;
  283. font-size:6.5px;
  284. text-transform:uppercase;
  285. background-color:#fff;
  286. letter-spacing:1px;
  287. }
  288.  
  289. i, em{color:{color:italic}; font-style:italic;}
  290. b, strong{color:{color:bold}; font-style:bold; font-weight:900;}
  291.  
  292. #albumart {
  293. position:absolute;
  294. width:125px;
  295. height:125px;}
  296. #albumart img {
  297. width:125px;
  298. height:125px;
  299. float:left;
  300. padding:5px;}
  301. #audioinfo {
  302. font-size:7px;
  303. color:text;}
  304.  
  305.  
  306. {CustomCSS}</style></head><body>
  307.  
  308. <div id="sidebar">
  309.  
  310. <div id="sw">
  311.  
  312. <div id="links">
  313. <a href="{text:Link1}" style="color:{color:navlink};">{text:Link1 Title}</a><p>
  314. <a href="{text:Link2}" style="color:{color:navlink};">{text:Link2 Title}</a> <p>
  315. <a href="{text:Link3}" style="color:{color:navlink};">{text:Link3 Title}</a> <p>
  316. <a href="{text:Link4}" style="color:{color:navlink};">{text:Link4 Title}</a>
  317. </div>
  318.  
  319. <div id="description">{Description}</div>
  320. <div id="name"><a href="{text:NameLink}">{text:Name}</a></div>
  321.  
  322. <div id="pagination">{block:Pagination}
  323. {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  324. {block:JumpPagination length="5"}
  325. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  326. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  327. {/block:JumpPagination}
  328. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  329. {/block:Pagination}</div>
  330.  
  331. </div>
  332. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  333.  
  334. </div>
  335.  
  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}
  352. {block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" />{/block:AlbumArt}<p>
  353. {AudioPlayerWhite}
  354. {block:TrackName}<b>Title: </b>{TrackName}{/block:TrackName}
  355. <br>
  356. {block:Artist}<b>Artist: </b>{Artist}{/block:Artist}
  357. <br>
  358. {block:Album}<b>Album:</b> {Album}{/block:Album}
  359. <br>
  360. <b>Plays:</b> {PlayCount}
  361. {/block:Audio}
  362.  
  363. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  364.  
  365. {block:Answer}
  366. <a href="{AskerURL}"><img align="left" src="{AskerPortraitUR-24}"></a> <div id="question" style="width:500px;">{Asker}: {Question}</div> <BR>
  367. {Answer}
  368. {/block:Answer}
  369.  
  370. <div id="info">
  371. {block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">
  372. {NoteCountWithLabel}</a> + <a href="{ReblogURL}" target="_blank">reblog</a>
  373. <div style="float:right;">
  374. {block:RebloggedFrom} via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>{/block:RebloggedFrom} -
  375. {block:ContentSource}<a href="{SourceURL}">© {SourceLink}</a>{/block:ContentSource}</div>
  376.  
  377. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags} </div></div>
  378.  
  379. {/block:Posts}
  380. {block:PostNotes}{PostNotes}</div>{/block:PostNotes}
  381. {/block:Posts} </div></div>
  382.  
  383. <div id="heyo"><a href="http://nialljhoren.tumblr.com"><center>theme by<br>nialljhoren</a></div>
  384.  
  385. </div>
  386.  
  387. </div>
  388.  
  389. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement