Advertisement
belgravs

periphery theme version 1.2

Mar 21st, 2014
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.55 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <html>
  4.  
  5. <head>
  6.  
  7.  
  8. <title>{Title}</title>
  9.  
  10.  
  11.  
  12. <link rel="shortcut icon" href="{Favicon}">
  13.  
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15.  
  16. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  17.  
  18.  
  19. <!--base by emmawtson // P E R I P H E R Y theme by @belgravs, keep credit or I won't even like you any more at all-->
  20.  
  21.  
  22.  
  23. <meta name="image:sidebar" content=""/>
  24. <meta name="color:bg" content="#fff"/>
  25. <meta name="color:text" content="#666"/>
  26. <meta name="color:link" content="#666"/>
  27. <meta name="color:hover" content="#f1f1f1"/>
  28.  
  29.  
  30. <meta name="text:link2 url" content="/">
  31. <meta name="text:link3 url" content="/">
  32. <meta name="text:link4 url" content="/">
  33.  
  34.  
  35. <!--tooltip jQuery-->
  36.  
  37. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  38.  
  39. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  40.  
  41. <script>
  42.  
  43. (function($){
  44. $(document).ready(function(){
  45. $("a[title]").style_my_tooltips({
  46. tip_follows_cursor:true,
  47. tip_delay_time:40,
  48. tip_fade_speed:300,
  49. attribute:"title"});});})(jQuery);
  50.  
  51. </script>
  52.  
  53. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  54.  
  55. <!--cursor-->
  56.  
  57. <style type="text/css">html, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress !important;}</style>
  58.  
  59.  
  60. <style type="text/css">
  61.  
  62. /*scrollbar*/
  63.  
  64. ::-webkit-scrollbar {
  65. width:3px;
  66. height:5px;
  67. background:#fff;
  68. color:#666;
  69. }
  70.  
  71. ::-webkit-scrollbar-thumb {
  72. background:#666;
  73. }
  74.  
  75. ::-webkit-scrollbar-track {
  76. color:#fff;
  77. }
  78.  
  79. /*tooltips*/
  80.  
  81. #s-m-t-tooltip{
  82. font-size:10px;
  83. position:absolute;
  84. text-align:center;
  85. margin:10px;
  86. letter-spacing:1px;
  87. z-index:105;
  88. background:#fff;
  89. color:#000;
  90. text-transform:uppercase;
  91. font-family:calibri;
  92. padding:2px 3px 2px 3px;
  93. transition:all 0.3s;
  94. -webkit-transition:all 0.3s;
  95. -moz-transition:all 0.3s;
  96. -ms-transition:all 0.3s;
  97. -o-transition:all 0.3s;
  98. }
  99.  
  100. /*basics*/
  101.  
  102. body {
  103. background:{color:bg};
  104. margin:0px;
  105. color:{color:text};
  106. font-size:10px;
  107. line-height:140%;
  108. font-family:helvetica;
  109. letter-spacing:1px;
  110. }
  111.  
  112. a {
  113. text-decoration:none;
  114. color:{color:link};
  115. -moz-transition-duration:0.8s;
  116. -webkit-transition-duration:0.8s;
  117. -o-transition-duration:0.8s;
  118. }
  119.  
  120. a:hover{
  121. color:{color:hover};
  122. -moz-transition-duration:0.5s;
  123. -webkit-transition-duration:0.5s;
  124. -o-transition-duration:0.5s;
  125. }
  126.  
  127. img {
  128. border:0px;
  129. max-width:400px;
  130. }
  131.  
  132. blockquote {
  133. padding-left:5px;
  134. border-left:1px dashed #666;
  135. }
  136.  
  137. blockquote blockquote {
  138. padding-left:5px;
  139. border-left:1px solid #666;
  140. }
  141.  
  142. h1 {
  143. font-size:16px;
  144. font-weight:normal;
  145. text-align:center;
  146. }
  147.  
  148. h2 {
  149. font-size:14px;
  150. font-weight:normal;
  151. }
  152.  
  153. h3 {
  154. font-size:12px;
  155. font-weight:normal;
  156. }
  157.  
  158. big {
  159. font-size:11px;
  160. }
  161.  
  162. small {
  163. font-size:9px;
  164. }
  165.  
  166. b, strong {
  167. color:{color:text};
  168. }
  169.  
  170. i, em {
  171. color:{color:text};
  172. }
  173.  
  174. ul {
  175. list-style:square;
  176. }
  177.  
  178. #title {
  179. text-align:center;
  180. font-family:calibri;
  181. text-transform:uppercase;
  182. font-size:11px;
  183. letter-spacing:1px;
  184. padding-bottom:7px;
  185. color:#999;
  186. border-bottom:1px dashed #666;
  187. }
  188.  
  189. /*posts*/
  190.  
  191. #entries {
  192. padding:0px;
  193. width:100%;
  194. width:400px;
  195. margin-left:530px;
  196. padding:10px;
  197. margin-top:60px;
  198. }
  199.  
  200. #post {
  201. max-width:400px;
  202. }
  203.  
  204. #post img {
  205. max-width:400px;
  206. }
  207.  
  208. .cap {
  209. padding:5px 10px 5px 10px;
  210. margin-top:-10px;
  211. }
  212.  
  213. /*sidebar*/
  214.  
  215. #sidebar {
  216. width:156px;
  217. position:fixed;
  218. margin-left:300px;
  219. margin-top:310px;
  220. color:#999;
  221. }
  222.  
  223. #desc {
  224. width:157px;
  225. font-size:8px;
  226. letter-spacing:1px;
  227. position:fixed;
  228. padding:4px;
  229. margin-top:-80px;
  230. margin-left:22px;
  231. line-height:13px;
  232. text-align:justify;
  233. font-family:calibri;
  234. text-transform:uppercase;
  235. }
  236.  
  237. #slinks {
  238. position:fixed;
  239. font-size:12px;
  240. text-transform:none;
  241. text-align:center;
  242. font-style:none;
  243. margin-top:-143px;
  244. font-family:calibri;
  245. -moz-transition-duration:0.8s;
  246. -webkit-transition-duration:0.8s;
  247. -o-transition-duration:0.8s;
  248. }
  249.  
  250. #slinks a{
  251. background:#000;
  252. border:1px solid #000;
  253. text-align:center;
  254. width:34px;
  255. height:34px;
  256. display:inline-block;
  257. color:#fff;
  258. line-height:290%;
  259. -moz-transition-duration:0.8s;
  260. -webkit-transition-duration:0.8s;
  261. -o-transition-duration:0.8s;
  262. }
  263.  
  264. #slinks a:hover{
  265. background:#fff;
  266. letter-spacing:0px;
  267. text-align:center;
  268. color:#000;
  269. -moz-transition-duration:0.8s;
  270. -webkit-transition-duration:0.8s;
  271. -o-transition-duration:0.8s;
  272. }
  273.  
  274. #sidebarimage{
  275. height:75px;
  276. margin-top:-140px;
  277. margin-left:25px;
  278. position:fixed;
  279. opacity:1;
  280. padding-right:3px;
  281. border-right:1px dashed #666;
  282. -moz-transition-duration:0.5s;
  283. -webkit-transition-duration:0.5s;
  284. -o-transition-duration:0.5s;
  285. }
  286.  
  287. #sidebarimage img{
  288. width:75px;
  289. height:75px;
  290. }
  291.  
  292. /*pagination*/
  293.  
  294. #pagination {
  295. width:156px;
  296. font-size:8px;
  297. letter-spacing:1px;
  298. font-family:calibri;
  299. text-transform:uppercase;
  300. margin-top:5px;
  301. text-align:center;
  302. margin-left:0px;
  303. -moz-transition-duration:0.5s;
  304. -webkit-transition-duration:0.5s;
  305. -o-transition-duration:0.5s;
  306. }
  307.  
  308.  
  309. #pagination a:hover{
  310. color:{color:hover};
  311. -moz-transition-duration:0.5s;
  312. -webkit-transition-duration:0.5s;
  313. -o-transition-duration:0.5s;
  314. }
  315.  
  316. /*asks*/
  317.  
  318. .ask {
  319. padding:10px;
  320. text-align:center;
  321. color:{color:text};
  322. border-bottom:1px dashed #666;
  323. }
  324.  
  325.  
  326. .ans {
  327. text-align:left;
  328. padding:10px;
  329. padding-bottom:0px;
  330. color:{color:text};
  331. }
  332.  
  333. .inq {
  334. text-align:center;
  335. color:#999;
  336. font-family:calibri;
  337. text-transform:uppercase;
  338. letter-spacing:1px;
  339. border-bottom:1px dashed #666;
  340. padding:10px;
  341. }
  342.  
  343. /*audio*/
  344.  
  345. .playbox {
  346. background-color: #000;
  347. position:absolute;
  348. z-index:105;
  349. }
  350.  
  351. .playbutton {
  352. width:20px;
  353. height:30px;
  354. overflow:hidden;
  355. position:relative;
  356. z-index: 105;
  357. margin: 10px 19px 8px 11px;
  358. }
  359.  
  360. .audioinfo {
  361. text-align:right;
  362. padding:10px;
  363. font-family:calibri;
  364. text-transform:uppercase;
  365. letter-spacing:1px;
  366. font-size:11px;
  367. color:#fff;
  368. background:#000;
  369. }
  370.  
  371. /*quote*/
  372.  
  373. #quotit {
  374. font-size:16px;
  375. font-weight:bold;
  376. text-align:center;
  377. line-height:110%;
  378. padding-bottom:10px;
  379. }
  380.  
  381. .quoter {
  382. font-size:10px;
  383. font-weight:normal;
  384. text-align:center;
  385. line-height:110%;
  386. font-family:calibri;
  387. text-transform:uppercase;
  388. letter-spacing:1px;
  389. padding-top:10px;
  390. color:#999;
  391. border-top:1px dashed #666;
  392. }
  393.  
  394. /*post info*/
  395.  
  396. #postinfo {
  397. margin-top:5px;
  398. padding-top:5px;
  399. text-transform:none;
  400. letter-spacing:1px;
  401. text-align:center;
  402. font-size:8px;
  403. line-height:10px;
  404. color:{color:text};
  405. font-family:calibri;
  406. text-transform:uppercase;
  407. margin-bottom:60px;
  408. }
  409.  
  410. #postinfo a {
  411. color:{color:link};
  412. text-align:center;
  413. font-style:normal;
  414. }
  415.  
  416. #postinfo a:hover {
  417. color:{color:hover};
  418. }
  419.  
  420. /*tags*/
  421.  
  422. #tags {
  423. {block:IndexPage}
  424. display:none;
  425. {/block:IndexPage}
  426. {block:PermalinkPage}
  427. width:400px;
  428. line-height:130%;
  429. font-size:8px;
  430. text-align:center;
  431. padding:3px;
  432. letter-spacing:1px;
  433. -moz-transition-duration:0.5s;
  434. -webkit-transition-duration:0.5s;
  435. -o-transition-duration:0.5s;
  436. {/block:PermalinkPage}
  437. }
  438.  
  439. #tags a {
  440. color:{color:link};
  441. font-size:8px;
  442. letter-spacing:0px;
  443. padding:1px;
  444. -moz-transition-duration:0.5s;
  445. -webkit-transition-duration:0.5s;
  446. -o-transition-duration:0.5s;
  447. }
  448.  
  449. #tags a:hover {
  450. color:{color:hover};
  451. -moz-transition-duration:0.5s;
  452. -webkit-transition-duration:0.5s;
  453. -o-transition-duration:0.5s;
  454. }
  455.  
  456.  
  457. /*chat*/
  458.  
  459. ul.chat, .chat ol, .chat li {
  460. list-style:none;
  461. margin:0px;
  462. padding:2px;
  463. }
  464.  
  465. .label {
  466. text-decoration:none;
  467. letter-spacing:1px;
  468. font-family:calibri;
  469. text-transform:uppercase;
  470. background-color:{color:bg};
  471. margin-right:5px;
  472. }
  473.  
  474. /*perma notes*/
  475.  
  476. #notes {
  477. margin-left:0px;
  478. width:400px;
  479. font-size:10px;
  480. }
  481.  
  482. /*credit, don't remove*/
  483.  
  484. #cred{
  485. font-size:12px;
  486. font-family:calibri;
  487. text-transform:uppercase;
  488. letter-spacing:-2px;
  489. }
  490.  
  491. #cred a{
  492. font-size:12px;
  493. font-family:calibri;
  494. padding-bottom:3px;
  495. padding-top:3px;
  496. padding-left:5px;
  497. padding-right:7px;
  498. color:#000;
  499. -moz-transition-duration:0.5s;
  500. -webkit-transition-duration:0.5s;
  501. -o-transition-duration:0.5s;
  502. }
  503.  
  504. #cred a:hover{
  505. font-size:12px;
  506. font-family:calibri;
  507. color:#fff;
  508. background-color:#000;
  509. -moz-transition-duration:0.5s;
  510. -webkit-transition-duration:0.5s;
  511. -o-transition-duration:0.5s;
  512. }
  513.  
  514. {CustomCSS}
  515.  
  516. </style>
  517.  
  518.  
  519. </head>
  520.  
  521. <body>
  522.  
  523.  
  524.  
  525. <div id="sidebar">
  526. <table width="175px" cellpadding="5px" cellspacing="5px">
  527.  
  528. <tr>
  529.  
  530. <td>
  531. <div id="sidebarimage"><a href="/"><img src="{image:sidebar}"></a></div>
  532. </td>
  533. <td>
  534. <div id="slinks">
  535.  
  536. <table width="120px" cellpadding="0px" cellspacing="3px">
  537. <tr><td><a href="/ask">1</a>
  538. <a href="{text:link2 url}">2</a></td></tr>
  539. <tr><td><a href="{text:link3 url}">3</a>
  540. <a href="{text:link4 url}">4</a></td></tr>
  541. </table>
  542. </div>
  543.  
  544. </td>
  545. </tr>
  546.  
  547. <tr><td>
  548. <div id="desc">{Description}
  549. <div id="pagination">
  550. {block:Pagination}{block:PreviousPage}
  551. <a href="{PreviousPage}">back</a>{/block:PreviousPage}
  552. {block:NextPage} <a href="{NextPage}">forth</a>{/block:NextPage}{/block:Pagination}
  553. </div>
  554. </td></tr></table>
  555.  
  556. </div>
  557.  
  558. </div>
  559.  
  560.  
  561.  
  562. <div id="entries">
  563.  
  564.  
  565. {block:Posts}<div id="post"><br><br><br>
  566.  
  567.  
  568.  
  569. {block:Text}{block:Title}<div id="title">{Title}</div>{/block:Title}{Body}{/block:Text}
  570.  
  571.  
  572.  
  573. {block:Quote}<div id="quotit">“{Quote}”</div><div class="quoter">{Source}</div>{/block:Quote}
  574.  
  575.  
  576.  
  577. {block:Link}<a href="{URL}"><div id="title">{Name}</div></a>
  578.  
  579. {block:Description}<div class="cap"><p>{Description}</p></div>{/block:Description}{/block:Link}
  580.  
  581.  
  582.  
  583. {block:Photo}<center><img src="{PhotoURL-400}"/></center>{block:Caption}<div class="cap">{Caption}</div>{/block:Caption}{/block:Photo}
  584.  
  585.  
  586.  
  587. {block:Photoset}<center>{Photoset-400}</center>
  588.  
  589. {block:Caption}<div class="cap">{Caption}</div>{/block:Caption}{/block:Photoset}
  590.  
  591.  
  592.  
  593. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  594.  
  595.  
  596.  
  597. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  598.  
  599.  
  600.  
  601. {block:Answer}<div class="ask"><div class="inq">{Asker} asked:</div><br />{Question}</div><div class="ans">{Answer}</div>{/block:answer}
  602.  
  603.  
  604.  
  605. {block:Audio}<div class="audio">
  606. <div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}</div></div>
  607.  
  608. <div class="audioinfo">{block:TrackName}{TrackName}<br />{/block:TrackName}{block:Artist}{Artist}<br />{/block:Artist}</div>
  609.  
  610. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  611.  
  612.  
  613.  
  614.  
  615.  
  616. <div id="postinfo">{block:Date}<a href="{Permalink}"><a href="{Permalink}">{Month} {DayOfMonthWithZero}</a> | <a href="{Permalink}">{NoteCount}</a> {/block:Date} | {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>
  617.  
  618. {block:ContentSource}| <a href="{SourceURL}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
  619.  
  620. {block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}">● {Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  621.  
  622. {block:PostNotes}
  623. <div id="notes">{PostNotes}</div>
  624. {/block:PostNotes}
  625.  
  626. {/block:Posts}
  627.  
  628. {/block:Posts}</div></div></div>
  629.  
  630.  
  631.  
  632.  
  633. </div>
  634.  
  635. </div>
  636.  
  637. </div>
  638.  
  639. </body>
  640.  
  641. <div id="cred" style="position:fixed; bottom:6px; right:6px;">
  642. <font size="1"><a href="http://ussex.tumblr.com" title="ussex">usx</a></font>
  643.  
  644. </div>
  645.  
  646.  
  647.  
  648.  
  649. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement