Advertisement
nicole_c

Coquette (Theme 8)

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