Advertisement
alinarps

THEME 008: "NIC" // ALINARPS

Mar 1st, 2015
871
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.10 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 008: "NIC" by ALINARPS
  6. - Please don't steal or redistribute, I worked very hard on this.
  7. - You can edit to your own liking, but don't repost any edited versions unless you have talked to me 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:Info Links" content="#000000"/>
  31. <meta name="color:accent" content="#aaaaaa"/>
  32. <meta name="color:PostBG" content="#cccccc"/>
  33. <meta name="color:scrollbar" content="#aaaaaa"/>
  34. <meta name="color:scrollbarBG" content="#cccccc"/>
  35. <meta name="color:SidebarBG" content="#eeeeee"/>
  36.  
  37. <meta name="image:Background" content=""/>
  38. <meta name="image:Sidebar" content=""/>
  39. <meta name="image:Sidebar 2" content=""/>
  40. <meta name="image:More Image" content=""/>
  41. <meta name="image:Admin Icon 1" content=""/>
  42. <meta name="image:Admin Icon 2" content=""/>
  43. <meta name="image:Admin Icon 3" content=""/>
  44.  
  45. <meta name="if:Background" content=""/>
  46.  
  47. <meta name="text:Link 1" content="link"/>
  48. <meta name="text:Link 1 URL" content="/"/>
  49. <meta name="text:Link 2" content="link"/>
  50. <meta name="text:Link 2 URL" content="/"/>
  51. <meta name="text:Link 3" content="link"/>
  52. <meta name="text:Link 3 URL" content="/"/>
  53. <meta name="text:More Text" content="more"/>
  54. <meta name="text:Quote" content="put a cool quote here."/>
  55. <meta name="text:Admin Description 1" content="name & age & timezone & whatever you want can go here!"/>
  56. <meta name="text:Admin Description 2" content="name & age & timezone & whatever you want can go here!"/>
  57. <meta name="text:Admin Description 3" content="name & age & timezone & whatever you want can go here!"/>
  58.  
  59. <style type="text/css">
  60.  
  61. /*BASICS*/
  62.  
  63. body {
  64. background-color:{color:Background};
  65. {block:IfBackground}
  66. background-image:url('{image:Background}');
  67. background-attachment:fixed;
  68. background-size:cover;
  69. {/block:IfBackground}
  70. font-family:'arial';
  71. font-size:12px;
  72. text-align:justify;
  73. color:{color:text};
  74. }
  75.  
  76. small, sup, sub{
  77. font-size:12px;
  78. }
  79.  
  80. a {
  81. text-decoration:none;
  82. color:{color:Links};
  83. -webkit-transition: all 0.5s ease-out;
  84. -moz-transition: all 0.5s ease-out;
  85. transition: all 0.5s ease-out;
  86. }
  87.  
  88. a:hover {
  89. text-decoration:none;
  90. color:{color:Hover};
  91. -webkit-transition: all 0.5s ease-out;
  92. -moz-transition: all 0.5s ease-out;
  93. transition: all 0.5s ease-out;
  94. }
  95.  
  96. blockquote {
  97. background-color:{color:accent};
  98. margin-left:40px;
  99. color:{color:text};
  100. border-left:3px solid {color:text};
  101. padding:10px;
  102. }
  103.  
  104. blockquote blockquote{
  105. margin-left:3px;
  106. }
  107.  
  108. pre {
  109. padding:5px;
  110. width:98%;
  111. white-space:normal;
  112. background-color:{color:text};
  113. color:{color:PostBG};
  114. border-bottom:2px solid {color:accent};
  115. font-family:arial;
  116. text-align:center;
  117. }
  118.  
  119. h1{
  120. background-color:{color:background};
  121. color:{color:text};
  122. padding:5px;
  123. border-bottom:5px solid {color:accent};
  124. font-size:12px;
  125. text-align:center;
  126. text-transform:uppercase;
  127. white-space:normal;
  128. }
  129.  
  130. /*TOOLTIP*/
  131.  
  132. #s-m-t-tooltip {
  133. max-width:250px;
  134. padding:10px;
  135. margin:20px 0px 0px 20px;
  136. background-color: {color:text};
  137. font-size:11px;
  138. letter-spacing:0px;
  139. color:{color:background};
  140. z-index:999999999999999999999999999999999999;
  141. }
  142.  
  143. /*POSTS*/
  144.  
  145. .entries {
  146. margin-top:45px;
  147. margin-left:575px;
  148. position:absolute;
  149. overflow:auto;
  150. height:680px;
  151. width:530px;
  152. padding-left:10px;
  153. padding-right:10px;
  154. background-color:{color:accent};
  155. }
  156.  
  157. .post{
  158. padding:10px;
  159. background-color:{color:postbg};
  160. margin-top:15px;
  161. margin-bottom:15px;
  162. width:500px;
  163. white-space:normal;
  164. }
  165.  
  166. .post img{
  167. max-width:100%;
  168. }
  169.  
  170. ::-webkit-scrollbar-thumb {
  171. height:5px;
  172. background-color:{color:scrollbar};
  173. border:1px solid {color:scrollbar};
  174. }
  175.  
  176. ::-webkit-scrollbar {
  177. margin-right:5px;
  178. width:5px;
  179. height:5px;
  180. background-color:{color:scrollbarbg};
  181. }
  182.  
  183. /*SIDEBAR & PAGINATION*/
  184.  
  185. .sbg{
  186. background-color:{color:sidebarbg};
  187. padding:10px;
  188. position:fixed;
  189. margin-top:25px;
  190. margin-left:25px;
  191. width:1100px;
  192. height:700px;
  193. }
  194.  
  195. .sidebar{
  196. background-color:{color:postbg};
  197. width:510px;
  198. height:200px;
  199. position:fixed;
  200. margin-top:45px;
  201. margin-left:45px;
  202. }
  203.  
  204. .sb{
  205. background-color:{color:postbg};
  206. position:fixed;
  207. margin-top:265px;
  208. margin-left:45px;
  209. width:260px;
  210. height:460px;
  211. }
  212.  
  213. .desc{
  214. margin-left:325px;
  215. margin-top:515px;
  216. width:210px;
  217. height:150px;
  218. overflow:auto;
  219. padding:10px;
  220. background-color:{color:text};
  221. color:{color:background};
  222. position:fixed;
  223. }
  224.  
  225. .pagination{
  226. background-color:{color:background};
  227. padding:5px;
  228. width:220px;
  229. position:fixed;
  230. margin-top:701px;
  231. margin-left:325px;
  232. color:{color:postbg};
  233. text-align:center;
  234. }
  235.  
  236. .pagination a{
  237. color:{color:text};
  238. padding:2px;
  239. background-color:{color:background};
  240. font-weight:600;
  241. text-decoration:none;
  242. -moz-transition-duration:0.7s;
  243. -webkit-transition-duration:0.7s;
  244. -o-transition-duration:0.7s;
  245. transition: all 0.5s ease-out;
  246. }
  247.  
  248. .pagination a:hover{
  249. color:{color:background};
  250. background-color:{color:text};
  251. text-decoration:none;
  252. -moz-transition-duration:0.7s;
  253. -webkit-transition-duration:0.7s;
  254. -o-transition-duration:0.7s;
  255. transition: all 0.5s ease-out;
  256. }
  257.  
  258. /*NAVIGATION*/
  259.  
  260. .nav{
  261. position:fixed;
  262. background-color:{color:background};
  263. border-bottom:3px solid {color:text};
  264. color:{color:text};
  265. width:210px;
  266. padding:10px;
  267. height:20px;
  268. font-weight:600;
  269. text-transform:uppercase;
  270. font-size:15px;
  271. margin-top:265px;
  272. margin-left:325px;
  273. text-shadow:2px 1px 1px {color:accent};
  274. }
  275.  
  276. .navi{
  277. position:fixed;
  278. margin-left:325px;
  279. margin-top:323px;
  280. background-color:{color:sidebarbg};
  281. width:230px;
  282. height:150px;
  283. opacity:1;
  284. text-align:left;
  285. }
  286.  
  287. .navi a{
  288. padding-top:55px;
  289. padding-bottom:10px;
  290. padding-left:10px;
  291. padding-right:10px;
  292. background-color:{color:text};
  293. color:{color:background};
  294. display:inline-block;
  295. width:52px;
  296. height:65px;
  297. margin-right:3px;
  298. text-align:center;
  299. font-weight:600;
  300. text-transform:uppercase;
  301. text-shadow: 2px 1px 0px {color:accent};
  302. }
  303.  
  304. .navi a:hover{
  305. background-color:{color:background};
  306. color:{color:text};
  307. text-shadow: 2px 1px 0px {color:postbg};
  308. }
  309.  
  310.  
  311. /*MORE*/
  312.  
  313. .sbnav{
  314. width:490px;
  315. height:660px;
  316. background-color:{color:postbg};
  317. padding:10px;
  318. position:fixed;
  319. display:none;
  320. margin-top:45px;
  321. margin-left:45px;
  322. }
  323.  
  324. .x{
  325. padding:3px;
  326. background-color:{color:text};
  327. color:{color:background};
  328. text-align:center;
  329. float:right;
  330. font-weight:600;
  331. }
  332.  
  333. .three{
  334. position:fixed;
  335. margin-top:467px;
  336. margin-left:325px;
  337. padding:10px;
  338. background-color:{color:postbg};
  339. color:{color:text};
  340. width:210px;
  341. text-align:center;
  342. font-weight:600;
  343. text-transform:uppercase;
  344. text-shadow:2px 1px 0px {color:accent};
  345. cursor:pointer;
  346. -webkit-transition: all 0.5s ease-out;
  347. -moz-transition: all 0.5s ease-out;
  348. transition: all 0.5s ease-out;
  349. }
  350.  
  351. .three:hover{
  352. background-color:{color:accent};
  353. color:{color:background};
  354. text-shadow:2px 1px 0px {color:postbg};
  355. -webkit-transition: all 0.5s ease-out;
  356. -moz-transition: all 0.5s ease-out;
  357. transition: all 0.5s ease-out;
  358. }
  359.  
  360. /*POST INFO & TAGS */
  361.  
  362. .pinfo{
  363. padding:2px;
  364. background-color:{color:sidebarbg};
  365. color:{color:text};
  366. margin-top:-10px;
  367. margin-left:-10px;
  368. width:516px;
  369. text-align:center;
  370. z-index:-999;
  371. margin-bottom:10px;
  372. font-weight:600;
  373. text-transform:lowercase;
  374. -moz-transition-duration:0.7s;
  375. -webkit-transition-duration:0.7s;
  376. -o-transition-duration:0.7s;
  377. transition: all 0.5s ease-out;
  378. }
  379.  
  380. .pinfo a{
  381. color:{color:postbg};
  382. text-decoration:none;
  383. -moz-transition-duration:0.7s;
  384. -webkit-transition-duration:0.7s;
  385. -o-transition-duration:0.7s;
  386. transition: all 0.5s ease-out;
  387. }
  388.  
  389. .pinfo a:hover{
  390. color:{color:text};
  391. text-decoration:none;
  392. -moz-transition-duration:0.7s;
  393. -webkit-transition-duration:0.7s;
  394. -o-transition-duration:0.7s;
  395. transition: all 0.5s ease-out;
  396. }
  397.  
  398. .tags{
  399. padding:2px;
  400. background-color:{color:sidebarbg};
  401. color:{color:text};
  402. text-align:center;
  403. opacity:1;
  404. margin-top:10px;
  405. z-index:9999999999;
  406. line-height:1.4;
  407. font-weight:600;
  408. margin-left:-10px;
  409. width:516px;
  410. margin-bottom:-10px;
  411. -moz-transition-duration:0.7s;
  412. -webkit-transition-duration:0.7s;
  413. -o-transition-duration:0.7s;
  414. transition: all 0.5s ease-out;
  415. }
  416.  
  417. .tags a{
  418. display:inline-block;
  419. text-decoration:none;
  420. color:{color:Postbg};
  421. margin-right:5px;
  422. -moz-transition-duration:0.7s;
  423. -webkit-transition-duration:0.7s;
  424. -o-transition-duration:0.7s;
  425. transition: all 0.7s ease-out;
  426. }
  427.  
  428. .tags a:hover{
  429. color:{color:text};
  430. -moz-transition-duration:0.5s;
  431. -webkit-transition-duration:0.5s;
  432. -o-transition-duration:0.5s;
  433. transition: all 0.5s ease-out;
  434. }
  435.  
  436. .post:hover .tags{
  437. opacity:1;
  438. margin-top:10px;
  439. -moz-transition-duration:0.7s;
  440. -webkit-transition-duration:0.7s;
  441. -o-transition-duration:0.7s;
  442. transition: all 0.5s ease-out;
  443. }
  444.  
  445. /*AUDIO POSTS*/
  446.  
  447. .playbutton {
  448. width: 10px;
  449. height: 20px;
  450. overflow: hidden;
  451. position: relative;
  452. z-index: 1000;
  453. margin: 15px 24px 13px 16px;
  454. -webkit-transition: all 0.5s ease-out;
  455. -moz-transition: all 0.5s ease-out;
  456. transition: all 0.5s ease-out;
  457. }
  458.  
  459. .playbox {
  460. background-color: #000;
  461. position: absolute;
  462. z-index: 1000;
  463. margin-top: 22px;
  464. margin-left: 20px;
  465. opacity:0.3;
  466. -webkit-transition: all 0.5s ease-out;
  467. -moz-transition: all 0.5s ease-out;
  468. transition: all 0.5s ease-out;
  469. }
  470.  
  471. .playbox:hover{
  472. opacity:1;
  473. -webkit-transition: all 0.5s ease-out;
  474. -moz-transition: all 0.5s ease-out;
  475. transition: all 0.5s ease-out;
  476. }
  477.  
  478. /*QUESTION POSTS*/
  479.  
  480. .question{
  481. background-color:{color:text};
  482. color:{color:background};
  483. padding:10px;
  484. }
  485. .asker{
  486. background-color:{color:background};
  487. color:{color:text};
  488. padding:5px;
  489. text-align:right;
  490. }
  491.  
  492. /*CREDIT (REMOVE THIS AND I'LL KILL YOU...)*/
  493.  
  494. .credit{
  495. right:10px;
  496. bottom:10px;
  497. z-index:9999999999999999999999999999999999999999;
  498. padding:5px;
  499. background-color:{color:accent};
  500. color:{color:text};
  501. font-weight:600;
  502. position:fixed;
  503. }
  504.  
  505. </style>
  506.  
  507. <script src="//code.jquery.com/jquery-1.10.2.js"></script>
  508. <script src="//code.jquery.com/ui/1.11.2/jquery-ui.js"></script>
  509.  
  510. </head>
  511.  
  512. <body>
  513.  
  514. <div class="sbg"></div>
  515.  
  516. <div class="sidebar"><img src="{image:Sidebar}"/></div>
  517.  
  518. <div class="sb">
  519. <img src="{image:Sidebar 2}"/>
  520. </div>
  521.  
  522. <div class="nav">
  523. {Title}
  524. </div>
  525.  
  526. <div class="navi">
  527. <a href="{text:Link 1 URL}">{text:Link 1}</a>
  528. <a href="{text:Link 2 URL}">{text:Link 2}</a>
  529. <a href="{text:Link 3 URL}" style="margin-right:0px;">{text:Link 3}</a>
  530. </div>
  531.  
  532. <div class="three">{text:More Text}</div>
  533. </div>
  534.  
  535. <div class="desc">
  536. {Description}
  537. </div>
  538.  
  539. <div class="pagination">
  540. &nbsp;
  541. {block:Pagination}
  542. {block:PreviousPage}
  543. <a href="{PreviousPage}">PREVIOUS</a>
  544. {/block:PreviousPage}
  545. &nbsp; &bull; &nbsp;
  546. {block:NextPage}
  547. <a href="{NextPage}">NEXT</a>
  548. {/block:NextPage}
  549. {/block:Pagination}
  550. &nbsp;
  551. </div>
  552.  
  553.  
  554. <!----more tab---->
  555. <div class="sbnav">
  556.  
  557. <div style="float:left;padding:3px;background-color:{color:text};font-weight:600;color:{color:background};width:438px;text-align:center;"><em>{text:Quote}</em></div>
  558.  
  559. <div class="x"><a href="#" style="color:{color:background};">close</a></div>
  560.  
  561. <img src="{image:More Image}" style="background-color:{color:accent};width:490px;height:230px;margin-top:10px;"/>
  562.  
  563. <div style="overflow:auto;padding:10px;margin-top:10px;width:470px;height:200px;background-color:{color:accent};">
  564. put something here thats cool!! maybe a plot?? or if youre an rph put your what i do or tdl here idk its up 2 u?? if ur feeling generous go ahead and put some updates here thats chill :~)) but otherwise seriously this can go on for miles this can even scroll aint that cool!!! <b>edit this in the html!!</b> <em>use ctrl+f and search for some of the words in this messy paragraph</em> <u>and you should find it quite nicely!!</u>
  565. <ul>
  566. <li>example</li>
  567. </ul>
  568. <ol>
  569. <li>example</li>
  570. </ol>
  571. <strike>more example</strike>
  572. <blockquote>wow example</blockquote>
  573. don't tell anyone but wow it scrolls who knew !
  574. </div>
  575.  
  576. <img src="{image:Admin Icon 1}" style="border:3px solid {color:text};width:150.5px;float:left;margin-top:10px;margin-right:10px;" title="{text:Admin Description 1}"/>
  577.  
  578. <img src="{image:Admin Icon 2}" style="border:3px solid {color:text};width:150.5px;float:left;margin-top:10px;margin-right:10px;" title="{text:Admin Description 2}"/>
  579.  
  580. <img src="{image:Admin Icon 3}" style="border:3px solid {color:text};width:150.5px;float:left;margin-top:10px;" title="{text:Admin Description 3}"/>
  581.  
  582. </div>
  583.  
  584. <!----posts--->
  585. <div class="entries">
  586.  
  587. {block:Posts}
  588. <div class="post">
  589.  
  590. <div class="pinfo">
  591. posted <a href="{Permalink}">{TimeAgo}</a> with {NoteCountWithLabel} {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a> from <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  592.  
  593.  
  594. {block:PostNotes}<br />{PostNotes}{/block:PostNotes}
  595. </div>
  596.  
  597.  
  598.  
  599. {block:Text}
  600. {block:Title}<h1>{Title}</h1>{/block:Title}
  601. {Body}
  602. {/block:Text}
  603.  
  604. {block:Photo}
  605. {LinkOpenTag}<img src="{PhotoURL-500}" width="500">{LinkCloseTag}
  606. {block:Caption}{Caption}{/block:Caption}
  607. {/block:Photo}
  608.  
  609. {block:Photoset}
  610. {Photoset-500}
  611. {block:Caption}{Caption}{/block:Caption}
  612. {/block:Photoset}
  613.  
  614. {block:Link}
  615. <pre><a href="{URL}" {Target}>{Name}</a></pre>
  616. {block:Description}{Description}{/block:Description}
  617. {/block:Link}
  618.  
  619. {block:Quote}
  620. <pre>"{Quote}"</pre>
  621. {block:Source}<div align="right"> —{Source}</div>{/block:Source}
  622. {/block:Quote}
  623.  
  624. {block:Chat}
  625. {block:Title}<pre>{Title}</pre>{/block:Title}
  626. {block:Lines}
  627. <div style="background-color:{color:background};padding:5px;margin-top:3px;margin-bottom:3px;">
  628. {block:Label}<b>{Label}</b>{/block:Label}
  629. {Line}<br>
  630. </div>
  631. {/block:Lines}
  632. {/block:Chat}
  633.  
  634. {block:Audio}
  635. <div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}</div></div>
  636. {block:AlbumArt}
  637. <img src="{AlbumArtURL}" style="float:left;border:10px solid {color:text};width:70px;margin-right:10px;">
  638. {/block:AlbumArt}
  639. <div style="background-color:{color:background};height:70px;padding:10px;">
  640. {block:TrackName}<b>{TrackName}</b>{/block:TrackName}
  641. {block:Artist}<em>by {Artist}</em>{/block:Artist}
  642. <br /><br />
  643. {block:Album}{Album}{/block:Album}
  644. <br /><br />
  645. {block:PlayCount}Played {FormattedPlayCount} times{/block:PlayCount}
  646. </div>
  647. {block:Caption}{Caption}{/block:Caption}
  648. {/block:Audio}
  649.  
  650. {block:Video}
  651. {Video-500}
  652. {block:Caption}{Caption}{/block:Caption}
  653. {/block:Video}
  654.  
  655. {block:Answer}
  656. <div class="question">❝{Question}❞</div>
  657. <div class="asker">inquired {Asker}</div>
  658. {Answer}
  659. {/block:Answer}
  660.  
  661.  
  662. {block:HasTags}<div class="tags"> tagged as: {block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  663.  
  664.  
  665. </div>
  666.  
  667. {/block:Posts}
  668.  
  669.  
  670. </div>
  671.  
  672.  
  673. <!--PLEASE DON'T TOUCH THE CREDIT!!! SERIOUSLY...-->
  674. <div class="credit"><a href="http://alinarps.tumblr.com/">ALINARPS</a></div>
  675.  
  676. </body>
  677.  
  678. <script type="text/javascript">
  679. $(".three").click(function(){
  680.  
  681. if($(".sb").is(':visible')){
  682. $(".sb").fadeToggle("slow");
  683. $(".sidebar").fadeToggle("slow");
  684. $(".desc").fadeToggle("slow");
  685. $(".pagination").fadeToggle("slow");
  686. $(".nav").fadeToggle("slow");
  687. $(".navi").fadeToggle("slow");
  688. $(".three").fadeToggle("slow");
  689. }
  690.  
  691. if($(".sbnav").is(':hidden')){
  692. $(".sbnav").fadeToggle("slow");
  693. }
  694. });
  695.  
  696. $(".x").click(function(){
  697. if($(".sb").is(":hidden")){
  698. $(".sb").fadeToggle("slow");
  699. $(".sidebar").fadeToggle("slow");
  700. $(".desc").fadeToggle("slow");
  701. $(".pagination").fadeToggle("slow");
  702. $(".nav").fadeToggle("slow");
  703. $(".navi").fadeToggle("slow");
  704. $(".sbnav").fadeToggle("slow");
  705. $(".three").fadeToggle("slow");
  706. }
  707. });
  708. </script>
  709.  
  710. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement