parispier

Theme03: Warm Summer

Feb 2nd, 2013
2,047
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.21 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.  
  31.  
  32. <meta name="color:Background" content="#ffffff"/>
  33.  
  34. <meta name="color:entry" content="#fffdfd" />
  35. <meta name="color:text" content="#a3a3a3" />
  36. <meta name="color:link" content="#b3b2b1" />
  37. <meta name="color:linkhovercolor" content="#f3f3f3" />
  38. <meta name="color:navlinkhovercolor" content="f3f3f3" />
  39. <meta name="color:big" content="#b9aeac" />
  40. <meta name="color:bold" content="#f3e6e3" />
  41. <meta name="color:title" content="#b1b1b1" />
  42. <meta name="color:italic" content="#cec2c0" />
  43. <meta name="color:border" content="#e4e3e2" />
  44. <meta name="color:sbarborder" content="#e4e3e2" />
  45. <meta name="color:scrollbar" content="#b1b1b1" />
  46.  
  47. <meta name="text:Link1" content="/" />
  48. <meta name="text:Link2" content="/" />
  49. <meta name="text:Link3" content="/" />
  50. <meta name="text:Link4" content="/" />
  51. <meta name="text:Link5" content"/" >
  52.  
  53. <meta name="image:sidebar" content=""/>
  54.  
  55.  
  56. <style type="text/css">
  57.  
  58. ::-webkit-scrollbar-thumb:vertical {background-color: {color:scrollbar}; height:100px;}
  59.  
  60. ::-webkit-scrollbar-thumb:horizontal {background-color: {color:scrollbar}; height:10px !important;}
  61.  
  62. ::-webkit-scrollbar {height:9px; width:9px; background-color: {color:Background};}
  63.  
  64.  
  65. body {
  66. background:{color:background};
  67. margin:0px;
  68. color:{color:text};
  69. font-size:10px;
  70. font-weight:bolder;
  71. line-height:100%;
  72. }
  73.  
  74. a {
  75. text-decoration:none;
  76. outline:none;
  77. -moz-outline-style:none;
  78. color:{color:link};
  79. }
  80.  
  81. img {
  82. border:none;
  83. }
  84.  
  85. blockquote {
  86. padding-left:5px;
  87. border-left:2px solid;
  88. }
  89.  
  90. blockquote blockquote {
  91. padding-left:5px;
  92. border-left:2px solid;
  93. }
  94.  
  95. h1 {
  96. font-size:12px;
  97. font-family:cambria;
  98. text-transform:uppercase;
  99. padding-bottom:2px;
  100. }
  101.  
  102. a:hover {
  103. opacity:10;
  104. color:{color:hover};
  105. -webkit-transition: all 0.7s ease;
  106. -moz-transition: all 0.7s ease;
  107. -o-transition: all 0.7s ease
  108. }
  109.  
  110. #entries {
  111. padding:10px;
  112. width:500px;
  113. margin-left:540px;
  114. margin-top:40px;
  115. }
  116.  
  117. #post {
  118. width:500px;
  119. padding-bottom:20px;
  120. padding:15px;
  121. margin-top:18px;
  122. }
  123.  
  124.  
  125. #sidebar {
  126. position:fixed;
  127. width:200px;
  128. position:fixed;
  129. margin-left:360px;
  130. margin-top:150px;
  131. }
  132.  
  133. #sidebarimage img {
  134. position:fixed;
  135. width:125px;
  136. height:150px;
  137. padding:3px;
  138. border:1px solid {color:sbarborder};
  139. }
  140.  
  141.  
  142. #description {
  143. width:125px;
  144. font-family:calibri;
  145. font-size:8px;
  146. text-transform:uppercase;
  147. position:fixed;
  148. padding:5px;
  149. margin-top:163px;
  150. margin-left:0px;
  151. text-align:center;
  152. background-color: #ffffff;
  153. background-color: #fcfcfc;
  154. border-top:1px solid #f3f3f3;
  155. border-bottom:1px solid #f3f3f3;
  156. }
  157.  
  158. #pagination {
  159. font-family:cambria;
  160. font-size:7.5px;
  161. text-align:center;
  162. margin-top:-30px;
  163. margin-left:37px;
  164. padding:17px;
  165. width: 100px;
  166. letter-spacing:1px;
  167. text-transform:uppercase;
  168. }
  169.  
  170. #pagination a {
  171. color:{color:link};
  172. }
  173.  
  174. #pagination a:hover {
  175. color:{color:linkhovercolor};
  176. }
  177.  
  178. #tags {
  179. font-family:calibri;
  180. font-size:8px;
  181. text-transform:uppercase;
  182. }
  183.  
  184. #links {
  185. z-index:5;
  186. position:fixed;
  187. margin-left:4px;
  188. margin-top:130px;
  189. background-color:#ececec;
  190. width:120px;
  191. line-height:150%;
  192. font-family:consolas;
  193. font-size:12px;
  194. text-align:center;
  195. padding-left:5px;
  196. text-transform:uppercase;
  197. letter-spacing:1px;
  198. opacity:.8;
  199. font-weight:lighter;
  200. display:block;
  201. color:#9b9797;
  202. }
  203.  
  204. #links a{
  205. color:#9b9797;
  206. }
  207.  
  208. #links a:hover{
  209. color:{color:navlinkhovercolor};
  210. }
  211.  
  212.  
  213. #info {
  214. font-family:calibri;
  215. text-align:right;
  216. text-transform:uppercase;
  217. font-size:8px;
  218. margin-top:10px;
  219. border-top:1px solid {color:border};
  220. padding-top:3px;
  221. }
  222.  
  223. #info a {
  224. color:{color:link};
  225. }
  226.  
  227. #info a:hover {
  228. color:{color:linkhovercolor};
  229. }
  230.  
  231. #question{
  232. font-family: consolas;
  233. font-size:10px;
  234. padding:8px 3px 8px 5px;
  235. width:500px;
  236. text-align:left;
  237. font-style:italic;
  238. background-color:#ffffff;
  239. background-color:#fcfcfc;
  240. border-bottom:1px dotted #e4e3e2;
  241. color:{color:text};
  242. }
  243.  
  244. #question a:hover{
  245. color:{color:linkhovercolor};}
  246.  
  247. #heyo {
  248. font-family:cambria;
  249. position:fixed;
  250. text-align:center;
  251. bottom:10px;
  252. right:7px;
  253. font-size:6.5px;
  254. text-transform:uppercase;
  255. display:block;
  256. background-color:#fff;
  257. letter-spacing:1px;
  258. }
  259.  
  260. #heyo a{
  261. color:#b3b2b1;
  262. border: 1px solid #e4e3e2;
  263. padding: 3px 5px 3px 5px;
  264. border-radius:500px;
  265. background-color:#fff;
  266. -moz-transition-duration:0.5s;
  267. -webkit-transition-duration:0.5s;
  268. -o-transition-duration:0.5s;
  269. }
  270.  
  271. #heyo a:hover{
  272. color:#fff;
  273. background-color:#969194;
  274. border: 1px solid #7a7979;
  275. -moz-transition-duration:0.5s;
  276. -webkit-transition-duration:0.5s;
  277. -o-transition-duration:0.5s;
  278. }
  279.  
  280. i, em{color:{color:italic}; font-style:italic;}
  281. b, strong{color:{color:bold}; font-style:bold;}
  282.  
  283. #albumart {
  284. position:absolute;
  285. width:125px;
  286. height:125px;}
  287. #albumart img {
  288. width:125px;
  289. height:125px;
  290. float:left;
  291. padding:5px;}
  292. #audioinfo {
  293. font-size:7px;
  294. color:text;}
  295.  
  296.  
  297. {CustomCSS}</style></head><body>
  298.  
  299. <div id="sidebar">
  300.  
  301. <div id="links">
  302. <a href="{text:Link1}">I</a>
  303. <a href="{text:Link2}">II</a>
  304. <a href="{text:Link3}">III</a>
  305. <a href="{text:Link4}">IV</a>
  306. <a href="{text:Link5}">V</a>
  307.  
  308. </div>
  309.  
  310. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  311.  
  312. <div id="description">{Description}</div>
  313.  
  314. <div id="pagination">
  315. <center>
  316. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  317. {CurrentPage}<small> of </small>{TotalPages}
  318. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}
  319. </div>
  320. </center>
  321.  
  322. </div>
  323.  
  324. <div id="entries">{block:Posts}<div id="post">
  325.  
  326. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  327.  
  328. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  329.  
  330. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  331.  
  332. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  333.  
  334. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  335.  
  336. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  337.  
  338. {block:Audio}
  339. {block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" />{/block:AlbumArt}<p>
  340. {AudioPlayerWhite}
  341. {block:TrackName}<b>Title: </b>{TrackName}{/block:TrackName}
  342. <br>
  343. {block:Artist}<b>Artist: </b>{Artist}{/block:Artist}
  344. <br>
  345. {block:Album}<b>Album:</b> {Album}{/block:Album}
  346. <br>
  347. <b>Plays:</b> {PlayCount}
  348. {/block:Audio}
  349.  
  350. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  351.  
  352. {block:Answer}
  353. <a href="{AskerURL}"><img align="left" src="{AskerPortraitUR-24}"></a> <div id="question" style="width:500px;">{Asker}: {Question}</div> <BR>
  354. {Answer}
  355. {/block:Answer}
  356.  
  357. <div id="info">
  358. {block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">
  359. {NoteCountWithLabel}</a>{block:RebloggedFrom} via <a href="{ReblogParentURL}"
  360. title="{ReblogParentTitle}">{ReblogParentName}</a>{/block:RebloggedFrom}
  361. + <a href="{ReblogURL}" target="_blank">reblog</a>
  362. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags} </div></div>
  363. {/block:Posts}
  364. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  365. {/block:Posts} </div></div></div>
  366.  
  367. <div id="heyo"><a href="http://nialljhoren.tumblr.com">N</a></div>
  368.  
  369. </div>
  370.  
  371. </div>
  372.  
  373. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment