Advertisement
iusedtobeher-themes

~Your hero~

Mar 10th, 2013
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.46 KB | None | 0 0
  1. <!--Theme by iusedtobeher | tumblr . Please don't remove credit. I love you. Have an amazing day! ♥-->
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5. <html>
  6. <head>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}
  10. <meta name="description" content="{MetaDescription}" />
  11. {/block:Description}
  12.  
  13. <meta name="color:Background" content ="#d0feff"/>
  14. <meta name="color:Sidebar" content ="#89bebf"/>
  15. <meta name="color:Sidebar Border"content="#FFFFFF"/>
  16. <meta name="color:Content" content ="#89bebf"/>
  17. <meta name="image:Background" content=""/>
  18. <meta name="image:Sidebar" content=""/>
  19.  
  20. <meta name="color:Text" content="#8a6047"/>
  21. <meta name="color:Link" content="#ffffff"/>
  22. <meta name="color:Link Hover" content="#467273"/>
  23. <meta name="color:Question" content="#467273"/>
  24.  
  25. <meta name="text:URL1" content="/" />
  26. <meta name="text:TITLE1" content="link 1" />
  27. <meta name="text:URL2" content="/" />
  28. <meta name="text:TITLE2" content="link 2" />
  29. <meta name="text:URL3" content="/" />
  30. <meta name="text:TITLE3" content="link 3" />
  31. <meta name="text:URL4" content="/" />
  32. <meta name="text:TITLE4" content="link 4" />
  33.  
  34. <meta name="color:scrollbar" content="#D6D5D5">
  35.  
  36.  
  37. <link href='http://fonts.googleapis.com/css?family=Merienda' rel='stylesheet' type='text/css'>
  38.  
  39.  
  40. <link href='http://fonts.googleapis.com/css?family=Snowburst+One' rel='stylesheet' type='text/css'>
  41.  
  42. <link href='http://fonts.googleapis.com/css?family=Quintessential' rel='stylesheet' type='text/css'>
  43.  
  44.  
  45. <link href='http://fonts.googleapis.com/css?family=Port+Lligat+Sans' rel='stylesheet' type='text/css'>
  46. <link href='http://fonts.googleapis.com/css?family=Comfortaa:400,700' rel='stylesheet' type='text/css'>
  47. <link href='http://fonts.googleapis.com/css?family=Lobster+Two:400,400italic' rel='stylesheet' type='text/css'>
  48.  
  49. <style type="text/css">
  50.  
  51. body {
  52. background-color: {color:Background};
  53. background-image: url({image:Background});
  54. font-family: Helvetica;
  55. font-size: 8px;
  56. color: {color:Text};
  57.  
  58. }
  59.  
  60. a {
  61. color: {color:Link};
  62. text-decoration: none;
  63. }
  64.  
  65. a:hover {
  66. color: {color:Link Hover};
  67. }
  68.  
  69. a img {
  70. border: 0px;
  71. }
  72. ::-webkit-scrollbar {width: 7px; height:auto; background:{color:bg}}
  73.  
  74. ::-webkit-scrollbar-corner {background:{color:bg}}
  75.  
  76. ::-webkit-scrollbar-button:vertical {height:4px; display: block; background:{color:scrollbar}}
  77.  
  78. ::-webkit-scrollbar-button:horizontal {width: 4px; height: 4px; display: block; background:{color:scrollbar}}
  79.  
  80. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar}; border-top: 1px solid {color:bg}; border-bottom: 1px solid {color:bg}}
  81.  
  82. ::-webkit-scrollbar-thumb:horizontal {background: {color:scrollbg}; border: 0px solid {color:bg}}
  83.  
  84. .content {
  85. position: absolute;
  86. left: 100px;
  87. width: 510px;
  88. padding: 10px;
  89. background-color: {color:Content};
  90. }
  91.  
  92. blockquote {
  93. font-size: 12px;
  94. background-color: {color:Background};
  95. border-left: 5px solid {color:Text};
  96. margin: 0px;
  97. padding: 0 0 0 10px;
  98. }
  99.  
  100.  
  101. .post img {
  102. display: block;
  103. margin: 0 auto;
  104. }
  105.  
  106. .post{
  107.  
  108. transition: all 0.5s linear;
  109. -moz-transition:all 0.5s linear;
  110. -webkit-transition:all 0.5s linear;
  111. -o-transition:all 0.5s linear;
  112. width:500px;
  113. margin-top:10px;
  114. padding:2px;
  115. background-color:white;
  116. border:1px solid white;
  117. font-family:calibri;
  118. font-size:10px;
  119. line-height:90%;
  120. opacity:0.7;
  121. }
  122.  
  123. .post:hover{
  124. opacity:1;
  125. transition: all 0.5s linear;
  126. -moz-transition:all 0.5s linear;
  127. -webkit-transition:all 0.5s linear;
  128. -o-transition:all 0.5s linear;
  129. }
  130.  
  131. h3 {
  132. font-size: 20px;
  133. margin: 0px;
  134. color: {color:Header};
  135. }
  136.  
  137. .quote {
  138. font-family: 'Lobster Two', cursive;
  139. font-style: italic;
  140. font-size: 21px;
  141. color: {color:Link};
  142. }
  143.  
  144. .source {
  145. margin-left: 25px;
  146. }
  147.  
  148. .link {
  149. color: {color:Link};
  150. font-size: 16px;
  151. font-weight: bold;
  152. font-family:'Port Lligat Sans', sans-serif;
  153. }
  154.  
  155. .link:hover {
  156. color:{color:Link Hover};
  157. }
  158.  
  159. ul.chat {
  160. margin: 0;
  161. padding: 0;
  162. }
  163.  
  164. .chat li {
  165. list-style-type: none;
  166. margin-left: 0px;
  167. padding: 3px;
  168. }
  169.  
  170. .chat li.odd {
  171. background-color: {color:Content};
  172. margin-bottom: 1px;
  173. color: {color:Background};
  174. }
  175.  
  176. .chat li.even {
  177. background-color: {color:Background};
  178. margin-bottom: 1px;
  179. color: {color:Content};
  180. }
  181.  
  182. .label {
  183. font-weight: bold;
  184. }
  185.  
  186. .title {
  187. font-size: 13px;
  188. font-family:Merienda;
  189. color: {color:Header};
  190. text-align: center;
  191. }
  192.  
  193. #mumbojumbo {
  194. width:500px;
  195. left:300px!important;
  196. padding:3px 0px;
  197. color:{color:Link};
  198. border-bottom: 2px solid {color:Sidebar Border};
  199. margin-bottom: 5px;
  200. }
  201.  
  202. #mumbojumbo a {
  203. color:{color:Link Hover};
  204. }
  205.  
  206. #date {
  207. width:500px;
  208. left:300px!important;
  209. margin-top:3px;
  210. color:{color:Text};
  211. background:{color:Sidebar Border};
  212. text-align: right;
  213. }
  214.  
  215. #date a {
  216. color:{color:Text};
  217. }
  218.  
  219. .ask {
  220. background-color: {color:Question};
  221. color: {color:Link};
  222. padding: 10px;
  223. }
  224.  
  225. .view {
  226. width: 250px;
  227. height: 300px;
  228. margin-left: 700px;
  229. float: left;
  230. border: 10px solid {color:Sidebar Border};
  231. overflow: hidden;
  232. position: fixed;
  233. text-align: center;
  234. -webkit-box-shadow: 1px 1px 2px #e6e6e6;
  235. -moz-box-shadow: 1px 1px 2px #e6e6e6;
  236. box-shadow: 1px 1px 2px #e6e6e6;
  237. cursor: default;
  238. background: {color:Sidebar} no-repeat center center;
  239. }
  240. .view .mask,.view .content {
  241. width: 250px;
  242. height: 300px;
  243. position: absolute;
  244. overflow: hidden;
  245. top: 0;
  246. left: 0;
  247. }
  248. .view img {
  249. display: block;
  250. position: relative;
  251. width: 250px;
  252. height: 300px;
  253. }
  254. .view h2 {
  255. color: #fff;
  256. text-align: center;
  257. position: relative;
  258. font-size: 17px;
  259. padding: 10px;
  260. background: rgba(0, 0, 0, 0.8);
  261. margin: 20px 0 0 0;
  262. }
  263. .view p {
  264. font-family: Georgia, serif;
  265. font-style: italic;
  266. font-size: 12px;
  267. color: #fff;
  268. position: relative;
  269. padding: 10px 20px 20px;
  270. text-align: center;
  271. }
  272. .view a.info {
  273. display: inline-block;
  274. text-decoration: none;
  275. padding: 7px 14px;
  276. background: #000;
  277. color: #fff;
  278. -webkit-box-shadow: 0 0 1px #fff;
  279. -moz-box-shadow: 0 0 1px #000;
  280. box-shadow: 0 0 1px #000;
  281. }
  282. .view a.info: hover {
  283. -webkit-box-shadow: 0 0 5px #fff;
  284. -moz-box-shadow: 0 0 5px #000;
  285. box-shadow: 0 0 5px #000;
  286. }
  287.  
  288. iframe#tumblr_controls{ right: 3px !important; position: fixed !important; }
  289.  
  290. div#sidelinks{
  291. position:fixed;
  292. opacity:1;
  293. font-size: 15px;
  294. line-height:25px;
  295. text-align: center;
  296. font-family: Quintessential;
  297. width: 272px;
  298. color:white;
  299. padding:7px;
  300. z-index:100;
  301. margin-left:700px;
  302. margin-top:350px;
  303.  
  304. transition: all 0.9s ease-out;
  305. -o-transition-transition: all 0.5s ease-out;
  306. -webkit-transition: all 0.5s ease-out;
  307. -moz-transition: all 0.5s ease-out;
  308. }
  309.  
  310. #pagination {
  311. font-size: 8px;
  312. text-align: center;
  313. font-family: Quintessential;
  314. color:{color:link};
  315. letter-spacing:2px;
  316. margin-left:11px;
  317. margin-top:10px;
  318. }
  319.  
  320. {CustomCSS}
  321. </style>
  322.  
  323. <title>{Title}</title>
  324.  
  325. </head>
  326.  
  327. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  328.  
  329. <body><div class="content">
  330.  
  331. {block:Posts}
  332.  
  333. {block:Text}
  334. <div class="post">
  335. {block:Title}
  336. <h3><a href="{Permalink}">{Title}</a></h3>
  337. {/block:Title}
  338. {Body}
  339. </div>
  340. {/block:Text}
  341.  
  342. {block:Photo}
  343. <div class="post">
  344. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  345. {block:Caption}
  346. <div class="caption">{Caption}</div>
  347. {/block:Caption}
  348. </div>
  349. {/block:Photo}
  350.  
  351. {block:Photoset}
  352. <div class="post">
  353. <center>{Photoset-500}</center>
  354. {block:Caption}
  355. <div class="caption">{Caption}</div>
  356. {/block:Caption}
  357. </div>
  358. {/block:Photoset}
  359.  
  360. {block:Quote}
  361. <div class="post">
  362. <span class="quote">"{Quote}"</span>
  363. {block:Source}
  364. <div class="source">- {Source}</div>
  365. {/block:Source}
  366. </div>
  367. {/block:Quote}
  368.  
  369. {block:Link}
  370. <div class="post">
  371. <center><a href="{URL}" class="link" {Target}>{Name} &#8594;</a></center>
  372. {block:Description}
  373. <div class="description">{Description}</div>
  374. {/block:Description}
  375. </div>
  376. {/block:Link}
  377.  
  378. {block:Chat}
  379. <div class="post">
  380. {block:Title}
  381. <h3><a href="{Permalink}">{Title}</a></h3>
  382. {/block:Title}
  383. <ul class="chat">
  384. {block:Lines}
  385. <li class="{Alt} user_{UserNumber}">
  386. {block:Label}
  387. <span class="label">{Label}</span>
  388. {/block:Label}
  389. {Line}
  390. </li>
  391. {/block:Lines}
  392. </ul>
  393. </div>
  394. {/block:Chat}
  395.  
  396. {block:Video}
  397. <div class="post">
  398. <center>{Video-500}</center>
  399. {block:Caption}
  400. <div class="caption">{Caption}</div>
  401. {/block:Caption}
  402. </div>
  403. {/block:Video}
  404.  
  405. {block:Answer}
  406. <div class="ask">{Asker} <b>sent:</b> {Question}</div>
  407. {Answer}
  408. {/block:Answer}
  409.  
  410. {block:Audio}
  411. <div class="post">
  412. {AudioPlayerWhite}
  413. {block:Caption}
  414. <div class="caption">{Caption}</div>
  415. {/block:Caption}
  416. </div>
  417. {/block:Audio}
  418.  
  419. <div id="date">
  420. {block:Date}Posted <a href="{Permalink}">{TimeAgo}</a>{/block:Date} //
  421. {block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  422. </div>
  423. <div id="mumbojumbo">
  424.  
  425. {block:RebloggedFrom}
  426. (via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>,
  427. source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>)
  428. {/block:RebloggedFrom}
  429. {block:HasTags}{block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}{/block:HasTags}
  430. </div>
  431.  
  432. {block:PermalinkPage}
  433. {block:PostNotes}
  434. <div id="note">{PostNotes}</div>
  435. {/block:PostNotes}
  436. {/block:permalinkpage}
  437.  
  438. {/block:Posts}
  439.  
  440. <p align="center">
  441.  
  442. </div>
  443.  
  444. <div id="sidelinks">
  445.  
  446. <div style="border-bottom: 1px solid white;">{block:Description}{Description}{/block:Description}</div>
  447. <a href="/">Home</a>
  448. |
  449. <a href="/ask">Ask</a>
  450. </br>
  451. <a href="{text:URL1}" class="nav">{text:TITLE1}</a>
  452. |
  453. <a href="{text:URL2}" class="nav">{text:TITLE2}</a>
  454. </br>
  455. <a href="{text:URL3}" class="nav">{text:TITLE3}</a>
  456. |
  457. <a href="{text:URL4}" class="nav">{text:TITLE4}</a>
  458.  
  459. <div style="border-top: 1px solid white;">
  460. <!--NEXT AND PREVIOUS BUTTONS-->
  461. {block:Pagination}<div id="pagination">{block:PreviousPage}<a href="{PreviousPage}"> < Previous Page </a>{/block:PreviousPage} | {block:NextPage}<a href="{NextPage}"> Next Page > </a>{/block:NextPage}</div>{/block:Pagination}</div>
  462.  
  463. </div>
  464.  
  465. </div>
  466.  
  467. <div class="view view-fourth">
  468. <img src="{image:Sidebar}" />
  469. <div class="mask">
  470. <h2><div class="title"><a href="/">{Title}</a></div></h2>
  471. </div>
  472. </div>
  473. </div>
  474.  
  475. </body>
  476. <div style="position:fixed; font-family:dixel; bottom:5px; left:5px;">
  477. <a href="http://iusedtobeher.tumblr.com/">C</a>
  478. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement