Advertisement
jesstroya

Theme 001

Feb 28th, 2014
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.05 KB | None | 0 0
  1.  
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4. <!-------------------------------------------------------------------
  5. Theme by playstatlon. Please do not remove the credit link or use this
  6. as a base for your own themes. Thank you !!
  7. -------------------------------------------------------------------->
  8.  
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  10.  
  11. <head>
  12.  
  13. <link rel="shortcut icon" href="{Favicon}">
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15. <title>{Title}</title>
  16.  
  17. <!--------------------------VARIABLES-------------------------------->
  18.  
  19. <meta name="color:background" content="#f0f8fc" />
  20. <meta name="color:text" content="#6783a2" />
  21. <meta name="color:links" content="#6783a2" />
  22. <meta name="color:link hover" content="#6783a2" />
  23. <meta name="color:glow" content="#6783a2" />
  24. <meta name="color:shadow" content="#6783a2" />
  25.  
  26. <meta name="image:sidebar image" content="" />
  27. <meta name="image:background" content="" />
  28.  
  29. <meta name="if:image in description box" content="1" />
  30. <meta name="if:dropdown menu" content="1" />
  31. <meta name="if:button menu" content="1" />
  32. <meta name="if:shadow" content="1" />
  33. <meta name="if:glow" content="0" />
  34. <meta name="if:transparent" content="0" />
  35. <meta name="if:rounded corners" content="0" />
  36. <meta name="if:background cover" content="0" />
  37.  
  38. <!----------------------------LINKS---------------------------------->
  39.  
  40. <meta name="text:Link 1 Text" content="" />
  41. <meta name="text:Link 1 URL" content="" />
  42. <meta name="text:Link 2 Text" content="" />
  43. <meta name="text:Link 2 URL" content="" />
  44. <meta name="text:Link 3 Text" content="" />
  45. <meta name="text:Link 3 URL" content="" />
  46. <meta name="text:Link 4 Text" content="" />
  47. <meta name="text:Link 4 URL" content="" />
  48. <meta name="text:Link 5 Text" content="" />
  49. <meta name="text:Link 5 URL" content="" />
  50. <meta name="text:Link 6 Text" content="" />
  51. <meta name="text:Link 6 URL" content="" />
  52.  
  53. <meta name="if:Link 1" content="" />
  54. <meta name="if:Link 2" content="" />
  55. <meta name="if:Link 3" content="" />
  56. <meta name="if:Link 4" content="" />
  57. <meta name="if:Link 5" content="" />
  58. <meta name="if:Link 6" content="" />
  59.  
  60. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  61.  
  62. <style type="text/css">
  63.  
  64. body {
  65. background-color:{color:background};
  66. background: {color:background};
  67. background-image: url('{image:background}');
  68. background-attachment:fixed;
  69. {block:ifbackgroundcover}
  70. background-size:cover;
  71. {/block:ifbackgroundcover}
  72. background-size:height;
  73. font-family: 'Inconsolata', sans-serif;
  74. }
  75.  
  76. a {
  77. text-decoration:none;
  78. color:{color:links};
  79. }
  80.  
  81. #sidebar {
  82. position:fixed;
  83. margin-left:200px;
  84. margin-top:180px;
  85. max-width:180px;
  86. }
  87.  
  88. img {
  89. {block:ifroundedcorners}
  90. border-radius:9px;
  91. {/block:ifroundedcorners}
  92. max-width:400px;
  93. }
  94.  
  95.  
  96. #sidebarimage img {
  97. max-width:180px;
  98. height:auto;
  99. opacity: 1;
  100. padding:5px;
  101. }
  102.  
  103. #description {
  104. {block:ifroundedcorners}
  105. border-radius:9px;
  106. {/block:ifroundedcorners}
  107. padding:5px;
  108. {block:ifnottransparent}
  109. background: rgba(255,255,255,.4);
  110. {/block:ifnottransparent}
  111. width: 180px;
  112. font-size:11px;
  113. text-align:center;
  114. {block:ifshadow}
  115. -moz-box-shadow:5px 5px 2px {color:shadow};
  116. -webkit-box-shadow:5px 5px 2px {color:shadow};
  117. box-shadow: 5px 5px 2px {color:shadow};
  118. {/block:ifshadow}
  119. {block:ifglow}
  120. -moz-box-shadow: 0 0 10px 3px {color:glow};
  121. -webkit-box-shadow: 0 0 10px 3px {color:glow};
  122. box-shadow: 0 0 10px 3px {color:glow};
  123. {/block:ifglow}
  124. }
  125.  
  126. #entry {
  127. font-size:12px;
  128. margin-left: 600px;
  129. margin-top:40px;
  130. float: left;
  131. text-align: justify;
  132. }
  133.  
  134. #post {
  135. {block:ifroundedcorners}
  136. border-radius:9px;
  137. {/block:ifroundedcorners}
  138. font-size:12px;
  139. margin:10px;
  140. padding: 10px;
  141. width: 400px;
  142. {block:ifnottransparent}
  143. background: rgba(255,255,255,.4);
  144. {/block:ifnottransparent}
  145. color:{color:text};
  146. text-align: justify;
  147. {block:ifshadow}
  148. -moz-box-shadow:7px 7px 2px {color:shadow};
  149. -webkit-box-shadow:7px 7px 2px {color:shadow};
  150. box-shadow: 7px 7px 2px {color:shadow};
  151. {/block:ifshadow}
  152. {block:ifglow}
  153. -moz-box-shadow: 0 0 10px 3px {color:glow};
  154. -webkit-box-shadow: 0 0 10px 3px {color:glow};
  155. box-shadow: 0 0 10px 3px {color:glow};
  156. {/block:ifglow}
  157. }
  158.  
  159. #nav {
  160. padding:10px;
  161. }
  162.  
  163. #button {
  164. padding-bottom:15px;
  165. }
  166.  
  167. #pagination {
  168. {block:ifroundedcorners}
  169. border-radius:9px;
  170. {/block:ifroundedcorners}
  171. padding:5px;
  172. text-align:center;
  173. width:180px;
  174. margin-top:5px;
  175. font-size:14px;
  176. {block:ifnottransparent}
  177. background: rgba(255,255,255,.4);
  178. {/block:ifnottransparent}
  179. {block:ifshadow}
  180. -moz-box-shadow:5px 5px 2px {color:shadow};
  181. -webkit-box-shadow:5px 5px 2px {color:shadow};
  182. box-shadow: 5px 5px 2px {color:shadow};
  183. {/block:ifshadow}
  184. {block:ifglow}
  185. -moz-box-shadow: 0 0 10px 3px {color:glow};
  186. -webkit-box-shadow: 0 0 10px 3px {color:glow};
  187. box-shadow: 0 0 10px 3px {color:glow};
  188. {/block:ifglow}
  189. }
  190.  
  191. #links a {
  192. background: rgba(255,255,255,.5);
  193. border:1px solid;
  194. display:block;
  195. font-size:7pt;
  196. padding:5px;
  197. width:45px;
  198. margin-top:5px;
  199. margin-bottom:7px;
  200. letter-spacing:0px;
  201. text-align:center;
  202. position:center;
  203. border-radius:80px;
  204. }
  205.  
  206. #links a:hover {
  207. background: rgba(255,255,255,.7);
  208. letter-spacing:1px;
  209. text-transform:bold;
  210. }
  211.  
  212. #info {
  213. {block:ifroundedcorners}
  214. border-radius:7px;
  215. {/block:ifroundedcorners}
  216. text-align:center;
  217. margin-left:13px;
  218. margin-top:10px;
  219. {block:ifnottransparent}
  220. background: rgba(255,255,255,.4);
  221. {/block:ifnottransparent}
  222. padding:7px;
  223. font-size:10px;
  224. width:400px;
  225. {block:ifshadow}
  226. -moz-box-shadow:5px 5px 2px {color:shadow};
  227. -webkit-box-shadow:5px 5px 2px {color:shadow};
  228. box-shadow: 5px 5px 2px {color:shadow};
  229. {/block:ifshadow}
  230. {block:ifglow}
  231. -moz-box-shadow: 0 0 10px 3px {color:glow};
  232. -webkit-box-shadow: 0 0 10px 3px {color:glow};
  233. box-shadow: 0 0 10px 3px {color:glow};
  234. {/block:ifglow}
  235. }
  236.  
  237. #infos {
  238. padding:5px;
  239. }
  240.  
  241. #question {
  242. border-bottom:solid 1px;
  243. padding-bottom:5px;
  244. }
  245.  
  246. img {
  247. -webkit-transition: opacity 0.2s linear;
  248. opacity: .7;
  249. -o-transition: all 0.5s ease-out;
  250. -webkit-transition: all 0.5s ease-out;
  251. -moz-transition: all 0.5s ease-out;
  252. }
  253.  
  254. img:hover {
  255. -webkit-transition: opacity 0.5s linear;
  256. -o-transition: all 0.5s ease-out;
  257. -webkit-transition: all 0.5s ease-out;
  258. -moz-transition: all 0.5s ease-out;
  259. opacity: 1;
  260. }
  261.  
  262. a:link {
  263. text-decoration: none;
  264. -o-transition: all 0.5s ease-out;
  265. -webkit-transition: all 0.5s ease-out;
  266. -moz-transition: all 0.5s ease-out;
  267. }
  268.  
  269. a:visited {
  270. text-decoration: none;
  271. -o-transition: all 0.5s ease-out;
  272. -webkit-transition: all 0.5s ease-out;
  273. -moz-transition: all 0.5s ease-out;
  274. }
  275.  
  276. a:hover {
  277. color:{color:link hover};
  278. -o-transition: all 0.2s ease-out;
  279. -webkit-transition: all 0.2s ease-out;
  280. -moz-transition: all 0.2s ease-out;
  281. }
  282.  
  283. a {
  284. color:{color:links};
  285. text-decoration:none;
  286. -webkit-transition: all 0.7s ease-out;
  287. -moz-transition: all 0.7s ease-out;
  288. transition: all 0.7s ease-out;
  289. }
  290.  
  291. a {
  292. color:;
  293. text-decoration:none
  294. ;-webkit-transition: all 0.7s ease-out;
  295. -moz-transition: all 0.7s ease-out;
  296. transition: all 0.7s ease-out;
  297. }
  298.  
  299. .audio{
  300. background-color:transparent;
  301. height:80px;
  302. overflow:hidden;
  303. }
  304.  
  305. .tags {
  306. width:227px;
  307. -webkit-transition: all 0.7s ease-out;
  308. -moz-transition: all 0.7s ease-out;
  309. transition: all 0.7s ease-out;
  310. }
  311.  
  312. .tags:hover {
  313. -webkit-transform: translate(1em,0);
  314. -moz-transform: translate(1em,0);
  315. -o-transform: translate(1em,0);
  316. }
  317.  
  318. #hovers
  319.  
  320. #hovers a {
  321. display:block
  322. }
  323.  
  324. #hovers .etc {
  325. margin-top:-45px;
  326. filter: alpha(opacity = 0);
  327. opacity:0;
  328. -webkit-transition: all 0.6s ease-out;
  329. -moz-transition: all 0.6s ease-out;
  330. transition: all 0.6s ease-out;
  331. }
  332.  
  333. #hovers:hover .etc {
  334. margin-top:0px;
  335. -webkit-transition: all 0.6s ease-out;
  336. -moz-transition: all 0.6s ease-out;
  337. transition: all 0.6s ease-out;
  338. filter: alpha(opacity = 100);
  339. filter: alpha(opacity = 100);
  340. opacity:100;
  341. }
  342.  
  343. {CustomCSS}
  344.  
  345. </style>
  346.  
  347. </head>
  348.  
  349. <body>
  350.  
  351. <div id="sidebar">
  352.  
  353. <center>
  354.  
  355. {block:ifnotimageindescriptionbox}
  356.  
  357. <div id="sidebarimage">
  358. <a href="/"><img src="{image:sidebar image}"/></a>
  359. </div>
  360.  
  361. {block:ifnotimageindescriptionbox}
  362.  
  363. <div id="description">
  364.  
  365. <div id="sidebarimg">
  366.  
  367. {block:ifimageindescriptionbox}
  368. <div id="sidebarimage">
  369. <a href="/"><img src="{image:sidebar image}"/></a>
  370. </div>
  371. {block:ifimageindescriptionbox}
  372. </div>
  373.  
  374. {block:Description}
  375. {Description}
  376. <p>
  377.  
  378. {block:ifbuttonmenu}
  379.  
  380. <div id="button">
  381.  
  382. <div style="font-size: 13px;font-family:'Inconsolata';color:{color:link};"><div style="">
  383. <button type="button" class="button"
  384. onmouseover="this.sv=this.style.backgroundColor; this.style.backgroundColor='#f4f4f4';"
  385. onmouseout="if(this.sv)this.style.backgroundColor=this.sv; else this.style.backgroundColor='trans';" onclick="this.parentNode.parentNode.childNodes[1].style.display = ''; this.parentNode.style.display = 'none'; return false;"
  386. style="">hi</button>
  387. </div><div class="spoiler" style="display: none;">
  388. <div><button type="button" class="button"
  389. onclick="this.parentNode.parentNode.parentNode.childNodes[0].style.display = ''; this.parentNode.parentNode.style.display = 'none'; return false;">bye</button>
  390. </div>
  391. <div class="button">
  392. {block:iflink1}<a href="{text:link 1 URL}">{text:link 1 text}<br></a>
  393. {/block:iflink1}
  394. {block:iflink2}<a href="{text:link 2 URL}">{text:link 2 text}<br></a>
  395. {/block:iflink2}
  396. {block:iflink3}<a href="{text:link 3 URL}">{text:link 3 text}<br></a>
  397. {/block:iflink3}
  398. {block:iflink4}<a href="{text:link 4 URL}">{text:link 4 text}<br></a>
  399. {/block:iflink4}
  400. {block:iflink5}<a href="{text:link 5 URL}">{text:link 5 text}<br></a>
  401. {/block:iflink5}
  402. {block:iflink6}<a href="{text:link 6 URL}">{text:link 6 text}<br></a>
  403. {/block:iflink6}
  404. <a href="http://playstatlon.tumblr.com">theme<br></a>
  405. </div>
  406. </div>
  407. </div>
  408. </div>
  409.  
  410. {/block:ifbuttonmenu}
  411. {block:ifdropdownmenu}
  412.  
  413. <div id="nav">
  414.  
  415. <center><select name="menu" onchange="window.location=this.options[this.selectedIndex].value;" style="width: 110px; height: 17px; font-size: 12px; font-family:Inconsolata;"><option>Navigation</option></option>
  416.  
  417. {block:iflink1}<option value="{text:Link 1 URL}">{text:Link 1 Text}</option>
  418. {/block:iflink1}
  419. {block:iflink2}<option value="{text:Link 2 URL}">{text:Link 2 Text}</option>
  420. {/block:iflink2}
  421. {block:iflink3}<option value="{text:Link 3 URL}">{text:Link 3 Text}</option>
  422. {/block:iflink3}
  423. {block:iflink4}<option value="{text:Link 4 URL}">{text:Link 4 Text}</option>
  424. {/block:iflink4}
  425. {block:iflink5}<option value="{text:Link 5 URL}">{text:Link 5 Text}</option>
  426. {/block:iflink5}
  427. {block:iflink6}<option value="{text:Link 6 URL}">{text:Link 6 Text}</option>
  428. {/block:iflink6}
  429. <option value="http://playstatlon.tumblr.com">theme</option>
  430.  
  431. </select>
  432.  
  433. </div>
  434.  
  435. {/block:ifdropdownmenu}
  436. </div>
  437.  
  438. {block:Pagination}
  439.  
  440. <div id="pagination">
  441.  
  442. {block:PreviousPage}
  443. <a href="{PreviousPage}">«</a>
  444. {/block:PreviousPage}
  445. {block:JumpPagination length="5"}
  446. {block:CurrentPage}
  447. <span class="current_page">
  448. {PageNumber}
  449. </span>
  450. {/block:CurrentPage}{block:JumpPage}
  451. <a class="jump_page" href="{URL}">
  452. {PageNumber}</a>
  453. {/block:JumpPage}
  454. {/block:JumpPagination}
  455. {block:NextPage}
  456. <a href="{NextPage}">»</a>
  457. {/block:NextPage}
  458.  
  459. </div>
  460. {/block:Pagination}
  461.  
  462. </div>
  463.  
  464. {/block:Description}
  465.  
  466. <div id="entry">
  467. {block:Posts}
  468.  
  469. <div id="hovers">
  470. <div id="post">
  471.  
  472. {block:Text}
  473. {Body}
  474. {/block:Text}
  475.  
  476. {block:Quote}<h2>“{Quote}” — {Source}</h2>{/block:Quote}
  477.  
  478. {block:Link}
  479. <a href="{URL}" class="link" {Target}> <h2>{Name}</h2></a>
  480. {block:Description}
  481. <P>{Description}</p>
  482. {/block:Description}
  483. {/block:Link}
  484.  
  485. {block:Photo}
  486. <center>
  487. {LinkOpenTag}
  488. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  489. {block:Caption}
  490. {Caption}
  491. {/block:Caption}
  492. {/block:Photo}
  493. {block:Photoset}
  494. <center>
  495. {Photoset-400}
  496. </center>
  497. {block:Caption}
  498. {Caption}
  499. {/block:Caption}
  500. {/block:Photoset}
  501.  
  502. {block:Chat}
  503. {block:Title}<t>{Title}</t><br>
  504. {/block:Title}
  505. {block:Lines}
  506. {block:Label}<b>{Label}</b>{/block:Label}
  507. {Line}<br>{/block:Lines}
  508. {/block:Chat}
  509. {block:Video}
  510. {Video-500}
  511. {block:Caption}
  512. {Caption}
  513. {/block:Caption}
  514. {/block:Video}
  515.  
  516. {block:Answer}
  517.  
  518. <div id="question">
  519. <img src="{AskerPortraitURL-24}">
  520. {Asker}: {Question}</div>
  521. <div id="ans">
  522. {Answer}
  523. </div>
  524. {/block:answer}
  525.  
  526. {block:Audio}
  527. {block:AlbumArt}
  528. <img src="{AlbumArtURL}" width="80px" align="left">
  529. {/block:AlbumArt}
  530. <div class="audio">
  531. {AudioPlayerWhite}
  532. <div id="infos">
  533. {block:TrackName}
  534. <b>Track:</b> {TrackName}
  535. {/block:TrackName}
  536. <br><b>Artist:</b> {block:Artist}
  537. {Artist}
  538. {/block:Artist}
  539. {block:Album}
  540. <br><b>Album:</b> {Album}
  541. {/block:Album}
  542. </div>
  543. </div>
  544. {/block:Audio}
  545.  
  546. {block:PostNotes}
  547. {PostNotes}
  548. {/block:PostNotes}
  549.  
  550. </div>
  551.  
  552. <div class="etc">
  553. <div id="info">
  554. <a href="{Permalink}">posted {TimeAgo}</a>
  555. {/block:Date}
  556. {block:NoteCount} • <a href="{Permalink}">
  557. {NoteCount} notes</a>
  558. {/block:NoteCount}
  559. {block:RebloggedFrom} via <a href="{ReblogParentURL}">
  560. {ReblogParentName}</a>
  561. {block:ContentSource} source <a href="{SourceURL}">
  562. {SourceLink}</a>{block:ContentSource}
  563. {/block:RebloggedFrom}<br>
  564. {block:HasTags}
  565. {block:Tags}#<a href="{TagURL}">{Tag}</a>
  566. {/block:Tags}
  567. {/block:HasTags}
  568. </div>
  569. </div>
  570.  
  571. </div><br>
  572.  
  573. {/block:Posts}
  574. </div>
  575. </div>
  576.  
  577. </body>
  578.  
  579. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement