Advertisement
kahniss

monster

Feb 8th, 2014
10,473
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.70 KB | None | 0 0
  1.  
  2. <!--theme1 MONSTER by kahniss
  3. DON'T remove credit
  4. Don'T use as your onw
  5. DON'T use as base code-->
  6.  
  7.  
  8. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  9.  
  10.  
  11. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  12.  
  13.  
  14. <head>
  15.  
  16.  
  17. <meta name="color:bg" content="#FFFFFF">
  18. <meta name="color:link" content="#7e7e7e">
  19. <meta name="color:hover" content="#222121">
  20. <meta name="color:infobg" content="#FCFCFC">
  21. <meta name="color:text" content="#929292">
  22. <meta name="color:tags" content="#EDEDED">
  23. <meta name="color:scrollbar" content="#D6D5D5">
  24.  
  25.  
  26. <meta name="image:sidebar" content=""/>
  27.  
  28. <meta name="text:title 1" content="short title here"/>
  29. <meta name="text:title 2" content="long title here"/>
  30. <meta name="text:link1" content="">
  31. <meta name="text:link1 url" content="/">
  32. <meta name="text:link2" content="">
  33. <meta name="text:link2 url" content="/">
  34. <meta name="text:link3" content="">
  35. <meta name="text:link3 url" content="/">
  36. <meta name="text:link4" content="">
  37. <meta name="text:link4 url" content="/">
  38.  
  39. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  40. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  41. <link rel="shortcut icon" href="{Favicon}" />
  42. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  43.  
  44.  
  45.  
  46. <style type="text/css">
  47.  
  48.  
  49. a {
  50. color:{color:link};
  51. text-decoration:none;
  52. -moz-transition-duration:0.5s;
  53. -webkit-transition-duration:0.5s;
  54. -o-transition-duration:0.5s;
  55. }
  56.  
  57. a:hover {
  58. color:{color:hover};
  59. text-decoration:none;
  60. -moz-transition-duration:0.5s;
  61. -webkit-transition-duration:0.5s;
  62. -o-transition-duration:0.5s;
  63. }
  64.  
  65.  
  66. ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:8px}
  67. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  68. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  69.  
  70. body {
  71. background-color:{color:bg};
  72. font-family:Calibri;
  73. font-weight:normal;
  74. }
  75.  
  76.  
  77. h1 {
  78. font-weight:normal;
  79. font-size:10px;
  80. text-align:center;
  81. font-style:normal;
  82. line-height:80%;
  83. letter-spacing:1px;
  84. text-transform:uppercase;
  85. color:{color:text};
  86. }
  87.  
  88. h2 {
  89. font-size:15px;
  90. text-align:center;
  91. line-height:100%;
  92. letter-spacing:-0.5px;
  93. color:{color:text};
  94. font-weight:normal;
  95. padding:5px;
  96. padding-bottom:2px;
  97. }
  98.  
  99.  
  100. blockquote {
  101. text-align:justify;
  102. border-left:1px solid #fafafa;
  103. padding-left:0px;
  104. margin-left:50px;
  105. width:400px;
  106. }
  107.  
  108. #theme {
  109. background-color:{color:bg};
  110. width:700px;
  111. margin: 0 auto -12px auto;
  112. text-align: center;
  113. }
  114.  
  115. /*/ SIDEBAR /*/
  116.  
  117. #sidebar {
  118. color:{color:text};
  119. margin-top:250px;
  120. width:250px;
  121. margin-left:-150px;
  122. position:fixed;
  123. background-color: #ffffff;
  124. padding:15px;
  125. text-align:left;
  126. }
  127.  
  128. #sidebar img {
  129. width:70px;
  130. height:70px;
  131. border:5px solid #fafafa;
  132. }
  133.  
  134. /*/ TITLE ONE /*/
  135.  
  136. #title {
  137. font-family:Montserrat;
  138. margin-top:5px;
  139. font-size:15px;
  140. text-align:center;
  141. letter-spacing:0px;
  142. line-height:130%;
  143. text-align:justify;
  144. text-transform:uppercase;
  145. }
  146.  
  147.  
  148. #title2 {
  149. font-family:calibri;
  150. margin-bottom:-15px;
  151. font-size:10px;
  152. text-align:center;
  153. letter-spacing:0px;
  154. line-height:130%;
  155. text-align:justify;
  156. }
  157.  
  158. /*/ LINKS /*/
  159.  
  160. .links {
  161. margin-bottom:-10px;
  162. }
  163.  
  164.  
  165. .links a {
  166. margin-top:5px;
  167. padding-bottom:0px;
  168. font-family:calibri;
  169. padding: 5px 10px;
  170. position: relative;
  171. z-index: 20;
  172. display: block;
  173. min-height: 0px;
  174. cursor: pointer;
  175. color: #a2a2a2;
  176. font-size: 11px;
  177. background:#fafafa;
  178. }
  179.  
  180.  
  181. /*/ DESCRIPTION /*/
  182.  
  183. #description {
  184. margin-top:-5px;
  185. font-family:arial;
  186. font-size:11px;
  187. min-height:0px;
  188. margin:0px 0 0px 0;
  189. line-height:13px;
  190. background-color: #ffffff;
  191. text-align:justify;
  192. }
  193.  
  194. /*/ POSTS /*/
  195.  
  196. #stuffcontainer {
  197. float:left;
  198. margin-left:170px;
  199. margin-top:100px;
  200. text-align:justify;
  201. background-color:{color:bg};
  202. color:{color:text};
  203. margin-bottom: 35px;
  204. }
  205.  
  206.  
  207. #stuff {
  208. padding:15px;
  209. background-color: #ffffff;
  210. width:500px;
  211. margin-top:70px;
  212. text-align:justify;
  213. font-size:11px;
  214. line-height:100%;
  215. letter-spacing:0x;
  216. color:{color:text};
  217. }
  218.  
  219. /*/ NOTES /*/
  220.  
  221.  
  222.  
  223. #postinfo {
  224. color:{color:link};
  225. text-align:left;
  226. text-transform:uppercase;
  227. background-color:{color:infobg};
  228. width:490px;
  229. font-family:calibri;
  230. font-size: 10px;
  231. letter-spacing:px;
  232. font-style: normal;
  233. margin-top:10px;
  234. padding:5px;
  235. line-height:200%;
  236. border-top:solid 1px #f2f3f3;
  237. }
  238.  
  239. #postinfo a {
  240. text-align:center;
  241. letter-spacing:0px;
  242. font-style:normal;
  243. padding-right:3px;
  244. }
  245.  
  246. #postinfo a:hover {
  247. color:#353535;
  248. }
  249.  
  250. .note {
  251. text-transform:uppercase;
  252. font-style:normal;
  253. letter-spacing:0px;
  254. font-size: 9px;
  255. text-align:left;
  256. line-height:90%;
  257. margin-left:-40px;
  258. }
  259.  
  260. .note li {
  261. list-style-type:none;
  262. border-bottom:1px solid #fafafa;
  263. padding:10px 25px 10px 25px;
  264. text-align:left;
  265. margin:0px;
  266. -moz-transition-duration:0.5s;
  267. -webkit-transition-duration:0.5s;
  268. -o-transition-duration:0.5s;
  269. }
  270.  
  271. /*/ TAGS /*/
  272.  
  273.  
  274. .tags {
  275. font-family:calibri;
  276. word-break:break-all;
  277. font-size:9px;
  278. text-align:right;
  279. float:right;
  280. letter-spacing:1px;
  281. }
  282.  
  283. /*/ PAGINATION /*/
  284.  
  285. #pagi {
  286. width:490px;
  287. text-align:center;
  288. margin-bottom:80px;
  289. margin-left:-10px;
  290. color:#9a9a9a;
  291. font-family:arial;
  292. font-size:10px;
  293. letter-spacing:2px;
  294. text-transform:uppercase;
  295. font-style:italic;
  296. z-index:100;
  297. background-color:#ffffff;
  298. bottom:0;
  299. padding:20px;
  300. border-top:1px solid #f7f7f7;
  301. }
  302.  
  303.  
  304. /*/ ASK /*/
  305.  
  306.  
  307. .ask {
  308. padding:10px;
  309. text-align:left;
  310. color:{color:text};
  311. background-color:{color:infobg};
  312. border-bottom:1px solid {color:border};
  313. border-right:1px solid {color:border};
  314. }
  315.  
  316. .ans {
  317. text-align:left;
  318. padding:10px;
  319. color:{color:text};
  320. }
  321.  
  322. /*/ AUSIO /*/
  323.  
  324. .audio {
  325. width:500px;
  326. padding-bottom:10px;
  327. background-color:{color:infobg};
  328. }
  329.  
  330. .albumart {
  331. float:left;
  332. padding:0px 10px 10px 0px;
  333. }
  334.  
  335. .albumart img {
  336. width:45px;
  337. height:45px;
  338. }
  339.  
  340. .playercontainer {
  341. text-align:left;
  342. padding:10px;
  343. background-color:#ffffff;
  344. width:480px;
  345. }
  346.  
  347. .audioinfo {
  348. padding:10px;
  349. color:{color:text};
  350. }
  351.  
  352. ul.chat, .chat ol, .chat li {
  353. list-style:none;
  354. margin:0px;
  355. padding:2px;
  356. }
  357.  
  358. .label {
  359. text-decoration:underline;
  360. font-weight:700;
  361. background-color:{color:infobg};
  362. margin-right:5px;
  363. }
  364.  
  365.  
  366.  
  367. .ac-container{
  368. width: 250px;
  369. margin: 10px auto 30px auto;
  370. }
  371.  
  372. .ac-container label{
  373. font-family:calibri;
  374. padding: 5px 10px;
  375. position: relative;
  376. z-index: 20;
  377. display: block;
  378. min-height: 0px;
  379. cursor: pointer;
  380. color: #a2a2a2;
  381. font-size: 11px;
  382. background:#fafafa;
  383. box-shadow:
  384. 0px transparent,
  385. 0px transparent inset,
  386. 0px transparent;
  387. }
  388.  
  389. .ac-container label:hover{
  390. background: #fafafa;
  391. }
  392.  
  393. .ac-container input:checked + label,
  394. .ac-container input:checked + label:hover{
  395. background: #f7f7f7;
  396. color: #777;
  397. box-shadow:
  398. 0px transparent,
  399. 0px transparent inset,
  400. 0px transparent;
  401. }
  402.  
  403. .ac-container label:hover:after,
  404. .ac-container input:checked + label:hover:after{
  405. content: '';
  406. position: absolute;
  407. width: 24px;
  408. height: 10px;
  409. right: 13px;
  410. top: 7px;
  411. background: transparent url('http://static.tumblr.com/svlsesh/hacn0l8ls/down.png') no-repeat center center;
  412. }
  413.  
  414. .ac-container input:checked + label:hover:after{
  415. background-image: url('http://static.tumblr.com/svlsesh/wvKn0l8lf/up.png');
  416. }
  417.  
  418. .ac-container input{
  419. display: none;
  420. }
  421.  
  422. .ac-container article{
  423. background:#ffffff;
  424. margin-top: -1px;
  425. overflow: hidden;
  426. height: 0px;
  427. position: relative;
  428. z-index: 10;
  429. transition:
  430. height 0.3s ease-in-out,
  431. box-shadow 0.6s linear;
  432. margin-bottom:5px;
  433. }
  434. .ac-container input:checked ~ article{
  435. transition:
  436. height 0.5s ease-in-out,
  437. box-shadow 0.1s linear;
  438. box-shadow: 0px transparent;
  439. }
  440.  
  441. .ac-container article p {
  442. width:230px;
  443. text-align:justify;
  444. font-style: none;
  445. color: #a2a2a2;
  446. line-height:100%;
  447. font-size: 11px;
  448. font-family:calibri;
  449. padding-left:10px;
  450. }
  451.  
  452. .ac-container article li{
  453. padding:-5px;
  454. margin-left:40px;
  455. text-align:left;
  456. font-style: none;
  457. color: #a2a2a2;
  458. line-height:60%;
  459. font-size: 11px;
  460. font-family:calibri;
  461. margin-top:5px;
  462. }
  463.  
  464.  
  465. .ac-container input:checked ~ article.ac-smaller{
  466. height: auto;
  467. }
  468.  
  469. .ac-container input:checked ~ article.ac-small{
  470. height: auto;
  471. }
  472. .ac-container input:checked ~ article.ac-medium{
  473. height: auto;
  474. }
  475. .ac-container input:checked ~ article.ac-large{
  476. height: auto;
  477. }
  478.  
  479.  
  480.  
  481.  
  482. {CustomCSS}
  483.  
  484. </style></head>
  485.  
  486. <body>
  487. <div id="theme">
  488. <div id="sidebar">
  489. <img src="{image:sidebar}"></a>
  490. <div id="title">{text:title 1}<br></div>
  491. <div id="title2">{text:title 2}<br></div>
  492. <div id="description"></div>
  493. <div class="links"><br>
  494. <a href="/">refresh</a>
  495. <a href="/ask">inbox</a></div>
  496. <section class="ac-container">
  497. <div>
  498.  
  499.  
  500. <div style="margin-top:15px;"></div>
  501.  
  502.  
  503. <input id="ac-1" name="accordion-1" type="checkbox" />
  504. <label for="ac-1">description</label>
  505. <article class="ac-small"><p>
  506. {Description}</p>
  507. </article>
  508. </div>
  509. <div>
  510.  
  511. <input id="ac-2" name="accordion-1" type="checkbox" />
  512. <label for="ac-2">navigation</label>
  513. <article class="ac-small"><br>
  514. {block:IfLink1}
  515. <li> <a href="{text:link1 url}">{text:link1}</a></li>
  516. {/block:IfLink1}
  517. {block:IfLink2}
  518. <li> <a href="{text:link2 url}">{text:link2}</a></li>
  519. {/block:IfLink2}
  520. {block:IfLink3}
  521. <li> <a href="{text:link3 url}">{text:link3}</a></li>
  522. {/block:IfLink3}
  523. <li> <a href="{text:link4 url}">{text:link4}</a></li>
  524. {/block:IfLink4}<br>
  525. </a>
  526. </article>
  527. </div> </div>
  528.  
  529.  
  530.  
  531. <link href='http://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
  532.  
  533. <div id="stuffcontainer">
  534.  
  535. {block:Posts}
  536.  
  537. <div id="stuff">
  538.  
  539. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  540.  
  541. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  542.  
  543. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  544. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  545.  
  546. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  547.  
  548. {block:Photoset}<center>{Photoset-500}</center>
  549. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  550.  
  551. {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}
  552.  
  553. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  554.  
  555. {block:Answer}<div class="ask">{Asker} asked: {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  556.  
  557. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  558. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  559. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  560. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  561. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  562.  
  563. {block:Date}
  564. <div id="postinfo">
  565. <a href="{Permalink}">{DayofMonth}.{MonthNumber}.{Year}</a>{block:NoteCount}<a href="{Permalink}">+ {NoteCount}</a>{/block:NoteCount}
  566. {block:PermalinkPage}
  567. {block:ContentSource}
  568. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  569. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  570. {/block:SourceLogo}
  571. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  572. {/block:ContentSource}
  573. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource} & <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
  574. {/block:PermalinkPage}
  575. {block:HasTags} <div class="tags">{block:Tags}<a href="{TagUrl}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  576. </div>
  577. {/block:Date}
  578. </div>
  579. {/block:Posts}
  580. <div class="note">
  581. {block:PostNotes}{PostNotes}{/block:PostNotes}
  582. </div>
  583. {/block:Posts}
  584.  
  585.  
  586. <div id="pagi">
  587. {block:Pagination}
  588. {block:PreviousPage}
  589. <a href="{PreviousPage}">prev</a>
  590. {/block:PreviousPage}
  591. {block:NextPage}
  592. <a href="{NextPage}">next</a>
  593. {/block:NextPage}
  594. </div>
  595. {/block:Pagination}
  596. </div>
  597.  
  598. <div style="position:fixed; font-size:10px; color:{color:text}; letter-spacing:0px; bottom:5px; font-family: calibri; right:6px;">
  599. <a href="http://www.kahniss.tumblr.com/">credit</a></div>
  600.  
  601. </div>
  602. </div>
  603. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement