Advertisement
xariaaaa

[BASE] BY CHRVSTN

Nov 4th, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.65 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. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!-- ʙᴀsᴇ ʙʏ ᴇɴᴛᴇʀᴘʀɪᴢᴇʀ. ᴛʜᴇᴍᴇ ʙʏ ᴀʀɪᴀsʀᴘʜ ᴘʟᴇᴀsᴇ ᴅᴏ ɴᴏᴛ sᴛᴇᴀʟ ɪᴛ! ᴇᴅɪᴛɪɴɢ ɪs ᴀʟᴏᴡᴇᴅ, ʙᴜᴛ ᴘʟᴇᴀsᴇ ʟᴇᴀᴠᴇ ᴛʜᴇ ᴄʀᴇᴅɪᴛɪɴɢ ɪɴᴛᴀᴄᴛ. -->
  9.  
  10.  
  11. <meta name="color:PostBackground" content="#eaeaea" />
  12. <meta name="color:Background" content="#ffffff" />
  13. <meta name="color:Accent" content="#bcb4c5" />
  14. <meta name="color:Text" content="#898989" />
  15.  
  16. <style type="text/css">
  17. /* GASARA */
  18. @font-face { font-family: "gasara"; src: url('https://dl.dropbox.com/s/9mird7ef2oyhzbc/gasara.ttf'); }
  19.  
  20. /* BEBAS NEUE */
  21. @font-face { font-family: "bebas neue"; src: url('https://dl.dropboxusercontent.com/u/67800931/bebasneue.otf'); }
  22.  
  23. *, body, a {
  24. cursor: url(http://31.media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png), auto;
  25. }
  26.  
  27. a:hover {
  28. cursor: url(http://i.imgur.com/IepP2.jpg), auto;
  29. }
  30.  
  31. ::-webkit-scrollbar-thumb {
  32. height: auto;
  33. background-color: {color:PostBackground};
  34. }
  35.  
  36. ::-webkit-scrollbar {
  37. height:9px;
  38. width:4px;
  39. background-color: {color:Background};
  40. }
  41.  
  42. body {
  43. background-color: {color:Background};
  44. }
  45.  
  46. a {
  47. text-decoration:none;
  48. outline:none;
  49. -moz-outline-style:none;
  50. color: {color:Accent};
  51. }
  52.  
  53. blockquote, blockquote blockquote {
  54. border-left: 1px solid {color:Accent};
  55. padding-left:5px;
  56. margin-left: 5px;
  57. }
  58.  
  59. blockquote img, blockquote blockquote img, #post img, .photopost, .photosetpost, .video {
  60. opacity: 0.3;
  61. -webkit-filter: grayscale(100%);
  62. -webkit-transition: opacity 0.7s linear;
  63. -webkit-transition: all 0.7s ease-out;
  64. -moz-transition: all 0.7s ease-out;
  65. transition: all 0.7s ease-out;
  66. }
  67.  
  68. blockquote img:hover, blockquote blockquote img:hover, #post img:hover, .photopost:hover, .photosetpost:hover, .video {
  69. opacity: 0.8;
  70. -webkit-filter: grayscale(30%);
  71. -webkit-transition: opacity 0.7s linear;
  72. -webkit-transition: all 0.7s ease-out;
  73. -moz-transition: all 0.7s ease-out;
  74. transition: all 0.7s ease-out;
  75. }
  76.  
  77. blockquote img {
  78. max-width: 240px;
  79. height: auto;
  80. }
  81.  
  82. blockquote blockquote img {
  83. max-width: 180px;
  84. height: auto;
  85. }
  86.  
  87. h1, h2, h3 {
  88. color: {color:Accent};
  89. font-family: "Bebas Neue";
  90. font-size: 30px;
  91. letter-spacing: 1px;
  92. }
  93.  
  94. pre, code {
  95. font-family: "Calibri";
  96. font-size: 10px;
  97. text-align: justify;
  98. text-transform: uppercase;
  99. padding: 20px;
  100. background-color: {color:Background};
  101. white-space:pre-wrap;
  102. word-wrap:break-word;
  103. }
  104.  
  105. small, sub, sup {
  106. font-size: 10px;
  107. }
  108.  
  109. #entries {
  110. width: 260px;
  111. height: 100%;
  112. float: left;
  113. margin-top: 20px;
  114. margin-left: 300px;
  115. }
  116.  
  117. #post {
  118. background-color: {color:PostBackground};
  119. color: {color:Text};
  120. margin-bottom: 80px;
  121. padding: 20px;
  122. width: 250px;
  123. font-family: "Calibri";
  124. font-size: 12px;
  125. text-align: justify;
  126. }
  127.  
  128. .posttitle {
  129. font-family: "Bebas Neue";
  130. font-size: 30px;
  131. padding-bottom: 5px;
  132. margin-bottom: 10px;
  133. -webkit-transition: opacity 0.7s linear;
  134. -webkit-transition: all 0.7s ease-out;
  135. -moz-transition: all 0.7s ease-out;
  136. transition: all 0.7s ease-out;
  137. }
  138.  
  139. .quote {
  140. font-family: "Bebas Neue";
  141. font-size: 20px;
  142. text-align: justify;
  143. }
  144.  
  145. .source {
  146. font-family: "Calibri";
  147. font-size: 10px;
  148. text-transform: uppercase;
  149. text-align: right;
  150. }
  151.  
  152. .player {
  153. width: 27px;
  154. height: 27px;
  155. left: 16px;
  156. top: 16px;
  157. opacity: 0.4;
  158. line-height: 0;
  159. overflow: hidden;
  160. }
  161.  
  162. .details {
  163. margin-top: -20px;
  164. margin-left: 28px;
  165. font-family: "Calibri";
  166. font-size: 10px;
  167. text-transform: uppercase;
  168. }
  169.  
  170. .caption a {
  171. font-size: 10px;
  172. text-transform: uppercase;
  173. }
  174.  
  175. .caption b, .caption strong, .chat b, .chat strong {
  176. font-family: "Bebas Neue";
  177. font-size: 15px;
  178. letter-spacing: 1px;
  179. }
  180.  
  181. .caption i, .caption em {
  182. font-family: "Gasara";
  183. font-size: 8px;
  184. font-weight: none;
  185. }
  186.  
  187. .asker {
  188. font-family: "Bebas Neue";
  189. font-size: 30px;
  190. letter-spacing: 1px;
  191. }
  192.  
  193. .question {
  194. font-size: 10px;
  195. text-transform: uppercase;
  196. padding: 10px;
  197. background-color: black;
  198. text-align: justify;
  199. }
  200.  
  201. /* POST PERMA */
  202.  
  203. .perma {
  204. margin-top: 15px;
  205. padding-top: 15px;
  206. line-height: 10px;
  207. border-top: 1px solid {color:Background};
  208. font-size: 9px;
  209. position: relative;
  210. text-transform :uppercase;
  211. }
  212.  
  213. .perma a {
  214. display:inline-block;
  215. }
  216.  
  217. .perma .pperma {
  218. float:right;
  219. display:inline-block;
  220. text-align:right;
  221. }
  222.  
  223. .pinfo {
  224. margin-top: 20px;
  225. padding-top: 10px;
  226. border-top: 1px solid white;
  227. font-family: "Aspex";
  228. font-size: 10px;
  229. text-align: center;
  230. }
  231.  
  232. .notes img {
  233. display: none;
  234. }
  235.  
  236. .notes {
  237. font-family: "Calibri";
  238. font-size: 10px;
  239. text-align: justify;
  240. text-transform: uppercase;
  241. }
  242.  
  243. #s-m-t-tooltip{
  244. max-width: 200px;
  245. margin-top: 15px;
  246. margin-left: 15px;
  247. padding: 5px;
  248. border-left: 1px solid {color:Background};
  249. z-index:9999999999999999999999;
  250. background-color:{color:PostBackground};
  251. color: {color:Text};
  252. font-family: "Calibri";
  253. text-align: justify;
  254. font-size: 10px;
  255. line-height: 13px;
  256. letter-spacing: 1px;
  257. text-transform: uppercase;
  258. box-shadow: 0px 0px 10px {color:Background};
  259. }
  260.  
  261. </style>
  262.  
  263. <!-- S-M-T-TOOLTIP JAVA -->
  264.  
  265. <script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js'></script>
  266. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  267. <script>
  268. (function($){
  269. $(document).ready(function(){
  270. $("[title]").style_my_tooltips();
  271. });
  272. })(jQuery);
  273. </script>
  274.  
  275.  
  276. </head>
  277. <body>
  278.  
  279. <div id="entries">
  280. {block:Posts}
  281.  
  282. {block:ContentSource}
  283. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  284. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  285. {/block:SourceLogo}
  286. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  287.  
  288. <!-- {ReblogParentURL}{block:ReblogParentLogo}<img src="{BlackLogoURL}"
  289. width="{LogoWidth}" height="{LogoHeight}" alt="{ReblogParentTitle}" />
  290. {/block:ReblogParentLogo}
  291. {block:NoReblogParentLogo}{ReblogParentLink}{/block:NoReblogParentLogo} -->
  292. {/block:ContentSource}
  293.  
  294. <div id="post">
  295.  
  296. <!-- TEXT POSTS -->
  297. {block:Text}
  298. <div class="posttitle">{block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}</div>
  299. <div class="caption">{Body}</div>
  300. {/block:Text}
  301.  
  302. <!-- PHOTO POSTS -->
  303. {block:Photo}
  304. <div class="photopost"><center>{LinkOpenTag}<img src="{PhotoURL-250}">{LinkCloseTag}</center></div>
  305. <div class="caption">{block:Caption}{Caption}{/block:Caption}</div>
  306.  
  307. {/block:Photo}
  308.  
  309. <!-- PHOTOSET POSTS -->
  310. {block:Photoset}
  311. <div class="photosetpost">{Photoset-250}</div>
  312. <div class="caption">{block:Caption}{Caption}{/block:Caption}</div>
  313. {/block:Photoset}
  314.  
  315. <!-- QUOTE POSTS -->
  316. {block:Quote}
  317. <div class="quote">{Quote}</div>
  318. <div class="source">{block:Source} —{Source}{/block:Source}</div>
  319. {/block:Quote}
  320.  
  321. <!-- LINK POSTS -->
  322. {block:Link}
  323. <div class="posttitle"><a href="{URL}" {Target}>{Name}</a></div>
  324. {block:Description}{Description}{/block:Description}
  325. {/block:Link}
  326.  
  327. <!-- CHAT POSTS -->
  328. {block:Chat}
  329. <div class="posttitle">{block:Title}{Title}{/block:Title}</div>
  330. <div class="chat">
  331. {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}</div>
  332. {/block:Chat}
  333.  
  334.  
  335. <!-- ASK POST -->
  336. {block:Answer}
  337. <div class="asker">{Asker} SAID:</div>
  338. <div class="question">{Question}</div>
  339. {Answer}
  340. {/block:Answer}
  341.  
  342. <!-- AUDIO POST -->
  343. {block:Audio}
  344. <div class="player">{AudioPlayerGrey}</div>
  345. <div class="details">
  346. {block:TrackName}{TrackName}{/block:TrackName} by {block:Artist}{Artist}{/block:Artist}</div>
  347. <div class="caption">{block:Caption}{Caption}{/block:Caption}</div>
  348. {/block:Audio}
  349.  
  350. <!-- VIDEO POST -->
  351. {block:Video}
  352. <div class="video">{Video-250}</div>
  353. <div class="caption">{block:Caption}{Caption}{/block:Caption}</div>
  354. {/block:Video}
  355.  
  356. {block:IndexPage}
  357. <div class="perma">
  358. <span class="pperma">
  359. <a href="{Permalink}" target="_blank" class="r">{NoteCountWithLabel}</a><br>
  360. <a href="{ReblogURL}" target="_blank" class="r">REBLOG?</a>
  361. </span>
  362. <a href="{Permalink}" target="_blank">{DayOfMonth} {Month}</a><br>
  363. <a href="{Permalink}" target="_blank" title="{block:HasTags}{block:Tags}#{Tag}{/block:Tags}{/block:HasTags}">TAGGED</a>
  364. </div>
  365. {/block:IndexPage}
  366.  
  367. {block:PermalinkPage}
  368. <div class="pinfo">
  369. Posted on {DayOfMonth} {Month} {Year} with {NoteCountWithLabel}.<br />
  370. Tagged as: {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}{/block:HasTags}.
  371. </div>
  372.  
  373. <div class="notes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  374. {/block:PermalinkPage}
  375.  
  376. </div>
  377. {/block:Posts}
  378.  
  379. {block:IndexPage}
  380. <div class="pagi">
  381. {block:PreviousPage}<a href="{PreviousPage}">PREV</a>{/block:PreviousPage} // {block:NextPage}<a href="{NextPage}">NEXT</a>{/block:NextPage}
  382. </div>
  383. {/block:IndexPage}
  384. </div>
  385.  
  386. <div id="credit"><a href="http://chrvstn.tumblr.com/" title="Theme by mun. Please don't steal the codes! Optimized for Chrome 1366 x 786">♕</a>
  387. </div>
  388. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement