Advertisement
jcegers

WINTER

Nov 29th, 2014
1,018
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.41 KB | None | 0 0
  1. <html>
  2. <head>
  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.  
  7. <!--------------------------------------------
  8.  
  9. jcegers' THEME #04: WINTER // Please don't remove the credit!
  10.  
  11. --------------------------------------------->
  12.  
  13. <title>{Title}</title>
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="altertnate" type="application/rss+xml" href="{RSS}">
  16. <meta name="description" content="" />
  17. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  18. <meta name="color:Background" content="#FFFFFF">
  19. <meta name="color:InfoBackground" content="#F7F7F7">
  20. <meta name="color:SideLink" content="#525151">
  21. <meta name="color:SideLink Hover bg" content="#9D9D9D">
  22. <meta name="color:SideLink Hover" content="#FFFFFF">
  23. <meta name="color:Link" content="#5D5C5C">
  24. <meta name="color:Link Hover" content="#9D9D9D">
  25. <meta name="color:Text" content="#4F4E4E">
  26. <meta name="color:Scrollbar" content="#000000">
  27. <meta name="color:Blockquote" content="#EAEAEA">
  28. <meta name="color:Border" content="#F3F3F3">
  29.  
  30. <meta name="image:Sidebar" content=""/>
  31. <meta name="text:link1" content="">
  32. <meta name="text:link1 url" content="/">
  33. <meta name="text:link2" content="">
  34. <meta name="text:link2 url" content="/">
  35. <meta name="text:link3" content="">
  36. <meta name="text:link3 url" content="/">
  37.  
  38. <meta name="text:sublink4" content="">
  39. <meta name="text:sublink4 url" content="/">
  40. <meta name="text:sublink5" content="">
  41. <meta name="text:sublink5 url" content="/">
  42. <meta name="text:sublink6" content="">
  43. <meta name="text:sublink6 url" content="/">
  44. <meta name="text:sublink7" content="">
  45. <meta name="text:sublink7 url" content="/">
  46.  
  47. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  48.  
  49. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  50.  
  51. <script>
  52.  
  53. (function($){
  54.  
  55. $(document).ready(function(){
  56.  
  57. $("a[title]").style_my_tooltips({
  58.  
  59. tip_follows_cursor:true,
  60.  
  61. tip_delay_time:30,
  62.  
  63. tip_fade_speed:300,
  64.  
  65. attribute:"title"
  66.  
  67. });
  68.  
  69. });
  70.  
  71. })(jQuery);
  72.  
  73. </script>
  74.  
  75.  
  76. <style type="text/css">
  77.  
  78. #s-m-t-tooltip {
  79. font-size:10px;
  80. position:absolute;
  81. margin-top: 7px;
  82. margin-left:10px;
  83. z-index:9999;
  84. background:#ffffff;
  85. border:1px solid {color:Border};
  86. color:{color:text};
  87. text-transform:none;
  88. font-family:'calibri';
  89. padding:3px 4px 3px 4px;
  90. -webkit-transition:all 0.3s;
  91. -moz-transition:all 0.3s;
  92. -ms-transition:all 0.3s;
  93. -o-transition:all 0.3s;
  94. transition:all 0.3s;
  95. }
  96.  
  97. ::-webkit-scrollbar {background-color:{color:Background}; height:4px; width:6px}
  98. ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar}; height:50px}
  99. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:Scrollbar}; height:8px!important}
  100.  
  101.  
  102. h1 {
  103. font-weight:bold;
  104. font-size:10px;
  105. text-align:center;
  106. font-style:italic;
  107. line-height:50%;
  108. letter-spacing:0px;
  109. font-family:'calibri';
  110. text-transform:none;
  111. color:{color:text};
  112. }
  113.  
  114. h2 {
  115. font-size:14px;
  116. font-family:'Calibri';
  117. letter-spacing:0px;
  118. margin-bottom:12px;
  119. padding-bottom:10px;
  120. font-weight:bold;
  121. line-height:90%;
  122. text-transform:none;
  123. color:{color:Link Hover};
  124. background:{color:InfoBackground};
  125. padding:10px;
  126. margin: 0px;
  127. }
  128.  
  129. pre {
  130. width:500px;
  131. text-align: left;
  132. word-wrap: break-word;
  133. color:{color:Text};
  134. }
  135.  
  136. blockquote {
  137. border-left:1px solid {color:Blockquote};
  138. padding-left:6px;
  139. margin:8px;
  140. }
  141.  
  142. body {
  143. color: {color:Text};
  144. background-color:{color:Background};
  145. }
  146.  
  147. a {
  148. color: {color:Link};
  149. text-decoration: none;
  150. -moz-transition-duration: 0.5s;
  151. -o-transition-duration: 0.5s;
  152. -webkit-transition-duration: 0.5s;
  153. transition-duration: 0.5s;
  154. }
  155.  
  156. a:hover {
  157. color: {color:Link Hover};
  158. text-decoration:none;
  159. }
  160.  
  161. .sidebar {
  162. position: fixed;
  163. margin-top: 20px;
  164. width: 240px;
  165.  
  166. }
  167.  
  168. .sidebarimage {
  169. width:220px;
  170. margin-top:20px;
  171.  
  172. }
  173.  
  174. #bx {
  175. height: 15px;
  176. margin-top:10px;
  177. display:block;overflow: hidden;
  178. text-align:center;
  179. color:{color:SideLink};
  180. background:{color:InfoBackground};
  181. padding:4px 5px 4px 5px;
  182. transition: all 0.4s ease-out;
  183. -o-transition: all 0.4s ease-out;
  184. -webkit-transition: all 0.4s ease-out;
  185. -moz-transition: all 0.4s ease-out;}
  186.  
  187. #bx:hover {
  188. height: 110px;
  189. background:{color:Background};
  190. transition: all 0.4s ease-out;
  191. -o-transition: all 0.4s ease-out;
  192. -webkit-transition: all 0.4s ease-out;
  193. -moz-transition: all 0.4s ease-out;
  194. }
  195.  
  196. #bx a {
  197. display:block;
  198. margin-top:5px;
  199. color:{color:SideLink};
  200. background:{color:InfoBackground};
  201. padding:4px 5px 4px 5px;
  202. border-bottom:none;
  203. }
  204.  
  205. #bx a:hover {
  206. background:{color:SideLink Hover bg};
  207. color:{color:SideLink Hover};
  208. }
  209.  
  210.  
  211. .description {
  212. width:220px;
  213. line-height:120%;
  214. text-align:justify;
  215. background-color:{color:Background};
  216. padding-left:10px;
  217. padding-right:10px;
  218. padding-bottom:10px;
  219. padding-top:0px;
  220. font-size:10px;
  221. font-family:'calibri';
  222. color:{color:Text};
  223. }
  224.  
  225. .description a {
  226. color:{color:Link};
  227. }
  228.  
  229. .description a:hover {
  230. color:{color:Link Hover};
  231. }
  232.  
  233. .sidebarlinks {
  234. width:220px;
  235. padding-left:10px;
  236. padding-right:10px;
  237. padding-top:5px;
  238. padding-bottom:5px;
  239. margin-bottom:2px;
  240. margin-top:3px;
  241. font-size:10px;
  242. font-family:'calibri';
  243. text-transform:none;
  244. text-align:center;
  245.  
  246. }
  247.  
  248. .sidebarlinks a {
  249. color:{color:SideLink};
  250. padding:3px 4px 3px 4px;
  251. -moz-transition-duration: 0.5s;
  252. -o-transition-duration: 0.5s;
  253. -webkit-transition-duration: 0.5s;
  254. transition-duration: 0.5s;
  255. }
  256.  
  257. .sidebarlinks a:hover {
  258. color:{color:Sidelink Hover};
  259. background:{color:SideLink Hover bg};
  260. padding:3px 4px 3px 4px;
  261. text-decoration:none;
  262. -moz-transition-duration: 0.8s;
  263. -o-transition-duration: 0.8s;
  264. -webkit-transition-duration: 0.8s;
  265. transition-duration: 0.8s;
  266. }
  267.  
  268. #pagination {
  269. font-family:'calibri';
  270. font-weight:bold;
  271. text-transform:uppercase;
  272. text-align:center;
  273. font-size:10px;
  274. margin-bottom:-15px;}
  275.  
  276. .pagination a {
  277. color:{color:Link};
  278. background:{color:InfoBackground};
  279. padding:4px;
  280. }
  281.  
  282. .pagination a:hover {
  283. color:{color:Link Hover};
  284. background:{color:Background};
  285. }
  286.  
  287. .container {
  288. width:900px;
  289. margin: auto;
  290. margin-top:-8px;
  291. }
  292.  
  293. .postscontainer {
  294. max-width:500px;
  295. margin: auto;
  296. margin-top:-60px;
  297. margin-left:350px;
  298. }
  299.  
  300. .posts {
  301. width:500px;
  302. line-height:100%;
  303. font-size:10px;
  304. font-family:calibri;
  305. margin-top:120px;
  306. text-align:justify;
  307. }
  308.  
  309. .posts img {
  310. max-width:500px;
  311. }
  312.  
  313. .info {
  314. margin-top:5px;
  315. margin-bottom:1px;
  316. padding:5px;
  317. text-align:right;
  318. background:{color:InfoBackground};
  319. font-size:10px;
  320. font-family:'calibri';
  321. text-transform:none;
  322. color:{color:Text};
  323. }
  324.  
  325. .info a {
  326. color:{color:SideLink};
  327. }
  328.  
  329. .info a:hover {
  330. text-decoration:none;
  331. color:{color:Link Hover};
  332. text-shadow:none;
  333. }
  334.  
  335. .tags {
  336. width:500px;
  337. position:absolute;
  338. margin-top:3px;
  339. line-height:100%;
  340. font-family:'calibri';
  341. font-size:10px;
  342. text-align:center;
  343. opacity:0;
  344. -moz-transition-duration:1s;
  345. -webkit-transition-duration:1s;
  346. -o-transition-duration:1s;
  347. }
  348.  
  349. .tags a {
  350. color:{color:Link};
  351. }
  352.  
  353. .tags a:hover {
  354. text-decoration:none;
  355. color:{color:Link Hover};
  356. }
  357. .posts:hover .tags {
  358. opacity:1;
  359. -moz-transition-duration:1s;
  360. -webkit-transition-duration:1s;
  361. -o-transition-duration:1s;
  362. }
  363.  
  364. .postnote {
  365. width:500px;
  366. font-family:calibri;
  367. text-transform:lowercase;
  368. font-size:10px;
  369. text-align:left;
  370. line-height:90%;
  371. margin-top:40px;
  372. }
  373.  
  374. .postnote li {
  375. list-style-type:none;
  376. border-bottom:1px solid {color:Border};
  377. padding:37px 0px 3px 0px;
  378. text-align:left;
  379. margin:0px;
  380. -moz-transition-duration:0.5s;
  381. -webkit-transition-duration:0.5s;
  382. -o-transition-duration:0.5s;
  383. }
  384.  
  385. .postnote img {
  386. width:20px;
  387. padding: 3px;
  388. margin:2px 7px -3px 6px;
  389. text-align:left;
  390. }
  391.  
  392. .music {
  393. width:500px;
  394. padding-bottom:10px;
  395. }
  396.  
  397. .albumart {
  398. float:left;
  399. }
  400.  
  401. .albumart img {
  402. width:50px;
  403. margin:1px 10px -2px 0px;
  404. }
  405.  
  406. .playercontainer {
  407. text-align:left;
  408. padding:5px 5px -5px;
  409. width:480px;
  410. }
  411.  
  412. .musicinfo {
  413. padding:10px;
  414. margin-top:9px;
  415. background:{color:InfoBackground};
  416. color:{color:Text};
  417. }
  418.  
  419. .quote {
  420. font-size:10px;
  421. font-family:calibri;
  422. letter-spacing:0px;
  423. line-height:90%;
  424. font-weight:normal;
  425. text-align:center;
  426. }
  427.  
  428. .source {
  429. font-family:'calibri';
  430. font-size:10px;
  431. font-style:normal;
  432. text-align:center;
  433. line-height:17px;
  434. }
  435.  
  436. .chat ol {
  437. font-size:10px;
  438. font-family:'calibri';
  439. line-height:100%;
  440. padding:0px;
  441. list-style:none;
  442. }
  443.  
  444. .label {
  445. font-size:10px;
  446. font-family:'calibri';
  447. font-weight:bold;
  448. color:{color:Text};
  449. }
  450.  
  451. .line.odd {
  452. padding:4px;
  453. margin-bottom:2px;
  454. }
  455.  
  456. .line.even {
  457. padding:4px;
  458. margin-bottom:2px;
  459. }
  460.  
  461.  
  462. .ask {
  463. font-family:arial;
  464. padding:12px 5px 15px 5px;
  465. text-align:left;
  466. color:{color:text};
  467. background-color:{color:InfoBackground};
  468.  
  469. }
  470.  
  471. .answer {
  472. text-align:left;
  473. padding:3px 5px 3px 5px;
  474. color:{color:text};
  475.  
  476. }
  477.  
  478. .askimg {
  479. vertical-align:top;
  480. padding-right:5px;
  481. margin:0px 7px 7px 1px;
  482. }
  483.  
  484. .credit {
  485. position:fixed;
  486. font-family:'calibri';
  487. font-size:10px;
  488. font-weight:normal;
  489. line-height:150%;
  490. letter-spacing:0px;
  491. right:10px;
  492. bottom:20px;
  493. text-align:center;
  494. }
  495.  
  496. .credit a {
  497. font-style:normal;
  498. padding:3px;
  499. border: solid 1px {color:Border};
  500. color:{color:Link};
  501. padding:2px 3px 2px 3px;
  502. -moz-transition-duration:0.5s;
  503. -webkit-transition-duration:0.5s;
  504. -o-transition-duration:0.5s;
  505. }
  506.  
  507. .credit a:hover{
  508. color:{color:Link Hover};
  509. padding:2px 3px 2px 3px;
  510. }
  511.  
  512.  
  513. </style>
  514. </head>
  515.  
  516. <body>
  517.  
  518. <div class="container">
  519. <div class="sidebar">
  520. <center>
  521. <img src="{image:sidebar}" class="sidebarimage">
  522. </center>
  523. <div class="sidebarlinks">
  524. <a href="/">Home</a>
  525. <a href="/ask">Ask</a>
  526. <a href="{text:link1 url}">{text:link1}</a>
  527. <a href="{text:link2 url}">{text:link2}</a>
  528. <a href="{text:link3 url}">{text:link3}</a>
  529. </div>
  530.  
  531. <div class="description">
  532. {Description}
  533. <div id="bx">
  534. <style="margin-top: 20px;"><b>N</b>avigation</a>
  535. <div class="substuff">
  536.  
  537. <a href="{text:sublink4 url}">{text:sublink4}</a>
  538. <a href="{text:sublink5 url}">{text:sublink5}</a>
  539. <a href="{text:sublink6 url}">{text:sublink6}</a>
  540. <a href="{text:sublink7 url}">{text:sublink7}</a>
  541.  
  542. </div></div>
  543. </div>
  544.  
  545. </div>
  546.  
  547. <div class="postscontainer">
  548. {block:Posts}
  549.  
  550. <div class="posts">
  551.  
  552. {block:Text}
  553. {block:Title}<h2>{Title}</h2>{/block:Title}
  554. {Body}
  555. {/block:Text}
  556.  
  557. {block:Quote}<div class="quote">&#8220;{Quote}&#8221;</div><center><div class="source">&mdash; {block:Source}{Source}{/block:Source}</div></center><br>{/block:Quote}
  558.  
  559. {/block:Quote}
  560.  
  561. {block:Link}
  562. <h2><a href="{URL}">{Name}</a></h2>
  563. {block:Description}{Description}{/block:Description}
  564. {/block:Link}
  565.  
  566. {block:Chat}{block:Title}<h2>{Title}</h2>{/block:Title}<div class="chat"><ol>{block:Lines}<li class="line {Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}
  567. </ol></div>{/block:Chat}
  568.  
  569. {block:Answer}<img src="{AskerPortraitURL-48}" align="left" class="askimg"> <div class="ask"> <big><b>{Asker}</b></big> said: {Question}</i></div><div class="answer">{Answer}</div>{/block:Answer}
  570.  
  571.  
  572. {block:Photo}
  573. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}">
  574. {LinkCloseTag}{block:Caption}{Caption}{/block:Caption}
  575. {/block:Photo}
  576.  
  577. {block:Photoset}
  578. {Photoset-500}
  579. {block:Caption}{Caption}{/block:Caption}
  580. {/block:Photoset}
  581.  
  582. {block:Audio}<div class="music">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  583. <div class="musicinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  584. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  585. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  586. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  587.  
  588. {block:Video}
  589. {Video-500}
  590. {block:Caption}{Caption}{/block:Caption}
  591. {/block:Video}
  592.  
  593. {block:Date}<div class="info"><a href="{Permalink}">{TimeAgo}</a>{block:NoteCount} {NoteCountWithLabel}{/block:NoteCount} {block:RebloggedFrom}  (<a href="{ReblogParentURL}">via</a>)
  594. {block:ContentSource} <a href="{SourceURL}"></a> <a href="{ReblogRootURL}">source</a>{/block:ContentSource} {/block:RebloggedFrom}</div>{/block:Date}
  595.  
  596. {block:HasTags}
  597. <div class="tags">
  598. {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  599. </div>
  600. {/block:HasTags}
  601.  
  602. <div class="postnote">
  603. {block:PostNotes}{PostNotes}{/block:PostNotes}
  604. </div>
  605. {/block:Posts}
  606.  
  607. <div id="pagination">
  608. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"> back </a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}"> next </a><br />{/block:NextPage}
  609. {/block:Pagination}
  610. </div>
  611.  
  612.  
  613. <div class="credit"><a href="http://jcegers.tumblr.com/">JCE</a></div>
  614.  
  615. </div>
  616. </div>
  617. </div>
  618. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement