Advertisement
stilinskimess

THEME ONE

Aug 17th, 2014
435
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.31 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!--THEME BY STILINSKIMESS. DON'T REMOVE THE CREDIT-->
  5.  
  6.  
  7. <meta name="color:background" content="#ffffff"/>
  8. <meta name="color:text" content="#000000"/>
  9. <meta name="color:link" content="#ccc"/>
  10. <meta name="color:link hover" content="#ff8d8d5"/>
  11. <meta name="color:link hover bg" content="#eee"/>
  12. <meta name="color:sidebar box color" content="#eee"/>
  13. <meta name="color:border" content="#000000"/>
  14. <meta name="color:hoverlink text" content="#000000"/>
  15. <meta name="color:scrollbar bg" content="#6b6d6d"/>
  16. <meta name="color:tooltip color" content="#6b6d6d"/>
  17. <meta name="color:title color" content="#000000"/>
  18. <meta name="color:blockquote color" content="#000000"/>
  19.  
  20.  
  21.  
  22. <meta name="image:sidebar" content=""/>
  23.  
  24. <meta name="text:title text" content="title">
  25. <meta name="text:Link 1 URL" content="" />
  26. <meta name="text:Link 1" content="link 1" />
  27. <meta name="text:Link 2 URL" content="" />
  28. <meta name="text:Link 2" content="link 2" />
  29. <meta name="text:Link 3 URL" content="" />
  30. <meta name="text:Link 3" content="link 3" />
  31. <meta name="text:Link 4 URL" content="" />
  32. <meta name="text:Link 4" content="link 4" />
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40. <head><title>{Title}</title>
  41. <link rel="shortcut icon" href="{Favicon}">
  42. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  43. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  44.  
  45.  
  46.  
  47.  
  48. <style type="text/css">
  49.  
  50.  
  51.  
  52. ::-webkit-scrollbar-thumb {
  53. height:auto;
  54. background-color:{color:scrollbar bg};
  55. }
  56.  
  57. ::-webkit-scrollbar {
  58. height:4px;
  59. width:3px;
  60. padding-right:2px;
  61. background-color:white;
  62. }
  63.  
  64.  
  65.  
  66. body {
  67. background:{color:background};
  68. margin:0px;
  69. color:{color:text};
  70. font-family:times;
  71. font-size:10px;
  72. line-height:100%;
  73. }
  74.  
  75.  
  76. a {
  77. text-decoration:none;
  78. outline:none;
  79. text-transform: uppercase;
  80. text-align: center;
  81. -moz-outline-style:none;
  82. color:{color:link};
  83. -moz-transition-duration:0.8s;
  84. -webkit-transition-duration:0.8s;
  85. -o-transition-duration:0.8s;
  86. }
  87.  
  88.  
  89. a:hover {
  90. color:{color:link hover};
  91. outline:none;
  92. -moz-outline-style:none;
  93. text-decoration:none;
  94. }
  95.  
  96. img {
  97.  
  98. }
  99.  
  100. blockquote {
  101. padding-left:5px;
  102. border-left:2px solid {color:blockquote color};
  103.  
  104. }
  105.  
  106. blockquote blockquote {
  107. padding-left:5px;
  108. border-left:2px solid;
  109. }
  110.  
  111. h1 {
  112. font-size:10px;
  113. text-align:left;
  114. font-family:arial;
  115. font-weight:bold;
  116. text-transform:uppercase;
  117. letter-spacing:2px;
  118. color:{color:text};
  119. }
  120.  
  121. h2 {
  122. font-size:8px;
  123. font-family:arial;
  124. text-align:left;
  125. font-weight:bold;
  126. text-transform:uppercase;
  127. letter-spacing:1px;
  128. color:{color:text};
  129. }
  130.  
  131.  
  132. #sidebar {
  133. width:220px;
  134. position:fixed;
  135. margin-left:205px;
  136. margin-top:190px;
  137. }
  138.  
  139.  
  140. #title {
  141. color:{color:title color};
  142. font-family:arial;
  143. font-size:16px;
  144. text-transform:uppercase;
  145. font-weight:bold;
  146. letter-spacing:1px;
  147. padding:1px;
  148. margin-top:-20px;
  149. margin-left:-14px;
  150. position:fixed;
  151. text-align:left;
  152. width: 210px;
  153. }
  154.  
  155.  
  156. #sidebarimage {
  157. position:fixed;
  158. width:200px;
  159. }
  160.  
  161.  
  162. #sidebarimage img {
  163. width:210px;
  164. margin-left:-11px;
  165. margin-top:0px;
  166. }
  167.  
  168.  
  169. #links {
  170. width:210px;
  171. margin-top:125px;
  172. margin-left:-17px;
  173. padding:5px;
  174. font-family:arial;
  175. text-align:center;
  176. word-spacing:1px;
  177. font-size:9px;
  178. font-weight:bold;
  179. display:block;
  180. color:{color:link};
  181. border:0px solid;
  182. border-radius: 0px;
  183. background: {color:sidebar box color};
  184.  
  185. }
  186.  
  187. #links a {
  188. letter-spacing: 1px;
  189. padding:3px;
  190.  
  191. }
  192.  
  193. #links a:hover {
  194. color:{color:link hover};
  195. }
  196.  
  197. #description {
  198. width:208px;
  199. font-size:11px;
  200. padding:5px;
  201. text-align:justify;
  202. letter-spacing:0px;
  203. line-height:90%;
  204. margin-left:-16px;
  205. margin-top:2px;
  206. }
  207.  
  208.  
  209. #s-m-t-tooltip {
  210. max-width:300px;
  211. padding:5px 5px 5px 6px;
  212. margin:20px 0px 0px 20px;
  213. background-color:{color:tooltip color};
  214. font-family:arial;
  215. font-size:9px;
  216. letter-spacing:2px;
  217. text-transform:lowercase;
  218. font-weight:bold;
  219. color:#fff;
  220. z-index:999999999999999999999999999999999999;
  221. }
  222.  
  223.  
  224. #pagination {
  225. margin-left: 160px;
  226. margin-top: 10px;
  227. position: relative;
  228. text-align: left;
  229. letter-spacing:1px;
  230. text-transform: uppercase;
  231. font-weight:bold;
  232. font-family: arial;
  233. font-size: 10px;
  234.  
  235.  
  236. }
  237.  
  238. #pagination a {
  239. padding:0 3px;
  240. }
  241.  
  242.  
  243. #entries {
  244. padding:20px;
  245. width:500px;
  246. margin-left:480px;
  247. margin-top:40px;
  248. margin-bottom: -20px;
  249. border: 1px solid #eee;
  250. padding: 40px;
  251. }
  252.  
  253. #post {
  254. width:500px;
  255. padding-bottom:40px;
  256. }
  257.  
  258.  
  259. .postinfo {
  260. margin-top:20px;
  261. margin-bottom:1px;
  262. margin-left:-12px;
  263. padding-bottom:4px;
  264. width:500px;
  265. text-align:left;
  266. font-family:arial;
  267. text-transform:lowercase;
  268. font-size:10px;
  269. border-top: 1px solid #ccc;
  270. padding: 5px;
  271.  
  272. }
  273.  
  274. .postinfo a {
  275. color:{color:link};
  276. }
  277.  
  278. .postinfo a:hover {
  279. color:{color:link hover};
  280. }
  281.  
  282.  
  283. .tags {
  284. width:500px;
  285. margin-top:4px;
  286. margin-left:-3px;
  287. padding:2px;
  288. font-family:arial;
  289. text-transform:uppercase;
  290. letter-spacing:0px;
  291. font-size:10px;
  292. text-align:left;
  293.  
  294. }
  295.  
  296. .tags a {
  297. color:{color:text};
  298. }
  299.  
  300. .tags a:hover {
  301. color:{color:link hover};
  302. background: {color:link hover bg};
  303. padding: 5px;
  304. }
  305.  
  306. .postnote {
  307. width:500px;
  308. margin-top:40px;
  309. font-family:arial;
  310. text-transform:uppercase;
  311. font-style:normal;
  312. letter-spacing:0px;
  313. font-size:10px;
  314. text-align:center;
  315. }
  316.  
  317.  
  318. #question {
  319. font-size:11px;
  320. font-style:none;
  321. font-family:times;
  322. letter-spacing:1px;
  323. text-align:left;
  324. padding-top: 9px;
  325. padding-bottom: 7px;
  326. padding-left:9px;
  327. background:#fff;
  328. color:#000 ;
  329.  
  330. }
  331.  
  332. #question a{
  333. color:{color:link hover};
  334.  
  335. }
  336.  
  337.  
  338.  
  339.  
  340. .playercontainer {
  341. text-align:left;
  342. padding:10px;
  343. padding-left:0px;
  344. background-color:#fff;
  345. width:480px;
  346. }
  347.  
  348.  
  349. .musicinfo {
  350. padding-top:7px;
  351. padding-left:50px;
  352. color:#000;
  353. text-align:justify;
  354. }
  355.  
  356.  
  357. #credit {
  358. position:fixed;
  359. font-size:9px;
  360. color:#000;
  361. font-weight:bold;
  362. line-height:150%;
  363. letter-spacing:2px;
  364. right:10px;
  365. bottom:10px;
  366. text-transform:uppercase;
  367. text-align:center;
  368. border:1px solid #ccc;
  369. height:14px;
  370. padding:3px;
  371. }
  372.  
  373. #credit a {
  374. letter-spacing: 0px;
  375. padding:3px;
  376. color:#000;
  377. }
  378.  
  379. #credit a:hover {
  380. color:{color:link hover};
  381. }
  382.  
  383.  
  384.  
  385. {CustomCSS}</style></head><body>
  386.  
  387. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  388. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  389. <script>
  390.  
  391. (function($){
  392.  
  393. $(document).ready(function(){
  394.  
  395. $("a[title]").style_my_tooltips({
  396.  
  397. tip_follows_cursor:true,
  398.  
  399. tip_delay_time:50,
  400.  
  401. tip_fade_speed:600,
  402.  
  403. attribute:"title"
  404.  
  405. });
  406.  
  407. });
  408.  
  409. })(jQuery);
  410.  
  411. </script>
  412.  
  413.  
  414. <div id="sidebar">
  415. <div id="title">{text:title text}</div>
  416.  
  417.  
  418. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  419.  
  420. <div id="links">
  421. <a href="{text:link 1 URL}">{text:link 1}</a>
  422. <a href="{text:link 2 URL}">{text:link 2}</a>
  423. <a href="{text:link 3 URL}">{text:link 3}</a>
  424. <a href="{text:link 4 URL}">{text:link 4}</a>
  425.  
  426. </div>
  427.  
  428. <div id="description">{Description}</div>
  429.  
  430.  
  431. <div id="pagination">
  432. {block:Pagination}
  433. {block:PreviousPage}
  434. <a href="{PreviousPage}">&larr;</a>
  435. {/block:PreviousPage}
  436.  
  437.  
  438. {block:NextPage}
  439. <a href="{NextPage}">&rarr;</a>
  440. {/block:NextPage}
  441. {/block:Pagination}
  442. </div>
  443.  
  444.  
  445.  
  446. </div>
  447.  
  448.  
  449. <div id="entries">{block:Posts}<div id="post">
  450.  
  451. {block:Text}<h1>{block:Title}<big><big>{Title}</big></big>{/block:Title}</h1>{Body}{/block:Text}
  452.  
  453. {block:Quote}<big><b>"{Quote}"</b></big>{block:Source}<p></p>— {Source}{/block:Source}{/block:Quote}
  454.  
  455. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  456.  
  457. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  458.  
  459. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  460.  
  461. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  462.  
  463. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  464.  
  465.  
  466. {block:AudioPlayer}
  467. <div class="playercontainer"> <div style="padding: 5px 0px 5px 5px;width:inherit;background:#fff; border:2px solid #fff; width:30px;overflow:hidden; position:absolute;font-weight:bold;"> {AudioPlayer}</div><div class="musicinfo">{block:TrackName}<span style="#fff">{TrackName}</span>{/block:TrackName}{block:Artist}<br/>{Artist} {/block:Artist}<br>{block:PlayCount}{PlayCountWithLabel}{/block:PlayCount}</div></div>{block:Caption}{Caption}{/block:Caption}{/block:AudioPlayer}
  468.  
  469. {block:Answer}<div id="question"><span style="font-size:11px;"><font face="times"><b>{Asker}:<br></b></font> </span>{Question}<span style="text-transform:none;font-size:12px;font-style:none;"><font face="times">{Answer}</font></span>{/block:Answer}
  470.  
  471. {block:Date}<div class="postinfo"> <a href="{Permalink}">{12Hour}:{Minutes} {AmPm}</a>   {block:NoteCount}+ {NoteCount}{/block:NoteCount}   {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}   {block:ContentSource}<a href="{SourceURL}">source</a>{/block:ContentSource}{/block:RebloggedFrom}</div>{/block:Date}
  472.  
  473. {block:HasTags}
  474. <div class="tags">
  475. {block:Tags}<a href="{TagURL}">#{Tag}</a>  {/block:Tags}</div>
  476. {/block:HasTags}
  477.  
  478. <div class="postnote">
  479. {block:PostNotes}{PostNotes}{/block:PostNotes}
  480. </div>
  481. </div>
  482. {/block:Posts}
  483.  
  484.  
  485.  
  486.  
  487. </div></div></div></div>
  488. </div>
  489.  
  490. <div id="credit"><a href="http://stilinskimess.tumblr.com/">theme</a></div>
  491.  
  492. </body>
  493. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement