Advertisement
nicole_c

Toledo (Theme 4)

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