Advertisement
elletho

Wings -- Theme 4

Dec 2nd, 2013
350
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.29 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. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9. <!----
  10. Theme 4: 'Wings' by miichaelmando (thirlwallz.co.vu)
  11. ☮ DO NOT use this as a base theme.
  12. ☮ DO NOT edit & redistribute.
  13. ☮ Base theme is by hogwat, use her base theme, NOT THIS THEME.
  14. ☮ DO NOT move the credit.
  15. ☮ Did you know removing credit is illegal according to the Creative Commons License?
  16.  
  17. ☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮
  18.  
  19. ☮ Edit this as much as you want for PERSONAL USE ONLY.
  20. ☮ If you follow the rules and respect them, ilysm let's get married
  21. --->
  22.  
  23.  
  24.  
  25. <!--META NAMES-->
  26.  
  27. <meta name="color:txt" content="#666666"/>
  28. <meta name="color:links" content="#6f6e6e"/>
  29. <meta name="color:hover" content="#fafafa"/>
  30. <meta name="color:info" content="#a8a8a8">
  31.  
  32. <meta name="color:bg" content="#ffffff">
  33. <meta name="color:post bg" content="#ffffff">
  34. <meta name="color:border" content="#ffffff">
  35. <meta name="color:scrollbar" content="#AAAAAA">
  36. <meta name="color:scrollbarbg" content="#ffffff">
  37.  
  38. <meta name="image:bg" content=""/>
  39. <meta name="image:link1" content=""/>
  40. <meta name="image:link2" content=""/>
  41. <meta name="image:link3" content=""/>
  42. <meta name="image:link4" content=""/>
  43. <meta name="image:topimg" content=""/>
  44. <meta name="image:bottomimg" content=""/>
  45. <meta name="image:png" content=""/>
  46.  
  47. <meta name="text:link 1" content="/">
  48. <meta name="text:link 2" content="/">
  49. <meta name="text:link 3" content="/">
  50. <meta name="text:link 4" content="/">
  51.  
  52.  
  53.  
  54.  
  55. <style type="text/css">
  56.  
  57.  
  58.  
  59. ::-webkit-scrollbar-thumb {
  60. height:auto;
  61. background-color:{color:Scrollbar};
  62. }
  63.  
  64. ::-webkit-scrollbar {
  65. height:9px;
  66. width:4px;
  67. background-color:{color:ScrollbarBg};
  68. }
  69.  
  70. body {
  71. background-color:{color:bg};
  72. background-image:url('{image:bg}');
  73. background-attachment: fixed;
  74. background-repeat: repeat;
  75. font-family:calibri;
  76. font-size:12px;
  77. text-align:justify;
  78. color:{color:txt};
  79. margin:0;
  80. }
  81.  
  82. a {
  83. color:{color:links};
  84. text-decoration:none;
  85. -moz-outline-style:none;
  86. }
  87.  
  88. a:hover{
  89. color:{color:hover};
  90. -moz-transition-duration:0.3s;
  91. -webkit-transition-duration:0.3s;
  92. -o-transition-duration:0.3s;
  93. }
  94.  
  95. img {
  96. border:none;
  97. }
  98.  
  99. blockquote {
  100. padding-left:5px;
  101. border-left:2px solid;
  102. margin:5px;
  103. }
  104.  
  105. blockquote blockquote {
  106. padding-left:5px;
  107. border-left:2px solid;
  108. margin:5px;
  109. }
  110.  
  111. /*DESC*/
  112.  
  113. #desc {
  114. width:380px;
  115. height:60px;
  116. position:fixed;
  117. padding:10px;
  118. margin-top:520px;
  119. margin-left:790px;
  120. font-size:11px;
  121. background-color:{color:post bg};
  122. }
  123.  
  124.  
  125. /*PAGINAITON*/
  126.  
  127. #pagi {
  128. font-size:10px;
  129. text-transform:uppercase;
  130. letter-spacing:3px;
  131. font-style:normal;
  132. position:fixed;
  133. text-align:center;
  134. margin-left:900px;
  135. margin-top:504px;
  136. color:{color:border};
  137. z-index:999999;
  138. }
  139.  
  140. #pagi a {
  141. color:{color:border};
  142. }
  143.  
  144. /*IMAGES*/
  145.  
  146.  
  147. #png {
  148. position:fixed;
  149. width:auto;
  150. height:auto;
  151. margin-left:970px;
  152. margin-top:33px;
  153. padding:2px;
  154. z-index:-999;
  155. }
  156.  
  157. #topimage {
  158. position:fixed;
  159. width:215px;
  160. height:215px;
  161. top:52px;
  162. margin-left:820px;
  163. padding:2px;
  164. border:1px double {color:border};
  165. z-index:-999;
  166. }
  167.  
  168. #bottomimage {
  169. position:fixed;
  170. width:215px;
  171. height:215px;
  172. top:278px;
  173. margin-left:820px;
  174. padding:2px;
  175. border:1px double {color:border};
  176. z-index:-999;
  177. }
  178.  
  179. /*LINKS*/
  180.  
  181. #link1 {
  182. position: fixed;
  183. margin-left: 790px;
  184. margin-top:90px;
  185. }
  186.  
  187. #link1 img{
  188. -webkit-transition: all 0.6s ease-in-out;
  189. -moz-transition: all 0.6s ease-in-out;
  190. -o-transition: all 0.6s ease-in-out;
  191. -ms-transition: all 0.6s ease-in-out;
  192. transition: all 0.6s ease-in-out;
  193. }
  194.  
  195. #link1 img:hover{
  196. -webkit-transform: rotate(360deg);
  197. -o-transform: rotate(360deg);
  198. -moz-transform: rotate(360deg);
  199. -ms-transform: rotate(360deg);
  200. transform: rotate(360deg);
  201. }
  202.  
  203. #link2 {
  204. position: fixed;
  205. margin-left: 790px;
  206. margin-top:195px;
  207. }
  208.  
  209. #link2 img{
  210. -webkit-transition: all 0.6s ease-in-out;
  211. -moz-transition: all 0.6s ease-in-out;
  212. -o-transition: all 0.6s ease-in-out;
  213. -ms-transition: all 0.6s ease-in-out;
  214. transition: all 0.6s ease-in-out;
  215. }
  216.  
  217. #link2 img:hover{
  218. -webkit-transform: rotate(360deg);
  219. -o-transform: rotate(360deg);
  220. -moz-transform: rotate(360deg);
  221. -ms-transform: rotate(360deg);
  222. transform: rotate(360deg);
  223. }
  224.  
  225. #link3 {
  226. position: fixed;
  227. margin-left: 790px;
  228. margin-top:305px;
  229. }
  230.  
  231. #link3 img{
  232. -webkit-transition: all 0.6s ease-in-out;
  233. -moz-transition: all 0.6s ease-in-out;
  234. -o-transition: all 0.6s ease-in-out;
  235. -ms-transition: all 0.6s ease-in-out;
  236. transition: all 0.6s ease-in-out;
  237. }
  238.  
  239. #link3 img:hover{
  240. -webkit-transform: rotate(360deg);
  241. -o-transform: rotate(360deg);
  242. -moz-transform: rotate(360deg);
  243. -ms-transform: rotate(360deg);
  244. transform: rotate(360deg);
  245. }
  246.  
  247. #link4 {
  248. position: fixed;
  249. margin-left: 790px;
  250. margin-top:410px;
  251. }
  252.  
  253. #link4 img{
  254. -webkit-transition: all 0.6s ease-in-out;
  255. -moz-transition: all 0.6s ease-in-out;
  256. -o-transition: all 0.6s ease-in-out;
  257. -ms-transition: all 0.6s ease-in-out;
  258. transition: all 0.6s ease-in-out;
  259. }
  260.  
  261. #link4 img:hover{
  262. -webkit-transform: rotate(360deg);
  263. -o-transform: rotate(360deg);
  264. -moz-transform: rotate(360deg);
  265. -ms-transform: rotate(360deg);
  266. transform: rotate(360deg);
  267. }
  268.  
  269.  
  270. /*ENTRIES*/
  271.  
  272. #container{
  273. width:525px;
  274. margin-left:230px;
  275. margin-top:50px;
  276. position:absolute;
  277. z-index:0;
  278. }
  279.  
  280. #post{
  281. padding:15px;
  282. width:500px;
  283. background-color:{color:post bg};
  284. overflow:hidden;
  285. outline:1px solid {color:border};
  286. outline-offset:3px;
  287. margin-bottom:20px;
  288. float:left;
  289. z-index:9999;
  290. }
  291.  
  292.  
  293. /*POST INFO*/
  294.  
  295. #info {
  296. width:500px;
  297. height:auto;
  298. text-align:center;
  299. font-family:calibri;
  300. font-size:9px;
  301. text-transform:uppercase;
  302. padding:5px;
  303. color:{color:links};
  304. line-height:10px;
  305. background-color: {color:info};
  306. margin-top:5px;
  307. margin-bottom:5px;
  308. }
  309.  
  310. #info a{
  311. color:{color:links};
  312. }
  313.  
  314. #info a:hover{
  315. color:{color:hover};
  316. }
  317.  
  318. #tags{
  319. width:500px;
  320. padding:5px;
  321. margin-top:-3px;
  322. margin-left:-5px;
  323. float:left;
  324. text-align:center;
  325. font-size:8px;
  326. opacity:1;
  327. color:{color:links};
  328. background-color:{color:info};
  329. transition-duration: 0.5s;
  330. -moz-transition-duration: 0.5s;
  331. -webkit-transition-duration: 0.5s;
  332. -o-transition-duration: 0.5s
  333. }
  334.  
  335. #tags a {
  336. display:inline-block;
  337. color:{color:links};
  338. font-size:10px;
  339. text-align:center;
  340. text-decoration:none;
  341. }
  342.  
  343. #notes{
  344. font-size:9px;
  345. text-transform:uppercase;
  346. }
  347.  
  348.  
  349.  
  350.  
  351.  
  352. /*CREDIT--seriously leave this please, it's really tiny.*/
  353.  
  354. #rae{
  355. float:right;
  356. position:fixed;
  357. bottom:5px;
  358. right:5px;
  359. padding:5px;
  360. font-size:12px;
  361. text-transform:uppercase;
  362. background-color:{color:post bg};
  363. border:1px solid {color:border};
  364. }
  365.  
  366. #maker a{
  367. color:{color:links};
  368. }
  369.  
  370.  
  371. {CustomCSS}
  372.  
  373. </style></head>
  374.  
  375.  
  376. <body>
  377.  
  378.  
  379. <div id="sidebar">
  380. <div id="topimage"><img src="{image:topimg}"></div>
  381. <div id="bottomimage"><img src="{image:bottomimg}"></div>
  382. <div id="png"><img src="{image:png}"></div>
  383.  
  384. <div id="link1">
  385. <a href="{text:link 1}"><img src="{image:link1}"></a></div>
  386. <div id="link2">
  387. <a href="{text:link 2}"><img src="{image:link2}"></a></div>
  388. <div id="link3">
  389. <a href="{text:link 3}"><img src="{image:link3}"></a></div>
  390. <div id="link4">
  391. <a href="{text:link 4}"><img src="{image:link4}"></a></div>
  392. </div>
  393. <div id="desc">{description}</div>
  394. {block:Pagination}
  395. <div id="pagi">
  396. {block:PreviousPage}
  397. <a href="{PreviousPage}">fall</a> /
  398. {/block:PreviousPage}
  399. {block:NextPage}
  400. <a href="{NextPage}">leap</a>
  401. {/block:NextPage}
  402. </div>
  403. {/block:Pagination}
  404. </div>
  405. </div>
  406.  
  407.  
  408. <div id="container">
  409. {block:Posts}
  410. <div id="post">
  411.  
  412. <!--TEXT POSTS-->
  413.  
  414. {block:Text}
  415. {block:Title}<h2>{Title}</h2>{/block:Title}
  416. {Body}
  417. {/block:Text}
  418.  
  419. <!--ASKS-->
  420.  
  421. {block:Answer}
  422. <div class="question">
  423. <img src="{AskerPortraitURL-40}"> <b>{Asker} majestically whispered:</b> {Question}</center>
  424. </div>
  425. {Answer}
  426. {/block:Answer}
  427.  
  428. <!--QUOTE POSTS-->
  429. {block:Quote}
  430.  
  431. <div class="quote">
  432. <div class="quotetext_{Length}">"{Quote}"</div>
  433. {block:Source}<div class="source">{Source}</div>{/block:Source}
  434. </div>
  435. {/block:Quote}
  436.  
  437. <!--LINK POSTS-->
  438.  
  439. {block:Link}
  440. <h2><a href="{URL}">{Name}</a></h2>
  441. {block:Description}{Description}{/block:Description}
  442. {/block:Link}
  443.  
  444. <!--CHAT POSTS-->
  445.  
  446. {block:Chat}
  447. {block:Title}<h2>{Title}</h2>{/block:Title}
  448. <ul class="convo">{block:Lines}<li class="line">{block:Label}<span class="label">{Label}</span>{/block:Label}
  449. {Line}</li>{/block:Lines}</ul>
  450. {/block:Chat}
  451.  
  452. <!--PHOTO POSTS-->
  453.  
  454. {block:Photo}
  455. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px">{LinkCloseTag}
  456.  
  457. {block:Caption}{Caption}{/block:Caption}
  458. {/block:Photo}
  459.  
  460. <!--PHOTOSET POSTS-->
  461.  
  462. {block:Photoset}
  463. {Photoset-500}
  464. {block:Caption}{Caption}{/block:Caption}
  465. {/block:Photoset}
  466.  
  467. <!--VIDEO POSTS-->
  468.  
  469. {block:Video}
  470. {Video-500}
  471. {block:Caption}{Caption}{/block:Caption}
  472. {/block:Video}
  473.  
  474.  
  475. <!--AUDIO-->
  476.  
  477. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  478. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  479. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  480. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  481. {/block:Audio}
  482.  
  483.  
  484. <!--POST INFO-->
  485.  
  486. <div id="info">
  487. posted <a href="{Permalink}">{TimeAgo}</a>{/block:Date}
  488. {block:RebloggedFrom} via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  489. {block:ContentSource} © <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}{/block:RebloggedFrom} with
  490. <a href="{Permalink}">{NoteCount} ♡</a></a></a>
  491. {block:HasTags}<div id="tags">
  492.  
  493. {block:Tags}<a href="/tagged/{Tag}">☮{{Tag}}</a>&nbsp;{/block:Tags}
  494. </div>{block:HasTags}
  495. </div>
  496. </div>
  497.  
  498. {/block:Posts}
  499. <br><br>{block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  500. {/block:Posts}</div></div></div>
  501. <br><br><br><br>
  502.  
  503.  
  504. </div></div>
  505.  
  506. {/block:Posts}
  507.  
  508. <!--DON'T REMOVE--SERIOUSLY IT'S TINY, JUST LEAVE IT PLS-->
  509. <div id="rae">
  510. <a href="http://miichaelmando.tumblr.com/">miichaelmando</a>
  511. </div>
  512.  
  513. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement