Advertisement
arizounas

01. theme by arizounas

Feb 18th, 2014
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.04 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. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="http://media.tumblr.com/60f3108795f10e589b29e1e46975bce1/tumblr_inline_mnwkuseuSR1qz4rgp.png">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9.  
  10.  
  11. <!--- TAMALE | theme by arizounas.
  12.  
  13. hope you like using this theme! +
  14. don't redistribute, edit / claim
  15. as yours, or take parts. it ain't
  16. cool, pce.
  17.  
  18. TAMALE | theme by ariounas. --->
  19.  
  20. <meta name="color:Background" content="#ffffff"/>
  21. <meta name="color:title" content="#a8a8a8"/>
  22. <meta name="color:Text" content="#a8a8a8"/>
  23. <meta name="color:Sidebar Links" content="#b8b8b8"/>
  24. <meta name="color:DescriptionText" content="#b8b8b8"/>
  25. <meta name="color:Border" content="#dddddd"/>
  26. <meta name="color:Hover" content="#f2f2f2"/>
  27. <meta name="color:Scrollbar" content="#000000"/>
  28. <meta name="color:ScrollbarBg" content="#ffffff"/>
  29. <meta name="color:Post Links" content="#c0bfbf"/>
  30. <meta name="color:Post" content="#ffffff"/>
  31. <meta name="color:Entries" content="#ffffff"/>
  32. <meta name="color:Answer Backg" content="#000000"/>
  33. <meta name="image:Sidebar" content=""/>
  34. <meta name="image:Background" content=""/>
  35. <meta name="text:Link 1" content="" />
  36. <meta name="text:Link 1 Text" content="" />
  37. <meta name="text:Link 2" content="" />
  38. <meta name="text:Link 2 Text" content="" />
  39. <meta name="text:Link 3" content="" />
  40. <meta name="text:Link 3 Text" content="" />
  41. <meta name="if:Show Link 1" content="1" />
  42. <meta name="if:Show Link 2" content="1" />
  43. <meta name="if:Show Link 3" content="1" />
  44.  
  45. <style> body, a, a:hover {cursor:url("http://img69.imageshack.us/img69/7673/cursorw.png"),auto}</style>
  46.  
  47. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  48. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  49. <script>
  50. (function($){
  51. $(document).ready(function(){
  52. $("a[title]").style_my_tooltips({
  53. tip_follows_cursor:true,
  54. tip_delay_time:90,
  55. tip_fade_speed:600,
  56. attribute:"title"
  57. });
  58. });
  59. })(jQuery);
  60. </script>
  61. </head>
  62. <body>
  63.  
  64. <style type="text/css">
  65.  
  66. /*SCROLLBAR*/
  67.  
  68. ::-webkit-scrollbar-thumb {
  69. height:auto;
  70. background-color:{color:Scrollbar};
  71. }
  72.  
  73. ::-webkit-scrollbar {
  74. height:9px;
  75. width:4px;
  76. background-color:{color:ScrollbarBg};
  77. }
  78.  
  79. /*SMS TOOLTIP*/
  80. #s-m-t-tooltip {
  81. max-width:300px;
  82. opacity:1;
  83. padding:3px 4px 5px 4px;
  84. margin:1px 0px 2px 3px;
  85. background-color:{color:border}; /* change the background color */
  86. border-bottom:2px solid {color:title}; /* change the border color */
  87. outline-offset:1px;
  88. font-family:'calibri'; /* change the font */
  89. font-size:9px; /* change the font size */
  90. letter-spacing:1px; /* change the letter spacing */
  91. font-style:italic;
  92. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  93. color:{color:title}; /* change the text color */
  94. z-index:1000;
  95.  
  96. }
  97.  
  98. body {
  99. background:{color:background};
  100. margin:0px;
  101. color:{color:text};
  102. font-family:calibri;
  103. font-size:10px;
  104. line-height:100%;
  105. letter-spacing:0px;
  106. text-align:justify;
  107. background-image:url('{image:Background}');
  108. }
  109.  
  110. a {
  111. font-size:normal;
  112. text-decoration:none;
  113. outline:none;
  114. -moz-outline-style:none;
  115. color:{color:Post Links};
  116. }
  117.  
  118. img {
  119. border:none;
  120. width:500px;
  121. }
  122.  
  123. blockquote {
  124. padding-left:5px;
  125. border-left:2px solid;
  126. }
  127.  
  128. blockquote blockquote {
  129. padding-left:5px;
  130. border-left:2px solid;
  131. }
  132.  
  133. h1 {
  134. color:{color:title};
  135. width:500px;
  136. font-size:20px;
  137. letter-spacing:-2px;
  138. text-transform:lowercase;
  139. font-family:arial bold;
  140. font-style:none;
  141. line-height:10px;
  142. text-align:center;
  143. margin-top:5px;
  144. padding:8px;
  145. }
  146.  
  147. a:hover {
  148. color:#000000;
  149. -moz-transition-duration:0.3s;
  150. -webkit-transition-duration:0.3s;
  151. -o-transition-duration:0.3s;
  152. }
  153.  
  154.  
  155. /*ENTRIES*/
  156.  
  157. #entries {
  158. padding:10px;
  159. width:500px;
  160. margin-left:302px;
  161. margin-top:-10px;
  162. font-size:10px;
  163. font-family:'arial';
  164. letter-spacing:0px;
  165. }
  166.  
  167. #post {
  168. background-color:{color:post};
  169. border:1px solid {color:border};
  170. width:500px;
  171. padding-left:20px;
  172. padding-top:20px;
  173. padding-right:20px;
  174. margin:50px;
  175. }
  176.  
  177. #notes img {
  178. width:10px;
  179. }
  180.  
  181. /*SIDEBAR*/
  182.  
  183. #title {
  184. width:150px;
  185. height:auto;
  186. margin-left:-180px;
  187. margin-top:2px;
  188. text-align:right;
  189. font-family:arial bold;
  190. font-size:16px;
  191. color:{color:title};
  192. letter-spacing:-1px;
  193. }
  194.  
  195. #sidebar {
  196. position:fixed;
  197. margin-left:100px;
  198. margin-top:-100px;
  199. margin-left:320px;
  200. }
  201.  
  202. #sidebarimage {
  203. width 130px;
  204. }
  205.  
  206. #sidebarimage img {
  207. width:150px;
  208. margin-top:280px;
  209. padding:3px;
  210. margin-left:-180px;
  211. }
  212.  
  213. #sidebarimage img:hover {
  214. opacity:0.7;
  215. -moz-transition-duration:0.6s;
  216. -webkit-transition-duration:0.6s;
  217. -o-transition-duration:0.6s;
  218. }
  219.  
  220. .links {
  221. width:146px;
  222. font-family:calibri;
  223. padding: 4px;
  224. text-align:right;
  225. text-transform:lowercase;
  226. position:fixed;
  227. margin-top:7px;
  228. margin-left:-180px;
  229. border-top:1px solid {color:border};
  230. }
  231.  
  232. .links a {
  233. width:94px;
  234. padding:3px;
  235. font-size:11px;
  236. letter-spacing:0px;
  237. color:{color:Sidebar Links};
  238. }
  239.  
  240. .links a:hover {
  241. -moz-transition-duration:0.3s;
  242. -webkit-transition-duration:0.3s;
  243. -o-transition-duration:0.3s;
  244. color:{color:Hover};
  245. }
  246.  
  247. #description {
  248. text-align:right;
  249. font-family:'helvetica';
  250. width:135px;
  251. margin-top:7px;
  252. margin-left:12px;
  253. font-size:9px;
  254. position:fixed;
  255. text-transform:none;
  256. color:{color:DescriptionText};
  257. }
  258.  
  259. #pagination {
  260. font-style:bold;
  261. padding:2px;
  262. font-family:'arial';
  263. letter-spacing:2px;
  264. font-size:9px;
  265. text-align:right;
  266. padding:2px;
  267. margin-top:3px;
  268. text-transform:lowercase;
  269. font-style:italic;
  270. }
  271.  
  272. /*MUSIC*/
  273.  
  274. #music img {
  275. width:70px;
  276. height:70px;
  277. border-radius:60px;
  278. }
  279.  
  280. #music img:hover {
  281. opacity:.5;
  282. -moz-transition-duration:0.6s;
  283. -webkit-transition-duration:0.6s;
  284. -o-transition-duration:0.6s;
  285. }
  286.  
  287. /*POST INFO*/
  288.  
  289. #info {
  290. background-color:{color:border};
  291. width:530px;
  292. text-align:right;
  293. font-family:'trebuchet ms';
  294. margin-top:3px;
  295. margin-left:-21px;
  296. letter-spacing:1px;
  297. font-size:7px;
  298. font-style:none;
  299. padding:6px;
  300. line-height:10px;
  301. text-transform:uppercase;
  302. }
  303.  
  304. #info a {
  305. text-align:center;
  306. color:{color:background};
  307. }
  308.  
  309. #info a:hover {
  310. -moz-transition-duration:0.3s;
  311. -webkit-transition-duration:0.3s;
  312. -o-transition-duration:0.3s;
  313. color:{color:Hover}
  314. }
  315.  
  316. /*QUESTION*/
  317.  
  318. #asker {
  319. color:#fcfcfc;
  320. padding:14px;
  321. font-family:'arial';
  322. font-size:11px;
  323. letter-spacing:0px;
  324. text-align:left;
  325. margin-top:0px;
  326. text-transform:lowercase;
  327. line-height:100%;
  328. background-color:{color:Answer Backg}
  329. }
  330.  
  331. /*CREDIT*/
  332.  
  333. #cred {
  334. position:fixed;
  335. font-family:'Calibri';
  336. text-transform:uppercase;
  337. font-size:8px;
  338. right:9px;
  339. bottom:9px;
  340. padding:4px;
  341. letter-spacing:1px;
  342. }
  343.  
  344. {CustomCSS}</style></head><body>
  345.  
  346. <div id="sidebar">
  347. <div id="sidebarimage">
  348. <a title="home" href="/">
  349. <img src="{image:sidebar}">
  350. </a>
  351. </div>
  352.  
  353. <div id="title">{title}</div>
  354. <div class="links">
  355. <a title="HOME"href="/">i</a>,
  356. <a title="MSG"href="/ask">ii</a>,
  357. {block:IfShowLink1}<a title="{text:Link 1 Text}"href="{text:Link 1}">iii</a>{/block:IfShowLink1},
  358. {block:IfShowLink2}<a title="{text:Link 2 Text}"href="{text:Link 2}">vi</a>{/block:IfShowLink2},
  359. {block:IfShowLink3}<a title="{text:Link 3 Text}"href="{text:Link 3}">v</a>{/block:IfShowLink3}
  360.  
  361. <div id="description">{Description}
  362.  
  363. {block:Pagination}
  364. <div id="pagination">
  365. {block:PreviousPage}<a href="{PreviousPage}">newer</a>{/block:PreviousPage}
  366. — {block:NextPage}<a href="{NextPage}">older</a>{/block:NextPage}
  367. </div>
  368. {/block:Pagination}
  369. </div>
  370. </div>
  371. </div>
  372.  
  373. <div id="entries">
  374.  
  375. {block:Posts}
  376.  
  377. <div id="post">
  378.  
  379. {block:Text}
  380. <h1>{block:Title}{Title}{/block:Title}</h1>
  381. {Body}{/block:Text}
  382.  
  383. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  384. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  385.  
  386. {block:Photoset}{Photoset-500}{block:Caption}{Caption}
  387. {/block:Caption}{/block:Photoset}
  388.  
  389. {block:Quote}<h2>"{Quote}"</h2>
  390. {block:Source}<div class="qsource"> —{Source}</div>
  391. {/block:Source}{/block:Quote}
  392.  
  393. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  394.  
  395. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  396.  
  397. {block:Audio}<left>{block:AlbumArt}<div id="music"><img src="{AlbumArtURL}" width="20px" height="20px" align="left" style="margin-right:10px" /></div>{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span><br>
  398. {block:TrackName}<b>TITLE:</b> {TrackName}<br />{/block:TrackName}
  399. {block:Artist}<b>ARTIST:</b> {Artist}<br />{/block:Artist}
  400. {/block:ExternalAudio}<b>PLAYED:</b> {PlayCount} times <br>
  401. {/block:Audio}<br>
  402.  
  403. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  404.  
  405. {block:Answer}<div id="asker">{Question} —<span style="text-align:lowercase; color:#fcfcfc;font-style:italic; "><b><i>{Asker}</i></b><br></span> </div><left><div style="padding:4px;margin-top:3px;font-size:11px;"><font face="arial">{Answer}</font></div>{/block:Answer}
  406.  
  407. <br>
  408. <div id="info">
  409. <a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a> —
  410. {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  411. and {block:ContentSource} <a href="{SourceURL}"><a href="{SourceURL}">source</a>{/block:ContentSource}
  412. {block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  413. with {NoteCountWithLabel}</a>
  414. {block:HasTags}<div id="tags">
  415.  
  416. TAGGED AS: {block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>&nbsp;{/block:Tags}
  417. </div>{block:HasTags}
  418. </div>
  419. </div>
  420. {/block:Posts}
  421. <br><br>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  422. {/block:Posts}</div></div></div>
  423.  
  424.  
  425. <div id="cred">
  426. <a href="http://arizounas.tumblr.com/">ARIZOUNAS</a>
  427. </div>
  428. </div>
  429.  
  430.  
  431.  
  432. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement