Advertisement
alinarps

THEME 011: "HALEIGH" // ALINARPS

Apr 19th, 2016
1,904
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.44 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!--
  4.  
  5. THEME 011: "HALEIGH" by ALINARPS
  6. - Please don't steal or redistribute, I worked very hard on this.
  7. - You can edit for personal use only, but if you want to release an edited version, please talk to me privately first.
  8. - If you have any questions regarding this page, feel free to ask!
  9. - Have fun with it!
  10.  
  11. -->
  12.  
  13. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  14.  
  15.  
  16. <head>
  17.  
  18. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script> <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script> <script> (function($){ $(document).ready(function(){ $("[title],a[title],img[title]").style_my_tooltips({ tip_follows_cursor:true, tip_delay_time:100, tip_fade_speed:300, attribute:"title" }); }); })(jQuery); </script>
  19.  
  20. <title>{Title}</title>
  21.  
  22. <link rel="shortcut icon" href="{Favicon}" />
  23. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  24. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  25.  
  26. <meta name="color:Background" content="#ffffff"/>
  27. <meta name="color:Text" content="#000000"/>
  28. <meta name="color:Links" content="#aaaaaa"/>
  29. <meta name="color:Hover" content="#ffffff"/>
  30. <meta name="color:accent" content="#f6f6f6"/>
  31. <meta name="color:border" content="#e5e5e5"/>
  32. <meta name="color:text shadow" content="#e17e66"/>
  33. <meta name="color:PostBG" content="#ffffff"/>
  34. <meta name="color:scrollbar" content="#000000"/>
  35. <meta name="color:scrollbarBG" content="#f6f6f6"/>
  36.  
  37. <meta name="image:Background" content=""/>
  38. <meta name="image:Icon One" content=""/>
  39. <meta name="image:Icon Two" content=""/>
  40.  
  41. <meta name="if:Background" content=""/>
  42. <meta name="if:BlackAndWhite" content=""/>
  43.  
  44. <meta name="text:Subtitle" content="subtitle here"/>
  45. <meta name="text:Link 1 URL" content="/"/>
  46. <meta name="text:Link 2 URL" content="/"/>
  47. <meta name="text:Link 3 URL" content="/"/>
  48. <meta name="text:Link 4 URL" content="/"/>
  49. <meta name="text:Link 1 Title" content="link one"/>
  50. <meta name="text:Link 2 Title" content="link two"/>
  51. <meta name="text:Link 3 Title" content="link three"/>
  52. <meta name="text:Link 4 Title" content="link four"/>
  53. <meta name="text:Link 1 Subtitle" content="link one subtitle"/>
  54. <meta name="text:Link 2 Subtitle" content="link two subtitle"/>
  55. <meta name="text:Link 3 Subtitle" content="link three subtitle"/>
  56. <meta name="text:Link 4 Subtitle" content="link four subtitle"/>
  57.  
  58. <link href='http://fonts.googleapis.com/css?family=Roboto:400,400italic,900,700,700italic,500italic,500' rel='stylesheet' type='text/css'>
  59.  
  60. <script type="text/javascript">
  61. WebFontConfig = {
  62. google: { families: [ 'Roboto:400,400italic,900,700,700italic,500italic,500:latin' ] }
  63. };
  64. (function() {
  65. var wf = document.createElement('script');
  66. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  67. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  68. wf.type = 'text/javascript';
  69. wf.async = 'true';
  70. var s = document.getElementsByTagName('script')[0];
  71. s.parentNode.insertBefore(wf, s);
  72. })(); </script>
  73.  
  74. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  75.  
  76. <style type="text/css">
  77.  
  78. /* THE BASICS */
  79.  
  80. body {
  81. background-color:{color:Background};
  82. {block:IfBackground}
  83. background-image:url('{image:Background}');
  84. background-attachment:fixed;
  85. background-size:cover;
  86. {/block:IfBackground}
  87. color:{color:Text};
  88. text-align:justify;
  89. font-size:10px;
  90. font-family:roboto;
  91. }
  92.  
  93. small, sup, sub {
  94. font-size:10px;
  95. }
  96.  
  97. a {
  98. border-bottom:1px solid {color:links};
  99. color:{color:text};
  100. text-decoration:none;
  101. -webkit-transition: all 0.5s ease-out;
  102. -moz-transition: all 0.5s ease-out;
  103. -o-transition: all 0.5s ease-out;
  104. transition: all 0.5s ease-out;
  105. }
  106.  
  107. a:hover {
  108. border-bottom:1px solid {color:hover};
  109. }
  110.  
  111. blockquote {
  112. padding:5px;
  113. padding-left:10px;
  114. margin-left:15px;
  115. margin-right:15px;
  116. border:1px solid {color:border};
  117. background-color:{color:accent};
  118. }
  119.  
  120. b, u, i, em, strike {
  121. text-shadow:0.5px 0.5px 2px {color:text shadow};
  122. }
  123.  
  124. {block:IfBlackandWhite}
  125.  
  126. img {
  127. -webkit-filter: grayscale(100%); filter: grayscale(100%);
  128. }
  129.  
  130. {/block:IfBlackandWhite}
  131.  
  132. /*SCROLL BAR*/
  133.  
  134. ::-webkit-scrollbar-thumb {
  135. height:5px;
  136. background-color:{color:scrollbar};
  137. border:1px solid {color:scrollbar};
  138. }
  139.  
  140. ::-webkit-scrollbar {
  141. margin-right:5px;
  142. width:3px;
  143. height:3px;
  144. background-color:{color:scrollbarbg};
  145. }
  146.  
  147. /*TOOLTIP*/
  148.  
  149. #s-m-t-tooltip {
  150. max-width:200px;
  151. padding:5px;
  152. margin:15px 15px 15px 15px;
  153. background-color: {color:background};
  154. font-size:10px;
  155. font-weight:600;
  156. letter-spacing:0px;
  157. color:{color:text};
  158. border:1px solid {color:text};
  159. text-transform:uppercase;
  160. z-index:999999999999999999999999999999999999;
  161. }
  162.  
  163. /*CENTERING CONTAINER*/
  164.  
  165. .ccontain {
  166. width:805px;
  167. height:450px;
  168. margin:auto;
  169. margin-top:7%;
  170. }
  171.  
  172. /*POSTS AND ENTRIES*/
  173.  
  174. .entries {
  175. padding-left:10px;
  176. padding-right:10px;
  177. height:450px;
  178. width:433px;
  179. overflow:auto;
  180. margin-left:352px;
  181. display:inline-block;
  182. position:absolute;
  183. }
  184.  
  185. .post{
  186. padding:14px;
  187. background-color:{color:postbg};
  188. margin-top:10px;
  189. margin-bottom:10px;
  190. width:400px;
  191. white-space:normal;
  192. border:1px solid {color:accent};
  193. {block:IfBlackandWhite}
  194. -webkit-filter: grayscale(100%); filter: grayscale(100%);
  195. {/block:IfBlackandWhite}
  196. }
  197.  
  198. .post img a {
  199. text-decoration:none;
  200. }
  201.  
  202. .quote {
  203. background-color:{color:accent};padding:9px; border:1px solid {color:border};font-size:15px;font-weight:600;
  204. }
  205.  
  206. .chat {
  207. padding:4px;
  208. }
  209.  
  210. .chat:nth-of-type(odd){
  211. background-color: {color:accent};}
  212.  
  213. .chat:nth-of-type(even){
  214. background-color: {color:background};}
  215.  
  216. .question {
  217. background-color:{color:accent};padding:9px; border:1px solid {color:border};
  218. }
  219.  
  220. .tags a{
  221. color:{color:links};
  222. opacity:0.7;
  223. }
  224.  
  225. /* SIDEBAR */
  226.  
  227. .sidebar {
  228. position:absolute;
  229. display:inline-block;
  230. background-color:{color:accent};
  231. border:1px solid {color:border};
  232. height:448px;
  233. width:350px;
  234. }
  235.  
  236. .sidebar img {
  237. width:64px;
  238. height:64px;
  239. border-radius:5px;
  240. border:5px solid {color:postbg};
  241. overflow:hidden;
  242. margin-top:10px;
  243. margin-left:10px;
  244. }
  245.  
  246. .title {
  247. display:inline-block;
  248. position:absolute;
  249. font-weight:600;
  250. text-transform:uppercase;
  251. background-color:{color:text shadow};
  252. color:{color:background};
  253. padding:10px;
  254. width:140px;
  255. height:54px;
  256. margin-top:10px;
  257. font-size:10px;
  258. text-align:center;
  259. border-radius:5px;
  260. }
  261.  
  262. #title {
  263. font-size:13px;
  264. }
  265.  
  266. .desc {
  267. border-radius:5px;
  268. background-color:{color:background};
  269. color:{color:text};
  270. width:290px;
  271. padding:20px;
  272. margin-left:10px;
  273. margin-top:10px;
  274. height:100px;
  275. overflow:auto;
  276. }
  277.  
  278. .links {
  279. margin-top:10px;
  280. margin-left:10px;
  281. text-align:center;
  282. font-weight:600;
  283. text-transform:uppercase;
  284.  
  285. }
  286.  
  287. .links a {
  288. display:block;
  289. margin-bottom:10px;
  290. text-decoration:none;
  291. padding:4px;
  292. background-color:{color:background};
  293. width:322px;
  294. border-bottom:none;
  295. color:{color:Links};
  296. border-radius:5px;
  297. }
  298.  
  299. .links a:hover {
  300.  
  301. color:{color:text};
  302. }
  303.  
  304. .links a:hover big {
  305. text-decoration:underline;
  306. }
  307.  
  308. .links a big {
  309. font-size:13px;
  310. }
  311.  
  312. /*AUDIO POSTS*/
  313.  
  314. .playbutton {
  315. width: 30px;
  316. height: 30px;
  317. overflow: hidden;
  318. position: relative;
  319. z-index: 1000;
  320. margin: 10px 10px 10px 10px;
  321. -webkit-transition: all 0.5s ease-out;
  322. -moz-transition: all 0.5s ease-out;
  323. transition: all 0.5s ease-out;
  324. }
  325.  
  326. .playbox {
  327. background-color: #ffffff;
  328. position: absolute;
  329. z-index: 1000;
  330. margin-top: 15px;
  331. margin-left: 13px;
  332. opacity:0.3;
  333. -webkit-transition: all 0.5s ease-out;
  334. -moz-transition: all 0.5s ease-out;
  335. transition: all 0.5s ease-out;
  336. }
  337.  
  338. .playbox:hover{
  339. opacity:1;
  340. -webkit-transition: all 0.5s ease-out;
  341. -moz-transition: all 0.5s ease-out;
  342. transition: all 0.5s ease-out;
  343. }
  344.  
  345. /*DO NOT REMOVE CREDIT*/
  346.  
  347. .credit a{
  348. position:fixed;
  349. right:10px;
  350. bottom:10px;
  351. border:1px solid {color:border};
  352. background-color:#ffffff;
  353. color:#000000;
  354. text-decoration:none;
  355. padding:3px;
  356. font-weight:600;
  357. font-size:11px;
  358. }
  359.  
  360. .credit a:hover {
  361. color:#ffffff;
  362. background-color:#000000;
  363. }
  364.  
  365. </style>
  366. </head>
  367. <body>
  368.  
  369. <div class="ccontain">
  370.  
  371. <!------sidebar-------->
  372.  
  373. <div class="sidebar">
  374.  
  375. <img src="{image:Icon One}"/>
  376. <img src="{image:Icon Two}" style="margin-right:10px;"/>
  377.  
  378. <div class="title">
  379. <div style="width:210px;height:54px;display:table-cell;vertical-align:middle">
  380. <span id="title">{Title}</span><br/>
  381. {text:Subtitle}
  382. </div>
  383. </div>
  384.  
  385. <div class="desc">{Description}</div>
  386.  
  387.  
  388. <!--------links--------->
  389. <div class="links">
  390. <a href="{text:Link 1 URL}"><big>I. {text:Link 1 Title}</big><br/><b><em>(</em></b> {text:Link 1 Subtitle} <b><em>)</em></b></a>
  391. <a href="{text:Link 2 URL}"><big>II. {text:Link 2 Title}</big><br/><b><em>(</em></b> {text:Link 2 Subtitle} <b><em>)</em></b></a>
  392. <a href="{text:Link 3 URL}"><big>III. {text:Link 3 Title}</big><br/><b><em>(</em></b> {text:Link 3 Subtitle} <b><em>)</em></b></a>
  393. <a href="{text:Link 4 URL}"><big>IV. {text:Link 4 Title}</big><br/><b><em>(</em></b> {text:Link 4 Subtitle} <b><em>)</em></b></a>
  394. </div>
  395.  
  396. <!-----pagination----->
  397. {block:Pagination}
  398. <div align="center" style="margin-top:-5px;">
  399. {block:PreviousPage}
  400. <a href="{PreviousPage}"><b>PREV</b></a>
  401. {/block:PreviousPage}
  402. &nbsp;&bull;&nbsp;
  403. {block:NextPage}
  404. <a href="{NextPage}"><b>NEXT</b></a>
  405. {/block:NextPage}
  406. </div>
  407. {/block:Pagination}
  408.  
  409. </div>
  410.  
  411. <!----entries / posts----->
  412.  
  413. <div class="entries">
  414.  
  415. {block:Posts}
  416.  
  417. <div class="post">
  418.  
  419. {block:Text}
  420. {block:Title}<h1 style="margin-top:0px;">{Title}</h1>{/block:Title}
  421. {Body}
  422. {/block:Text}
  423.  
  424. {block:Photo}
  425. {LinkOpenTag}<img src="{PhotoURL-400}" width="400" style="text-decoration:none;">{LinkCloseTag}
  426. {block:Caption}{Caption}{/block:Caption}
  427. {/block:Photo}
  428.  
  429. {block:Photoset}
  430. {Photoset-400}
  431. {block:Caption}{Caption}{/block:Caption}
  432. {/block:Photoset}
  433.  
  434. {block:Link}
  435. <h1 style="margin-top:0px;"><a href="{URL}" {Target}>{Name}</a></h1>
  436. {block:Description}{Description}{/block:Description}
  437. {/block:Link}
  438.  
  439. {block:Quote}
  440. <div class="quote">"{Quote}"</div>
  441. <h1 style="margin-top:0px;"></h1>
  442. {block:Source}<div align="right"> —{Source}</div>{/block:Source}
  443. {/block:Quote}
  444.  
  445. {block:Chat}
  446. {block:Title}<h1 style="margin-top:0px;">{Title}</h1>{/block:Title}
  447. {block:Lines}
  448. <div class="chat">
  449. {block:Label}<b>{Label}</b>{/block:Label}
  450. {Line}<br>
  451. </div>
  452. {/block:Lines}
  453. {/block:Chat}
  454.  
  455. {block:Audio}
  456. <div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>
  457. {block:AlbumArt}
  458. <img src="{AlbumArtURL}" style="float:left;border:3px solid {color:border};width:70px;margin-right:10px;">
  459. {/block:AlbumArt}
  460. <div style="background-color:{color:accent};height:56px;padding:10px;line-height:2;">
  461. {block:TrackName}<b>{TrackName}</b>{/block:TrackName}
  462. {block:Artist}<em>by {Artist}</em>{/block:Artist}
  463. <br />
  464. {block:Album}{Album}{/block:Album}
  465. <br />
  466. {block:PlayCount}Played {FormattedPlayCount} times{/block:PlayCount}
  467. </div>
  468. {block:Caption}{Caption}{/block:Caption}
  469. {/block:Audio}
  470.  
  471. {block:Video}
  472. {Video-400}
  473. {block:Caption}{Caption}{/block:Caption}
  474. {/block:Video}
  475.  
  476. {block:Answer}
  477. <div class="question"><span style="text-transform:uppercase;"><big><b>{Asker}</b></big>:</span> {Question}</div>
  478. {Answer}
  479. {/block:Answer}
  480.  
  481. <div style="margin-top:5px;">
  482. <a href="{Permalink}" style="text-transform:uppercase;">{TimeAgo}</a>
  483. <span style="float:right">{NoteCount}{block:RebloggedFrom} &bull; <a href="{ReblogParentURL}">VIA</a> &bull; <a href="{ReblogRootURL}">SRC</a>{/block:RebloggedFrom} </span>
  484. </div>
  485.  
  486. </div>
  487.  
  488. {block:HasTags}<div style="margin-top:-10px;">{block:Tags} <div style="display:inline-block;margin-top:3px;margin-bottom:3px;" class="tags"><a href="{TagURL}">#{Tag}</a></div> {/block:Tags}</span></div>{/block:HasTags}
  489.  
  490. {block:PostNotes}{PostNotes}{/block:PostNotes}
  491. {/block:Posts}
  492.  
  493. </div>
  494.  
  495. </div>
  496.  
  497. <!------DO NOT REMOVE THIS.-------->
  498. <div class="credit">
  499. <a href="http://alinarps.tumblr.com/" title="CREDIT TO ALINARPS">ALINARPS</a>
  500. </div>
  501.  
  502. </body>
  503. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement