Advertisement
Guest User

Dany Theme 2

a guest
Sep 15th, 2013
310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.55 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. <head>
  4. <link href='http://fonts.googleapis.com/css?family=PT+Sans+Narrow' rel='stylesheet' type='text/css'>
  5. <link href='http://fonts.googleapis.com/css?family=Poiret+One' rel='stylesheet' type='text/css'>
  6. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300italic' rel='stylesheet' type='text/css'>
  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. <!--
  13.  
  14. THEME BY MYKHALANDSTARS --- PLEASE DO NOT REMOVE CREDIT --- YOU CAN CHANGE IT HOWEVER YOU WISH JUST DO NOT REMOVE THE CREDIT --- THANKS!
  15.  
  16. --- DANY THEME 2 ----
  17.  
  18. -->
  19.  
  20. <meta name="color:Background" content=""/>
  21. <meta name="color:Text" content=""/>
  22. <meta name="color:Link" content=""/>
  23. <meta name="color:Hover" content=""/>
  24.  
  25. <meta name="image:sidebar" content=""/>
  26. <meta name="image:sidebar2" content=""/>
  27. <meta name="image:sidebar3" content=""/>
  28. <meta name="image:sidebar4" content=""/>
  29. <meta name="image:bg" content=""/>
  30. <meta name="image:updatespic" content=""/>
  31.  
  32. <meta name="text:Link 1" content="" />
  33. <meta name="text:Link 1 Text" content="" />
  34. <meta name="text:Link 2" content="" />
  35. <meta name="text:Link 2 Text" content="" />
  36. <meta name="text:Link 3" content="" />
  37. <meta name="text:Link 3 Text" content="" />
  38. <meta name="text:Link 4" content="" />
  39. <meta name="text:Link 4 Text" content="" />
  40. <meta name="text:Link 5" content="" />
  41. <meta name="text:Link 5 Text" content="" />
  42.  
  43.  
  44.  
  45.  
  46. <style type="text/css">
  47.  
  48.  
  49.  
  50.  
  51. /* --- CURSOR --- */
  52.  
  53.  
  54. *,body, a, a:hover {cursor: url(http://www.totallylayouts.com/cursors/random/tiny_cursor.png), auto;}
  55.  
  56.  
  57.  
  58.  
  59.  
  60. /* --- SCROLLBAR --- */
  61.  
  62.  
  63.  
  64. ::-webkit-scrollbar {width: 6px; height: 4px; background: #ffffff; }
  65. ::-webkit-scrollbar-thumb {background-color: #000; -webkit-border-radius: 1ex; }
  66.  
  67.  
  68.  
  69. /* --- BODY ---*/
  70.  
  71.  
  72.  
  73. body {
  74. background:{color:background};
  75. margin:0px;
  76. color:{color:text};
  77. font-family:Calibri;
  78. font-size:10px;
  79. line-height:100%;
  80. }
  81.  
  82. a {
  83. text-decoration:none;
  84. outline:none;
  85. -moz-outline-style:none;
  86. color:{color:link};
  87. -moz-transition-duration:0.8s;
  88. -webkit-transition-duration:0.8s;
  89. -o-transition-duration:0.8s;
  90. }
  91.  
  92.  
  93. img {
  94. border:none;
  95. }
  96.  
  97. blockquote {
  98. padding-left:5px;
  99. border-left:2px solid;
  100. }
  101.  
  102. blockquote blockquote {
  103. padding-left:5px;
  104. border-left:2px solid;
  105. }
  106.  
  107.  
  108.  
  109. h1 {
  110. font-size:15px;
  111. }
  112.  
  113. a:hover {
  114. opacity:10;
  115. color:{color:hover};
  116. -webkit-transition: all 0.8s ease;
  117. -moz-transition: all 0.8s ease;
  118. -o-transition: all 0.8s ease
  119. }
  120.  
  121.  
  122.  
  123. /* --- POST ENTRIES --- */
  124.  
  125.  
  126.  
  127. #entries {
  128. padding:10px;
  129. width:500px;
  130. margin-left:500px;
  131. margin-top:40px;
  132. }
  133.  
  134.  
  135.  
  136. /* --- BODY: POSTS --- */
  137.  
  138.  
  139.  
  140. #post {
  141. width:500px;
  142. padding-bottom:20px;
  143. }
  144.  
  145.  
  146.  
  147. /* --- Title ---*/
  148.  
  149.  
  150.  
  151. #title {
  152. font-family:'Josefin Slab', serif;
  153. font-size:15px;
  154. text-align:center;
  155. margin-bottom:-260px;
  156. }
  157.  
  158. #sidebar
  159. #title {opacity:0;-webkit-transition: all .7s;
  160. -moz-transition: all .7s;
  161. transition: all .7s;}
  162.  
  163. #sidebar:hover
  164. #title {opacity:.8;
  165. -webkit-transition: all 1.0s;
  166. -moz-transition: all 1.0s;
  167. transition: all 1.0s;}
  168.  
  169.  
  170.  
  171.  
  172.  
  173. /* --- SIDEBAR IMAGE ---*/
  174.  
  175.  
  176.  
  177.  
  178. #sidebar {
  179. width:100px;
  180. height:100px;
  181. margin-left:180px;
  182. margin-top: 200px;
  183. position:fixed;
  184. opacity:1;
  185. -moz-transition-duration:1s;
  186. -webkit-transition-duration:1s;
  187. -o-transition-duration:1s;
  188. }
  189.  
  190. #sidebarimage {
  191. width: 100px;
  192. margin-left:0px;
  193. margin-top:200px;
  194. -moz-transition-duration:1s;
  195. -webkit-transition-duration:1s;
  196. -o-transition-duration:1s;
  197. }
  198.  
  199. #sidebarimage img {
  200. width:100px;
  201. height:100px;
  202. border:none;
  203. padding:0px;
  204. -moz-transition-duration:1s;
  205. -webkit-transition-duration:1s;
  206. -o-transition-duration:1s;
  207. }
  208.  
  209. #sidebar:hover #sidebarimage {
  210. opacity:.1;
  211. -moz-transition-duration:1s;
  212. -webkit-transition-duration:1s;
  213. -o-transition-duration:1s;
  214. }
  215.  
  216. #sidebarimage2 {
  217. width:150px;
  218. margin-left:0px;
  219. margin-top:6px;
  220. -moz-transition-duration:1s;
  221. -webkit-transition-duration:1s;
  222. -o-transition-duration:1s;
  223. }
  224.  
  225. #sidebarimage2 img {
  226. width:100px;
  227. height:100px;
  228. border:none;
  229. padding:0px;
  230. -moz-transition-duration:1s;
  231. -webkit-transition-duration:1s;
  232. -o-transition-duration:1s;
  233. }
  234.  
  235. #sidebar:hover #sidebarimage2 {
  236. opacity:.1;
  237. -moz-transition-duration:1s;
  238. -webkit-transition-duration:1s;
  239. -o-transition-duration:1s;
  240. }
  241.  
  242. #sidebarimage3 {
  243. width:100px;
  244. margin-left:106px;
  245. margin-top:-210px;
  246. -moz-transition-duration:1s;
  247. -webkit-transition-duration:1s;
  248. -o-transition-duration:1s;
  249. }
  250.  
  251. #sidebarimage3 img {
  252. width:100px;
  253. height:100px;
  254. border:none;
  255. padding:0px;
  256. -moz-transition-duration:1s;
  257. -webkit-transition-duration:1s;
  258. -o-transition-duration:1s;
  259. }
  260.  
  261. #sidebar:hover #sidebarimage3 {
  262. opacity:.1;
  263. -moz-transition-duration:1s;
  264. -webkit-transition-duration:1s;
  265. -o-transition-duration:1s;
  266. }
  267.  
  268. #sidebarimage4 {
  269. width:100px;
  270. margin-left:106px;
  271. margin-top:6px;
  272. -moz-transition-duration:1s;
  273. -webkit-transition-duration:1s;
  274. -o-transition-duration:1s;
  275. }
  276.  
  277. #sidebarimage4 img {
  278. width:100px;
  279. height:100px;
  280. border:none;
  281. padding:0px;
  282. -moz-transition-duration:1s;
  283. -webkit-transition-duration:1s;
  284. -o-transition-duration:1s;
  285. }
  286.  
  287. #sidebar:hover #sidebarimage4 {
  288. opacity:.1;
  289. -moz-transition-duration:1s;
  290. -webkit-transition-duration:1s;
  291. -o-transition-duration:1s;
  292. }
  293.  
  294.  
  295.  
  296.  
  297.  
  298.  
  299. /* --- LINKS --- */
  300.  
  301.  
  302.  
  303. #links {
  304. width:30px;
  305. height:5px;
  306. padding: 5px;
  307. font-size:8px;
  308. font-family:'PT Sans Narrow', sans-serif;
  309. text-align:center;
  310. margin-top:-180px;
  311. margin-left:135px;
  312. text-align:center;
  313. text-transform:lowercase;
  314. word-spacing:2px;
  315. position:fixed;
  316. padding-bottom:5px;
  317. }
  318.  
  319. #links a {
  320. font-size: 10px;
  321. }
  322.  
  323. #links a:hover {
  324. color:{color:Hover}
  325. }
  326.  
  327. #sidebar
  328. #links {opacity:0;-webkit-transition: all .7s;
  329. -moz-transition: all .7s;
  330. transition: all .7s;}
  331.  
  332. #sidebar:hover
  333. #links {opacity:.8;
  334. -webkit-transition: all 1.0s;
  335. -moz-transition: all 1.0s;
  336. transition: all 1.0s;}
  337.  
  338.  
  339.  
  340.  
  341. /* --- DESCRIPTION ---*/
  342.  
  343.  
  344.  
  345. #description {
  346. padding:5px;
  347. text-align:justify;
  348. font-family:'PT Sans Narrow', sans-serif;
  349. width:90px;
  350. margin-left: 105px;
  351. margin-top:-100px;
  352. letter-spacing: 0px;
  353. line-height: 130%;
  354. }
  355.  
  356. #sidebar
  357. #description {opacity:0;-webkit-transition: all .7s;
  358. -moz-transition: all .7s;
  359. transition: all .7s;}
  360.  
  361. #sidebar:hover
  362. #description {opacity:.8;
  363. -webkit-transition: all 1.0s;
  364. -moz-transition: all 1.0s;
  365. transition: all 1.0s;}
  366.  
  367.  
  368. /* --- PAGINATION---*/
  369.  
  370.  
  371.  
  372. #pagination {
  373. font-size:10px;
  374. text-align:center;
  375. margin-left:0px;
  376. margin-top:-20px;
  377. font-family:'PT Sans Narrow', sans-serif;
  378. }
  379.  
  380. #sidebar
  381. #pagination {opacity:0;-webkit-transition: all .7s;
  382. -moz-transition: all .7s;
  383. transition: all .7s;}
  384.  
  385. #sidebar:hover
  386. #pagination {opacity:.8;
  387. -webkit-transition: all 1.0s;
  388. -moz-transition: all 1.0s;
  389. transition: all 1.0s;}
  390.  
  391.  
  392.  
  393. /* --- POST INFO ---*/
  394.  
  395.  
  396.  
  397. #info {
  398. text-align:center;
  399. margin-top:10px;
  400. }
  401.  
  402.  
  403.  
  404. /* --- POST TAGS---*/
  405.  
  406.  
  407.  
  408. #tags {
  409. font-family:'PT Sans Narrow', sans-serif;
  410. letter-spacing:0px;
  411. text-transform:lowercase;
  412. font-size:10px;
  413. font-style:italic;
  414. margin-top:4px;
  415. text-align:left;
  416. opacity:0;
  417. -webkit-transition: all 0.6s ease-in-out;
  418. -moz-transition: all 0.6s ease-in-out;
  419. -o-transition: all 0.6s ease-in-out;
  420. -ms-transition: all 0.6s ease-in-out;
  421. transition: all 0.6s ease-in-out;
  422. }
  423.  
  424. #post:hover #tags {
  425. opacity:1;
  426. -webkit-transition: all 0.6s ease-in-out;
  427. -moz-transition: all 0.6s ease-in-out;
  428. -o-transition: all 0.6s ease-in-out;
  429. -ms-transition: all 0.6s ease-in-out;
  430. transition: all 0.6s ease-in-out;
  431. }
  432.  
  433. /* --- QUESTIONS ---*/
  434.  
  435.  
  436.  
  437. #ask {
  438. padding:5px;
  439. padding-bottom:8px;
  440. padding-left:8px;
  441. text-align:left;
  442. font-family:'helvetia';
  443. font-style:bold;
  444. color:{color:text};
  445. line-height:100%;
  446. background-color:#ffffff;
  447. }
  448. #ask img {
  449. margin-left:-2px;
  450. margin-bottom:-9px;
  451. padding:3px;
  452.  
  453. }
  454. #ans {
  455. text-align:left;
  456. padding:5px;
  457. color:{color:text};
  458. }
  459.  
  460.  
  461.  
  462. /* --- UPDATES TAB --- */
  463.  
  464.  
  465.  
  466. #tab
  467.  
  468. #tab a{
  469. display:block
  470. }
  471.  
  472. #tab .update {
  473. margin-top:0px;filter: alpha(opacity = 0);
  474. opacity:0;-webkit-transition: all 0.5s ease-out;
  475. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  476. }
  477.  
  478. #tab:hover .update {
  479. margin-top:0px;
  480. -webkit-transition: all 0.8s ease-out;
  481. -moz-transition: all 0.8s ease-out;
  482. transition: all 0.8s ease-out;
  483. filter: alpha(opacity = 100);
  484. filter: alpha(opacity = 100);
  485. opacity:100;
  486.  
  487. }
  488.  
  489. #news {
  490. font-family:'PT Sans Narrow', sans-serif;
  491. font-size:7px;
  492. color: #b8b8b8;
  493. width:100px;
  494. line-height:170%;
  495. border:1px solid #f1f1f1;
  496. margin-left: 37px;
  497. margin-top:150px;
  498. text-align:center;
  499. letter-spacing:1px;
  500. padding:5px;
  501. position:fixed;
  502. }
  503.  
  504. #updatespic img{
  505. width:240px;
  506. margin-top: 30px;
  507. margin-left: 0px;
  508. position:fixed;
  509. }
  510.  
  511.  
  512. {CustomCSS}
  513.  
  514.  
  515.  
  516. </style>
  517.  
  518.  
  519. </head>
  520.  
  521.  
  522. <body>
  523.  
  524. <div id="tab">
  525.  
  526. <div id="updatespic"><img src="http://31.media.tumblr.com/b24120e95c0b027f71c709346021b582/tumblr_mt5g1hPcKk1siydl5o1_500.png"></div>
  527.  
  528. <div class="update">
  529.  
  530. <div id="news">
  531. <center>
  532. UPDATES
  533. <p>
  534. GO
  535. <p>
  536. HERE
  537. <p>
  538. <a href="/">LINK</a>
  539. </script>
  540.  
  541. </center>
  542. </div></div></div>
  543.  
  544. <div id="sidebar">
  545.  
  546. <div id="title">{Title}</div>
  547.  
  548. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  549. <div id="sidebarimage2"><img src="{image:sidebar2}"></div>
  550. <div id="sidebarimage3"><img src="{image:sidebar3}"></div>
  551. <div id="sidebarimage4"><img src="{image:sidebar4}"></div>
  552.  
  553. <div id="links">
  554. <a href="{text:Link 1}">{text:Link 1 Text}</a>
  555. <a href="{text:Link 2}">{text:Link 2 Text}</a>
  556. <a href="{text:Link 3}">{text:Link 3 Text}</a>
  557. <a href="{text:Link 4}">{text:Link 4 Text}</a>
  558. <a href="{text:Link 5}">{text:Link 5 Text}</a>
  559. </div>
  560.  
  561. <div id="description">{Description}</div>
  562.  
  563. <div id="pagination">
  564. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage}
  565. {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}{/block:Pagination}
  566. </div>
  567.  
  568. </div>
  569.  
  570. <div id="entries">{block:Posts}<div id="post">
  571.  
  572. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  573.  
  574. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  575.  
  576. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  577.  
  578. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  579.  
  580. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  581.  
  582. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  583.  
  584. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  585.  
  586. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  587.  
  588. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker} whispered: {Question}<br>{Answer}{/block:Answer}
  589.  
  590. <div id="info">
  591. {block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">
  592. {NoteCountWithLabel}</a>{block:RebloggedFrom}<br>via:<a href="{ReblogParentURL}"
  593. title="{ReblogParentTitle}">{ReblogParentName}</a> source:<a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}<br> {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  594.  
  595. </div>
  596. {block:PostNotes}{PostNotes}{/block:PostNotes}
  597. {/block:Posts}</div>
  598.  
  599. <!--
  600. THEME MAKER CREDIT
  601. -->
  602.  
  603. <div style="position:fixed;bottom:3px; right:3px; font-size:7px; letter-spacing:1px; font-family:cambria;"><a href="http://mykhalandstars.tumblr.com/">BAMBI</a></center></div>
  604.  
  605. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement