fantasy1x1

Theme 009

Feb 25th, 2014
1,854
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 13.15 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. <!--theme number nine by fantasieswriter (or kyla) please follow the rules. don't steal or redistribute. don't claim as your own. please keep the credit in tact. thank you ♥-->
  5.  
  6. <html>
  7. <head>
  8.  
  9. <meta name="color:background" content="#FFFFFF">
  10. <meta name="color:border" content="#d3d3d3">
  11. <meta name="color:hover" content="#454545">
  12. <meta name="color:info" content="#b5d2ed">
  13. <meta name="color:infohover" content="#FFFFFF">
  14. <meta name="color:infotext" content="#FFFFFF">
  15. <meta name="color:infolinks" content="#000000">
  16. <meta name="color:link" content="#928f8f">
  17. <meta name="color:post background" content="#f7f7f7">
  18. <meta name="color:post links" content="#928f8f">
  19. <meta name="color:scrollbar" content="#313231">
  20. <meta name="color:sidebar link bg" context="#e84c63">
  21. <meta name="color:sidebar text" content="#a8a6a6">
  22. <meta name="color:tagbg" content="#FFFFFF">
  23. <meta name="color:tags" content="#dddddd">
  24. <meta name="color:text" content="#9A9A9A">
  25. <meta name="color:title" content="#0a0a0a">
  26.  
  27. <meta name="image:sidebar" content=""/>
  28. <meta name="image:background" content=""/>
  29.  
  30. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  31. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  32. <link rel="shortcut icon" href="{Favicon}" />
  33. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  34.  
  35. <script type="text/javascript"
  36. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  37.  
  38.  
  39. <style type="text/css">
  40.  
  41. a {
  42. color:{color:link};
  43. text-decoration:none;
  44. -moz-transition-duration:0.5s;
  45. -webkit-transition-duration:0.5s;
  46. -o-transition-duration:0.5s;
  47. }
  48.    
  49. a:hover {
  50. color:{color:hover};
  51. text-decoration:none;
  52. -moz-transition-duration:0.5s;
  53. -webkit-transition-duration:0.5s;
  54. -o-transition-duration:0.5s;
  55. }
  56.  
  57.    
  58. ::-webkit-scrollbar {
  59. height:8px;
  60. width:5px}
  61.  
  62. ::-webkit-scrollbar-thumb:vertical {
  63. background-color:{color:scrollbar};
  64. height:50px;
  65. }
  66.  
  67. ::-webkit-scrollbar-thumb:horizontal {
  68. background-color:{color:scrollbar};
  69. height:8px!important;
  70. }
  71.  
  72. body {
  73. background-color:{color:background};
  74. font-family:cambria;
  75. font-weight:normal;
  76. background-image:url('image:background');
  77. }
  78.  
  79. b, strong {
  80. color:{color:sidebar link bg};
  81. }
  82.  
  83. i, em {
  84. color:{color:info};
  85. }
  86.  
  87.  
  88. h1 {
  89. font-weight:normal;
  90. font-size:10px;
  91. text-align:center;
  92. font-style:normal;
  93. line-height:100%;
  94. letter-spacing:1px;
  95. text-transform:uppercase;
  96. color:{color:text};
  97. }
  98.  
  99. h1 a {
  100. border-bottom:2px solid {color:info};
  101. }
  102.  
  103. h1 a:hover {
  104. border-bottom:2px solid white;
  105. }
  106.  
  107. h2 {
  108. font-size:18px;
  109. text-align:center;
  110. line-height:100%;
  111. letter-spacing:-0.5px;
  112. font-family:vernada;
  113. text-transform:lowercase;
  114. background-color:{color:tagbg};
  115. color:{color:title};
  116. font-weight:normal;
  117. padding:10px;
  118. border-radius:18px;
  119. border-bottom:2px solid {color:info};
  120. }
  121.  
  122. h3 {
  123. font-size:11px;
  124. background-color:{color:info};
  125. color:white;
  126. width:97%;
  127. padding:4px;
  128. font-weight:normal;
  129. text-align:center;
  130. }
  131.  
  132. h4 {
  133. text-align:center;
  134. color:white;
  135. background-color:{color:info};
  136. padding:15px;
  137. border-bottom:4px solid white;
  138. text-transform:uppercase;
  139. font-size:12px;
  140. }
  141.  
  142. blockquote {
  143. border-left:2px solid {color:text};
  144. padding-left:5px;
  145. margin:5px;
  146. }
  147.  
  148. #header {
  149. width:105%;
  150. }
  151.  
  152. #sidebar {
  153. position:fixed;
  154. margin-left:170px;
  155. width: 150px;
  156. margin-top:120px;
  157. background-color: transparent ;
  158. padding:0px 5px 0px;
  159. }
  160.  
  161. #sidebar2 {
  162. position:fixed;
  163. margin-left:980px;
  164. width:180px;
  165. margin-top:-10px;
  166. height:105%;
  167. background-color:{color:post background};
  168. padding:7px;
  169. font-size:9px;
  170. width:300px;
  171. }
  172.  
  173. .navigation {
  174. width:300px;
  175. }
  176.  
  177. .navigation a {
  178. display:inline-block;
  179. background-color:{color:sidebar link bg};
  180. color:white;
  181. width:125px;
  182. margin-top:3px;
  183. margin-left:2px;
  184. padding:7px;
  185. }
  186.  
  187. .navigation a:hover {
  188. background-color:transparent;
  189. color:{color:sidebar link bg};
  190. text-align:right;
  191. -webkit-transition: all 0.6s ease-in-out;
  192. -moz-transition: all 0.6s ease-in-out;
  193. transition: all 0.6s ease-in-out;
  194.  
  195. }
  196.  
  197. #sidebarimg img {
  198. position:fixed;
  199. width:305px;
  200. margin-left:-190px;
  201. margin-top:-135px;
  202. padding:4px;
  203. height:105%;
  204. }
  205.  
  206. #description {
  207. position:fixed;
  208. width:505px;
  209. margin-left:380px;
  210. margin-top:-10px;
  211. font-size:10px;
  212. background-color:{color:post background};
  213. padding:10px;
  214. color:{color:sidebar text};
  215. line-height:18px;
  216. text-align:center;
  217. line-height:10px;
  218. }
  219.        
  220. .pagination {
  221. position:absolute;
  222. text-align:center;
  223. font-size:12px;
  224. margin-left:-10px;
  225. margin-top:10px;
  226. width:525px;
  227. background-color:{color:info};
  228. color:white;
  229. }
  230.  
  231. .pagination a {
  232. color:{color:infotext};
  233. padding:2px;
  234. }
  235.  
  236. .pagination a:hover {
  237. color:{color:infolinks};
  238. }
  239.        
  240. #stuffcontainer {
  241. float:left;
  242. margin-left:380px;
  243. margin-top:0px;
  244. text-align:justify;
  245. color:{color:info};
  246. margin-bottom: 35px;
  247. }
  248.  
  249.  
  250. #stuff {
  251. width:501px;
  252. margin-top:140px;
  253. text-align:justify;
  254. font-size:11px;
  255. padding:12px;
  256. line-height:90%;
  257. letter-spacing:0px;
  258. background-color:{color:post background};
  259. color:{color:text};
  260. }
  261.  
  262. .caption {
  263. width:500px;
  264. text-align:justify;
  265. line-height:120%;
  266. }
  267.  
  268. .asker {
  269. padding:20px;
  270. font-family:cambria;
  271. letter-spacing:1px;
  272. line-height:100%;
  273. text-align:left;
  274. text-transform:none;
  275. color:white;
  276. background-color:{color:info};
  277. border-bottom:5px solid white;
  278. border-bottom-right-radius:20px;
  279. border-bottom-left-radius:20px;
  280. }
  281.  
  282. .asker a {
  283. text-decoration:underline;
  284. color:black;
  285. padding:0px;
  286. border:none;
  287. border-radius:none;
  288. }
  289.    
  290. .ans {
  291. text-align:left;
  292. padding:10px;
  293. color:{color:text};
  294. }
  295.  
  296. .audio {
  297. width:500px;
  298. padding-bottom:10px;
  299. background-color:{color:infobg};
  300. }
  301.    
  302. .albumart {
  303. float:left;
  304. padding:0px 10px 10px 0px;
  305. }
  306.    
  307. .albumart img {
  308. width:45px;
  309. height:45px;
  310. }
  311.    
  312. .playercontainer {
  313. text-align:left;
  314. padding:10px;
  315. background-color:#ffffff;
  316. width:480px;
  317. }
  318.    
  319. .audioinfo {
  320. padding:10px;
  321. color:{color:text};
  322. }
  323.  
  324. #postinfo {
  325. width:494px;
  326. padding:5px;
  327. font-size:8px;
  328. color:{color:infotext};
  329. text-transform:uppercase;
  330. font-style:normal;
  331. letter-spacing:2px;
  332. text-align:center;
  333. -moz-transition-duration:0.5s;
  334. -webkit-transition-duration:0.5s;
  335. -o-transition-duration:0.5s;
  336. background:{color:info};
  337. }
  338.  
  339. #postinfo a {
  340. color:{color:infolinks};
  341. text-align:center;
  342. letter-spacing:1px;
  343. font-style:normal;
  344. }
  345.    
  346. #postinfo a:hover {
  347. color:{color:infohover};
  348. }
  349.    
  350. .note {
  351. text-transform:uppercase;
  352. font-style:normal;
  353. letter-spacing:0px;
  354. font-size: 9px;
  355. text-align:left;
  356. line-height:90%;
  357. margin-left:-40px;
  358. }
  359.    
  360. .note li {
  361. list-style-type:none;
  362. padding:10px 25px 10px 25px;
  363. text-align:left;
  364. margin:0px;
  365. -moz-transition-duration:0.5s;
  366. -webkit-transition-duration:0.5s;
  367. -o-transition-duration:0.5s;
  368. }
  369.    
  370. .tags {
  371. font-style:normal;
  372. width:500px;
  373. text-transform:uppercase;
  374. font-style:normal;
  375. color:{color:tags};
  376. letter-spacing:2px;
  377. line-height:120%;
  378. font-size:8px;
  379. text-align:left;
  380. padding:2px;
  381. background-color:{color:tagbg};
  382. -moz-transition-duration:0.5s;
  383. -webkit-transition-duration:0.5s;
  384. -o-transition-duration:0.5s;
  385. }
  386.  
  387. .tags a {
  388. color:{color:tags};
  389. letter-spacing:1px;
  390. padding:1px;
  391. }
  392.    
  393. .tags a:hover {
  394. color:{color:link};
  395. }
  396.    
  397. ul.chat, .chat ol, .chat li {
  398. list-style:none;
  399. margin:0px;
  400. padding:2px;
  401. }
  402.    
  403. .label {
  404. text-decoration:underline;
  405. font-weight:700;
  406. background-color:{color:infobg};
  407. margin-right:5px;
  408. }
  409.  
  410.  
  411.  
  412.    
  413.  
  414. .credit {
  415. position:fixed;
  416. bottom:4px;
  417. right:8px;
  418. font: 9px consolas;
  419. border:1px solid {color:border};
  420. text-transform:uppercase;
  421. letter-spacing: 0px;
  422. padding: 2px;
  423. }
  424.  
  425. .credit a{
  426. color: {color:link};
  427. opacity:0.8;
  428. }
  429.  
  430. .credit a:hover{
  431. color:{color:hover};
  432. opacity:1.0;
  433. }
  434.  
  435.  
  436.     {CustomCSS}
  437. </style>
  438. </head>
  439.  
  440. <div id="header"></div>
  441.  
  442. <div id="sidebar2">
  443. <div id="updatetab"><h3>This is a Title</h3>
  444. <div style="max-height:60px; overflow:auto; padding:5px; margin-top:-5px;">
  445. <li>Put your updates here.</li>
  446. <li>Doesn't matter what order or how you do it.</li>
  447. <li>Or it does, I'm not sure how you've got your system set up.</li>
  448. <li>But basically you've got a good amount of space before you hit the scrollbar.</li>
  449. <li>So just keep on keeping on.</li>
  450. <li>I mean for real. Just keep putting in updates</li>
  451. <li>There's a scrollbar for goodness sake!</li>
  452. </div>
  453. </div>
  454. <div id="ruletab"><h3>This is the Other Section</h3>
  455. <div style="max-height:70px; overflow:auto; padding:5px; margin-top:-5px;">
  456. <li>This is where you can put in other things.</li>
  457. <li>I'm not sure what else you'd wanna put, but I'm sure y'all can think of something</li>
  458. <li>This section is a little longer than the updates one.</li>
  459. <li>You can put a lot more in this tab section.</li>
  460. <li>ARE YOU ENTERTAINED?</li>
  461. <li>I'm sorry I'm making a lot for you to delete</li>
  462. <li>But that's my job!</li>
  463. <li>Come to think about it, not it's not.</li>
  464. <li>But I'm sorry...</li>
  465. <li>I need to keep going.</li>
  466. <li>Because guess what?!</li>
  467. <li>THERE'S ANOTHER SCROLLBAR</li>
  468. <li>:D</li>
  469. <li>LOOK AT IT!</li>
  470. <li>I get happy about scrollbars</li>
  471. <li>Is that weird?</li>
  472. <li>TOO BAD SUCKAH!</li>
  473. </div></div>
  474. <div id="navigationtab"><h3>Further Navigation Tab</h3>
  475. <div class="navigation"><div style="max-height:195px; width:290px; overflow:auto; padding:5px; margin-top:-5px;">
  476. <a href="/">linkage</a>
  477. <a href="/">linkage</a>
  478. <a href="/">linkage</a>
  479. <a href="/">linkage</a>
  480. <a href="/">linkage</a>
  481. <a href="/">linkage</a>
  482. <a href="/">linkage</a>
  483. <a href="/">linkage</a>
  484. <a href="/">linkage</a>
  485. <a href="/">linkage</a>
  486. <a href="/">linkage</a>
  487. <a href="/">linkage</a>
  488. <a href="/">linkage</a>
  489. <a href="/">linkage</a>
  490. <a href="/">linkage</a>
  491. <a href="/">linkage</a>
  492. <a href="/">linkage</a>
  493. <a href="/">linkage</a>
  494. <a href="/">linkage</a>
  495. <a href="/">linkage</a>
  496. <a href="/">linkage</a>
  497. <a href="/">linkage</a>
  498. <a href="/">linkage</a>
  499. <a href="/">linkage</a>
  500. <a href="/">linkage</a>
  501. <a href="/">linkage</a>
  502. </div></div>
  503. </div>
  504. <div id="chatboxtab"><h3>CHATBOX TAB</h3></div>
  505. CHAT BOX STUFF GOES HERE <a href="http://www.cbox.ws/">chatbox link</a>
  506. <!--I suggest the following for the chatbox: width="250" height="95"-->
  507. </div>
  508.  
  509. <div id="sidebar">
  510.  
  511. <div id="sidebarimg"><img src="{image:sidebar}"/>
  512.     </div>
  513.         </div>
  514.        
  515. <div id="description"><div style="max-height:110px; overflow:auto; padding:5px; margin-top:-5px;">
  516. {block:Description}{Description}{/block:Description}
  517. </div>
  518. <div class="pagination">
  519. {block:Pagination}
  520. {block:PreviousPage}<a href="{PreviousPage}"><big></big></a>{/block:PreviousPage} {CurrentPage} of {TotalPages} {block:NextPage}<a href="{NextPage}"><big></big></a>
  521. {/block:NextPage}
  522.    {/block:Pagination}
  523.         </div>
  524. </div>
  525.  
  526. </div>
  527.  
  528.   <div id="stuffcontainer">
  529.  
  530. {block:Posts}
  531.  
  532. <div id="stuff">
  533.  
  534. {block:Text}{block:Title}<h4>{Title}</h4>{/block:Title}{Body}{/block:Text}
  535.  
  536. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  537.  
  538. {block:Link}<a href="{URL}"><h4>{Name}</h4></a>
  539. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  540.  
  541. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  542.  
  543. {block:Photoset}<center>{Photoset-500}</center>
  544. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  545.  
  546. {block:Chat}<ul class="chat">{block:Title}<h4>{Title}</h4>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  547.  
  548. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  549.  
  550. {block:Answer}<div class="asker"><span style="color:black; font-weight:bold;">{Asker} whispered:</span> {Question}</div><br><left><font face="cambria"><span style="font-family:cambria;font-size:10px; marging-left:5px;">{Answer}</span></font>{/block:Answer}
  551.  
  552. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  553. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  554. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  555. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  556. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  557.  
  558. <p>
  559.  
  560. {block:Date}<div id="postinfo">{Month} {DayOfMonthWithZero}, {Year} • <a href="{Permalink}">{24Hour}:{Minutes}</a>{block:NoteCount} • <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} • <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  561. {block:ContentSource} • <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}<a href="{ReblogURL}">reblog</a></div>{/block:Date}
  562. {block:HasTags}
  563. <div class="tags">
  564. {block:Tags}<a href="{TagURL}">#&nbsp;{Tag}</a>{/block:Tags}</div>
  565. {/block:HasTags}
  566. <div class="note">
  567. {block:PostNotes}{PostNotes}{/block:PostNotes}
  568. </div>
  569. </div>
  570. {/block:Posts}
  571.  
  572.  
  573. </div>
  574.  
  575. <div class="credit"><a href="http://fantasieswriter.tumblr.com/"><center>credit</center></a></div>
  576.  
  577. </body>
  578.  
  579.  
  580. </html>
Advertisement
Add Comment
Please, Sign In to add comment