Advertisement
nicole_c

Grenouillère (Theme 6)

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