Advertisement
hind98

Untitled

Feb 14th, 2015
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.02 KB | None | 0 0
  1. OK SO BASICALLY SPEAKING i need the pic aligned and stuff i can probably do that myself but my eyes arent extremely well trained for it so you'd probably be faster at it you feel
  2. then theres the issue of the sbar img covering up the sidebar/clinks thats smth i have lit no IDEA how to fix i tried but i messed up everything and had to start over
  3. idk heres the code
  4. -----------
  5.  
  6. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  8. <head>
  9.  
  10. <!---
  11. Theme 03. Wandering Star by soldierholic
  12. Don't remove the credit!
  13. Please don't take, use as a base, or claim the theme as your own.
  14. --->
  15.  
  16. <title>{Title}</title>
  17. <link rel="shortcut icon" href="{Favicon}">
  18. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  19.  
  20. <meta name="color:Background" content="#ffffff"/>
  21. <meta name="color:Blockquote" content="#e3e3e3"/>
  22. <meta name="color:Bold" content="#4f002f"/>
  23. <meta name="color:Borders" content="#c4c4c4"/>
  24. <meta name="color:Clinks 1" content="#a15981"/>
  25. <meta name="color:Clinks 2" content="#3e1429"/>
  26. <meta name="color:Clinks hover" content="#bdbdbd"/>
  27.  
  28. <meta name="color:Info Text" content="#999898"/>
  29. <meta name="color:Info Link Hover" content="#e0e0e0"/>
  30. <meta name="color:Link" content="#a54d84"/>
  31. <meta name="color:Link Hover" content="#e0e0e0"/>
  32. <meta name="color:Pagination" content="#824868"/>
  33. <meta name="color:Post BG" content="#ffffff">
  34. <meta name="color:Post Title" content="#820a52"/>
  35.  
  36. <meta name="color:Scrollbar" content="#792355"/>
  37. <meta name="color:Tags" content="#a25d82"/>
  38. <meta name="color:Text" content="#5d5d5d"/>
  39.  
  40.  
  41. <meta name="image:Sidebar" content="http://static.tumblr.com/084de14cb4a57fe67d2c47f7b0f2d3df/yiih8yx/sEpmzq4fr/tumblr_static_hirunaka_no_ryuusei_v04_ch24_p012__ef__sds_.png"/>
  42.  
  43. <meta name="text:Link1" content="/" />
  44. <meta name="text:Link1 Title" content="Link 1" />
  45. <meta name="text:Link2" content="/" />
  46. <meta name="text:Link2 Title" content="Link 2" />
  47. <meta name="text:Link3" content="/" />
  48. <meta name="text:Link3 Title" content="Link 3" />
  49. <meta name="text:Link4" content="/" />
  50. <meta name="text:Link4 Title" content="Link 4" />
  51.  
  52. <link href='http://fonts.googleapis.com/css?family=Josefin+Sans:300,700' rel='stylesheet' type='text/css'>
  53. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  54. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  55. <script>
  56. (function($){
  57. $(document).ready(function(){
  58. $("a[title]").style_my_tooltips({
  59. tip_follows_cursor:true,
  60. tip_delay_time:0,
  61. tip_fade_speed:0,
  62. attribute:"title"
  63. });
  64. });
  65. })(jQuery);
  66. </script>
  67.  
  68. <style type="text/css">
  69.  
  70. @import url(http://static.tumblr.com/6hsqxdt/md2mgu4of/tinytots.css);
  71.  
  72.  
  73. ::-webkit-scrollbar-thumb:vertical {
  74. background-color:{color:scrollbar};
  75. height:7px;
  76. border-bottom:2px solid {color:post bg};
  77. border-top:2px solid {color:post bg};
  78. border-right:2px solid {color:post bg};}
  79. ::-webkit-scrollbar-thumb:horizontal {
  80. background-color:{color:scrollbar};
  81. height:7px!important;}
  82. ::-webkit-scrollbar {
  83. background-color:{color:post bg};
  84. height:7px;
  85. width:8px;}
  86. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{
  87. display:block;
  88. height:6px;
  89. background-color:{color:scrollbar};
  90. border-right:2px solid {color:post bg};}
  91.  
  92. body {
  93. background:{color:background};
  94. margin:0px;
  95. color:{color:text};
  96. font-family:arial;
  97. font-size:10px;
  98. font-style: none;}
  99.  
  100. sup,small,sub {
  101. font-size:12px;}
  102.  
  103. b,strong {color:{color:bold};}
  104.  
  105. a {
  106. color: {color:link};
  107. font:8px tinytots;
  108. text-transform:uppercase;
  109. text-decoration: none;
  110. font-weight: normal;
  111. -webkit-transition: all 0.5s ease-in-out;
  112. -moz-transition: all 0.5s ease-in-out;
  113. -o-transition: all 0.5s ease-in-out;}
  114.  
  115. a:hover {
  116. -webkit-transition: all 0.5s ease-in-out;
  117. -moz-transition: all 0.5s ease-in-out;
  118. -o-transition: all 0.5s ease-in-out;
  119. color: {color:link hover};
  120. text-decoration: none;
  121. font-weight: normal;}
  122.  
  123. img {max-width:100%;}
  124.  
  125. blockquote {
  126. margin-left:25px;
  127. margin-right:5px;
  128. padding-left:5px;
  129. border-left:1px solid {color:blockquote};}
  130.  
  131. h1 {font-family: cambria;
  132. font-size:18px;
  133. font-weight:lighter;
  134. text-transform: lowercase;
  135. letter-spacing:2px;
  136. text-align: center;
  137. font-style: italic;
  138. color: {color:Post Title};}
  139.  
  140. #s-m-t-tooltip {
  141. margin:-10px 0 0 10px;
  142. display:none;
  143. text-align:left;
  144. position:absolute;
  145. letter-spacing:2px;
  146. text-transform:uppercase;
  147. font-family:consolas;
  148. font-size:8px;
  149. z-index:999;
  150. padding:4px 4px;
  151. line-height:12px;
  152. color:{color:text};
  153. background:{color:background};}
  154.  
  155. #container {margin: auto;
  156. width: 900px;}
  157.  
  158. #pcontainer {
  159. background-color: {color:Post BG};
  160. width:575px;
  161. height:420px;
  162. padding: 20px;
  163. top:100px;
  164. margin: auto;
  165. position:relative;
  166. overflow-y:scroll;
  167. overflow-x:hidden;
  168. border:1px solid {color:borders};}
  169.  
  170. #entry {
  171. position:relative;
  172. float:left;
  173. width:522px;
  174. margin: auto;
  175. text-align:justify;
  176. padding-left:20px;}
  177.  
  178. #post {
  179. width:500px;
  180. padding:15px;
  181. border:1px solid {color:borders};
  182. background-color: {color:Post BG};}
  183.  
  184. #tlink a {font-family: cambria;
  185. font-size:18px;
  186. font-weight:lighter;
  187. text-transform: lowercase;
  188. letter-spacing:2px;
  189. text-align: center;
  190. font-style: italic;}
  191.  
  192. .pagination {
  193. width:150px;
  194. color:{color:pagination};
  195. text-align:center;
  196. font-size:8px;
  197. margin-top:5px;
  198. text-transform:none;
  199. font-style:none;
  200. position:fixed;
  201. font-family: tinytots;
  202. text-transform: uppercase;
  203. padding: 3px;}
  204.  
  205. .pagination a {
  206. color:{color:pagination};}
  207. .pagination a:hover {
  208. color:{color:link hover};}
  209.  
  210. #sbar {
  211. width: 235px;
  212. height: 390px;
  213. padding: 10px;
  214. float: left;}
  215.  
  216. #sbar img {
  217. width: 1640px;
  218. margin-top:-100px;
  219. margin-left:-300px;
  220. position:fixed;}
  221.  
  222. #sidebar {
  223. width: 235px;
  224. padding: 15px;
  225. margin-left:-100px;
  226. margin-top:250px;
  227. position:fixed;}
  228.  
  229. #desc {
  230. width:150px;
  231. padding:10px;
  232. font:8px tinytots;
  233. color: {color:Text};
  234. margin-top:30px;
  235. position:fixed;
  236. text-align: justify;
  237. text-transform:uppercase;}
  238.  
  239. #clinks {
  240. margin-top:120px;
  241. margin-left:890px;
  242. padding-top:5px;
  243. text-transform:uppercase;
  244. z-index:1;}
  245.  
  246. #clinks a {
  247. margin-bottom:25px;
  248. width:20px;
  249. font-size:22px;
  250. font-family:times;
  251. display:block;
  252. color: {color:clinks 1};
  253. letter-spacing:1px;
  254. -moz-transition-duration:.7s;
  255. -webkit-transition-duration:.7s;
  256. -o-transition-duration:.7s;}
  257.  
  258. #clinks a.clink2 {
  259. margin-bottom:25px;
  260. width:20px;
  261. display:block;
  262. color: {color:clinks 2};
  263. letter-spacing:1px;
  264. -moz-transition-duration:.7s;
  265. -webkit-transition-duration:.7s;
  266. -o-transition-duration:.7s;}
  267.  
  268. #clinks a:hover {
  269. color: {color:clinks hover};
  270. background-color:transparent;
  271. width:50px;
  272. -moz-transition-duration:.5s;
  273. -webkit-transition-duration:.5s;
  274. -o-transition-duration:.5s;}
  275.  
  276.  
  277. #space {margin-bottom:20px;}
  278.  
  279. #ask {padding: 5px;}
  280.  
  281. #ask img {
  282. max-width: 30px;
  283. padding:2px;
  284. border:3px double {color:borders};}
  285.  
  286. #ask a {
  287. font:23px cambria;
  288. font-style:italic;
  289. letter-spacing:-2px;
  290. font-weight:bold;
  291. text-transform:lowercase;
  292. text-decoration: none;}
  293.  
  294. #ask b {
  295. font:23px cambria;
  296. font-style:italic;
  297. letter-spacing:-2px;
  298. font-weight:bold;
  299. text-transform:lowercase;
  300. text-decoration: none;}
  301.  
  302. #ask i {
  303. font:23px cambria;
  304. font-style:italic;
  305. letter-spacing:-2px;
  306. font-weight:bold;
  307. text-transform:lowercase;
  308. text-decoration: none;}
  309.  
  310. #info {
  311. text-transform:uppercase;
  312. font-style:none;
  313. font-family:tinytots;
  314. font-size: 8px;
  315. width:500px;
  316. color:{color:info text};
  317. text-align:left;
  318. padding-left:15px;
  319. padding-right:5px;
  320. padding-top:3px;
  321. padding-bottom:3px;
  322. margin-top:2px;}
  323. #info a {color:{color:info text};}
  324. #info a:hover {color:{color:info link hover};}
  325.  
  326. #permap {
  327. text-transform:uppercase;
  328. font-style:none;
  329. font-family:'tinytots';
  330. font-size: 8px;
  331. width:500px;
  332. color:{color:info text};
  333. text-align:left;
  334. padding-left:15px;
  335. padding-right:5px;
  336. padding-top:3px;
  337. margin-left:1px;
  338. margin-top:2px;
  339. border-top: 1px solid {color:borders};
  340. margin-bottom:15px;}
  341. #permap a {color:{color:info text};}
  342. #permap a:hover {color:{color:info link hover};}
  343.  
  344. .rb {
  345. text-align:right;
  346. padding-right:10px;
  347. margin-top:-9px;
  348. padding-top:1px;}
  349.  
  350.  
  351. #tags {
  352. color:{color:info text};
  353. margin-top:-2px;
  354. padding-left:15px;
  355. text-align:center;
  356. line-height:8px;
  357. font-size:8px;
  358. margin-bottom:5px;
  359. text-transform:uppercase;
  360. font-family: 'tinytots';
  361. padding-right:10px;}
  362.  
  363. #tags a {color:{color:tags};}
  364. #tags a:hover {color:{color:link hover};}
  365.  
  366. #notes {
  367. text-align: left;
  368. padding-left:5px;}
  369. #notes blockquote a {color:{Color:text};}
  370. #notes img {width:10px;}
  371. #notes a {color:{color:link};}
  372. #notes a:hover {color:{color:link hover};
  373. text-decoration:none;}
  374.  
  375. li.note {
  376. list-style-type: none;
  377.  
  378. background-color:{color:background};
  379. font-family:consolas;
  380. font-size:8px;
  381. text-transform:uppercase;}
  382.  
  383. #credit a {
  384. padding:3px;
  385. position:fixed;
  386. z-index:9999;
  387. bottom:5px;
  388. right:5px;
  389. text-transform:uppercase;
  390. font:8px 'tinytots';
  391. color: {color:link};
  392. -webkit-transition: all 0.5s ease-in-out;
  393. -moz-transition: all 0.5s ease-in-out;
  394. -o-transition: all 0.5s ease-in-out;}
  395.  
  396. #credit:hover {
  397. -webkit-transition: all 0.5s ease-in-out;
  398. -moz-transition: all 0.5s ease-in-out;
  399. -o-transition: all 0.5s ease-in-out;
  400. color: {color:link hover};
  401. text-decoration: none;
  402. font-weight: normal;}
  403.  
  404. </style>
  405.  
  406.  
  407. </head><body>
  408.  
  409. <div id="credit"><a href="http://soldierholic.tumblr.com/">theme</a></div>
  410.  
  411. <div id="container">
  412.  
  413. <div id="sbar">
  414. <div id="sidebar">
  415. <div id="desc">
  416. {Description}
  417. {block:Pagination}<div class="pagination">{block:PreviousPage}<a href="{PreviousPage}">fall</a>{/block:PreviousPage} &mdash; {block:NextPage}<a href="{NextPage}">rise</a>{/block:NextPage}</div>{/block:Pagination}</div>
  418.  
  419. </div>
  420. <img src="{image:Sidebar}" alt="">
  421.  
  422. <div id="clinks">
  423. <a href="/" title="return">★</a>
  424. <a class="clink2" href="/ask" title="query">★</a>
  425. <a href="/submit" title="bestow">★</a>
  426. <a class="clink2" href="/archive" title="fragments">★</a>
  427. {block:ifLink1}<a href="{text:Link1}" title="{text:Link1 Title}">★</a>{/block:IfLink1}
  428. {block:ifLink2}<a class="clink2" href="{text:Link2}" title="{text:Link2 Title}">★</a>
  429. {/block:IfLink2}
  430. {block:ifLink3}<a href="{text:Link3}" title="{text:Link3 Title}">★</a>{/block:IfLink3}
  431. {block:ifLink4}<a class="clink2" href="{text:Link4}" title="{text:Link4 Title}">★</a>
  432. {/block:IfLink4}
  433. </div>
  434.  
  435.  
  436. </div>
  437.  
  438. <div id="pcontainer">
  439. <div id="entry">{block:Posts}<div id="post">
  440. {block:ContentSource}
  441. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  442. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  443. {/block:SourceLogo}
  444. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  445. {/block:ContentSource}
  446.  
  447. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  448.  
  449. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  450.  
  451. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  452.  
  453. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  454.  
  455. {block:Link}<div id="tlink"><h1><a href="{URL}" {Target}>{Name}</a></h1></div>{block:Description}{Description}{/block:Description}{/block:Link}
  456.  
  457. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  458.  
  459. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="84px" height="84px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerwhite}<br></span>
  460. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  461. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  462. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times<br><br>
  463. {block:Caption}{Caption}{/block:Caption}{/block:Audio}
  464.  
  465. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  466.  
  467. {block:Answer}
  468. <div id="ask"><table><tr><td style="width: 50px;"><img src="{AskerPortraitURL-40}"></td><td style="width: 455px;"><div style="margin-top:-5px;"><i>{Asker}</i> <b>;</b>&nbsp;&nbsp; <div style="font-size:11px;margin-top: 0px;padding-left:20px;">{Question}</div></div></td>
  469. </tr></table></div>
  470. {Answer}
  471. {/block:Answer}
  472. </div>
  473.  
  474. {block:Date}
  475. <div id="space">
  476. <div id="info">Posted on {ShortMonth} {DayOfMonthWithZero}&mdash; <a href="{Permalink}">{TimeAgo}</a>{block:NoteCount} &middot; <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  477. <div class="rb">{block:RebloggedFrom}<a href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}
  478. {block:ContentSource} &middot; <a href="{SourceURL}">source</a> &middot; {/block:ContentSource} <a href="{ReblogURL}" target="_blank">reblog</a></div></div>{/block:Date}
  479.  
  480. {block:HasTags}<div id="tags">filed under&rarr; {block:Tags}&middot;<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  481. {/block:indexpage}
  482.  
  483. </div>
  484.  
  485.  
  486. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  487. {/block:Posts}
  488.  
  489. </div>
  490. </div>
  491. </div></div>
  492.  
  493. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement