Advertisement
thesharwhal

Theme 1

Oct 15th, 2012
969
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.20 KB | None | 0 0
  1. <!--
  2. theme 1 by sharon
  3. __ ____ ____ ___ ____ ___ ______ ______ ___ _____
  4. / ]| | / | / _]| \ / _] || | / _]/ ___/
  5. / / | | | __| / [_ | D ) / [_| || | / [_( \_
  6. / / | | | | || _]| / | _]_| |_||_| |_|| _]\__ |
  7. / \_ | | | |_ || [_ | \ | [_ | | | | | [_ / \ |
  8. \ | | | | || || . \| | | | | | | |\ |
  9. \____||____||___,_||_____||__|\_||_____| |__| |__| |_____| \___|
  10. dont remove the credit ! okay thank you
  11. -->
  12.  
  13. <html lang="en">
  14. <head>
  15. <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#">
  16.  
  17.  
  18.  
  19. <link href='http://fonts.googleapis.com/css?family=Coda' rel='stylesheet' type='text/css'>
  20.  
  21. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  22.  
  23.  
  24. <!-- DEFAULT VARIABLES -->
  25.  
  26. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  27. <meta name="color:background" content="#ffffff"/>
  28. <meta name="color:text" content="#000000"/>
  29. <meta name="color:link" content="#000000"/>
  30. <meta name="color:hover" content="#ffffff"/>
  31. <meta name="image:background" content="0"/>
  32. <meta name="image:sidebar" content=""/>
  33. <meta name="text: Custom Link One" content="">
  34. <meta name="text: Custom Link One Title" content="">
  35. <meta name="text: Custom Link Two" content="">
  36. <meta name="text: Custom Link Two Title" content="">
  37. <meta name="text: Custom Link Three" content="">
  38. <meta name="text: Custom Link Three Title" content="">
  39. <meta name="text: Custom Link Four" content="">
  40. <meta name="text: Custom Link Four Title" content="">
  41.  
  42. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  43.  
  44. <style type="text/css">
  45.  
  46. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  47.  
  48.  
  49.  
  50.  
  51. body {
  52. margin:0px;
  53. background-color: {color:Background};
  54. background-image:url({image:Background});
  55. background-attachment: fixed;
  56. background-repeat: repeat;}
  57. body, div, p, textarea, submit, input{
  58. font-family: that one thing;
  59. font-size: 12px;
  60. line-height:12px;
  61. color: {color:text};
  62. }
  63.  
  64. p {
  65. margin:0px;
  66. margin-top:0px;
  67. }
  68.  
  69.  
  70. ::-webkit-scrollbar {width: 8px; height: 4px; background: #fff; }
  71.  
  72.  
  73.  
  74. a {color:;text-decoration:none;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  75.  
  76. a:link, a:active, a:visited{
  77. color:{color:link};
  78. text-decoration: none;
  79. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-o-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  80. }
  81.  
  82. a:hover {
  83. color:#fff;
  84. text-decoration: none;
  85. text-shadow:2px 4px 5px #0c0101;
  86. text-shadow:4px 5px 0px rgba(0,0,0,0.1),4px -6px 0px rgba(0,0,0,0.2),6px 12px 0px rgba(0,0,0,0.1),-8px 5px 0px rgba(0,0,0,0.2),-3px -8px 0px rgba(0,0,0,0.15);
  87. }
  88.  
  89. div#center{
  90. margin:auto;
  91. position:relative;
  92. width:740px;
  93. background-color:;
  94. overflow:auto;
  95. overflow-y:hidden;
  96. }
  97.  
  98. div#content{
  99. float:right;
  100. width:420px;
  101. padding:1px;
  102. padding-top: 10px;
  103. margin-right: 120px;
  104. }
  105.  
  106. .entry {
  107. float: left;
  108. padding: 10px;
  109. margin: 5px;
  110. {block:indexpage}
  111. width: 250px;
  112. {/block:indexpage}
  113. {block:permalinkpage}
  114. width: 250px;
  115. {/block:permalinkpage}
  116. display: block;
  117. position: relative;
  118. border: 1px solid {color:border};
  119. }
  120.  
  121.  
  122. div#sidebar {
  123. position:fixed !important;
  124. width: 180px;
  125. height:0px;
  126. background-color:white;
  127. margin-left: 0px;
  128. margin-top: 190px;
  129. padding:0px;
  130. border: 1px solid #ddd;
  131. border-radius: 5px;
  132. }
  133.  
  134.  
  135.  
  136. div#sidebar3{
  137. position:fixed !important;
  138. width: 160px;
  139. height:auto;
  140. margin-top: 169px;
  141. margin-left: 0px;
  142. padding: 2px;
  143. line-height:10px;
  144. letter-spacing:0px;
  145. padding-bottom: 0px;
  146. background:transparent;
  147.  
  148. }
  149. #sidebar3:hover {
  150. opacity:1;
  151. -webkit-transform: rotateY(360deg);
  152. -webkit-transition: all 2.0s ease-in-out;
  153. -moz-transition: all 0.7s ease-in-out;
  154. -o-transition: all 0.7s ease-in-out;
  155. -ms-transition: all 0.7s ease-in-out;
  156. transition: all 0.7s ease-in-out;
  157.  
  158.  
  159. }
  160.  
  161. iframe#tumblr_controls {
  162.  
  163. right:3px !important;
  164.  
  165. position: fixed !important;
  166.  
  167. -webkit-transition: opacity 0.7s
  168.  
  169. linear;opacity: 0.2;
  170.  
  171. -webkit-transition: all 0.8s ease-out;
  172.  
  173. -moz-transition: all 0.8s ease-out;
  174.  
  175. transition: all 0.8s ease-out;
  176.  
  177. }
  178.  
  179. iframe#tumblr_controls:hover{
  180.  
  181. -webkit-transition: opacity 0.7s linear;
  182.  
  183. opacity: 1;
  184.  
  185. -webkit-transition: all 0.4s ease-out;
  186.  
  187. -moz-transition: all 0.4s ease-out;
  188.  
  189. transition: all 0.4s ease-out;
  190.  
  191. }
  192.  
  193.  
  194.  
  195.  
  196. h3{
  197. color: #000;
  198. font-family: Pacifico;
  199. font-weight:;
  200. font-size: 25px;
  201. font-weight: normal;
  202. line-height:15px;
  203. letter-spacing: 1px;
  204. font-style: normal;
  205. text-align: left;
  206. padding: 0px;
  207. margin:0px;
  208. }
  209.  
  210.  
  211. @font-face { font-family: "sunshine"; src: url('http://static.tumblr.com/5fd89aw/U3vli7rvs/sunshine_in_my_soul.ttf'); }
  212.  
  213.  
  214. @font-face {
  215. font-family: "dawning";
  216. src: url('http://static.tumblr.com/viiafci/Hyzlxws2r/dawningofanewday.ttf');
  217. }
  218.  
  219. #entry .perma a{
  220. color:{Color:Links};}
  221.  
  222. #entry .perma{
  223. width:400px;
  224. position: absolute;
  225. font-family: meow;
  226. font-size: 15px;
  227. line-height: 33px;
  228. text-align: center;
  229. overflow:hidden;
  230. opacity: 0.0;
  231. background-color:#eeeeee;
  232. }
  233.  
  234. #entry:hover .perma{
  235. overflow:visible;
  236. -webkit-transition: opacity 0.2s linear; opacity: 0.8;
  237. -webkit-transition: all 0.2s linear;
  238. -moz-transition: all 0.2s linear;
  239. transition: all 0.2s linear;
  240. }
  241.  
  242. .permalinktext {
  243. display: block;
  244. padding: 2px;
  245. margin: 2px 8px 0px 5px;
  246. text-transform: uppercase;
  247. font-family: coda;
  248. font-size: 8px;
  249. border-top: 1px solid #ddd;
  250. color: #000;
  251. line-height: 15px;
  252. text-align: right;
  253. text-decoration: none;
  254. -webkit-transition: color 0.5s ease-out;
  255. -moz-transition: color 0.5s ease-out;
  256.  
  257. }
  258.  
  259. .hi {
  260. width: 21px;
  261. height: 20px;
  262. overflow: hidden;
  263. position: relative;
  264. z-index: 9999999;
  265. position: absolute;
  266. margin-top: 5px;
  267. margin-left: 5px;
  268. }
  269. .rep {
  270. width: 24px;
  271. height: 20px;
  272. overflow: hidden;
  273. position: relative;
  274. z-index: 9999999;
  275. position: absolute;
  276. margin-top: 5px;
  277. margin-left: 31px;
  278. }
  279. .hi a:hover {
  280. background-position: 0px 0px;
  281. }
  282. .hi a {
  283. background-image: url("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png");
  284. background-position: 0px 0px;
  285. display: block;
  286. z-index: 9999999;
  287. webkit-transition: all 0s linear;
  288. -webkit-transition: all 0s linear;
  289. -moz-transition: all 0s linear;
  290. transition: all 0s linear;
  291. }
  292. .hi img {
  293. width: 21px;
  294. height: 20px;
  295. webkit-transition: all 0.2s linear;
  296. -webkit-transition: all 0.2s linear;
  297. -moz-transition: all 0.2s linear;
  298. transition: all 0.2s linear;
  299. }
  300. .rep img{
  301. width: 24px;
  302. height: 20px;
  303. line-height: 30px;
  304. display: inline;
  305.  
  306. }
  307. .rad { position: absolute;
  308. background: url("http://static.tumblr.com/uiqhh9x/X6Ym17xp2/middle.png");
  309. height: 20px;
  310. font-size: 11px;
  311. line-height: 20px;
  312. color: #fff;
  313. position: absolute;
  314. font-family: 'coda';
  315. margin-top: 5px;
  316. margin-left: 60px;
  317. padding-left: 4px;
  318. padding-right: 4px;
  319. -moz-border-radius: 2px;
  320. border-radius: 2px;
  321. }
  322. .rad a{
  323. color: #fff;
  324. }
  325.  
  326. #postnotes{
  327. text-align: justify;
  328. }
  329.  
  330. #postnotes blockquote{
  331. border: 0px;
  332. }
  333.  
  334. .title{
  335. font-family:'Coda';
  336. font-size: 25px;
  337. text-align: center;
  338. line-height:45px;
  339. color: black;
  340. font-weight:;
  341. }
  342.  
  343. blockquote{
  344. padding:0px 0px 2px 5px;
  345. margin:0px 0px 2px 1px;
  346. border-left: 1px solid #000;
  347. }
  348.  
  349. blockquote p, ul{
  350. margin:0px;
  351. padding:0px;
  352. }
  353.  
  354. blockquote img{width:230px;height:auto;}
  355.  
  356. a img{border: 0px;}
  357. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  358. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  359. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title};}
  360. .notes img{width:10px; position:relative; top:3px;
  361. }
  362.  
  363. small{font-size: 90%;}
  364.  
  365. .video2 embed, .post div.video object {width:400px !important; height:350px !important;}
  366.  
  367.  
  368.  
  369. .blogtitle{
  370. font-size:20px;
  371.  
  372. letter-spacing:12px;
  373.  
  374. letter-spacing:10px;
  375.  
  376. padding-bottom:15px;
  377. line-height:22px; color:
  378. font-family:'Arial';
  379. text-transform:uppercase;
  380. cursor:help;
  381. text-align:center;
  382. }
  383.  
  384.  
  385. {CustomCSS}
  386.  
  387. a img{border: 0px;}
  388.  
  389.  
  390. </style>
  391.  
  392.  
  393. <link rel="shortcut icon" href="{Favicon}">
  394. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  395. <meta name="viewport" content="width=820" />
  396.  
  397.  
  398. </head>
  399. <body>
  400.  
  401.  
  402. <div id="cage">
  403. <div id="center">
  404. <div id="sidebar">
  405. <center> <a href="/">home</a> &nbsp; <a href="{text: Custom Link One}">{text: Custom Link One Title}</a> &nbsp; <a href="{text: Custom Link Two}">{text: Custom Link Two Title}</a>
  406. &nbsp; <a href="{text: Custom Link Three}">{text: Custom Link Three Title}</a> &nbsp; <a href="{text: Custom Link Four}">{text: Custom Link Four Title}</a> <br>
  407. <br><center> {Description} </div>
  408.  
  409. <div id="sidebar3"><h3 style="font-size: 24pt; line-height: 22px; letter-spacing: -1px; z-index: 1; text-align: right; margin-top: -16px;">{Title} </h3> </div>
  410. <div id="content">
  411. {block:Posts}
  412. <div id="entry">
  413.  
  414.  
  415. {block:Text}
  416. {block:Title}<span class="title">{Title}</span>{/block:Title}
  417. <span class="entrytext">{Body}</span>
  418. <div class="permalinktext"> <a href="{permalink}">{NoteCountWithLabel}</a> || posted <a href="{permalink}">{timeago}</a> </div>
  419. {/block:Text}
  420.  
  421. {block:Link}
  422. <a href="{URL}" class="title">{Name}</a>
  423. {block:Description}{Description}{/block:Description}
  424. <div class="permalinktext"> <a href="{permalink}">{NoteCountWithLabel}</a> || posted <a href="{permalink}">{timeago}</a> </div>
  425. {block:Link}
  426.  
  427. {block:Photo}
  428. <div class="perma"><div class="hi"><a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a>
  429. </div>
  430. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a>
  431. </div>
  432. <div class="rad"><a href="{Permalink}">{NoteCount}</a></div></div>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=420px/>{LinkCloseTag}
  433. {/block:Photo}
  434.  
  435.  
  436. {block:Quote}
  437. <span class="entrytext">{Quote}</span>
  438. {block:Source}<b><a href="{Permalink}">{Source}</a></b>{/block:Source}
  439. <div class="permalinktext"> <a href="{permalink}">{NoteCountWithLabel}</a> || posted <a href="{permalink}">{timeago}</a> </div>
  440. {/block:Quote}
  441.  
  442. {block:Chat}
  443. {block:Title}<span class="title">{Title}</span>{/block:Title}
  444. <ul class="chat">
  445. {block:Lines}
  446. <li class="user_{UserNumber}">
  447. {block:Label}
  448. <span class="label">{Label}</span>
  449. {/block:Label}
  450.  
  451. {Line}
  452. </li>
  453. {/block:Lines}
  454. </ul>
  455. <div class="permalinktext"> <a href="{permalink}">{NoteCountWithLabel}</a> || posted <a href="{permalink}">{timeago}</a> </div>
  456. {/block:Chat}
  457.  
  458.  
  459. {block:Audio}
  460. <center><div style="width:400px; height:28px;"><div style="float:left">{AudioPlayerWhite}</div><div style="margin-top:10px; float:right;">
  461. {block:ExternalAudio}{/block:ExternalAudio}</div></div></center><br>
  462. <div class="permalinktext"> <a href="{permalink}">{NoteCountWithLabel}</a> || posted <a href="{permalink}">{timeago}</a> </div>
  463. {/block:Audio}
  464.  
  465. {block:Video}<center>
  466. <div class="video">{Video-400}</div></center>
  467. <div class="permalinktext"> <a href="{permalink}">{NoteCountWithLabel}</a> || posted <a href="{permalink}">{timeago}</a> </div>
  468. {block:Video}
  469.  
  470. {block:Answer}
  471. <br>
  472. <div style="margin: 3px; min-height:30px; padding: 3px; background-color: #fff;">
  473. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;"/>
  474. {Asker}: {Question}<br></div>{Answer}
  475. <div class="permalinktext"> <a href="{permalink}">{NoteCountWithLabel}</a> &middot posted <a href="{permalink}">{timeago}</a> </div>
  476. {/block:Answer}
  477.  
  478. {block:PostNotes}
  479. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}{/block:hasTags}{/block:PermalinkPage}
  480. <div id="postnotes">{PostNotes}</div>
  481.  
  482. {/block:PostNotes}
  483. </div>
  484. {/block:Posts}
  485. </div></div>
  486.  
  487. </div>
  488.  
  489. </body>
  490.  
  491. </a><div style="position:fixed; bottom:10px; right:10px;">
  492. <a href="http://cigerettes.tumblr.com/">□</a>
  493. </html>
  494. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement