Advertisement
noziam

THEME 12: NEGATE

Dec 17th, 2013
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.23 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 12 NEGATE BY JAE @ NOZIAM
  6.  
  7. IF YOU STEAL OR REMOVE THE CREDIT, I WILL HUNT YOU DOWN AND KILL YOU IN YOUR SLEEP. HAVE A NICE DAY.
  8.  
  9. THANK YOU.
  10. ENJOY!
  11.  
  12.  
  13. -->
  14.  
  15.  
  16. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  17. <head><title>{Title}</title>
  18. <link rel="shortcut icon" href="{Favicon}">
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  21.  
  22.  
  23. <meta name="color:Background" content="#ffffff"/>
  24. <meta name="color:Sidebar" content="#ffffff"/>
  25. <meta name="color:Text" content="#a8a8a8"/>
  26. <meta name="color:Link" content="#b8b8b8"/>
  27. <meta name="color:Tags" content="f0f0f0"/>
  28. <meta name="color:Hover" content="#f2f2f2"/>
  29. <meta name="color:Line" content="#f2f2f2"/>
  30. <meta name="color:Border" content="#e4e4e4"/>
  31. <meta name="color:Post" content="#ffffff"/>
  32. <meta name="color:Answer" content="#f8f8f8"/>
  33. <meta name="image:sidebar" content=""/>
  34. <meta name="image:bg" content=""/>
  35. <meta name="text:Link 1" content="" />
  36. <meta name="text:Link 1 Text" content="" />
  37. <meta name="text:Link 1 hover" content="" />
  38. <meta name="text:Link 2" content="" />
  39. <meta name="text:Link 2 Text" content="" />
  40. <meta name="text:Link 2 hover" content="" />
  41. <meta name="if:Show Link 1" content="1" />
  42. <meta name="if:Show Link 2" content="1" />
  43. <meta name="color:scrollbarbg" content="ffffff"/>
  44.  
  45.  
  46. <style type="text/css">
  47.  
  48. /* --- SCROLLBAR ---*/
  49.  
  50. ::-webkit-scrollbar {
  51. width: 5px;height: 5px;}
  52. ::-webkit-scrollbar-button:start:decrement,
  53. ::-webkit-scrollbar-button:end:increment {
  54. height: 6px;display: block;background-color: {color:white};}
  55. ::-webkit-scrollbar-track-piece {
  56. background-color: {color:scrollbarbg};}
  57. ::-webkit-scrollbar-thumb:vertical {
  58. height: 9px;background-color: {color:scrollbarbg}; border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  59.  
  60.  
  61. /* --- BODY ---*/
  62.  
  63. body {
  64. background:{color:background};
  65. margin:0px;
  66. color:{color:text};
  67. font-family:helvetica;
  68. font-size:9px;
  69. line-height:100%;
  70. }
  71.  
  72. a {
  73. text-decoration:none;
  74. outline:none;
  75. -moz-outline-style:none;
  76. color:{color:link};
  77. }
  78.  
  79. img {
  80. border:none;
  81. }
  82.  
  83. blockquote {
  84. padding-left:5px;
  85. border-left:2px solid;
  86. }
  87.  
  88. blockquote blockquote {
  89. padding-left:5px;
  90. border-left:2px solid;
  91. }
  92.  
  93. h1 {
  94. font-size:9px;
  95. text-transform:uppercase;
  96. }
  97.  
  98. a:hover {
  99. opacity:10;
  100. color:{color:hover};
  101. -webkit-transition: all 1s ease;
  102. -moz-transition: all 1s ease;
  103. -o-transition: all 1s ease
  104. }
  105.  
  106. /* --- POST ENTRIES ---*/
  107.  
  108.  
  109. #entries {
  110. padding:10px;
  111. width:500px;
  112. margin-left:450px;
  113. margin-top:40px;
  114. font-size:10px;
  115. }
  116.  
  117. /* --- BODY: POSTS ---*/
  118.  
  119.  
  120. #post {
  121. width:500px;
  122. padding-bottom:20px;
  123. padding:10px;
  124. margin-top:15px;
  125. background-color:{color:Post};
  126. }
  127.  
  128. /* --- SIDEBAR IMAGE ---*/
  129.  
  130.  
  131. #sidebar {
  132. width:150px;
  133. position:fixed;
  134. margin-left:160px;
  135. margin-top:160px;
  136. opacity:.99;
  137. background-color:{color:Sidebar};
  138. }
  139.  
  140. #sidebarimage {
  141. width 160px;
  142. border-width:1px;
  143. }
  144.  
  145. #sidebarimage img {
  146. width:160px;
  147. padding:6px;
  148. border-color: {color:border};
  149. background-color:{color:Sidebar};
  150. }
  151.  
  152.  
  153. ::selection {
  154. background: #000;
  155. color: #fff;
  156. }
  157.  
  158. ::-moz-selection {
  159. background: #000;
  160. color: #aaa;
  161. }
  162.  
  163. ::-webkit-selection {
  164. background: #000;
  165. color: #000;
  166. }
  167.  
  168. /* --- SIDEBAR LINKS ---*/
  169.  
  170. .links {
  171. width:180px;
  172. height:5px;
  173. padding: 5px;
  174. font-size:10px;
  175. font-family:'helvetica';
  176. text-align:center;
  177. margin-top:-5px;
  178. margin-left:-13px;
  179. text-transform:none;
  180. position:fixed;
  181. word-spacing:2px;
  182. padding-bottom:7px;
  183.  
  184. }
  185.  
  186. .links a {
  187. width:26px;
  188. color:white;
  189. display:inline-block;
  190. padding:5px;
  191. margin-top:3px;
  192. background-color:{color:text};
  193. }
  194.  
  195. .links a:hover {
  196. color:#fff;
  197. text-decoration:underline;
  198. }
  199.  
  200.  
  201. .pagination {
  202. position:fixed;
  203. font-size:8px;
  204. width:150px;
  205. opacity:.99;
  206. text-align:center;
  207. margin-left:240px;
  208. margin-top:149px;
  209. position:fixed;
  210. font-family:consolas;
  211. letter-spacing:0px;
  212. }
  213.  
  214. #s-m-t-tooltip {
  215.  
  216. max-width:300px;
  217.  
  218. padding:4px 4px 4px 4px;
  219.  
  220. margin:20px 0px 0px 20px;
  221.  
  222. background-color:#fff; /* change the background color */
  223.  
  224. border:3px solid #000; /* change the border color */
  225.  
  226. font-family:helvetica; /* change the font */
  227.  
  228. font-size:9px; /* change the font size */
  229.  
  230. letter-spacing:1px; /* change the letter spacing */
  231.  
  232. text-transform:lowercase; /* can be uppercase, lowercase, none*/
  233.  
  234. color:{color:text}; /* change the text color */
  235.  
  236. font-weight:bold;
  237.  
  238. z-index:999999999999999999999999999999999999;
  239.  
  240. }
  241.  
  242.  
  243. /* --- DESCRIPTION ---*/
  244.  
  245. #description {
  246. position:fixed;
  247. font-family:helvetica;
  248. line-height:100%;
  249. font-size:9px;
  250. font-style:italic;
  251. width:160px;
  252. margin-top:23px;
  253. margin-left:2px;
  254. padding:8px;
  255. margin-left:-3px;
  256. text-align:justify;
  257. color:{color:text};
  258. }
  259.  
  260. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  261. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  262.  
  263. /* --- PAGINATION---*/
  264.  
  265.  
  266.  
  267. /* --- POST INFO ---*/
  268.  
  269.  
  270. #info {
  271. text-align:left;
  272. margin-top:10px;
  273. text-transform:uppercase;
  274. font-size:8px;
  275. font-style:none;
  276. border-top:1px solid {color:Line}
  277. }
  278.  
  279. /* --- POST TAGS---*/
  280.  
  281.  
  282. #tags {
  283. font-family:helvetica;
  284. letter-spacing:0px;
  285. text-transform:uppercase;
  286. font-size:8px;
  287. font-style:none;
  288. margin-top:4px;
  289. text-align:left;
  290. }
  291.  
  292. #tags
  293. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  294. -webkit-transition: all 0.6s ease-in-out;
  295. -moz-transition: all 0.6s ease-in-out;
  296. -o-transition: all 0.6s ease-in-out;
  297. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  298.  
  299. #tags a:hover {
  300. font-style:italic;
  301. -webkit-transition: all 0.6s ease-in-out;
  302. -moz-transition: all 0.6s ease-in-out;
  303. -o-transition: all 0.6s ease-in-out;
  304. -ms-transition: all 0.6s ease-in-out;
  305. transition: all 0.6s ease-in-out;
  306. }
  307.  
  308.  
  309. /* --- QUESTIONS ---*/
  310.  
  311. #asker {
  312. padding:5px;
  313. font-family:cambria;
  314. letter-spacing:1px;
  315. text-align:left;
  316. font-style:italic;
  317. margin-left:10px;
  318. border-left:3px #eee solid;
  319. background-color:{color:background}
  320. }
  321.  
  322. {CustomCSS}
  323.  
  324.  
  325.  
  326. @font-face {font-family:helvetica; src:url(http://static.tumblr.com/epf7zfh/NHvmx9b3p/futura-bold.ttf;)}
  327.  
  328.  
  329. </style><script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  330.  
  331. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  332.  
  333. <script>
  334.  
  335. (function($){
  336.  
  337. $(document).ready(function(){
  338.  
  339. $("a[title]").style_my_tooltips({
  340.  
  341. tip_follows_cursor:true,
  342.  
  343. tip_delay_time:90,
  344.  
  345. tip_fade_speed:600,
  346.  
  347. attribute:"title"
  348.  
  349. });
  350.  
  351. });
  352.  
  353. })(jQuery);
  354.  
  355. </script></head><body>
  356.  
  357. <div id="sidebar">
  358. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  359.  
  360.  
  361. <div id="description">
  362. {Description}
  363. </div>
  364.  
  365.  
  366. <div class="links">
  367. <a href="/" title="refresh">home</a>
  368. <a href="/ask" title="inbox">mssg</a></b>
  369. {block:IfShowLink1}<a href="{text:Link 1}" title="{text:Link 1 hover}" >{text:Link 1 Text}</a>{/block:IfShowLink1}
  370. {block:IfShowLink2}<a href="{text:Link 2}" title="{text:Link 2 hover}">{text:Link 2 Text}</a>{/block:IfShowLink2}
  371. </div></div>
  372. <div class="pagination">{block:PreviousPage}<a href="{PreviousPage}" title="back"><big><big>◄</big></big></a>&nbsp;&nbsp;{/block:PreviousPage}{block:NextPage}<a href="{NextPage}" title="next"><big><big>►</big></big></a>{/block:NextPage}
  373. </div>{/block:Pagination}</div>
  374.  
  375.  
  376.  
  377.  
  378.  
  379. </div>
  380.  
  381. <div id="entries">{block:Posts}<div id="post">
  382.  
  383. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  384.  
  385. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  386.  
  387. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  388.  
  389. {block:Quote}{Quote}{/block:Quote}
  390.  
  391. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  392.  
  393. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  394.  
  395. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  396. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  397. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  398. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  399. {/block:Audio}
  400.  
  401. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  402.  
  403. {block:Answer}<div id="asker"><span style="font-family:cambria;font-size:9px;font-style:italic;">✎ {Asker}: </span>{Question}</div><left><font face="cambria">{Answer}</font>{/block:Answer}
  404.  
  405. <div id="info">
  406. <br>posted <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}(<a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  407. {block:HasTags}<div id="tags"><img src="http://static.tumblr.com/qlfmldj/wOKmcnquv/untitled-2.png">{block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  408. {/block:Posts}
  409. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  410. {/block:Posts}</div></div></div>
  411.  
  412.  
  413.  
  414. <!--
  415. THEME MAKER CREDIT
  416. -->
  417.  
  418. <div style="position:fixed;bottom:5px; right:5px; font-size:10px; letter-spacing:1px; font-family:cambria; background:#fff; padding:3px; letter-spacing:-1px;"><a href="http://noziam.tumblr.com/" title="theme by jae">ℐ▲ℯ</a></center></div>
  419.  
  420.  
  421. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement