Advertisement
htmlilove

THEME 08

Dec 3rd, 2011
3,168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.13 KB | None | 0 0
  1.  
  2. <title>{TITLE}</title>
  3.  
  4.  
  5.  
  6. <link rel="shortcut icon" href="{Favicon}">
  7.  
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10.  
  11.  
  12. <link href='http://fonts.googleapis.com/css?family=La+Belle+Aurore' rel='stylesheet' type='text/css'>
  13.  
  14.  
  15. <meta name="color:background" content="#FFFFFF"/>
  16. <meta name="color:post title" content="#000000"/>
  17. <meta name="color:blog title" content="#BBBBBB"/>
  18. <meta name="color:text" content="#303030"/>
  19. <meta name="color:posts" content="#transparent"/>
  20. <meta name="color:sidebar" content="#FFFFFF"/>
  21. <meta name="color:navigation" content="#FFFFFF"/>
  22. <meta name="color:nav hover bg" content="#DFDFDF"/>
  23. <meta name="color:nav hover text" content="#000000"/>
  24. <meta name="color:nav hover bottom" content="#F0A0B9"/>
  25. <meta name="color:link" content="#F0A0B9"/>
  26. <meta name="color:link hover" content="#000000"/>
  27.  
  28. <meta name="if:Enable Image Opacity" content="0"/>
  29. <meta name="if:Background Image Not Repeat" content="1"/>
  30. <meta name="if:Background Image Fixed" content="1"/>
  31.  
  32. <meta name="text:Background Image Position" content="right bottom"/>
  33.  
  34. <meta name="font:body" content="georgia"/>
  35.  
  36. <meta name="image:sidebar1" content="http://static.tumblr.com/rwenev5/1CQlt9xeq/aa.jpg"/>
  37. <meta name="image:sidebar2" content="http://static.tumblr.com/rwenev5/4t5lt9x7k/aaa.jpg"/>
  38.  
  39. <meta name="image:Background" content="http://static.tumblr.com/rwenev5/vWLlt9xxq/meumeu.jpg"/>
  40.  
  41.  
  42.  
  43.  
  44. <meta name="text:link 1 name" content=""/>
  45. <meta name="text:link 1 URL" content=""/>
  46.  
  47. <meta name="text:link 2 name" content=""/>
  48. <meta name="text:link 2 URL" content=""/>
  49.  
  50. <meta name="text:link 3 name" content=""/>
  51. <meta name="text:link 3 URL" content=""/>
  52.  
  53. <meta name="text:link 4 name" content=""/>
  54. <meta name="text:link 4 URL" content=""/>
  55.  
  56. <meta name="text:link 5 name" content=""/>
  57. <meta name="text:link 5 URL" content=""/>
  58.  
  59. <meta name="text:link 6 name" content=""/>
  60. <meta name="text:link 6 URL" content=""/>
  61.  
  62. <meta name="text:link 7 name" content=""/>
  63. <meta name="text:link 7 URL" content=""/>
  64.  
  65. <style type="text/css">
  66.  
  67. body {
  68. background-color:{color:Background};
  69. background-image:url({image:Background});
  70. background-position:{text:Background Image Position};
  71. {block:IfBackgroundImageNotRepeat}background-repeat:no-repeat;{/block:IfBackgroundImageNotRepeat}
  72. {block:IfBackgroundImageFixed}background-attachment: fixed;{/block:IfBackgroundImageFixed}
  73. color:{color:Text};
  74. font-size:11px;
  75. line-height:17px;
  76. font-family:{font:body};
  77. }
  78.  
  79. a, a:visited, a:active {
  80. color:{color:Link};
  81. text-decoration: none;
  82. }
  83.  
  84. a:hover {
  85. color:{color:link hover};
  86. text-decoration:none;
  87. }
  88.  
  89. p {
  90. margin: 2px 2px 2px 2px;
  91. line-height:17px;
  92. padding: 0;
  93. }
  94.  
  95. ol.notes {
  96. padding: 0px;
  97. margin: 25px 0px;
  98. list-style-type: none;
  99. border-bottom: dotted 1px {color:text};
  100. }
  101.  
  102. ol.notes li.note {
  103. border-top: dotted 1px {color:text};
  104. padding: 10px;
  105. }
  106.  
  107. ol.notes li.note img.avatar {
  108. margin-right: 10px;
  109. width: 20px;
  110. height: 20px;
  111. }
  112.  
  113. .markqt {font-size: 60px; font-family: 'La Belle Aurore'; color:{color:text}; line-height: 90px; margin-left: 7px; opacity: 0.8; filter:alpha (opacity=30);}
  114. .qt {font-family: 'La Belle Aurore'; font-size: 22px; line-height: 23px; margin-top: -85px; margin-left: 45px; padding: 10px;}
  115. .qsr{margin: 5px 15px 0 0; text-align: right; text-transform: none; font-style:italic;}
  116. .qsr a, a:hover{text-transform: none;}
  117.  
  118.  
  119.  
  120.  
  121. blockquote{padding:0px; padding-left:5px; margin:0px; border-left:1px dotted transparent;}
  122. blockquote img{display:block;}
  123. blockquote p{padding:0px; margin:0px;}
  124. blockquote blockquote{position:relative; left:-5px; margin-top:0px; margin-right:0px; padding-right:0px;}
  125. a img{border:none;}
  126.  
  127.  
  128.  
  129.  
  130.  
  131. #content{
  132. position:absolute;
  133. top:55px;
  134. width:520px;
  135. left:420px;
  136. padding:10px;
  137. margin:auto;
  138. }
  139.  
  140.  
  141. ::-webkit-scrollbar-thumb:vertical {
  142. background-color:{color:link};
  143. height:100px;
  144. }
  145. ::-webkit-scrollbar-thumb:horizontal {
  146. background-color:{color:text};
  147. height:10px;
  148. }
  149. ::-webkit-scrollbar {
  150. height:10px;
  151. width:8px;
  152. background-color:{color:background};
  153. }
  154.  
  155.  
  156. #sidebar{
  157. bottom:11px;
  158. width:320px;
  159. position:fixed;
  160. font-color:{color:text};
  161. font-size:10px;
  162. font-family:{font:body};
  163. text-align:right;
  164. left:65px;
  165. overflow:shown;
  166. padding:10px;
  167. background-color:{color:Sidebar};
  168. }
  169.  
  170. .simage2 {padding: 0px;}
  171. .simage2 img {display: inline; width:158px; height: auto; text-align:center; margin-bottom: 2px;}
  172. .cred {text-align: center;}
  173.  
  174. #siden {
  175. top:0px;
  176. width:150px;
  177. height:100%;
  178. position:fixed;
  179. font-color:{color:text};
  180. right:23px;
  181. overflow:shown;
  182. padding:0px;
  183. background-color:#transparent;
  184. }
  185.  
  186. #post{
  187. padding:10px;
  188. margin-bottom:10px;
  189. background-color:{Color:Posts};
  190. }
  191.  
  192.  
  193.  
  194.  
  195. h1 {
  196. font-size:24px;
  197. font-weight:normal;
  198. font-family:'La Belle Aurore';
  199. color:{color:post title};
  200. text-transform:none;
  201. line-height:20px;
  202. letter-spacing:-2px;
  203. }
  204.  
  205.  
  206. .h2 {
  207. font-size:9px;
  208. font-family:verdana;
  209. color:{color:text};
  210. background-color: transparent;
  211. text-align: right;
  212. text-transform:none;
  213. padding:1px;
  214. letter-spacing:1px;
  215. }
  216.  
  217.  
  218. h3 {
  219. margin-top:10px;
  220. margin-bottom:10px;
  221. font-size:28px;
  222. font-weight:normal;
  223. font-family:'La Belle Aurore';
  224. color:{color:post title};
  225. text-transform:none;
  226. line-height:20px;
  227. letter-spacing:-2px;
  228. }
  229.  
  230. h4 {
  231. margin-top:-70px;
  232. margin-left:17px;
  233. font-size:30px;
  234. font-family:'La Belle Aurore';
  235. color:{color:post title};
  236. text-transform:none;
  237. line-height:auto;
  238. letter-spacing:-2px;
  239. font-weight:normal;
  240. }
  241.  
  242. .name {
  243. font-size:28px;
  244. font:{font:title};
  245. text-transform:lowercase;
  246. line-height:25px;
  247. letter-spacing:-2px;
  248. font-weight:normal;
  249. }
  250.  
  251. #credit{
  252. padding-top:5px;
  253. text-align:center;
  254. width:500px;
  255. }
  256.  
  257.  
  258. .album-art {
  259. float: left;
  260. width: 100px;
  261. height: 100px;
  262. overflow: hidden;
  263. }
  264.  
  265. .header{
  266. width:800px;
  267. padding-right:15px;
  268. font-family:'La Belle Aurore';
  269. font-size:37px;
  270. color: {color:header};
  271. letter-spacing:5px;
  272. text-align:right;}
  273.  
  274.  
  275.  
  276. .abouttitle {
  277. font-size:35px;
  278. font-family:'La Belle Aurore';
  279. text-transform:none;
  280. padding:0px;
  281. margin-top:-20px;
  282. letter-spacing:6px;
  283. line-height:50px;
  284. position:relative;
  285. }
  286.  
  287.  
  288.  
  289. div.navigation a{
  290. background: {color:Navigation};
  291. color: #7e7e7e;
  292. top:120px;
  293. font-family:'La Belle Aurore';
  294. font-size:23px;
  295. display:block;
  296. width: 150px;
  297. height: 15px;
  298. text-align: center;
  299. padding-top:2px;
  300. margin-left:2px;
  301. margin-top:2px;
  302. position:relative;
  303. text-align: center;
  304. text-transform: none;
  305. z-index:1; font-weight:
  306. regular; display:
  307. inline-block;
  308. -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -o-transition: all 0.5s linear; transition: all 0.5s linear;
  309. }
  310.  
  311. div.navigation a:hover{
  312. background: {color:nav hover bg};
  313. color: {color:nav hover text};
  314. font-style:bold;
  315. text-transform: lowercase;
  316. border-bottom: {color:Nav Hover Bottom} 3px solid;
  317. }
  318.  
  319.  
  320. .markqt {font-size: 60px; font-family: 'La Belle Aurore'; color:{color:text}; line-height: 90px; margin-left: 7px; opacity: 0.8; filter:alpha (opacity=30);}
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327. img, a img {
  328. border: 0px !important;
  329. }
  330.  
  331. .pimg {
  332. {block:IfEnableImageOpacity}
  333. opacity: 0.8; filter:alpha(opacity=85);
  334. {/block:IfEnableImageOpacity}
  335. -webkit-transition-duration: 0.8s;
  336. max-width: 500px;
  337. }
  338.  
  339. .pimg:hover {
  340. {block:IfEnableImageOpacity}
  341. opacity:1; filter:alpha(opacity=99);
  342. {/block:IfEnableImageOpacity}
  343. }
  344.  
  345.  
  346.  
  347.  
  348.  
  349.  
  350.  
  351.  
  352. {CustomCSS}
  353.  
  354. </style>
  355.  
  356.  
  357. </head>
  358.  
  359. <div class="abouttitle"><a href="/"</a><div style="position:absolute; left:100px; top:20px; padding:5px;"><p>
  360. <div class="header"><script language="JavaScript1.2">
  361. //Neon Lights Text II by G.P.F. (gpf@beta-cc.de)
  362. //visit http://www.beta-cc.de
  363. //Visit http://www.dynamicdrive.com for this script
  364.  
  365. var message="{title}"
  366. var neonbasecolor="{color:blog title}"
  367. var neontextcolor="{color:link}"
  368. var neontextcolor2="#dddddd"
  369. var flashspeed=150 // speed of flashing in milliseconds
  370. var flashingletters=2 // number of letters flashing in neontextcolor
  371. var flashingletters2=1 // number of letters flashing in neontextcolor2 (0 to disable)
  372. var flashpause=0 // the pause between flash-cycles in milliseconds
  373. ///No need to edit below this line/////
  374. var n=0
  375. if (document.all||document.getElementById){
  376. document.write('<font color="'+neonbasecolor+'">')
  377. for (m=0;m<message.length;m++)
  378. document.write('<span id="neonlight'+m+'">'+message.charAt(m)+'</span>')
  379. document.write('</font>')
  380. }
  381. else
  382. document.write(message)
  383. function crossref(number){
  384. var crossobj=document.all? eval("document.all.neonlight"+number) : document.getElementById("neonlight"+number)
  385. return crossobj
  386. }
  387. function neon(){
  388. //Change all letters to base color
  389. if (n==0){
  390. for (m=0;m<message.length;m++)
  391. crossref(m).style.color=neonbasecolor
  392. }
  393. //cycle through and change individual letters to neon color
  394. crossref(n).style.color=neontextcolor
  395. if (n>flashingletters-1) crossref(n-flashingletters).style.color=neontextcolor2
  396. if (n>(flashingletters+flashingletters2)-1) crossref(n-flashingletters-flashingletters2).style.color=neonbasecolor
  397. if (n<message.length-1)
  398. n++
  399. else{
  400. n=0
  401. clearInterval(flashing)
  402. setTimeout("beginneon()",flashpause)
  403. return
  404. }
  405. }
  406. function beginneon(){
  407. if (document.all||document.getElementById)
  408. flashing=setInterval("neon()",flashspeed)
  409. }
  410. beginneon()
  411. </script></div><br><br><br>
  412.  
  413. </div></div><p></a></div><br><p>
  414.  
  415. <body>
  416.  
  417. <div id="siden">
  418.  
  419. <div class="navigation">
  420. <a href="/">home</a>
  421. <a href="/archive">archive</a>
  422. <a href="/ask">ask</a>
  423. {block:IfLink1Name}<a href="{text:link 1 url}">{text:link 1 name}</A>{/block:IfLink1Name}
  424. {block:IfLink2Name}<a href="{text:link 2 url}">{text:link 2 name}</A>{/block:IfLink2Name}
  425. {block:IfLink3Name}<a href="{text:link 3 url}">{text:link 3 name}</A>{/block:IfLink3Name}
  426. {block:IfLink4Name}<a href="{text:link 4 url}">{text:link 4 name}</A>{/block:IfLink4Name}
  427. {block:IfLink5Name}<a href="{text:link 5 url}">{text:link 5 name}</A>{/block:IfLink5Name}
  428. {block:IfLink6Name}<a href="{text:link 6 url}">{text:link 6 name}</A>{/block:IfLink6Name}
  429. {block:IfLink7Name}<a href="{text:link 7 url}">{text:link 7 name}</A>{/block:IfLink7Name}
  430. {block:HasPages}{block:Pages} <a href="{URL}"> {Label}</a>{/block:Pages}{/block:HasPages}
  431.  
  432. </div><p>
  433. </div>
  434.  
  435.  
  436. <div id="sidebar">
  437.  
  438.  
  439. <div class="simage2"><img src="{image:sidebar1}"/> <img src="{image:sidebar2}"/> </div>
  440.  
  441. {block:Description}{Description}{/block:Description}
  442. <br><br>
  443. <em>theme by <a href="http://heloteixeira.tumblr.com">heloísa teixeira</a></em>
  444. </div>
  445.  
  446.  
  447. <div id="content">
  448.  
  449.  
  450.  
  451. {block:Posts}
  452.  
  453.  
  454.  
  455. <div id="post">
  456.  
  457. {block:Text}
  458. {block:Title}
  459. <h3><a href="{Permalink}">{Title}</a></h3>
  460. {/block:Title}
  461. {Body}
  462. {/block:Text}
  463.  
  464. {block:Photo}
  465. {LinkOpenTag}<img class="pimg" src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px"/>{LinkCloseTag}
  466. {block:Caption}
  467. {Caption}
  468. {/block:Caption}
  469. {/block:Photo}
  470.  
  471. {block:Photoset}
  472. <center>{Photoset-500}</center>
  473. {block:Caption}
  474. {Caption}
  475. {/block:Caption}
  476. {/block:Photoset}
  477.  
  478. {block:Quote}
  479. <b class="markqt">&#10077;</b><div class="qt">{Quote}</div>
  480. {block:Source}<div class="qsr"> — {Source}</div>
  481. {/block:Source}
  482. {/block:Quote}
  483.  
  484. {block:Link}
  485. <a href="{URL}" class="link" {Target}><h3>{Name} ⇢ </h3></a>
  486. {block:Description}
  487. {Description}
  488. {/block:Description}
  489. {/block:Link}
  490.  
  491.  
  492. {block:Chat}
  493. {block:Title}<h3><a href="{Permalink}">{Title}</a></h3>{/block:Title}
  494. {block:Lines}
  495. {block:Label}<b>{Label}</b>{/block:Label}
  496. {Line}<br>
  497. {/block:Lines}
  498. {/block:Chat}
  499.  
  500.  
  501. {block:Video}
  502. <center>{Video-500}</center>
  503. {block:Caption}
  504. {Caption}
  505. {/block:Caption}
  506. {/block:Video}
  507.  
  508.  
  509. {block:Audio}<br/>
  510. {block:AlbumArt}<div class="album-art"><img src="{AlbumArtURL}" height="90px"></div>{/block:AlbumArt}
  511. {AudioPlayerWhite}
  512. {block:Caption}
  513. {Caption}
  514. {/block:Caption}
  515. {PlayCountWithLabel}<br><br>
  516. {/block:Audio}<br>
  517.  
  518. <div class="h2">
  519.  
  520. <div style="float: left">posted <a href="{Permalink}">{TimeAgo}</a> with <a href="{Permalink}">{/Block:NoteCount}{block:NoteCount}{NoteCountWithLabel}</a>{/block:NoteCount}</div>
  521. <a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};" target="_blank">reblog</a>
  522. <br>
  523. {block:RebloggedFrom}originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>
  524. </span>{/block:RebloggedFrom}
  525. </div>
  526.  
  527. {block:PermalinkPage}
  528. <center>{Block:NoteCount}Posted on {Month} {DayOfMonth}{DayOfMonthSuffix} at {12Hour}:{Minutes} {CapitalAmPm}{/Block:NoteCount}
  529. <br>
  530. {block:HasTags} Tagged as: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  531. {block:RebloggedFrom}
  532. Reblogged from: <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  533. Originally posted by: <a href="{ReblogRootURL}">{ReblogRootName}</a> {/block:RebloggedFrom}
  534. </center>
  535. {block:PostNotes}{PostNotes}{/block:PostNotes}
  536. {/block:PermalinkPage}
  537.  
  538. </div>
  539. {/block:Posts}
  540.  
  541.  
  542.  
  543. <div id="post">
  544. <div id="credit">
  545. <font size="4">
  546. <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">« </a>{/block:PreviousPage}{CurrentPage} of {TotalPages}{block:NextPage}<a href="{NextPage}"> »</a>{/block:NextPage}{/block:Pagination}
  547. </div>
  548. </center>
  549. </font></div><em>theme by <a href="http://heloteixeira.tumblr.com">heloísa teixeira</a></em></div>
  550.  
  551.  
  552.  
  553. </div>
  554. </div>
  555. </div>
  556. </body>
  557. </html>
  558.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement