static-wings

Theme01 "Angels"

Jun 29th, 2013
1,730
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.08 KB | None | 0 0
  1. <style type="text/css">
  2.  
  3. body, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress !important;}</style><a href="http://www.cursors-4u.com/cursor/2011/11/10/small-grey-outline-pointer.html" target="_blank" title="Small Grey Outline Pointer"><img src="http://cur.cursors-4u.net/cursor.png" border="0" alt="Small Grey Outline Pointer" style="position:absolute; top: 0px; right: 0px;" /></a>
  4.  
  5. <html>
  6.  
  7. <head>
  8.  
  9. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11.  
  12. <!--
  13. Theme 01 "Angels"
  14. by wehuntmonsters-heblogsaboutit
  15. you may edit this theme as mush as you like, but do not take off/change the placement the credit and do not redistribute your edited code
  16. -->
  17.  
  18. <head>
  19.  
  20. <link href='http://fonts.googleapis.com/css?family=Rufina' rel='stylesheet' type='text/css'>
  21. <link href='http://fonts.googleapis.com/css?family=Allura' rel='stylesheet' type='text/css'>
  22.  
  23. <title>{Title}</title>
  24.  
  25.  
  26. <link rel="shortcut icon" href="{Favicon}">
  27. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  28. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  29.  
  30. <!--Fonts-->
  31.  
  32. <link href='http://fonts.googleapis.com/css?family=Rufina' rel='stylesheet' type='text/css'>
  33.  
  34. <link href='http://fonts.googleapis.com/css?family=Allura' rel='stylesheet' type='text/css'>
  35.  
  36. <!--Colors-->
  37.  
  38. <meta name="color:Background" content="#ffffff"/>
  39. <meta name="color:Text" content="#aaaaaa"/>
  40. <meta name="color:Link" content="#7e7e7e"/>
  41. <meta name="color:sblinks" content="#7e7e7e"/>
  42. <meta name="color:sbborder" content="7e7e7e" />
  43. <meta name="color:updatestabborder" content="7e7e7e" />
  44. <meta name="color:linkhover" content="#f1f1f1"/>
  45. <meta name="color:scrollbar" content="f1f1f1" />
  46. <meta name="color:scrollbg" content="7e7e7e" />
  47.  
  48. <!--Images-->
  49.  
  50. <meta name="image:Background" content=""/>
  51. <meta name="image:Sidebar" content=""/>
  52. <meta name="image:Updates Tab" content=""/>
  53.  
  54. <!--Links-->
  55.  
  56. <meta name="text:Link1" content="/" />
  57. <meta name="text:Link1 Title" content="" />
  58.  
  59. <meta name="text:Link2" content="/" />
  60. <meta name="text:Link2 Title" content="" />
  61.  
  62. <meta name="text:Link3" content="/" />
  63. <meta name="text:Link3 Title" content="" />
  64.  
  65. <meta name="text:Link4" content="/" />
  66. <meta name="text:Link4 Title" content="" />
  67.  
  68. <meta name="text:Link5" content="/" />
  69. <meta name="text:Link5 Title" content="" />
  70.  
  71. <meta name="text:Link6" content="/" />
  72. <meta name="text:Link6 Title" content="" />
  73.  
  74. <style type="text/css">
  75.  
  76. /* --- UPDATES TAB ---*/
  77.  
  78. #bite
  79. #bite a{
  80. display:block
  81. }
  82.  
  83. #bite .death {
  84. margin-top:0px;filter: alpha(opacity = 0);
  85. opacity:0;-webkit-transition: all 0.5s ease-out;
  86. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  87. }
  88.  
  89. #bite:hover .death {
  90. margin-top:0px;
  91. -webkit-transition: all 0.8s ease-out;
  92. -moz-transition: all 0.8s ease-out;
  93. transition: all 0.8s ease-out;
  94. filter: alpha(opacity = 100);
  95. filter: alpha(opacity = 100);
  96. opacity:100;
  97. }
  98.  
  99. #actualnews {
  100. font-family:garamond;
  101. font-size:10px;
  102. color: {color:text};
  103. width:150px;
  104. height:auto;
  105. padding-top:0px;
  106. padding-bottom:0px;
  107. padding-left:12px;
  108. padding-right:12px;
  109. border:1px solid {color:updatestabborder};
  110. margin-left: 30px;
  111. margin-top:70px;
  112. text-align:center;
  113. position:fixed;
  114. }
  115.  
  116. #thekey img{
  117. width:120px;
  118. margin-top: 0px;
  119. margin-left: 55px;
  120. position:fixed;
  121. opacity:0.5;
  122. -webkit-transition: opacity 0.2s linear;
  123. -webkit-filter: grayscale(100%);
  124. }
  125.  
  126. #thekey img:hover{
  127. -webkit-transition: opacity 1s linear;
  128. -webkit-filter: grayscale(0);
  129. opacity: 1;
  130. }
  131.  
  132. /* --- SCROLLBAR ---*/
  133.  
  134. ::-webkit-scrollbar {height: auto;width: 6px;}
  135. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  136. ::-webkit-scrollbar-track{background-color:{color:scrollbg};}
  137.  
  138. /* --- BODY ---*/
  139.  
  140. body {
  141. background:{color:background};
  142. background-image:url({image:Background});
  143. margin:0px;
  144. color:{color:text};
  145. font-family: 'Rufina', serif;
  146. font-size:9px;
  147. line-height:100%;
  148. }
  149.  
  150. blockquote {
  151. border-left:1px solid {color:link};
  152. padding-left:2px;
  153. margin:5px;
  154. }
  155.  
  156. a {
  157. color:{color:link};
  158. text-decoration:none;
  159. -webkit-transition:all 0.5s ease-in-out;
  160. -moz-transition:all 0.5s ease-in-out;
  161. -o-transition:all 0.5s ease-in-out;
  162. -ms-transition:all 0.5s ease-in-out;
  163. transition:all 0.5s ease-in-out;
  164. }
  165.  
  166. a:hover {
  167. text-decoration:none;
  168. color:{color:linkhover};
  169. }
  170.  
  171. img {
  172. none;
  173. }
  174.  
  175. h1 {
  176. font-family:'Allura', cursive;
  177. font-size:20px;
  178. font-style:none;
  179. text-align:left;
  180. font-weight:normal;
  181. }
  182.  
  183. h2 {
  184. font-size:10px;
  185. text-transform:none;
  186. font-weight:normal;
  187. }
  188.  
  189. /* --- POSTS ---*/
  190.  
  191.  
  192. #entries {
  193. padding:10px;
  194. width:500px;
  195. margin-left:520px;
  196. margin-top:40px;
  197. }
  198.  
  199. #post {
  200. width:500px;
  201. padding-top:10px;
  202. padding-bottom:10px;
  203. font-style:none;
  204. }
  205.  
  206. #post:hover #info {
  207. opacity:0.5
  208. }
  209.  
  210. #post img {
  211. opacity:0.5;
  212. -webkit-filter: grayscale(100%);
  213. -webkit-transition: opacity 0.5s ease-in;
  214. }
  215.  
  216. #post img:hover{
  217. -webkit-filter: grayscale(0);
  218. -webkit-transition: opacity 1s ease-in;
  219. opacity: 1;
  220. }
  221.  
  222. iframe.photoset {
  223. -webkit-filter: grayscale(100%);
  224. -webkit-transition: opacity 0.5s ease-in;
  225. opacity: .5;
  226. }
  227. iframe.photoset:hover {
  228. -webkit-filter: grayscale(0);
  229. -webkit-transition: opacity 1s ease-in;
  230. opacity: 1;
  231. }
  232.  
  233. #notes {
  234. font-family:garamond;
  235. text-transform:lowercase;
  236. font-size:9px;
  237. }
  238.  
  239. #notes img{
  240. opacity:0.5;
  241. -webkit-filter: grayscale(100%);
  242. -webkit-transition: opacity 0.5s ease-in;
  243. }
  244.  
  245. #notes img:hover{
  246. -webkit-filter: grayscale(0);
  247. -webkit-transition: opacity 1s ease-in;
  248. opacity: 1;
  249. }
  250.  
  251. #info {
  252. text-align:left;
  253. padding:5px;
  254. margin-top:5px;
  255. margin-bottom:10px;
  256. text-transform: none;
  257. font-family:garamond;
  258. font-size:9px;
  259. margin-left:-5px;
  260. opacity:0;
  261. -webkit-transition:all 0.5s ease-in-out;
  262. -moz-transition:all 0.5s ease-in-out;
  263. -o-transition:all 0.5s ease-in-out;
  264. -ms-transition:all 0.5s ease-in-out;
  265. transition:all 0.5s ease-in-out;
  266. }
  267.  
  268. #post #info:hover {
  269. opacity:0.8;
  270. }
  271.  
  272. #info #tags {
  273. opacity:0;
  274. -webkit-transition:all 0.5s ease-in-out;
  275. -moz-transition:all 0.5s ease-in-out;
  276. -o-transition:all 0.5s ease-in-out;
  277. -ms-transition:all 0.5s ease-in-out;
  278. transition:all 0.5s ease-in-out;
  279. }
  280.  
  281. #info:hover #tags {
  282. opacity:.8;
  283. margin-top:4px;
  284. -webkit-transition:all 0.5s ease-in-out;
  285. -moz-transition:all 0.5s ease-in-out;
  286. -o-transition:all 0.5s ease-in-out;
  287. -ms-transition:all 0.5s ease-in-out;
  288. transition:all 0.5s ease-in-out;
  289. }
  290.  
  291. #tags {
  292. font-family:garamond;
  293. letter-spacing:1px;
  294. text-transform:none;
  295. font-size:9px;
  296. margin-left:0px;
  297. margin-top:-2px;
  298. }
  299.  
  300. /* --- AUDIO ---*/
  301.  
  302. #audio {
  303. font-family:'Rufina',serif;
  304. margin-bottom:5px;
  305. width:500px;
  306. height:justify;
  307. }
  308.  
  309. .cover {
  310. width:78px;
  311. height:78px;
  312. position:absolute;
  313. }
  314.  
  315. .cover img {
  316. width:50px;
  317. height:50px;
  318. float:left;
  319. margin-top:10px;
  320. }
  321.  
  322. .player {
  323. opacity: 0.05;
  324. position:absolute;
  325. z-index:1;
  326. background:#fff;
  327. width:90px;
  328. height:90px;
  329. display:block;
  330. -webkit-transition: all 0.7s ease;
  331. -moz-transition: all 0.7s ease;
  332. -o-transition: all 0.7s ease;
  333. }
  334.  
  335. .player:hover {
  336. opacity:0.5;
  337. -webkit-transition: all 0.7s ease;
  338. -moz-transition: all 0.7s ease;
  339. -o-transition: all 0.7s ease;
  340. }
  341.  
  342. .player2 {
  343. width:25px;
  344. height:25px;
  345. margin-top:20px;
  346. margin-left:20px;
  347. overflow:hidden;
  348. padding:3px;
  349. padding-right:10px;
  350. }
  351.  
  352. .track {
  353. text-transform:uppercase;
  354. margin-left:80px;
  355. line-height:15px;
  356. padding-top:10px;
  357. }
  358.  
  359. /* --- SIDEBAR ---*/
  360.  
  361. #sidebar {
  362. width:120px;
  363. position:fixed;
  364. margin-left:320px;
  365. margin-top:150px;
  366. opacity:1;
  367. }
  368.  
  369. #sidebar:hover {
  370. border-radius:500px;
  371. -webkit-transition: all 0.5s ease;
  372. -moz-transition: all 0.5s ease;
  373. -o-transition: all 0.5s ease
  374. }
  375.  
  376. #sidebarimage img {
  377. width:120px;
  378. padding:3px;
  379. opacity:0.5;
  380. -webkit-filter: grayscale(100%);
  381. -webkit-transition: all 0.5s ease;
  382. -moz-transition: all 0.5s ease;
  383. -o-transition: all 0.5s ease
  384. }
  385.  
  386. #sidebarimage img:hover {
  387. -webkit-filter: grayscale(0);
  388. -webkit-transition: opacity 1s ease-in;
  389. opacity:1
  390. }
  391.  
  392. #links {
  393. width:120px;
  394. border-bottom:1px dotted {color:sbborder};
  395. font-family:garamond;
  396. font-size:7px;
  397. opacity:1;
  398. text-align:center;
  399. padding-top:4px;
  400. letter-spacing:1px;
  401. text-transform:uppercase;
  402. padding-bottom:7px;
  403. margin-top:-2px;
  404. margin-left:3px;
  405. color:{color:sblinks};
  406. }
  407.  
  408. #links a {
  409. color:{color:sblinks};
  410. }
  411.  
  412. #links a:hover {
  413. color:{linkhover};
  414. font-style: italic;
  415. -webkit-transition: all 0.7s ease;
  416. -moz-transition: all 0.7s ease;
  417. -o-transition: all 0.7s ease
  418. }
  419.  
  420. #description {
  421. font-family:'rufina', serif;
  422. padding:5px;
  423. font-size:10px;
  424. text-align:center;
  425. margin-top:-5px;
  426. margin-left:6px;
  427. -webkit-transition: opacity 0.2s linear;
  428. opacity:0.8;
  429. letter-spacing:0px;
  430. line-height:120%;
  431. }
  432.  
  433. #description:hover {
  434. opacity:1;
  435. -webkit-transition: opacity 1s ease-in;
  436. }
  437.  
  438. #description a {
  439. color:{color:link};
  440. }
  441.  
  442. #description a:hover {
  443. color:{color:linkhover};
  444. }
  445.  
  446. #pagination {
  447. font-size:16px;
  448. text-align:center;
  449. color:{color:link};
  450. font-family:garamond;
  451. letter-spacing:2px;
  452. margin-left:11px;
  453. }
  454.  
  455. /* --- ASKS ---*/
  456.  
  457. #asker {
  458. float:left;
  459. margin-right:5px;
  460. }
  461.  
  462. #q {
  463. font-family:rufina;
  464. text-transform:lowercase;
  465. letter-spacing:1px;
  466. padding-bottom:3px;
  467. }
  468.  
  469. #question {
  470. font-family:rufina;
  471. font-style:italic;
  472. font-size:10px;
  473. }
  474.  
  475. #answer {
  476. font-family:rufina;
  477. text-transform:uppercase;
  478. font-size:10px;
  479. }
  480.  
  481. {CustomCSS}
  482.  
  483.  
  484. </style>
  485.  
  486.  
  487. </head>
  488.  
  489.  
  490. <body>
  491.  
  492. <div id="bite">
  493. <div id="thekey"><img src="{image:Updates Tab}"></div>
  494. <div class="death">
  495. <div id="actualnews">
  496. <center>
  497. <p>put your updates here</p>
  498. <p>this will automatically expand to fit all of your announcements</p>
  499. </center>
  500. </div>
  501. </div></div>
  502.  
  503. <div id="sidebar">
  504. <div id="sidebarimage"><a href="/"><img src="{image:sidebar}"></a></div>
  505. <div id="links">
  506. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  507. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  508. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  509. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  510. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  511. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  512. </div>
  513.  
  514. <div id="description">{Description}</div>
  515.  
  516. {block:Pagination} <div align="center" id="pagination">{block:PreviousPage}<a href="{PreviousPage}">↚</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">↛</a>{/block:NextPage}</div>{/block:Pagination}
  517. </div>
  518.  
  519. <div id="entries">{block:Posts}<div id="post">
  520.  
  521. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  522.  
  523. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  524.  
  525. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  526.  
  527. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  528.  
  529. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  530.  
  531. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  532.  
  533.  
  534. {block:Audio}<div id="audio">{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  535. <div class="player">
  536. <div class="player2">
  537. {AudioPlayerWhite}</div></div><div class="track">{block:TrackName}<b>Title:</b> {TrackName}{/block:TrackName}<br />{block:Artist}<b>Artist:</b> {Artist}{/block:Artist}<br />{block:Album}<b>Album:</b> {Album}{/block:Album}<br />{PlayCountWithLabel}</div><br>{Caption}</div>
  538. {/block:Audio}
  539.  
  540. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  541.  
  542. {block:Answer}<div id="asker"></div><div id="q">{Asker} asked: {Question} {Answer}{/block:Answer}
  543.  
  544. <div id="info"> posted <a href="{Permalink}">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} with <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}
  545. {block:ContentSource}(Source: <a href="{SourceURL}"> <a href="{SourceURL}"> <a href="{SourceURL}">{SourceLink}</a>)</a>{/block:ContentSource}{/block:RebloggedFrom}
  546. {block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}">{Tag}</a>, {/block:Tags}</div>{/block:HasTags}</div></div>
  547. {/block:Posts}<div id="tags" st>
  548. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  549. {/block:Posts}</div></div></div>
  550.  
  551. <div style="font-family:garamond; font-size: 12px; letter-spacing: 1px; float: right; position: fixed; bottom: 5px; right: 5px; text-transform:uppercase;"><a title="credit" href="http://vaporfunk.tumblr.com">✂</a></div>
  552.  
  553. </body>
  554.  
  555. </html>
Advertisement
Add Comment
Please, Sign In to add comment