wallflwers

graces theme2

Jan 15th, 2013
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.39 KB | None | 0 0
  1. <html>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5.  
  6. <link href='http://fonts.googleapis.com/css?family=Playfair+Display:400italic' rel='stylesheet' type='text/css'>
  7.  
  8.  
  9. <meta name="color:Box" content="#f8f8f8"/>
  10. <meta name="color:Background" content="#ffffff"/>
  11. <meta name="color:Border" content="#e8e8e8"/>
  12. <meta name="color:HyperLink" content="#b1486c"/>
  13. <meta name="color:HyperLink Hover" content="#d6bfc7"/>
  14. <meta name="color:Scrollbar" content="#b1486c"/>
  15. <meta name="color:Links Text" content="#d59db0"/>
  16. <meta name="color:Link Text Hover" content="#292727"/>
  17. <meta name="color:Text" content="#9c8f93"/>
  18. <meta name="color:Background" content="#9c8f93"/>
  19.  
  20. <meta name="image:Sidebar" content""/>
  21. <meta name="image:background" content ""/>
  22.  
  23. <meta name="text:Link 3 URL" content="/"/>
  24. <meta name="text:Link 3 name" content=""/>
  25. <meta name="text:Link 4 URL" content="/"/>
  26. <meta name="text:Link 4 name" content=""/>
  27.  
  28.  
  29.  
  30. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  31.  
  32. <script src="jquery.js"></script>
  33. <script>
  34. $(document).ready(function(){
  35. $("#flip").click(function(){
  36. $("#panel").slideToggle("fast");
  37. });
  38. });
  39. </script>
  40.  
  41.  
  42.  
  43. {block:Description}
  44. <meta name="description" content="{MetaDescription}" />{/block:Description}
  45. <title>
  46. {block:PostSummary}
  47. {PostSummary} - {/block:PostSummary}{Title}</title>
  48. </style>
  49.  
  50. <style type="text/css">
  51.  
  52. #bite
  53. #bite a{
  54. display:block
  55. }
  56. #bite .death {;filter: alpha(opacity = 0);
  57. opacity:0;-webkit-transition: all 0.5s ease-out;
  58. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  59. }
  60.  
  61. #bite:hover .death {
  62. -webkit-transition: all 0.5s ease-out;
  63. -moz-transition: all 0.5s ease-out;
  64. transition: all 0.5s ease-out;
  65. filter: alpha(opacity = 100);
  66. filter: alpha(opacity = 100);
  67. opacity:100;
  68. }
  69.  
  70. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  71.  
  72.  
  73. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: .9;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  74.  
  75. ::-webkit-scrollbar {width: 5px; height: 5px; background:{color:Scrollbar Background}; }
  76. ::-webkit-scrollbar-thumb { background-color: {color:Scrollbar};}
  77.  
  78. {block:iftinycursor}
  79. body, a, a:hover {cursor: url(http://media.tumblr.com/tumblr_lyovxfnDb71qfoi4t.png), progress;}
  80. {/block:iftinycursor}
  81.  
  82. body{
  83. background-color: {color:Background};
  84. background-image: url({image:Background});
  85. background-attachment: fixed;
  86. background-repeat: repeat;
  87. background-position: center;
  88. font-family:calibri;
  89. font-size:11px;
  90. line-height:12px;
  91. color:{color:Text};
  92. }
  93.  
  94. a:link, a:active, a:visited{
  95. color: {color:HyperLink};
  96. text-decoration:none;
  97. -webkit-transition: all 0.4s linear;
  98. -moz-transition: all 0.4s linear;
  99. transition: all 0.4s linear;
  100. }
  101.  
  102. a:hover{
  103. color: {color:HyperLink Hover};
  104. {block:iftinycursor}
  105. cursor: url(http://i.imgur.com/IepP2.jpg), progress;
  106. {/block:iftinycursor}
  107. }
  108.  
  109. #container {
  110. margin:auto;
  111. width:500px;
  112. }
  113.  
  114. #content {
  115. width:500px;
  116. padding:20px;
  117. margin-left:auto;
  118. margin-right:auto;
  119. margin-top:-10px;
  120. }
  121.  
  122. #entry {
  123. width:500px;
  124. margin-top:20px;
  125. margin-left:140px;
  126. padding:3px;
  127.  
  128. }
  129.  
  130. #permalink{
  131. position:relative;
  132. margin-top:9px;
  133. padding-top:3px;
  134. font-size:8px;
  135. line-height:10px;
  136. font-family:cambria;
  137. letter-spacing:1px;
  138. text-transform:uppercase;
  139. }
  140.  
  141. #info{
  142. position:absolute;
  143. margin-top:-11px;
  144. font-size:8px;
  145. line-height:10px;
  146. font-family:cambria;
  147. letter-spacing:1px;
  148. right:0;
  149. text-transform:uppercase;
  150. }
  151.  
  152. #answer {
  153. padding-top:50px;
  154. }
  155.  
  156. #ask {
  157. float:left;
  158. margin-right:5px;
  159. padding:5px;
  160. background:{color:Ask Background};
  161. width:492px;
  162. }
  163.  
  164. #asker {
  165. float:left;
  166. }
  167.  
  168. .askername{
  169. text-transform:uppercase;
  170. font-size:10px;
  171. font-weight:bold;
  172. letter-spacing:1px;
  173. padding-top:3px;
  174. margin-top:3px;
  175. text-align:right;
  176. border-top:1px solid {color:Border};
  177. }
  178.  
  179. #side {
  180. position:fixed;
  181. text-align:center;
  182. width:120px;
  183. margin-top:200px;
  184. margin-left:-160px;
  185. }
  186.  
  187. #sidepic {
  188. text-align:center;
  189. width:110px;
  190. z-index:999;
  191. padding:7px;
  192. padding-bottom:6px;
  193. background:white;
  194. border:1px solid {color:Border};
  195. }
  196.  
  197. #sidepic{
  198. -webkit-transition: opacity 0.5s linear;
  199. opacity: 0.9;
  200. }
  201.  
  202. #sidepic:hover{
  203. -webkit-transition: opacity 0.5s linear;
  204. opacity: 1;
  205. }
  206.  
  207.  
  208. #sidepic{
  209. -moz-transition: opacity 0.5s linear;
  210. opacity: 0.9;
  211. }
  212.  
  213. #sidepic:hover{
  214. -moz-transition: opacity 0.5s linear;
  215. opacity: 1;
  216. }
  217.  
  218.  
  219. #description {
  220. font-size:9px;
  221. font-family:calibri;
  222. letter-spacing:1px;
  223. display: block;
  224. no-repeat 0 3px;
  225. text-align:center;
  226. padding-left:7px;
  227. margin-top:-91px;
  228. margin-left:133px;
  229. width:110px;
  230. }
  231.  
  232. .links {
  233. -webkit-transition:all 0.2s ease-out;
  234. -moz-transition:all 0.2s ease-out;
  235. transition:all 0.2s ease-out;margin-left:-55px; margin-top:-50px; width:42px; text-align:center;float:left;}
  236.  
  237. .links a { color: {color:link}; margin-bottom: -10px; text-transform: uppercase; padding:5px; font-family: 'Playfair Display', curive;
  238. opacity: 1; padding-top: 1px; padding-bottom: 1px; padding-left: 1px; padding-right: 1px; height: 14.5px; font-size: 8px; letter-spacing: 1px; margin-left: 1px; }
  239.  
  240. .links a:hover { color: {color:linkhovercolor}; background-color: {color:link hover};border-left:1px solid {color:border};padding-left:3px;
  241. }
  242.  
  243.  
  244. .pgs {
  245. text-align:right;
  246. font-family:cambria;
  247. font-size:10px;
  248. text-transform:uppercase;
  249. margin-left:10px;
  250. border-top:1px solid {color:Border};
  251. }
  252.  
  253. .posttitle{
  254. font-family:cambria;
  255. font-size: 17px;
  256. line-height: 20px;
  257. }
  258.  
  259. blockquote{
  260. padding:0px 0px 2px 5px;
  261. margin:0px 0px 2px 1px;
  262. border-left: 3px solid {color:HyperLink Hover};}
  263. blockquote p, ul{margin:0px; padding:0px;
  264. }
  265.  
  266. .chat .line{
  267. padding: 2px;
  268. }
  269.  
  270. .chat .line .odd{
  271. color: {color:Link};
  272. }
  273.  
  274. .label {font-weight:bold; color:{color:text}}
  275.  
  276. a img{border: 0px;}
  277.  
  278. .p { padding-top: 5px; }
  279. .ol, ul { margin-left: 10px; padding: 5px; }
  280. .ul { list-style-type: square; }
  281.  
  282. .cover {position: absolute; z-index: 1; width:75px; padding:5px; border:1px solid {color:Border};}
  283.  
  284. .playbox {position: absolute; z-index: 1000;}
  285.  
  286. .playbutton {width: 26px; height: 26px; overflow: hidden; position: relative; z-index:2;border:5px solid white;}
  287.  
  288. .playbox {background-color: black; position: absolute; z-index:2; margin-top: 25px; margin-left: 24px; opacity:.6;
  289. -webkit-transition: all 0.6s linear;
  290. -moz-transition: all 0.6s linear;
  291. transition: all 0.6s linear;}
  292.  
  293. .playbox:hover {opacity:.8;}
  294.  
  295. .title{
  296. width:
  297. position:absolute;
  298. line-height:23px;
  299. margin-left:90px;
  300. padding:4px;
  301. z-index: 1000;
  302. text-transform:uppercase;
  303. }
  304.  
  305. .video embed, .post div.video object {width:250px; height:187px}
  306.  
  307. .notes img{width:10px; position:left; top:3px;}
  308.  
  309.  
  310. .video embed, .post div.video object {width:250px; height:187px}
  311.  
  312. .notes img{width:10px; position:left; top:3px;}
  313.  
  314.  
  315. {CustomCSS}
  316. </style>
  317.  
  318. <link rel="shortcut icon" href="{Favicon}">
  319. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=820" />
  320.  
  321. </head>
  322. <body>
  323. <div id="container">
  324. <div id="content">
  325. <div id="side">
  326. <div class="links" style="margin-top:38px;">
  327. <a href="/">home</a>
  328. <a href="/ask">ask</a>
  329. <a href="{text:Link 3 URL}">{text:Link 3 name}</a>
  330. <a href="{text:Link 4 URL}">{text:Link 4 name}</a></div>
  331. <div id="sidepic"><img src="{image:Sidebar}" style="width:110px;"/></div>
  332. <div id="description">{Description}<br>{block:Pagination}{/block:Pagination}
  333. {block:PreviousPage}<a style="{color:text}"href="{PreviousPage}">←</a>{/block:PreviousPage}
  334. {block:NextPage}<a style="{color:text}"href="{NextPage}">→</a>{/block:NextPage}
  335. </div>
  336. </div>
  337. </div>
  338.  
  339.  
  340. {block:Posts}
  341. <div style="border: 1px solid {color:border};padding:10px;" id="entry">
  342.  
  343. {block:Text}
  344. {block:Title}
  345. <div class="posttitle">{Title}</div>
  346. {/block:Title}
  347. {Body}
  348. {/block:Text}
  349.  
  350. {block:Link}
  351. <div class="posttitle">
  352. <a href="{URL}">{Name}</a>
  353. </div>
  354. {block:Description}{Description}{/block:Description}
  355. {/block:Link}
  356.  
  357. {block:Photo}
  358. <center>
  359. {LinkOpenTag}
  360. <div id="pic">
  361. <a href="{permalink}">
  362. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500"></a>
  363. </div>
  364. {LinkCloseTag}
  365. </center>
  366. {block:Caption}{Caption}{/block:Caption}
  367. {block:ContentSource}
  368. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  369. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  370. {/block:SourceLogo}
  371. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  372. {/block:ContentSource}
  373. {block:ReblogParentURL}
  374. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  375. {/block:ReblogParentURL}
  376. {/block:Photo}
  377.  
  378. {block:Photoset}
  379. <center>
  380. <div class="photo">
  381. {Photoset-500}
  382. </div>
  383. </center>
  384. {block:Caption}{Caption}{/block:Caption}
  385. {/block:Photoset}
  386.  
  387. {block:Quote}
  388. <div class="posttitle">"{Quote}"</div>
  389. {block:Source}
  390. <i> - {Source}</i>
  391. {/block:Source}
  392. {/block:Quote}
  393.  
  394. {block:Chat}
  395. {block:Title}
  396. <div class="posttitle">
  397. {Title}
  398. </div>
  399. {/block:Title}
  400. <div class="chat">
  401. {block:Lines}
  402. <div class="chat">
  403. <div class="line {Alt}">
  404. <div class="{Alt} user_{UserNumber}">
  405. {block:Label}
  406. <b>{Label} </b>
  407. {/block:Label}
  408. {Line}
  409. </div>
  410. </div>
  411. </div>
  412. {/block:Lines}
  413. </div>
  414. {/block:Chat}
  415.  
  416. {block:Audio}
  417. <div class="playbox">
  418. <div class="playbutton">
  419. {block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
  420. </div></div>
  421. {block:AlbumArt}
  422. <img src="{AlbumArtURL}" class="cover">
  423. {/block:AlbumArt}
  424.  
  425. <div class="title">
  426. {block:TrackName}
  427. <b>Title</b>:{TrackName}
  428. {/block:TrackName}
  429. </div>
  430.  
  431. <div class="title">
  432. {block:Artist}
  433. <b>Artist:</b>{Artist}
  434. {/block:Artist}
  435. </div>
  436.  
  437. <div class="title">
  438. {PlayCountWithLabel}
  439. </div>
  440.  
  441. <br>
  442. {block:Caption}{Caption}{/block:Caption}
  443. {/block:Audio}
  444.  
  445. {block:Video}
  446. <center>
  447. <div class="photo">
  448. {Video-500}
  449. </div>
  450. </center>
  451. {block:Caption}{Caption}{/block:Caption}
  452. {/block:Video}
  453.  
  454. {block:IndexPage}
  455. <div id="permalink">posted
  456. <a href="{Permalink}"> {TimeAgo}</a>
  457. with
  458. <a href="{Permalink}">{NoteCountWithLabel}</a>
  459. <div id="info">
  460. {block:RebloggedFrom}<a href="{ReblogParentURL}" target="_blank">via:{ReblogParentName}</a> / (<a href="{ReblogRootURL}" target="_blank">©</a>) {/block:RebloggedFrom}
  461. </div>
  462. <br>
  463. {block:HasTags}
  464. TAGGED AS:
  465. {block:Tags}<a href="{TagURL}">#{Tag}</a>
  466. {/block:Tags}
  467. {/block:HasTags}
  468. </div>
  469. {/block:IndexPage}
  470.  
  471. {block:PermalinkPage}
  472. <center>
  473. <div id="permalink">
  474. {block:Date}
  475. {TimeAgo} on
  476. {ShortMonth} {DayofMonth},{Year}
  477. {/block:Date}
  478. {block:NoteCount} · {NoteCountWithLabel}
  479. {/block:NoteCount}
  480. {block:HasTags} · Tags:
  481. {block:Tags}<a href="{TagURL}">#{Tag} </a>
  482. {/block:Tags}
  483. {/block:HasTags}
  484. <br>{block:RebloggedFrom}via: <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a> · (©: <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>) {/block:RebloggedFrom}
  485. </div>
  486. </center>
  487. {/block:PermalinkPage}
  488.  
  489. {block:PostNotes}
  490. {PostNotes}
  491. {/block:PostNotes}
  492. </div>
  493. {/block:Posts}
  494. </div>
  495.  
  496. <div style="font-size: 10px; letter-spacing: 1px; float: right; position: fixed; bottom: 5px; right: 5px; text-transform:lowercase;"><a href="http://joshdevin.tumblr.com">©joshdevin</a></div>
  497.  
  498. </body>
  499. </html>
Advertisement
Add Comment
Please, Sign In to add comment