Advertisement
nicole_c

Étoile (Theme 9)

Nov 3rd, 2013
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.38 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!---- Étoile by alextunrer do not steal this plz it is v unswaggy --->
  9.  
  10. <meta name="color:Background" content="#ffffff"/>
  11. <meta name="color:Text" content="#9B9B9B"/>
  12. <meta name="color:Link" content="#b8b8b8"/>
  13. <meta name="color:Description" content="#4A4949"/>
  14. <meta name="color:border" content="#F2F2F2"/>
  15. <meta name="color:scrollbar" content="#D6D5D5">
  16. <meta name="color:title" content="#999999">
  17. <meta name="color:Link Hover" content="#eeeeee"/>
  18.  
  19. <meta name="text:sidebartitle" content="">
  20.  
  21. <meta name="text:link1" content="" />
  22. <meta name="text:link1 url" content="/">
  23. <meta name="text:link2" content="" />
  24. <meta name="text:link2 url" content="/">
  25. <meta name="text:link3" content="" />
  26. <meta name="text:link3 url" content="/">
  27. <meta name="text:link4" content="" />
  28. <meta name="text:link4 url" content="/">
  29. <meta name="text:link5" content="" />
  30. <meta name="text:link5 url" content="/">
  31.  
  32.  
  33.  
  34. <style>
  35. div#qTip {
  36. padding: 3px;
  37. display: none;
  38. text-align: center;
  39. position: absolute;
  40. font-style:normal;
  41. margin-top:4px;
  42. margin-left:13px;
  43. font-size:8px;
  44. line-height:9px;
  45. font-family:cambria;
  46. z-index: 1000;
  47. background-color:#888;
  48. color: #fff;
  49. text-transform:uppercase;
  50. letter-spacing: 1px;
  51. }
  52. </style>
  53.  
  54. <style type="text/css">
  55.  
  56.  
  57.  
  58.  
  59. @font-face{font-family:Lala;src:url(http://static.tumblr.com/vpzhdvv/6d7m90v7t/111.woff);}
  60.  
  61.  
  62. @font-face{font-family::Loremipsum;src:url(http://static.tumblr.com/9wzbixa/izpmj3kdm/loremipsum.ttf);}
  63.  
  64.  
  65. #dhtmltooltip{ position: absolute; border: 1px; border-color: #8F8F8F; padding: 4px; background-color: #646363; visibility: hidden; z-index: 100; color: #efeeee; font-family: times; text-transform:uppercase; font-style: normal;/*Remove below line to remove shadow. Below line should always appear last within this CSS*/ filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135); }
  66.  
  67.  
  68. ::-webkit-scrollbar {background-color:{color:background}; height:8px; width:10px}
  69. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  70. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:10px!important}
  71.  
  72. *, body, a, a:hover {cursor: url(http://media.tumblr.com/tumblr_mem9zjUXhw1rqv2lu.png), auto;}
  73.  
  74. iframe#tumblr_controls {
  75. top: 0% !important;
  76. right:0% !important;
  77. opacity:0.3;
  78. position: fixed !important;
  79. filter:alpha(opacity=30);
  80. -webkit-transition: all 0.7s ease;
  81. -moz-transition: all 0.7s ease;
  82. -o-transition: all 0.7s ease;
  83. }
  84. iframe#tumblr_controls:hover{
  85. top: 0% !important;
  86. right:0% !important;
  87. opacity:0.8;
  88. position: fixed !important;
  89. filter:alpha(opacity=80);
  90. -webkit-transition: all 0.7s ease;
  91. -moz-transition: all 0.7s ease;
  92. -o-transition: all 0.7s ease;
  93. }
  94.  
  95. h1 {
  96. font-weight:normal;
  97. font-size:13px;
  98. text-align:center;
  99. font-style:normal;
  100. line-height:100%;
  101. letter-spacing:1px;
  102. text-transform:normal;
  103. color:{color:text};
  104. }
  105.  
  106. h2 {
  107. font-size:10px;
  108. text-align:center;
  109. line-height:100%;
  110. letter-spacing:-0.5px;
  111. color:{color:text};
  112. font-weight:bold;
  113. text-transform:uppercase;
  114. padding:5px;
  115. padding-bottom:2px;
  116. }
  117.  
  118.  
  119. blockquote {
  120. border-left:2px solid {color:text};
  121. padding-left:5px;
  122. margin:5px;
  123. }
  124.  
  125.  
  126. body {
  127. background:{color:background};
  128. margin:0px;
  129. color:{color:text};
  130. font-family:times;
  131. font-size:9px;
  132. line-height:110%;
  133. }
  134.  
  135. a {
  136. text-decoration:none;
  137. outline:none;
  138. -moz-outline-style:none;
  139. color:{color:link};
  140. -moz-transition-duration:0.7s;
  141. -webkit-transition-duration:0.7s;
  142. -o-transition-duration:0.7s;
  143. }
  144.  
  145. a:hover {
  146. text-decoration:none;
  147. outline:none;
  148. -moz-outline-style:none;
  149. color:{color:link hover};
  150. }
  151.  
  152. img {
  153. border:none;
  154. }
  155.  
  156. blockquote {
  157. padding-left:5px;
  158. border-left:2px solid;
  159. }
  160.  
  161. blockquote blockquote {
  162. padding-left:5px;
  163. border-left:2px solid;
  164. }
  165.  
  166. #post {
  167. width:500px;
  168. padding-bottom:40px;
  169. margin-top:55px;
  170. padding:10px;
  171. border: 1px solid #f1f1f1;
  172. }
  173.  
  174. #entries {
  175. padding:10px;
  176. width:500px;
  177. margin-left:220px;
  178. margin-top:10px;
  179. margin-bottom:40px;
  180. }
  181.  
  182. #theme {
  183. width:500px;
  184. margin:0 auto -12px auto;
  185. }
  186.  
  187. #sidebar {
  188. color:{color:text};
  189. position:fixed;
  190. width:90px;
  191. height:auto;
  192. margin-top:230px;
  193. margin-left:-338px;
  194. text-align:left;
  195. }
  196.  
  197. .sidebartitle {
  198. width:100px;
  199. height:14px;
  200. text-align:center;
  201. position:fixed;
  202. font-style:normal;
  203. font-family:Lala;
  204. line-height:120%;
  205. margin-left:183px;
  206. font-size:17px;
  207. margin-top:19px;
  208. color:{color:title};
  209. }
  210.  
  211. #sideimg {
  212. position:fixed;
  213. margin-top:53px;
  214. margin-left: -300px;
  215. }
  216.  
  217. #sideimg img {
  218. width:400px;
  219. height:auto;
  220. padding:5px;
  221. }
  222.  
  223. #links {
  224. position:absolute;
  225. letter-spacing:1px;
  226. position:fixed;
  227. font-family:times new roman;
  228. width:120px;
  229. margin-top:40px;
  230. margin-left:174px;
  231. font-size:8px;
  232. text-transform:uppercase;
  233. text-align:center;
  234. line-height:170%;
  235. }
  236.  
  237. #links a{
  238. width:78px;
  239. line-height:200%;
  240. padding:1px;
  241. margin-top:1px;
  242. margin-bottom:10px;
  243. margin-left:2px;
  244. opacity:.7;
  245. color:#000;
  246. letter-spacing:1px;
  247. text-decoration:none;
  248. -moz-transition-duration:.7s;
  249. -webkit-transition-duration:.7s;
  250. -o-transition-duration:.7s;
  251. }
  252.  
  253. #links a:hover {
  254. color: #D0D0D0;
  255. opacity:2;
  256. width:78px;
  257. -moz-transition-duration:.4s;
  258. -webkit-transition-duration:.4s;
  259. -o-transition-duration:.4s;
  260.  
  261. }
  262.  
  263. #description {
  264. width:90px;
  265. font-family:Loremipsum;
  266. margin-bottom:0px;
  267. margin-top:57px;
  268. margin-left:189px;
  269. padding-top:4px;
  270. text-align:center;
  271. font-size:9px;
  272. font-style:italic;
  273. color: {color:Description};
  274. letter-spacing:1px;
  275. line-height:115%;
  276. }
  277.  
  278. #description a {
  279. color:{color:Description};
  280. }
  281.  
  282. #description a:hover {
  283. color:{color:link hover};
  284. }
  285.  
  286.  
  287. #pagination {
  288. font-size:10px;
  289. text-transform:lowercase;
  290. margin-top:600px;
  291. margin-left:189px;
  292. letter-spacing:1px;
  293. word-spacing:4px;
  294. font-style:italic;
  295. text-align:center;
  296. }
  297.  
  298. #pagination a {
  299. color:{color:link};
  300. }
  301.  
  302. #info {
  303. font-family:times;
  304. width:500px;
  305. margin-top:7px;
  306. padding:2px;
  307. font-size:7px;
  308. color:{color:text};
  309. text-transform:uppercase;
  310. font-style:normal;
  311. text-align:left;
  312. background-color:#f9f9f9;
  313. -moz-transition-duration:0.5s;
  314. -webkit-transition-duration:0.5s;
  315. -o-transition-duration:0.5s;
  316. }
  317.  
  318. #info a {
  319. color:{color:link};
  320. text-align:left;
  321. font-style:normal;
  322. }
  323.  
  324. #info a:hover {
  325. color:{color:link hover};
  326. }
  327.  
  328. .tags {
  329. font-family:calibri;
  330. font-style:normal;
  331. width:500px;
  332. opacity:0;
  333. text-transform:normal;
  334. font-style:normal;
  335. color:{color:link};
  336. line-height:120%;
  337. font-size:8px;
  338. text-align:left;
  339. padding-top:3px;
  340. -moz-transition-duration:0.2s;
  341. -webkit-transition-duration:0.2s;
  342. -o-transition-duration:0.2s;
  343. }
  344.  
  345. #post:hover .tags {
  346. opacity:1;
  347. -moz-transition-duration:1s;
  348. -webkit-transition-duration:1s;
  349. -o-transition-duration:1s;
  350.  
  351. }
  352. .cover {
  353. position: relative;z-index: 1; width: 90px; float:left;}
  354.  
  355. .button {
  356. width:20px;
  357. height:30px;
  358. overflow: hidden;
  359. position: relative;
  360. z-index: 99;
  361. margin: 15px 24px 13px 16px;
  362. }
  363. .musicbox {
  364. background-color: #fff;
  365. position: absolute;
  366. z-index: 99;
  367. margin-top: 15px;
  368. margin-left: 15px;
  369. opacity: 0.3;
  370. -webkit-transition: opacity 0.2s linear;
  371. -webkit-transition: all 0.2s linear;
  372. -moz-transition: all 0.2s linear;
  373. -o-transition: all 0.2s linear;
  374. }
  375. .musicbox:hover {opacity:0.9;}
  376. .musicinfo {padding:23px; font-size:12px;margin-left: 100px;text-align:center; background:#f7f7f7;}
  377.  
  378. .question {
  379. padding:6px;
  380. text-align:left;
  381. color:{color:text};
  382. line-height:120%;
  383. border: 1px solid #e3e3e3;
  384. }
  385.  
  386. .answer {
  387. text-align:left;
  388. padding:3px;
  389. color:{color:text};
  390. }
  391.  
  392.  
  393. #credit {
  394. font-size:15px;
  395. font-family:cambria;
  396. font-style:italic;
  397. letter-spacing:1px;
  398. -moz-transition-duration:0.5s;
  399. -webkit-transition-duration:0.5s;
  400. -o-transition-duration:0.5s;
  401. }
  402.  
  403. #credit a {
  404. background-color:#fff;
  405. padding:5px;
  406.  
  407. position:fixed;
  408. right:15px;
  409. bottom:10px
  410. }
  411.  
  412. #credit a:hover {
  413. color:#000;
  414.  
  415. }
  416.  
  417. {CustomCSS}</style></head><body>
  418.  
  419.  
  420. <div id="dhtmltooltip"></div>
  421.  
  422. <script type="text/javascript">
  423.  
  424. /***********************************************
  425. * Cool DHTML tooltip script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
  426. * This notice MUST stay intact for legal use
  427. * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
  428. ***********************************************/
  429.  
  430. var offsetxpoint=10 //Customize x offset of tooltip
  431. var offsetypoint=15 //Customize y offset of tooltip
  432. var ie=document.all
  433. var ns6=document.getElementById && !document.all
  434. var enabletip=false
  435. if (ie||ns6)
  436. var tipobj=document.all? document.all["dhtmltooltip"] : document.getElementById? document.getElementById("dhtmltooltip") : ""
  437.  
  438. function ietruebody(){
  439. return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
  440. }
  441.  
  442. function ddrivetip(thetext, thecolor, thewidth){
  443. if (ns6||ie){
  444. if (typeof thewidth!="undefined") tipobj.style.width=thewidth+"px"
  445. if (typeof thecolor!="undefined" && thecolor!="") tipobj.style.backgroundColor=thecolor
  446. tipobj.innerHTML=thetext
  447. enabletip=true
  448. return false
  449. }
  450. }
  451.  
  452. function positiontip(e){
  453. if (enabletip){
  454. var curX=(ns6)?e.pageX : event.clientX+ietruebody().scrollLeft;
  455. var curY=(ns6)?e.pageY : event.clientY+ietruebody().scrollTop;
  456. //Find out how close the mouse is to the corner of the window
  457. var rightedge=ie&&!window.opera? ietruebody().clientWidth-event.clientX-offsetxpoint : window.innerWidth-e.clientX-offsetxpoint-20
  458. var bottomedge=ie&&!window.opera? ietruebody().clientHeight-event.clientY-offsetypoint : window.innerHeight-e.clientY-offsetypoint-20
  459.  
  460. var leftedge=(offsetxpoint<0)? offsetxpoint*(-1) : -1000
  461.  
  462. //if the horizontal distance isn't enough to accomodate the width of the context menu
  463. if (rightedge<tipobj.offsetWidth)
  464. //move the horizontal position of the menu to the left by it's width
  465. tipobj.style.left=ie? ietruebody().scrollLeft+event.clientX-tipobj.offsetWidth+"px" : window.pageXOffset+e.clientX-tipobj.offsetWidth+"px"
  466. else if (curX<leftedge)
  467. tipobj.style.left="5px"
  468. else
  469. //position the horizontal position of the menu where the mouse is positioned
  470. tipobj.style.left=curX+offsetxpoint+"px"
  471.  
  472. //same concept with the vertical position
  473. if (bottomedge<tipobj.offsetHeight)
  474. tipobj.style.top=ie? ietruebody().scrollTop+event.clientY-tipobj.offsetHeight-offsetypoint+"px" : window.pageYOffset+e.clientY-tipobj.offsetHeight-offsetypoint+"px"
  475. else
  476. tipobj.style.top=curY+offsetypoint+"px"
  477. tipobj.style.visibility="visible"
  478. }
  479. }
  480.  
  481. function hideddrivetip(){
  482. if (ns6||ie){
  483. enabletip=false
  484. tipobj.style.visibility="hidden"
  485. tipobj.style.left="-1000px"
  486. tipobj.style.backgroundColor=''
  487. tipobj.style.width=''
  488. }
  489. }
  490.  
  491. document.onmousemove=positiontip
  492.  
  493. </script>
  494.  
  495.  
  496.  
  497.  
  498.  
  499.  
  500.  
  501.  
  502.  
  503.  
  504. <div id="theme">
  505.  
  506. <div id="sideimg"><img src="http://24.media.tumblr.com/d9af48bfd0441b5e6ed2fa143322c0ed/tumblr_mvp3vfcKwk1ss8119o1_500.png"></div>
  507.  
  508. <div id="sidebar">
  509.  
  510. <div class="sidebartitle">{text:sidebartitle}</div>
  511.  
  512. <div id="links">
  513. <a href="{text:link1 url}" onMouseover="ddrivetip('{text:link1}')";
  514. onMouseout="hideddrivetip()">i.</a>
  515. <a href="{text:link2 url}" onMouseover="ddrivetip('{text:link2}')";
  516. onMouseout="hideddrivetip()">ii.</a>
  517. <a href="{text:link3 url}" onMouseover="ddrivetip('{text:link3}')";
  518. onMouseout="hideddrivetip()">iii.</a>
  519. <a href="{text:link4 url}" onMouseover="ddrivetip('{text:link4}')";
  520. onMouseout="hideddrivetip()">iv.</a>
  521. <a href="{text:link5 url}" onMouseover="ddrivetip('{text:link5}')";
  522. onMouseout="hideddrivetip()">v.</a>
  523. </a>
  524.  
  525.  
  526.  
  527. </div>
  528.  
  529. <div id="description">{description}
  530. <p></p><small><center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><big>←</big></a>{/block:PreviousPage}{/block:Pagination}
  531. {block:Pagination}{block:NextPage}<a href="{NextPage}"><big>→</big></a>{/block:NextPage}{/block:Pagination}{/block:Pagination} </center> </small>
  532. </div></div>
  533.  
  534. <div id="entries">{block:Posts}<div id="post">
  535.  
  536. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  537.  
  538. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  539.  
  540. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  541.  
  542. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  543.  
  544. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  545.  
  546. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
  547.  
  548. {block:Audio}<div class="musicbox"><div class="button">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>{block:AlbumArt}<img src="{AlbumArtURL}" class="cover">{/block:AlbumArt}<div class="musicinfo">
  549. {block:TrackName}<div style="font-size:12px; font-style:italic; padding:5px!imporant;">{TrackName}</div>{/block:Trackname}<br>{block:Artist}<span style="font-size:10px;">{Artist}{/block:Artist}{block:Album} - {Album}</span>{/block:Album}<br><br>{block:PlayCount}<span style="font-style:normal; font-size:8px; text-transform:uppercase; letter-spacing:1px;">{PlayCount} plays</span> {/block:PlayCount}</div><div style="margin-top:20px;">{block:caption}{Caption}{/block:caption}</div>{/block:Audio}
  550.  
  551. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  552.  
  553. {block:Answer}<div class="question">{Asker}: {Question}</div><div class="answer">{Answer}</div>{/block:answer}
  554.  
  555. {block:Date}<div id="info"><a href="{Permalink}">{TimeAgo}</a> {block:NoteCount}with <a href="{Permalink}">{NoteCountWithLabel}</a> {/block:NoteCount}{block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  556. {block:ContentSource} © <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}{/block:Date}</div>
  557. {block:HasTags}
  558. <div class="tags">
  559. {block:Tags} # <a href="{TagURL}"> {Tag}</a>{/block:Tags}</div>
  560. {/block:HasTags}
  561. <div class="postnote">
  562. {block:PostNotes}{PostNotes}{/block:PostNotes}
  563. </div>
  564. </div>
  565. {/block:Posts}
  566.  
  567. </div>
  568. <div id="credit"><a href="http://siosthemes.tumblr.com" onMouseover="ddrivetip('siosthemes')";
  569. onMouseout="hideddrivetip()">❦</a>
  570.  
  571. </body>
  572. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement