Advertisement
themesbysunny

theme 10: somebody

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