bigjettardis

Theme #2 by big-jet-tardis

Jun 14th, 2012
371
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.79 KB | None | 0 0
  1. <!--|theme #2 Nameless/Ginger by big-jet-tardis(Archana). Do not relocate or remove theme credit. You are allowed to make some MINOR changes in the code but do not steal or claim this as your own. Do not use this code as a base.|-->
  2. <html>
  3. <head>
  4. <link href='http://fonts.googleapis.com/css?family=La+Belle+Aurore|Cedarville+Cursive' rel='stylesheet' type='text/css'>
  5. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  6.  
  7. <title>{Title}</title>
  8. <link rel="shortcut icon" href="{Favicon}"/>
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description} <meta name="description" content="{MetaDescription}"/> {/block:Description}
  11.  
  12. <meta name="image:Sidebar" content=""/>
  13.  
  14. <meta name="image:Background" content=""/>
  15.  
  16. <meta name="color:Background" content="#ffffff"/>
  17.  
  18. <meta name="color:Body" content="#ebebeb"/>
  19.  
  20. <meta name="color:Border" content="#FBCEB1"/>
  21.  
  22. <meta name="color:Links" content="#9C0D07"/>
  23.  
  24. <meta name="color:Links Hover" content="#EC5800"/>
  25.  
  26. <meta name="color:Link Boxes" content="#FA8072"/>
  27.  
  28. <meta name="color:Text" content="#573e3e"/>
  29.  
  30. <meta name="color:italic" content="#4ca778"/>
  31.  
  32. <meta name="color:bold" content="#3da3b8">
  33.  
  34. <meta name="color:Chat 1" content="#ffffff"/>
  35.  
  36. <meta name="color:Chat 2" content="#FFE5B4"/>
  37.  
  38. <meta name="color:Scrollbar" content="#FBCEB1"/>
  39.  
  40. <meta name="font:Text" content="Geneva"/>
  41.  
  42. <meta name="text:Link1 Title" content="Link 1"/>
  43.  
  44. <meta name="text:Link1 Url" content=""/>
  45.  
  46. <meta name="text:Link2 Title" content="Link 2"/>
  47.  
  48. <meta name="text:Link2 Url" content=""/>
  49.  
  50. <meta name="text:Link3 Title" content="Link 3"/>
  51.  
  52. <meta name="text:Link3 Url" content=""/>
  53.  
  54. <meta name="text:Link4 Title" content="Link 4"/>
  55.  
  56. <meta name="text:Link4 Url" content=""/>
  57.  
  58. <meta name="text:LinkAsk" content="ASK"/>
  59.  
  60. <meta name="text:Linkhome" content="HOME"/>
  61.  
  62. <meta name="text:Linkarchive" content="ARCHIVE"/>
  63.  
  64. <style type="text/css">
  65. ::-webkit-scrollbar {
  66. width: 15px;
  67. background-color: {color:Background};
  68. }
  69.  
  70. ::-webkit-scrollbar-track-piece {
  71. background-color: transparent;
  72. -webkit-border-radius:15px;
  73. }
  74.  
  75. ::-webkit-scrollbar-button:start:decrement,
  76. ::-webkit-scrollbar-button:end:increment {
  77. height: 0px;
  78. display: block;
  79. background: {color:Background};
  80. }
  81.  
  82. ::-webkit-scrollbar-thumb{
  83. background-color: {color:Scrollbar};
  84. -webkit-border-radius:0px;
  85. border:none;
  86. }
  87. body {
  88. background-color: {color:Background};
  89. background-image: url('{image:Background}');
  90. font-family: {font:Text};
  91. font-size: 12px;
  92. color: {color:Text};
  93. text-wrap: normal
  94. word-wrap: break-word;
  95. margin:0px 0px;
  96. text-align:center;
  97. height: 100%;
  98. }
  99. a, a:active, a:visited{
  100. text-decoration: none;
  101. color: {color:Links};
  102. font-style: normal;
  103. opacity:0.95;
  104. filter:alpha(opacity=60);
  105. -webkit-transition: all .5s ease-in-out;
  106. -moz-transition: all .5s ease-in-out;
  107. -o-transition: all .5s ease-in-out;
  108. -ms-transition: all .5s ease-in-out;
  109. }
  110.  
  111. a:hover{
  112. color: {color:Links Hover};
  113. opacity:1.0;
  114. filter:alpha(opacity=100);
  115. -webkit-transition: all .5s ease-in-out;
  116. -moz-transition: all .5s ease-in-out;
  117. -o-transition: all .5s ease-in-out;
  118. -ms-transition: all .5s ease-in-out;
  119. }
  120. i, em .em{
  121. color: {color:italic};
  122. }
  123. b, strong, .strong{
  124. color: {color:bold};
  125. }
  126. #main{
  127. background-color: {color:Background};
  128. position: absolute;
  129. width: 750px;
  130. height: 100%;
  131. top: 0px;
  132. left: 400px;
  133. margin-left: -375px;
  134. }
  135. #sidebar{
  136. background-color: transparent;
  137. position: fixed;
  138. width: 290px;
  139. height: auto;
  140. left: 65px;
  141. top: 370px;
  142. background-size: 280px auto;}
  143. #sidebarimage3{
  144. z-index: -15;
  145. background-image: url('{image:Sidebar}');
  146. background-size: 250px 250px;
  147. position: fixed;
  148. width: 250px;
  149. height: 250px;
  150. z-index: 5;
  151. padding: 0px;
  152. left: 65px;
  153. top: 100px;
  154. background-repeat:no-repeat;
  155. margin: 3px 0 0 0px;
  156. text-align: center;
  157. text-size: 12px;
  158. border: 5px solid {color:Border};
  159. }
  160.  
  161. #linkage{
  162. position: fixed;
  163. width: 200px;
  164. height: 200px;
  165. padding: 0px;
  166. left: 240px;
  167. top: 102.5px;
  168. text-align: center;
  169. text-size: 12px;
  170. background-color: transparent;
  171. z-index:50;
  172.  
  173. }
  174. .links {width: 25px;
  175. height: 250px;
  176. margin:auto;
  177. background-color: {color:Border};
  178. border: 5px solid {color:Border};}
  179.  
  180.  
  181. .hoverbox {width: 25px;
  182. height: 250px;
  183. margin-top: 0px;
  184. margin-left: 0px;
  185. background-color: #transparent;
  186. position: absolute;}
  187.  
  188. .l1 {opacity: 0.0;
  189. width: 90px;
  190. height: 30px;
  191. position: absolute;
  192. margin-top: -5px;
  193. margin-left: -25px;
  194. background-color: {color:Link Boxes};
  195. transition-duration: 0.7s;
  196. -moz-transition-duration: 0.7s;
  197. -webkit-transition-duration: 0.7s;
  198. -o-transition-duration: 0.7s;}
  199. .l2 {opacity: 0.0;
  200. width: 90px;
  201. height: 30px;
  202. position: absolute;
  203. margin-top: 30px;
  204. margin-left: -25px;
  205. background-color: {color:Link Boxes};
  206. transition-duration: 0.7s;
  207. -moz-transition-duration: 0.7s;
  208. -webkit-transition-duration: 0.7s;
  209. -o-transition-duration: 0.7s;}
  210. .l3 {opacity: 0.0;
  211. width: 90px;
  212. height: 30px;
  213. position: absolute;
  214. margin-top: 70px;
  215. margin-left: -25px;
  216. background-color: {color:Link Boxes};
  217. transition-duration: 0.7s;
  218. -moz-transition-duration: 0.7s;
  219. -webkit-transition-duration: 0.7s;
  220. -o-transition-duration: 0.7s;}
  221. .l4 {opacity: 0.0;
  222. width: 90px;
  223. height: 30px;
  224. position: absolute;
  225. margin-top: 105px;
  226. margin-left: -25px;
  227. background-color: {color:Link Boxes};;
  228. transition-duration: 0.7s;
  229. -moz-transition-duration: 0.7s;
  230. -webkit-transition-duration: 0.7s;
  231. -o-transition-duration: 0.7s;}
  232. .l5 {opacity: 0.0;
  233. width: 90px;
  234. height: 30px;
  235. position: absolute;
  236. margin-top: 140px;
  237. margin-left: -25px;
  238. background-color: {color:Link Boxes};
  239. transition-duration: 0.7s;
  240. -moz-transition-duration: 0.7s;
  241. -webkit-transition-duration: 0.7s;
  242. -o-transition-duration: 0.7s;}
  243. .l6 {opacity: 0.0;
  244. width: 90px;
  245. height: 30px;
  246. position: absolute;
  247. margin-top: 175px;
  248. margin-left: -25px;
  249. background-color: {color:Link Boxes};
  250. transition-duration: 0.7s;
  251. -moz-transition-duration: 0.7s;
  252. -webkit-transition-duration: 0.7s;
  253. -o-transition-duration: 0.7s;}
  254. .l7 {opacity: 0.0;
  255. width: 90px;
  256. height: 30px;
  257. position: absolute;
  258. margin-top: 210px;
  259. margin-left: -25px;
  260. background-color: {color:Link Boxes};
  261. transition-duration: 0.7s;
  262. -moz-transition-duration: 0.7s;
  263. -webkit-transition-duration: 0.7s;
  264. -o-transition-duration: 0.7s;}
  265.  
  266. .links:hover .l1 {opacity: 1.0;
  267. margin-top: -5px;
  268. margin-left: 35px;
  269. transition-duration: 0.7s;
  270. -moz-transition-duration: 0.7s;
  271. -webkit-transition-duration: 0.7s;
  272. -o-transition-duration: 0.7s;}
  273.  
  274. .links:hover .l2 {opacity: 1.0;
  275. margin-top: 30px;
  276. margin-left: 35px;
  277. transition-duration: 0.7s;
  278. -moz-transition-duration: 0.7s;
  279. -webkit-transition-duration: 0.7s;
  280. -o-transition-duration: 0.7s;}
  281.  
  282. .links:hover .l3 {opacity: 1.0;
  283. margin-top: 70px;
  284. margin-left: 35px;
  285. transition-duration: 0.7s;
  286. -moz-transition-duration: 0.7s;
  287. -webkit-transition-duration: 0.7s;
  288. -o-transition-duration: 0.7s;}
  289.  
  290. .links:hover .l4 {opacity: 1.0;
  291. margin-top: 105px;
  292. margin-left: 35px;
  293. transition-duration: 0.7s;
  294. -moz-transition-duration: 0.7s;
  295. -webkit-transition-duration: 0.7s;
  296. -o-transition-duration: 0.7s;}
  297.  
  298. .links:hover .l5 {opacity: 1.0;
  299. margin-top: 140px;
  300. margin-left: 35px;
  301. transition-duration: 0.7s;
  302. -moz-transition-duration: 0.7s;
  303. -webkit-transition-duration: 0.7s;
  304. -o-transition-duration: 0.7s;}
  305.  
  306. .links:hover .l6 {opacity: 1.0;
  307. margin-top: 175px;
  308. margin-left: 35px;
  309. transition-duration: 0.7s;
  310. -moz-transition-duration: 0.7s;
  311. -webkit-transition-duration: 0.7s;
  312. -o-transition-duration: 0.7s;}
  313.  
  314. .links:hover .l7 {opacity: 1.0;
  315. margin-top: 210px;
  316. margin-left: 35px;
  317. transition-duration: 0.7s;
  318. -moz-transition-duration: 0.7s;
  319. -webkit-transition-duration: 0.7s;
  320. -o-transition-duration: 0.7s;}
  321. .l1:hover, .l2:hover, .l3:hover, .l4:hover, .l5:hover, .l6:hover, .l7:hover{
  322. background-color: {color:background};
  323. }
  324.  
  325. #linkboxcredit a{
  326. background-color: {color:background};
  327. background-image: url('http://25.media.tumblr.com/tumblr_m4k30wHv9D1qfzealo1_400.png');
  328. background-size: 40px 40px;
  329. position: fixed;
  330. width: 50px;
  331. height: 50px;
  332. padding: 0px;
  333. bottom: 0px;
  334. right: 0px;
  335. text-align: center;
  336. font-size: 9px;
  337. background-repeat:no-repeat;
  338. opacity:0.5;
  339. filter:alpha(opacity=60);
  340. -webkit-transition: all 1s ease-in-out;
  341. -moz-transition: all 1s ease-in-out;
  342. -o-transition: all 1s ease-in-out;
  343. -ms-transition: all 1s ease-in-out;
  344. }
  345. #linkboxcredit a:hover{
  346. opacity:1;
  347. filter:alpha(opacity=60);
  348. -webkit-transition: all .7s ease-in-out;
  349. -moz-transition: all .7s ease-in-out;
  350. -o-transition: all .7s ease-in-out;
  351. -ms-transition: all .7s ease-in-out;
  352. }
  353. #header{
  354. background-color: transparent;
  355. position: fixed;
  356. width: auto;
  357. height: auto;
  358. left: 65px;
  359. top: 15px;
  360. text-align: center;
  361. }
  362.  
  363.  
  364. #content{ background-color: transparent; position: absolute; width: 700px; height: auto; padding: 0px; left: 500px; top: 15px;}
  365.  
  366. .post{ text-align: left; margin: 0px 0px 0px 0px; padding: 10px; background-color: {color:Body}; width:500px;
  367. }
  368. .post:hover{
  369. }
  370. blockquote{
  371. background-color: transparent;
  372. border-left: 1px solid {color:Links};
  373. padding: 3px;
  374. margin: 5px;
  375. }
  376.  
  377. .quote{
  378. font-size: 20px;
  379. font-style: italic;
  380. font-family:'Cedarville Cursive'
  381. }
  382.  
  383. .source{
  384. text-align: right;
  385. }
  386.  
  387. ul.chat {
  388. margin: 0 0 0 0;
  389. padding: 0 0 0 0;
  390. }
  391. .chat li {
  392. list-style-type: none;
  393. margin-left: 0px;
  394. padding: 3px;
  395. }
  396. .chat li.odd {
  397. background-color: {color:Chat 1};
  398. }
  399. .chat li.even {
  400. background-color: {color:Chat 2};
  401. }
  402. .label {
  403. font-weight: bold;
  404. }
  405. #information{ right:0px; height: auto; width: 100px;
  406. }
  407. .info { padding: 3px; width: 510px; height: auto; margin-bottom: 5px; text-align: center; background-color: transparent; font-size: 12px;
  408. -webkit-transition: all .5s ease-in-out;
  409. -moz-transition: all .5s ease-in-out;
  410. -o-transition: all .5s ease-in-out;
  411. -ms-transition: all .5s ease-in-out;
  412. border-bottom: 15px solid transparent;
  413. border-top: 1px dashed {color:links};
  414. }
  415. .info:hover{
  416. right: 10px;
  417. border-top: transparent;
  418. border-bottom: 15px solid transparent;
  419. -webkit-box-shadow: .5px .5px 5px .5px #7a7a7a;
  420. box-shadow: .5px .5px 5px .5px #7a7a7a;
  421. }
  422. .tag {
  423. font-weight: normal;
  424. margin-right: 2px;
  425. font-style: normal;
  426. text-transform: lowercase;
  427. text-align: center;
  428. }
  429.  
  430. .date {
  431. font-size: 10px;
  432. color: {color:Links};
  433. text-transform: uppercase;
  434. font-weight: bold;
  435. }
  436.  
  437. h1{
  438. font-size: 35px;
  439. font-family: 'La Belle Aurore';
  440. font-style: normal;
  441. text-align: center;
  442. font-weight: normal;
  443. }
  444. #question {
  445. float: right;
  446. width: 460px;
  447. height: auto;
  448. padding: 15px;
  449. background: {color:Chat 2};
  450. position: absolute;
  451. -webkit-border-radius: 0px 20px 0px 20px;
  452. border-radius: 0px 20px 0px 20px;
  453. text-align: center;
  454. }
  455. #asker{
  456. text-align: right;
  457. }
  458. iframe#tumblr_controls {
  459.  
  460. top: 0% !important;
  461.  
  462. right:0% !important;
  463.  
  464. position: fixed !important;
  465.  
  466. }
  467.  
  468. .musicinfo{
  469. background-color: {color:Border};
  470. padding: 1px;
  471. }
  472. #albumart img{
  473. float:left;
  474. width: 90px;
  475. height: 90px;
  476. border: 5px solid {color:Border};
  477. }
  478. .notes img {
  479. vertical-align: middle;
  480. }
  481. .notes ol {
  482. margin: 0;
  483. padding: 0;
  484. }
  485. .notes li {
  486. list-style-type: none;
  487. border-bottom: 1px dotted {color: Accent 2};
  488. padding: 3px;
  489. font-size: 10px;
  490. margin-left: 0px;
  491. }
  492.  
  493. .notes li:last-child {
  494. border-bottom: none;
  495. }
  496. .notes li a {
  497. font-weight: normal;
  498. }
  499.  
  500. </style>
  501. </head>
  502. <body>
  503. <div class=”source”>{block:ContentSource}<a href=”{SourceURL}”>{lang:Source}:{block:SourceLogo}
  504.  
  505. <img src=”{BlackLogoURL}” width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  506.  
  507. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  508.  
  509. {/block:ContentSource}</div>
  510.  
  511. <div id="header">
  512. <h1> <a href="/">{Title}</a></h1><br>
  513. </div>
  514. <div id="linkage">
  515. <div class="links">
  516. <div class="hoverbox"> <br>L</br><br>I</br><br>N</br><br>K</br><br>S</br> </div>
  517. <div class="l1"><a href="{text:Link1 Url}">{text:Link1 Title}</a> </div>
  518. <div class="l2"><a href="{text:Link2 Url}">{text:Link2 Title}</a></div>
  519. <div class="l3"><a href="{text:Link3 Url}">{text:Link3 Title}</a> </div>
  520. <div class="l4"><a href="{text:Link4 Url}">{text:Link4 Title}</a> </div>
  521. <div class="l5"><a href="/ask">{text:LinkAsk}</a></div>
  522. <div class="l6"><a href="/archive">{text:Linkarchive}</a></div>
  523. <div class="l7"><a href="/">{text:Linkhome}</a> </div>
  524. </div>
  525.  
  526. <div id="sidebarimage3">
  527. </div>
  528.  
  529. <div id="sidebar"> <center> <br> {Description} </br><br>
  530. {block:Pagination}
  531. <div style="float: center">
  532. {block:PreviousPage}<span stlye="float: left;"><a href="{PreviousPage}">« Rewind</a></span>{/block:PreviousPage} {block:NextPage} <span> <a href="{NextPage}">Forward »</a></span>{/block:NextPage}
  533. </div>
  534. {/block:Pagination} </center></div> </div></div>
  535.  
  536. <div id="linkboxcredit"> <a href="http://big-jet-tardis.tumblr.com/"></a> </div>
  537.  
  538. <div id="content">
  539. {block:Posts}
  540. {block:Text} <div class="post"> {block:Title} <h3><a href="{Permalink}">{Title}</a></h3> {/block:Title} {Body} </div> {/block:Text}
  541.  
  542. {block:Photo} <div class="post"> <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center> {block:Caption} <div class="caption">{Caption}</div> {/block:Caption} </div> {/block:Photo}
  543.  
  544. {block:Photoset} <div class="post"> <center>{Photoset-500}</center> {block:Caption} <div class="caption">{Caption}</div> {/block:Caption} </div> {/block:Photoset}
  545.  
  546. {block:Quote} <div class="post"> <div class="quote">"{Quote}"</div> {block:Source} <div class="source">{Source}</div> {/block:Source} </div> {/block:Quote}
  547.  
  548. {block:Link} <div class="post"> <center><h3><a href="{URL}" class="link" {Target}>{Name}</a></h3></center> {block:Description} <div class="description">{Description}</div> {/block:Description} </div>
  549. {/block:Link}
  550.  
  551. {block:Chat} <div class="post"> {block:Title} <h3><a href="{Permalink}">{Title}</a></h3> {/block:Title} <ul class="chat"> {block:Lines} <li class="{Alt} user_{UserNumber}"> {block:Label} <span class="label">{Label}</span> {/block:Label} {Line} </li> {/block:Lines} </ul> </div> {/block:Chat}
  552.  
  553. {block:Video} <div class="post"> <center>{Video-500}</center> {block:Caption} <div class="caption"> Caption}</div> {/block:Caption} </div> {/block:Video}
  554.  
  555. {block:Audio} <div class="post"> <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" alt="{AlbumArtURL}"/>{/block:AlbumArt}</div> <center>{AudioPlayerBlack}</center>
  556. <br><center>{block:Artist}<div class="musicinfo">Artist:{Artist}{/block:Artist}</center></br>
  557. <center>{block:TrackName}<div class="musicinfo">Track:{TrackName}{/block:TrackName}</center>
  558. <br><center>{block:Caption} </br>
  559. <div class="caption">{Caption}</div> {/block:Caption} </center> </br> </div> {/block:Audio}
  560.  
  561. {block:Answer}<div class="post"> <br> <div id="question">{Question}</div> </br><br></br><br> <div id="asker"><i> - {Asker}</i></div> </br><br>{Answer}</br></div>{/block:Answer}
  562.  
  563. <div id="information">
  564. <div class="info"> {block:NoteCount} <a href="{Permalink}">{NoteCount} </a> » <font color="{color:Border}">&hearts;</font> » {/block:NoteCount}<a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} » <a href="{ReblogParentURL}">VIA</a> » {/block:RebloggedFrom} {block:ContentSource} <a href="{SourceURL}">SOURCE</a> {/block:ContentSource}
  565. {block:Tags} » <a href="{TagURL}" class="tag">{Tag}</a>{/block:Tags} </div> </div>
  566. {/block:Posts}
  567. {block:PostNotes}
  568. <div class="post notes">
  569. {PostNotes}
  570. </div>
  571. {/block:PostNotes}
  572. <div style="width: 100%; display: block">
  573. </div>
  574. </div>
  575. </div>
  576. </body>
  577. </html>
Add Comment
Please, Sign In to add comment