Advertisement
rockatanskis

unfinished elliot theme

Oct 19th, 2015
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.86 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!--
  5. Hello again :D
  6. You know the rules about theme's right, aren't you?
  7. Always keeping the credit of the basecode owner:hoodclifford
  8. So I hopw you enjoy this theme!
  9. -Frida
  10. -->
  11.  
  12.  
  13. <meta name="color:background" content="#ffffff"/>
  14. <meta name="color:text" content="#000000"/>
  15. <meta name="color:link" content="#000000"/>
  16. <meta name="color:link hover" content="#ddd"/>
  17. <meta name="color:border" content="#000000"/>
  18. <meta name="color:hoverlink text" content="#000000"/>
  19. <meta name="color:scrollbar bg" content="#6b6d6d"/>
  20. <meta name="color:tooltip color" content="#6b6d6d"/>
  21. <meta name="color:title color" content="#000000"/>
  22. <meta name="color:blockquote color" content="#000000"/>
  23.  
  24. <meta name="image:sidebar" content=""/>
  25. <meta name="image:sidebar2" content=""/>
  26.  
  27. <meta name="text:title text" content="title">
  28. <meta name="text:Link 1 URL" content="" />
  29. <meta name="text:Link 1" content="link 1" />
  30. <meta name="text:Link 2 URL" content="" />
  31. <meta name="text:Link 2" content="link 2" />
  32. <meta name="text:Link 3 URL" content="" />
  33. <meta name="text:Link 3" content="link 3" />
  34. <meta name="text:Link 4 URL" content="" />
  35. <meta name="text:Link 4" content="link 4" />
  36. <meta name="text:Link 5 URL" content="" />
  37. <meta name="text:Link 5" content="link 4" />
  38. <meta name="text:Link 6 URL" content="" />
  39. <meta name="text:Link 6" content="link 4" />
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47. <head><title>{Title}</title>
  48. <link rel="shortcut icon" href="{Favicon}">
  49. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  50. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  51.  
  52. <link href='http://fonts.googleapis.com/css?family=Codystar:300,400' rel='stylesheet' type='text/css'>
  53.  
  54.  
  55. <style type="text/css">
  56.  
  57. /*edit scrollbar*/
  58.  
  59. ::-webkit-scrollbar-thumb {
  60. height:auto;
  61. background-color:{color:scrollbar bg};
  62. }
  63.  
  64. ::-webkit-scrollbar {
  65. height:0px;
  66. width:7px;
  67. padding-right:2px;
  68. background-color:white;
  69. }
  70.  
  71. /*edit the body this is what post text looks like, background color, etc.*/
  72.  
  73. body {
  74. position:fixed;
  75. background:#000;
  76. background-size: 100%;
  77. margin:0px;
  78. color:{color:text};
  79. font-family:arial;
  80. font-size:12px;
  81. line-height:140%;
  82. }
  83.  
  84. small {
  85. font-size:11px;
  86. }
  87.  
  88. sub {font-size:10;}
  89. /*edit links*/
  90.  
  91. a {
  92. text-decoration:none;
  93. outline:none;
  94. -moz-outline-style:none;
  95. color:{color:link};
  96. -moz-transition-duration:0.8s;
  97. -webkit-transition-duration:0.8s;
  98. -o-transition-duration:0.8s;
  99. }
  100.  
  101. /*edit link hover*/
  102.  
  103. a:hover {
  104. color:{color:link hover};
  105. outline:none;
  106. -moz-outline-style:none;
  107. text-decoration:none;
  108. }
  109.  
  110. img {
  111. border:none;
  112. }
  113.  
  114. blockquote {
  115. padding-left:5px;
  116. border-left:2px solid {color:blockquote color};
  117.  
  118. }
  119.  
  120. blockquote blockquote {
  121. padding-left:5px;
  122. border-left:2px solid;
  123. }
  124.  
  125. h1 {
  126. font-size:25px;
  127. font-family:arial;
  128. letter-spacing:1px;
  129. line-height:100%;
  130. color:{color:text};
  131. }
  132.  
  133. h2 {
  134. font-size:20px;
  135. font-family:arial;
  136. letter-spacing:1px;
  137. line-height:100%;
  138. color:{color:text};
  139. }
  140.  
  141. /* this is the positioning of the whole entire sidebar*/
  142.  
  143. #sidebar {
  144. width:250px;
  145. position:fixed;
  146. margin-left:205px;
  147. margin-top:100px
  148. }
  149.  
  150. /*sidebar title*/
  151.  
  152. #title {
  153. position:fixed;
  154. width:540px;
  155. top:20px;
  156. left:200px;
  157. color:white;
  158. font-family:helvetica,arial;
  159. font-size:12px;
  160. line-height:100%;
  161. text-align:justify;
  162. position:fixed;
  163.  
  164. }
  165.  
  166. #title a{
  167. color:white;
  168. }
  169.  
  170. #title a:hover {
  171. color:black;
  172. }
  173.  
  174. /*sidebar image*/
  175.  
  176. /*the actual sidebar image*/
  177.  
  178. #si1 img {
  179. position:fixed;
  180. width:auto;
  181. height:auto;
  182. top:40px;
  183. left:200px;
  184. }
  185.  
  186.  
  187. /*sidebar links*/
  188.  
  189. #links {
  190. width:540px;
  191. top:235px;
  192. margin-left:200px;
  193. padding:10px 0px 0px 5px;
  194. font-family:arial;
  195. text-align:center;
  196. word-spacing:1.5px;
  197. font-size:13.5px;
  198. position:fixed;
  199. color:white;
  200. z-index:100;
  201. }
  202.  
  203. #links a {
  204. letter-spacing: 0px;
  205. padding:3px;
  206. color:white;
  207.  
  208. }
  209.  
  210. #links a:hover {
  211. color:black;
  212. }
  213.  
  214. #description {
  215. position:fixed;
  216. color:white;
  217. width:476.5px;
  218. bottom:5px;
  219. left:372px;
  220. position:fixed;
  221. height:64px;
  222. font-size:12px;
  223. font-weight:200;
  224. font-family: helvetica;
  225. padding:20px;
  226. text-align:justify;
  227. letter-spacing:2px;
  228. line-height:20px;
  229. }
  230. #description a{
  231. color:white;
  232. }
  233.  
  234.  
  235.  
  236. #description a:hover {
  237. color:{color:link hover};
  238. }
  239.  
  240. /* this is the box that comes up when you hover over something with a title*/
  241.  
  242. #s-m-t-tooltip {
  243. max-width:300px;
  244. padding:5px 5px 5px 6px;
  245. margin:20px 0px 0px 20px;
  246. background-color:{color:tooltip color};
  247. font-family:arial;
  248. font-size:9px;
  249. letter-spacing:2px;
  250. text-transform:lowercase;
  251. font-weight:bold;
  252. color:#fff;
  253. z-index:999999999999999999999999999999999999;
  254. }
  255.  
  256. /*next page and previous page*/
  257.  
  258. #pagination {
  259. width:160px;
  260. left:925px;
  261. position:fixed;
  262. bottom:10px;
  263. text-align: right;
  264. letter-spacing:1px;
  265. text-transform: uppercase;
  266. font-weight:500;
  267. font-family: helvetica;
  268. font-size: 11px;
  269.  
  270.  
  271. }
  272.  
  273. #pagination a {
  274. padding:0 3px;
  275. }
  276. #pagination a hover {
  277. color:black;
  278. }
  279.  
  280.  
  281. #entries {
  282. padding:0px 10px 10px 5px;
  283. width:25px;
  284. margin-left:10px;
  285. padding-right:10px;
  286. margin-bottom: 5px;
  287. }
  288.  
  289. #post {
  290. width:500px;
  291. padding-bottom:20px;
  292. margin-right:-25px;
  293. }
  294.  
  295. .container {
  296. position:fixed;
  297. border-top-width:15px;
  298. border-bottom-width:10px;
  299. border-right-width:5px;
  300. border-left-width:0px;
  301. border-style: solid;
  302. border-color: white;
  303. background-color:white;
  304. left:200px;
  305. top:270px;
  306. bottom: 50px;
  307. width: 535px;
  308. overflow: scroll;
  309. }
  310.  
  311.  
  312. /*time posted, note count, via and source*/
  313.  
  314. .postinfo {
  315. margin-top:20px;
  316. margin-bottom:1px;
  317. margin-left:-2px;
  318. padding-bottom:4px;
  319. width:500px;
  320. text-align:center;
  321. font-family:arial;
  322. text-transform:uppercase;
  323. font-size:10px;
  324. border:1px solid #eee;
  325.  
  326. }
  327.  
  328. .postinfo a {
  329. color:{color:link};
  330. }
  331.  
  332. .postinfo a:hover {
  333. color:{color:link hover};
  334. }
  335.  
  336. /*tags*/
  337.  
  338. .tags {
  339. width:500px;
  340. margin-top:4px;
  341. margin-left:-3px;
  342. padding:2px;
  343. font-family:arial;
  344. letter-spacing:0px;
  345. font-size:10px;
  346. text-align:center;
  347.  
  348. }
  349.  
  350. .tags a {
  351. color:{color:text};
  352. }
  353.  
  354. .tags a:hover {
  355. color:{color:link hover};
  356. }
  357.  
  358. .postnote {
  359. width:500px;
  360. margin-top:40px;
  361. font-family:arial;
  362. text-transform:lowercase;
  363. font-style:normal;
  364. letter-spacing:0px;
  365. font-size:10px;
  366. text-align:left;
  367. }
  368.  
  369. /*asks*/
  370.  
  371. #question {
  372. font-size:11px;
  373. font-style:none;
  374. font-family:arial;
  375. letter-spacing:0px;
  376. text-align:left;
  377. padding-top: 7px;
  378. padding-bottom: 7px;
  379. padding-left:9px;
  380. background:#fff;
  381. color:#000 ;
  382.  
  383. }
  384.  
  385. #question a{
  386. color:#000;
  387.  
  388. }
  389.  
  390.  
  391.  
  392. /*audio player container*/
  393.  
  394. .playercontainer {
  395. text-align:left;
  396. padding:10px;
  397. padding-left:0px;
  398. background-color:#fff;
  399. width:500px;
  400. }
  401.  
  402. /*artist, song, etc.*/
  403.  
  404. .musicinfo {
  405. padding-top:7px;
  406. padding-left:50px;
  407. color:#000;
  408. text-align:justify;
  409. }
  410.  
  411. /*credit. only change this if you actually make the code your own*/
  412.  
  413. #credit {
  414. position:fixed;
  415. font-size:9px;
  416. color:#000;
  417. font-weight:bold;
  418. line-height:150%;
  419. letter-spacing:2px;
  420. right:2px;
  421. bottom:-1px;
  422. text-transform:lowercase;
  423. text-align:center;
  424. }
  425.  
  426. #credit a {
  427. letter-spacing: 0px;
  428. padding:3px;
  429. color:#000;
  430. }
  431.  
  432. #credit a:hover {
  433. background:#fff;
  434. color:{color:link hover};
  435. }
  436.  
  437. pre {
  438. white-space: pre-wrap;
  439. }
  440.  
  441.  
  442. {CustomCSS}</style></head><body>
  443.  
  444. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  445. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  446. <script>
  447.  
  448. (function($){
  449.  
  450. $(document).ready(function(){
  451.  
  452. $("a[title]").style_my_tooltips({
  453.  
  454. tip_follows_cursor:true,
  455.  
  456. tip_delay_time:50,
  457.  
  458. tip_fade_speed:600,
  459.  
  460. attribute:"title"
  461.  
  462. });
  463.  
  464. });
  465.  
  466. })(jQuery);
  467.  
  468. </script>
  469.  
  470.  
  471. <div id="sidebar">
  472.  
  473.  
  474. <div id="si1"><img src="http://static.tumblr.com/89h8uht/QIDnw5qma/ellybel.png">
  475. <div id="title"><strong><big>HOW DO WE KNOW IF WE'RE IN CONTROL?</big></strong> <SPAN STYLE="font-size: 7pt">INDIE ELLIOT ALDERSON.</span>
  476. </div>
  477.  
  478. </div></div>
  479. <div id="links">
  480.  
  481.  
  482. <span style="font-size:11px; font-family:helvetica;font-weight:200;line-height:22px;"> {block:Pagination}
  483. {block:PreviousPage}
  484. <a href="{PreviousPage}">← </a>
  485. {/block:PreviousPage}</span><span style="font-size:14px; font-family:helvetica;font-weight:200;line-height:22px;"><strong><a href="/">HOME</a> <a href="/ask">ASK</a>
  486. <a href="/i">ABOUT</a> <a href="/rules">RULES</a> <a href="/verses">VERSES</a> <a href="/navi">NAVIGATION</a></strong>
  487.  
  488. {block:NextPage}
  489. <a href="{NextPage}"> →</a>
  490. {/block:NextPage}
  491. {/block:Pagination}
  492. </div>
  493.  
  494. <div id="description">
  495. <div id="pagination">
  496.  
  497. </div></div>
  498.  
  499.  
  500.  
  501.  
  502. </div>
  503.  
  504. <div class="container">
  505.  
  506. <div id="entries">{block:Posts}<div id="post">
  507.  
  508. {block:Text}<h1>{block:Title}<big><big>{Title}</big></big>{/block:Title}</h1>{Body}{/block:Text}
  509.  
  510. {block:Quote}<big><b>"{Quote}"</b></big>{block:Source}<p></p>— {Source}{/block:Source}{/block:Quote}
  511.  
  512. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  513.  
  514. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  515.  
  516. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  517.  
  518. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  519.  
  520. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  521.  
  522.  
  523. {block:AudioPlayer}
  524. <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}
  525.  
  526. {block:Answer}<div id="question"><span style="font-size:11px;"><font face="arial"><b>{Asker}:<br></b></font> </span>{Question}<span style="text-transform:none;font-size:11px;font-style:none;"><font face="arial">{Answer}</font></span>{/block:Answer}
  527.  
  528. {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}
  529.  
  530. {block:HasTags}
  531. <div class="tags">
  532. {block:Tags}<a href="{TagURL}"><small>✖</small> {Tag}</a>  {/block:Tags}</div>
  533. {/block:HasTags}
  534.  
  535. <div class="postnote">
  536. {block:PostNotes}{PostNotes}{/block:PostNotes}
  537. </div>
  538. </div>
  539. {/block:Posts}
  540.  
  541. </div> <!----CONTAINED--->
  542.  
  543.  
  544. </div></div></div></div>
  545. </div>
  546.  
  547. <div id="credit"><a href="http://todeserveyou.tumblr.com/">todeserveyou</a></div>
  548.  
  549. </body>
  550. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement