Advertisement
chezshay

trying to be cool / nevillles

Mar 13th, 2014
2,110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.67 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!-- theme by nevillles-->
  5.  
  6. <head>
  7. <script src="http://tympanus.net/Development/ModalWindowEffects/js/modernizr.custom.js"></script>
  8.  
  9. </head>
  10.  
  11. <title>{Title}</title>
  12.  
  13. <link rel="shortcut icon" href="{Favicon}">
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  16.  
  17. <!--Default Variables-->
  18. <meta name="image:sidebar">
  19. <meta name="color:Background" content="#ffffff"/>
  20. <meta name="color:Text" content="#aaaaaa"/>
  21. <meta name="color:Accent1" content="#aaaaaa"/>
  22. <meta name="color:Accent2" content="#aaaaaa"/>
  23. <meta name="color:Links" content="#000000"/>
  24. <meta name="color:Links Background" content="#000000"/>
  25. <meta name="text:Navigation Description" content="" />
  26. <meta name="text:Link 1 URL" content="" />
  27. <meta name="text:Link 1" content="" />
  28. <meta name="text:Navigation Link 1 Title" content="" />
  29. <meta name="text:Navigation Link 1" content="" />
  30. <meta name="text:Navigation Link 2 Title" content="" />
  31. <meta name="text:Navigation Link 2" content="" />
  32. <meta name="text:Navigation Link 3 Title" content="" />
  33. <meta name="text:Navigation Link 3" content="" />
  34. <meta name="text:Navigation Link 4 Title" content="" />
  35. <meta name="text:Navigation Link 4" content="" />
  36. <meta name="text:Navigation Link 5 Title" content="" />
  37. <meta name="text:Navigation Link 5" content="" />
  38. <meta name="text:Navigation Link 6 Title" content="" />
  39. <meta name="text:Navigation Link 6" content="" />
  40. <style type="text/css">
  41.  
  42.  
  43. /* General styles for the modal */
  44.  
  45. /*
  46. Styles for the html/body for special modal where we want 3d effects
  47. Note that we need a container wrapping all content on the page for the
  48. perspective effects (not including the modals and the overlay).
  49. */
  50.  
  51. .md-perspective,
  52. .md-perspective body {
  53. height: 100%;
  54. overflow: hidden;
  55. }
  56.  
  57. .md-perspective body {
  58. background: {color:accent1};
  59. -webkit-perspective: 600px;
  60. -moz-perspective: 600px;
  61. perspective: 600px;
  62. }
  63.  
  64. .container {
  65. background: {color:accent1};
  66. min-height: 100%;
  67. }
  68.  
  69. .md-modal {
  70. position: fixed;
  71. top: 50%;
  72. left: 50%;
  73. width: 50%;
  74. max-width: 630px;
  75. min-width: 320px;
  76. height: auto;
  77. z-index: 2000;
  78. visibility: hidden;
  79. -webkit-backface-visibility: hidden;
  80. -moz-backface-visibility: hidden;
  81. backface-visibility: hidden;
  82. -webkit-transform: translateX(-50%) translateY(-50%);
  83. -moz-transform: translateX(-50%) translateY(-50%);
  84. -ms-transform: translateX(-50%) translateY(-50%);
  85. transform: translateX(-50%) translateY(-50%);
  86. }
  87.  
  88. .md-show {
  89. visibility: visible;
  90. }
  91.  
  92. .md-overlay {
  93. position: fixed;
  94. width: 100%;
  95. height: 100%;
  96. visibility: hidden;
  97. top: 0;
  98. left: 0;
  99. z-index: 1000;
  100. opacity: 0;
  101. -webkit-transition: all 0.3s;
  102. -moz-transition: all 0.3s;
  103. transition: all 0.3s;
  104. }
  105.  
  106. .md-show ~ .md-overlay {
  107. opacity: 1;
  108. visibility: visible;
  109. }
  110.  
  111. /* Content styles */
  112. .md-content {
  113. color: white;
  114. background: {color:accent2};
  115. position: relative;
  116. font-size:14px;
  117. border-radius: 3px;
  118. margin: 0 auto;
  119. }
  120.  
  121. .md-content h3 {
  122. margin: 0;
  123. padding: 10px;
  124. text-align: center;
  125. font-size:18px;
  126. font-weight:bold;
  127. letter-spacing:-1px;
  128. opacity: 1;
  129. background: rgba(0,0,0,0.1);
  130. border-radius: 5px 5px 5px 5px;
  131. }
  132.  
  133. .md-content > div {
  134. padding: 15px 40px 30px;
  135. margin: 0;
  136. font-size: 14px;
  137. }
  138.  
  139. .md-content > div p {
  140. margin: 0;
  141. padding: 10px 0;
  142. }
  143.  
  144. .md-content > div ul {
  145. margin: 0;
  146. padding: 0 0 30px 20px;
  147. }
  148.  
  149. .md-content > div ul li {
  150. padding: 5px 0;
  151. }
  152.  
  153. .md-content button {
  154. display: block;
  155. margin: 0 auto;
  156. font-size: 10px;
  157. }
  158.  
  159. .md-effect-8.md-modal {
  160. -webkit-perspective: 1300px;
  161. -moz-perspective: 1300px;
  162. perspective: 1000px;
  163. }
  164.  
  165. .md-effect-8 .md-content {
  166. -webkit-transform-style: preserve-3d;
  167. -moz-transform-style: preserve-3d;
  168. transform-style: preserve-3d;
  169. -webkit-transform: rotateY(-70deg);
  170. -moz-transform: rotateY(-70deg);
  171. -ms-transform: rotateY(-70deg);
  172. transform: rotateY(-70deg);
  173. -webkit-transition: all 0.3s;
  174. -moz-transition: all 0.3s;
  175. transition: all 0.3s;
  176. opacity: 0;
  177. }
  178.  
  179. .md-show.md-effect-8 .md-content {
  180. -webkit-transform: rotateY(0deg);
  181. -moz-transform: rotateY(0deg);
  182. -ms-transform: rotateY(0deg);
  183. transform: rotateY(0deg);
  184. opacity: 1;
  185. }
  186.  
  187. #s-m-t-tooltip{
  188. position:absolute;
  189. margin-top: 15px;
  190. z-index:9999;
  191. background:{color:background};
  192. }
  193.  
  194.  
  195.  
  196. /*basics*/
  197. blockquote {padding:5px 0 5px 30px;
  198. border-left:1px solid {color:text};
  199. margin-left:30px;
  200. }
  201.  
  202. body {
  203. background:{color:background};
  204. color:{color:text};
  205. font-family:arial;
  206. font-size:9px;
  207. text-align:justify;
  208. margin:0;
  209. line-height:16px;}
  210.  
  211.  
  212. a {
  213. color:{color:links};
  214. text-decoration:none;
  215. }
  216.  
  217. a:hover {
  218. text-decoration:underline;}
  219.  
  220. img{opacity:1;
  221. border:none;
  222. text-decoration:none}
  223.  
  224.  
  225.  
  226. #title {font-size:12px;
  227. line-height:18px;
  228. font-weight:bold;
  229. margin-bottom:10px;
  230. text-transform:uppercase;
  231. text-align:left;}
  232.  
  233.  
  234. /*sidebar*/
  235. #sidebar {text-align:left;
  236. position:fixed;
  237. text-transform:lowercase;
  238. margin-left:-100px;
  239. width:300px;
  240. margin-top:200px;
  241. }
  242.  
  243. #blogt {font-size:18px;
  244. font-weight:bold;
  245. margin-top:0px;}
  246.  
  247. #links {
  248. line-height:16px;
  249. width:300px;
  250. text-align:left;
  251. margin-top:415px;
  252. margin-left:-110px;
  253. position:fixed;
  254. text-transform:lowercase;
  255. }
  256.  
  257.  
  258. #links a {
  259. margin-right:15px;
  260. padding: 0.6em 1.2em;
  261. margin: 3px 2px;
  262. border-radius: 2px;
  263. display:inline-block;
  264. margin-bottom:5px;
  265. }
  266.  
  267. #links a:hover{background-color:{color:accent1};}
  268.  
  269. #description {
  270. width:250px;
  271. text-align:justify;
  272. margin-top:40px;
  273. }
  274.  
  275. #navi{
  276. text-align:center;
  277. margin-top:5px;
  278. }
  279.  
  280. #navi a{
  281. width:150px;
  282. color:{color:Links};
  283. display:inline-block;
  284. font-style:none;
  285. text-transform:uppercase;
  286. font-size:8px;
  287. font-family:courier new;
  288. margin-top:12px;
  289. margin-bottom:-10px;
  290. padding:5px;
  291. background-color:{color:Links Background};
  292. }
  293.  
  294. /*pagination*/
  295. #pagination {
  296. text-align:center;
  297. text-transform:lowercase;
  298. font-weight:bold;
  299. margin-top:5px;
  300. border-radius: 2px;
  301. background-color:{color:accent1};
  302. }
  303.  
  304. #pagination a {
  305. padding:15px;
  306. }
  307.  
  308. /*button*/
  309. button {
  310. border: none;
  311. margin-right:15px;
  312. background-color:{color:accent1};
  313. padding: 0.6em 1.2em;
  314. margin: 3px 2px;
  315. border-radius: 2px;
  316. display:inline-block;
  317. margin-bottom:5px;
  318. color: white;
  319. font-size:9px;
  320. letter-spacing: 1px;
  321. text-transform: lowercase;
  322. cursor: pointer;
  323. display: inline-block;
  324. }
  325.  
  326. /*container*/
  327. #con {
  328. left:400px;
  329. margin-left:-250px;
  330. position:absolute;
  331. }
  332.  
  333. /*posts*/
  334.  
  335. #entries {
  336. margin-top:50px;
  337. margin-left:200px;
  338. width:500px;
  339. }
  340.  
  341.  
  342.  
  343. #posts {
  344. width:500px;
  345. {block:IndexPage}
  346. margin-bottom:75px;
  347. {/block:IndexPage}
  348. {block:PermalinkPage}
  349. margin-bottom:50px;
  350. {/block:PermalinkPage}
  351.  
  352. }
  353. #posts img {
  354. max-width:500px;
  355. }
  356.  
  357. #posts img, #posts li, #posts blockquote {max-width: 100%;}
  358. .caption {width:100%;
  359. margin-top:10px;
  360.  
  361. }
  362.  
  363. /*quote*/
  364.  
  365. #titlequote{text-align:left;
  366. font-size:14px;
  367. line-height:18px;
  368. font-weight:bold;
  369. }
  370. #source {
  371. margin-top:15px;
  372. margin-left:15px;}
  373.  
  374. /*audio*/
  375.  
  376. .player {
  377. width:25px;
  378. height:25px;
  379. overflow:hidden;
  380. position:absolute;
  381. background:white;}
  382.  
  383. .audioinfo {
  384. margin-left:50px;
  385. }
  386.  
  387.  
  388. /*asks*/
  389. .q {margin-bottom:10px;
  390. }
  391. .as {
  392. font-weight:bold;
  393. background-color:{color:accent2};
  394. padding:5px;}
  395.  
  396. .a {
  397. margin-top:10px;
  398. }
  399.  
  400.  
  401. /*chat*/
  402.  
  403. .chat ol {
  404. padding:0;
  405. list-style:none;
  406. }
  407. .line {padding:5px 0;}
  408.  
  409. .label {font-weight:bold;
  410. }
  411.  
  412.  
  413.  
  414. /*permalink and notes*/
  415.  
  416. #permalink {
  417. margin-top:15px;
  418. font-size:9px;
  419. text-transform:lowercase;
  420. }
  421.  
  422.  
  423. .tags {
  424. word-break:break-all;
  425. font-size:8px;
  426. padding:2px;
  427. }
  428.  
  429. .pagenotes {
  430. {block:IndexPage}
  431. display: none!important;
  432. {/block:IndexPage}
  433. width:400px;
  434. text-align:left;
  435.  
  436. }
  437. .pagenotes img {
  438. display:none!important;}
  439. .pagenotes li {
  440. list-style-type:none;
  441. padding:5px 0px;
  442. text-align:left;
  443. margin:0 0 0 -40px;
  444. }
  445.  
  446.  
  447. #cred {
  448. position:fixed;
  449. background-color:{color:Info Background};
  450. text-transform:uppercase;
  451. font-size:9px;
  452. right:9px;
  453. bottom:9px;
  454. padding:4px;
  455. letter-spacing:1px;
  456. }
  457.  
  458. {CustomCSS}
  459.  
  460.  
  461. </style>
  462.  
  463.  
  464.  
  465. </head>
  466.  
  467. <div class="md-modal md-effect-8" id="modal-8">
  468. <div class="md-content">
  469. <h3>navigation</h3>
  470. <div>
  471. <p>{text:navigation description}</p>
  472. <ul>
  473. <div id="navi">
  474. <a href="{text:Navigation Link 1}">{text:Navigation Link 1 Title}</a>
  475. <a href="{text:Navigation Link 2}">{text:Navigation Link 2 Title}</a>
  476. <a href="{text:Navigation Link 3}">{text:Navigation Link 3 Title}</a>
  477. <a href="{text:Navigation Link 4}">{text:Navigation Link 4 Title}</a>
  478. <a href="{text:Navigation Link 5}">{text:Navigation Link 5 Title}</a>
  479. <a href="{text:Navigation Link 6}">{text:Navigation Link 6 Title}</a>
  480. <br></div>
  481. </ul>
  482. <button class="md-close">Close me!</button>
  483. </div>
  484. </div>
  485. </div>
  486. <div id="con">
  487. <div id="sidebar">
  488. <div id="blogt">{Title}</div><br>
  489. <img src="{image:sidebar}">
  490. <div id="description">{Description}
  491. <div id="pagination">
  492. {block:Pagination}
  493. {block:PreviousPage}
  494. <a href="{PreviousPage}"> previous </a>
  495. {/block:PreviousPage}
  496. {block:NextPage}
  497. <a href="{NextPage}">next </a>
  498. {/block:NextPage}
  499. {/block:Pagination}
  500. </div>
  501. </div>
  502. </div>
  503. <div id="links">
  504. <a href="/">home</a>
  505. <a href="/ask">message</a>
  506. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
  507. <button class="md-trigger" data-modal="modal-8">NAVIGATION</button>
  508.  
  509. </div>
  510.  
  511.  
  512. <div id="entries">
  513.  
  514. {block:Posts}
  515. <div id="posts">
  516.  
  517.  
  518. {block:Quote}
  519.  
  520.  
  521. <div id="titlequote">“{Quote}”</div>
  522. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  523. {/block:Quote}
  524.  
  525.  
  526.  
  527. {block:Text}
  528.  
  529. {block:Title}
  530. <div id="title">{Title}</div>{/block:Title}
  531. {Body}
  532. {/block:Text}
  533.  
  534. {block:Link}
  535. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  536. {/block:Link}
  537.  
  538. {block:Chat}
  539. {block:Title}
  540. <h1>{Title}</h1>
  541. {/block:Title}
  542. <div class="chat">
  543. <ol>{block:Lines}
  544. <li class="line {Alt}">
  545. {block:Label}
  546. <span class="label">
  547. {Label}</span>
  548. {/block:Label}{Line}</li>
  549. {/block:Lines}
  550. </ol></div>
  551. {/block:Chat}
  552.  
  553. {block:Photo}
  554. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  555. {/block:Photo}
  556.  
  557. {block:Photoset}
  558. {Photoset-500}
  559. {/block:Photoset}
  560.  
  561. {block:Video}
  562. {Video-500}
  563. {/block:Video}
  564.  
  565. {block:Audio}
  566. <div class="player">{AudioPlayerWhite}</div>
  567. <div class="audioinfo">
  568. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
  569. </div>
  570. {/block:Audio}
  571.  
  572. {block:Answer}
  573. <div class="q">
  574. <div class="as">{Asker} said: </div>
  575. &nbsp;&nbsp;&nbsp;&nbsp;{Question}</div>
  576. <div class="a">{Answer}</div>
  577. {/block:Answer}
  578.  
  579. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  580.  
  581. {block:Date}
  582. <div id="permalink"><a href="{Perimalink}">{block:Date}<a href="{Permalink}">{Month} {DayOfMonth}</a> {/block:Date} {block:NoteCount}{block:NoteCount}<font style="color:{color:accent1}};">&nbsp;♥&nbsp;</font> {/block:NoteCount}{NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}"> via</a>{block:ContentSource} <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
  583. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  584. </div>
  585. {/block:Date}
  586.  
  587.  
  588.  
  589. </div>
  590.  
  591.  
  592. {block:PostNotes}
  593. <div class="pagenotes">
  594. {PostNotes}
  595. </div>
  596. {/block:PostNotes}
  597.  
  598.  
  599. {/block:Posts}
  600.  
  601.  
  602.  
  603. </div>
  604.  
  605. </div>
  606.  
  607.  
  608. {block:ContentSource}
  609. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  610. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  611. {/block:SourceLogo}
  612. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  613. {/block:ContentSource}
  614.  
  615. <div id="cred">
  616. <a href="http://nevillles.tumblr.com/">NV</a>
  617. </div></div>
  618.  
  619. <div class="md-overlay"></div><!-- the overlay element -->
  620.  
  621. <!-- classie.js by @desandro: https://github.com/desandro/classie -->
  622. <script src="http://tympanus.net/Development/ModalWindowEffects/js/classie.js"></script>
  623. <script src="http://tympanus.net/Development/ModalWindowEffects/js/modalEffects.js"></script>
  624.  
  625. <!-- for the blur effect -->
  626. <!-- by @derSchepp https://github.com/Schepp/CSS-Filters-Polyfill -->
  627. <script>
  628. // this is important for IEs
  629. var polyfilter_scriptpath = '/js/';
  630. </script>
  631. <script src="js/cssParser.js"></script>
  632. <script src="http://tympanus.net/Development/ModalWindowEffects/js/modalEffects.js"></script>
  633. </body>
  634. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement