loltexas

seven

Aug 11th, 2012
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.20 KB | None | 0 0
  1. <head>
  2. <link href='http://fonts.googleapis.com/css?family=Over+the+Rainbow' rel='stylesheet' type='text/css'>
  3. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  4. <meta name="color:background" content="#fff"/>
  5. <meta name="color:text" content="#000"/>
  6. <meta name="color:title" content="#000"/>
  7. <meta name="color:link" content="#777"/>
  8. <meta name="color:hover" content="#fff"/>
  9. <meta name="image:sidebar" content="1"/>
  10. <meta name="image:background" content=""/>
  11. <meta name="text:link one" content="" />
  12. <meta name="text:link one title" content="" />
  13. <meta name="text:link two" content="" />
  14. <meta name="text:link two title" content="" />
  15.  
  16. <title>{title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  17.  
  18. <style type="text/css">
  19. 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;}
  20.  
  21.  
  22.  
  23. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  24.  
  25.  
  26.  
  27. ::-webkit-scrollbar {width: 5px; height: 4px; background: #eeeeee; border-left: 1px solid #aaaaaa; }
  28.  
  29.  
  30.  
  31. ::-webkit-scrollbar-thumb { background-color:#aaa; border-bottom: 1px solid #aaaaaa; border-top: 1px solid #aaaaaa; border-left: 1px solid
  32. #aaaaaa; border-right: 1px solid #aaaaaa; }
  33.  
  34. @font-face { font-family: "that one thing"; src: url('http://static.tumblr.com/bepad33/6M6m295eu/delius-regular.ttf'); }
  35.  
  36.  
  37. body {
  38. margin:0px;
  39. background-color: {color:Background};
  40. background-image:url({image:Background});
  41. background-attachment: fixed;
  42. background-repeat: repeat;}
  43. body, div, p, textarea, submit, input{
  44. font-family:"that one thing";
  45. font-size: 12px;
  46. color:{color:Text};
  47. }
  48.  
  49. p {
  50. margin:0px;
  51. margin-top:0px;
  52. }
  53.  
  54. .credit {
  55. color: white;
  56. letter-spacing:1px;
  57. font-family: 'Gloria Hallelujah';
  58. font-size:12px;
  59. line-height:12px;
  60. margin: 2px;
  61. background-image:url(http://static.tumblr.com/8jq17g7/CH8lofvyp/dark-transparent.png);
  62. background-repeat:repeat;
  63. border:1px solid rgba(0,0,0,0.1);
  64. padding:3px 5px;
  65. -webkit-border-radius:2px;
  66. moz-border-radius:2px;
  67. -o-border-radius:2px;
  68. border-radius:2px;
  69. }
  70.  
  71. .credit a { color: #FFF; }
  72.  
  73.  
  74. a:link, a:active, a:visited{
  75. color: {color:Link};
  76. text-decoration: none;
  77. }
  78.  
  79. a:hover {
  80. -webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
  81. text-shadow:0px 2px 4px #000;
  82. color:{color:hover};
  83. }
  84.  
  85.  
  86. div#cage{
  87. margin:auto;
  88. position:relative;
  89. width:750px;
  90. overflow:hidden;
  91. color: {color:Title};
  92. }
  93.  
  94.  
  95. div#center{
  96. margin:auto;
  97. position:relative;
  98. width:740px;
  99. background-color:;
  100. overflow:auto;
  101. overflow-y:hidden;
  102. }
  103.  
  104. div#content{
  105. float:right;
  106. width:460px;
  107. padding-bottom:1px;
  108. padding:1px;
  109. background: transparent;
  110. margin-top: 2px;
  111. margin-right: 98px;
  112. margin-left: 1px;
  113. }
  114.  
  115. div#sidebar{
  116. position:fixed !important;
  117. width: 300px;
  118. height: auto;
  119. margin-left:-120px;
  120. margin-top: 45px;
  121. background: transparent;
  122. text-align: center;
  123. }
  124.  
  125. #sidebarimg {
  126. width: 300px;
  127. height: auto;
  128. border-top-right-radius:20px;
  129. border-top-left-radius:20px;
  130. }
  131.  
  132. @font-face {
  133. font-family: 'Gloria Hallelujah';
  134. font-style: normal;
  135. font-weight: 400;
  136. src: local('Gloria Hallelujah'), local('GloriaHallelujah'), url(http://themes.googleusercontent.com/static/fonts/gloriahallelujah/v4/CA1k7SlXcY5kvI81M_R28Y5mSNQmgKshuii2YddNQzE.woff) format('woff');
  137. }
  138.  
  139. #links{
  140. position: fixed !important;
  141. background color: transparent;
  142. margin-left:60px;
  143. margin-top:-20px;
  144. color:#fff;
  145. text-shadow: 0px 1px 3px #000;
  146. font-family: call me;
  147. font-size: 27px;
  148. line-height:10px;
  149. letter-spacing:2px;
  150. text-transform: uppercase;
  151. text-align: center;
  152. }
  153.  
  154. @font-face {
  155. font-family: "Call Me";
  156. src: url("http://static.tumblr.com/j2nmv5m/yJSm69tse/kgcallmemaybe-skinny.ttf") format("truetype");
  157. }
  158.  
  159.  
  160.  
  161. div#entry{
  162. float:left;
  163. margin-top: 2px;
  164. margin-bottom: 2px;
  165. margin-right: 0px;
  166. margin-left: 1px;
  167. margin-top:0px;
  168. background: transparent;
  169. }
  170.  
  171. #entry .reblog{
  172. overflow:hidden;
  173. position: absolute;
  174. width: 50px;
  175. height: 15px;
  176. padding-top:2px;
  177. background: white;
  178. font-family: "over the rainbow";
  179. text-transform: lowercase;
  180. font-size: 18px;
  181. line-height:11px;
  182. text-align:center;
  183. opacity:0.0;
  184. -webkit-transition: all 0.3s linear;
  185. -webkit-transition: all 0.3s linear;
  186. -moz-transition: all 0.3s linear;
  187. transition: all 0.3s linear;
  188. border-bottom-right-radius:10px;
  189. border-top-right-radius:0px;
  190. border-top-left-radius:0px;
  191. border-bottom-left-radius:10px;
  192. }
  193.  
  194. #entry:hover .reblog{
  195. float: bottom;
  196. overflow:visible;
  197. width: 50px;
  198. height: 15px;
  199. margin-top:0px;
  200. margin-left:5px;
  201. border-bottom-right-radius:10px;
  202. border-top-right-radius:0px;
  203. border-top-left-radius:0px;
  204. border-bottom-left-radius:10px;
  205. -webkit-transition: opacity 0.2s linear; opacity: 0.8;
  206. -webkit-transition: all 0.3s linear;
  207. -moz-transition: all 0.3s linear;
  208. transition: all 0.3s linear;
  209. }
  210.  
  211. #entry:hover .reblog:hover{
  212. opacity: 0.9;
  213. height: 15px;
  214. margin-left: 5px;
  215. padding-top: 15px;
  216. }
  217.  
  218. #entry .notes{
  219. overflow:hidden;
  220. position: absolute;
  221. width: auto;
  222. height: 15px;
  223. padding-top: 2px;
  224. padding-left: 5px;
  225. padding-right: 5px;
  226. background: white;
  227. font-family:"that one thing";
  228. text-transform: lowercase;
  229. font-size: 11px;
  230. line-height:8px;
  231. text-align:center;
  232. opacity:0.0;
  233. -webkit-transition: all 0.3s linear;
  234. -webkit-transition: all 0.3s linear;
  235. -moz-transition: all 0.3s linear;
  236. transition: all 0.3s linear;
  237. border-bottom-right-radius:10px;
  238. border-top-right-radius:0px;
  239. border-top-left-radius:0px;
  240. border-bottom-left-radius:10px;
  241. }
  242. @font-face {
  243. font-family: 'Bad Script';
  244. font-style: normal;
  245. font-weight: 400;
  246. src: local('Bad Script Regular'), local('BadScript-Regular'), url(http://themes.googleusercontent.com/static/fonts/badscript/v2/rL_b2ND61EQmMOJ8CRr1fhsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
  247. }
  248.  
  249.  
  250. @import url(http://fonts.googleapis.com/css?family=Bad+Script);
  251.  
  252. #entry:hover .notes{
  253. float: bottom;
  254. overflow:visible;
  255. width: auto;
  256. height: 15px;
  257. margin-top:0px;
  258. margin-left:60px;
  259. border-bottom-right-radius:10px;
  260. border-top-right-radius:0px;
  261. border-top-left-radius:0px;
  262. border-bottom-left-radius:10px;
  263. -webkit-transition: opacity 0.2s linear; opacity: 0.8;
  264. -webkit-transition: all 0.4s linear;
  265. -moz-transition: all 0.4s linear;
  266. transition: all 0.4s linear;
  267. }
  268.  
  269.  
  270. @font-face {font-family: "zebra"; src: url(http://static.tumblr.com/ejm8w78/vsylviai8/zebra_01-49-58.ttf); }
  271.  
  272.  
  273. @import url(http://fonts.googleapis.com/css?family=Gloria+Hallelujah);
  274.  
  275. #entry:hover .notes:hover{
  276. opacity: 0.9;
  277. height: 20px;
  278. margin-left: 60px;
  279. padding-top: 10px;
  280. }
  281.  
  282. .wrapper{
  283. margin: 0px auto;
  284. width: 717px;
  285. }
  286.  
  287. .title{
  288. font-family: 'Bad Script';
  289. font-size: 21px;
  290. line-height: 15px;
  291. color: {color:Title};
  292. letter-spacing: 0px;
  293. font-weight: normal;
  294. padding:0px 0px 0px 0px;
  295. }
  296.  
  297. .permalink{
  298. font-family:"that one thing";
  299. width: 520px;
  300. font-size: 11px;
  301. line-height:11px;
  302. letter-spacing:1px;
  303. display: block;
  304. text-align: right;
  305. }
  306.  
  307. #postnotes{
  308. text-align: justify;}
  309.  
  310. #postnotes blockquote{
  311. border: 0px;}
  312.  
  313. .video embed, .post div.video object {width:260px !important; height:180px !important;}
  314.  
  315. blockquote{
  316. padding:0px 0px 2px 5px;
  317. margin:0px 0px 2px 1px;
  318. border-left: 1px dotted #555555;
  319. }
  320.  
  321. blockquote p, ul{
  322. margin:0px;
  323. padding:0px;
  324. }
  325.  
  326. #questions a {color:{color:link}; font family:"that one thing"; font size: 10px;}
  327. a img{border: 0px;}
  328.  
  329. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  330.  
  331. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  332. .user_7 .label, .user_8 .label, .user_9 .label {color:#555555;}
  333.  
  334. .notes img{width:10px; position:relative; top:3px;}
  335.  
  336. small{font-size: 90%;}
  337.  
  338.  
  339. </style>
  340.  
  341.  
  342. <link rel="shortcut icon" href="{favicon}">
  343. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  344. <meta name="viewport" content="width=820" />
  345.  
  346. </head>
  347. <body>
  348. <div class="wrapper">
  349. <div style="position:fixed;right:0px;bottom:0px;">
  350. <span class="credit"><a href="http://officialvixen.tumblr.com/" target="_blank">theme</a></span>
  351. </div>
  352.  
  353. <div id="cage">
  354. <div id="center">
  355. <div id="sidebar">
  356. <div id="links">
  357. <a href="/">home</a> &middot; <a href="/ask">inbox</a> &middot; <a href="{text:link one}">{text:link two title}</a> &middot; <a href="{text:link two}">{text:link two title}</a></div>
  358. <div id="sidebarimg">
  359. <a href="/"><img src="{image:sidebar}" width=300></a></div>
  360. {description}
  361. </div>
  362.  
  363. <div id="content">
  364. {block:Posts}
  365. <div id="entry">
  366.  
  367. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><span class="permalink"><a href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">{timeago} † {notecountwithoutlabel}</a></a><br>{/block:HasTags}</span>
  368. {/block:text}
  369.  
  370. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description}<span class="permalink"><a href="{Permalink}">{timeago} † {notecountwithoutlabel}</a>{/block:link}
  371.  
  372.  
  373. {block:Photo}
  374. {block:IndexPage}
  375. <div class="reblog">
  376. <a href="{ReblogURL}" target="_blank">reblog</a></div>
  377. <div class="notes">
  378. <a href="{permalink}">{notecount}</a></div>
  379. <img src="{PhotoURL-500}" alt="{PhotoAlt}"width=520px/></a>
  380. {/block:IndexPage}
  381. {block:PermalinkPage}
  382. {LinkOpenTag}
  383. <img src="{PhotoURL-500}" alt="{PhotoAlt}"width=520px/>
  384. {LinkCloseTag}
  385. {/block:PermalinkPage}
  386. {/block:Photo}
  387.  
  388. {block:Answer}<br>
  389. <div style="border-radius:5px; border: 1px solid #E6DFDF; margin: 3px; min-height:30px; padding: 3px; background-color: #fff; box-shadow: 0px 0px 5px 3px #E6DFDF; font-family: that one thing"; font-size: 8px;">
  390. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px; box-shadow: 0px 0px 0px 2px #E6DFDF; border-radius: 30px;"/>
  391. <askk>{Asker}</askk>: {Question}<br></div>
  392.  
  393. <div style="font-family: that one thing"; font-size: 8px;">
  394. {Answer}
  395. </div>{/block:Answer}
  396.  
  397.  
  398. {block:Quote}
  399. <span class="title">{Quote}</span>
  400. {block:Source}{Source}{/block:Source}
  401. {/block:Quote}
  402.  
  403. {block:Chat}
  404. {block:Title}<span class="title">{Title}</span>{/block:Title}
  405. <ul class="chat">
  406. {block:Lines}
  407. <li class="user_{UserNumber}">
  408. {block:Label}
  409. <span class="label">{Label}</span>
  410. {/block:Label}
  411.  
  412. {Line}
  413. </li>
  414. {/block:Lines}
  415. </ul>
  416.  
  417. {/block:Chat}
  418.  
  419.  
  420. {block:Audio}
  421. <center><div style="width:195px; height:20px;"><div
  422.  
  423. style="float:left">{AudioPlayerWhite}</div><div style="margin-top:8px;
  424.  
  425. float:bottom;"><small>
  426. {FormattedPlayCount} plays {block:ExternalAudio} // <a
  427.  
  428. href="{ExternalAudioURL}">Download?</a>{/block:ExternalAudio}
  429.  
  430. </small></div></div></centeR><BR>
  431. {block:permalinkpage}{block:caption}{caption}{/block:caption}{/block:permalinkpage}
  432. {/block:Audio}
  433.  
  434.  
  435. {block:Video}<center>
  436. <div class="video">{Video-410}</div></center><div align="right"><a href="{Permalink}"><span style="font-size: 11px;">+</span></a></div>
  437. {block:Video}
  438.  
  439.  
  440.  
  441. {block:PostNotes}<div align="middle">{caption}</div>
  442. <center>
  443.  
  444. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  445.  
  446. {block:HasTags}
  447. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  448. {block:RebloggedFrom}
  449. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  450. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  451.  
  452. {/block:RebloggedFrom}
  453. </center></span>
  454. <br>
  455. <div id="postnotes">{PostNotes}</div><br>
  456.  
  457. <center>{block:ContentSource}
  458. <br><a href="{SourceURL}">
  459. {lang:Source}:
  460. {block:SourceLogo}
  461. <img src="{BlackLogoURL}" width="{LogoWidth}"
  462. height="{LogoHeight}" alt="{SourceTitle}" />
  463. {/block:SourceLogo}
  464. {block:NoSourceLogo}
  465. {SourceLink}
  466. {/block:NoSourceLogo}
  467. </a>
  468. {/block:ContentSource}</center>
  469.  
  470. {/block:PostNotes}
  471. </div>
  472. {/block:Posts}
  473. </div></div>
  474.  
  475. </div>
  476. </body>
  477. <div style="padding: 5px; position: fixed; bottom: 0px; font-size: 15px; left: 0px; text-transform:lowercase; background: transparent; color: {color:link};"><a href="http://queenbrands.tumblr.com/"><small style="{color:link};">©</small></a></div>
  478. </html>
Advertisement
Add Comment
Please, Sign In to add comment