Advertisement
missskinnylove

Theme 2 - Dirty little secrets /circles (OLD)

Mar 1st, 2012
6,267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.84 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2.  
  3.  
  4. <!-----THEME BY MISSSKINNYLOVE.TUMBLR ------>
  5.  
  6. <!----- please do not steal or remove the credits! I worked really hard to create it. thank you. ------>
  7.  
  8.  
  9. <html>
  10.  
  11. <head>
  12.  
  13. <!-- DEFAULT VARIABLES -->
  14.  
  15.  
  16. <meta name="image:Background" content="" />
  17. <meta name="image:RightSbarImg" content="" />
  18. <meta name="image:SidebarImg1" content="" />
  19. <meta name="image:SidebarImg2" content="" />
  20. <meta name="image:SidebarImg3" content="" />
  21.  
  22. <meta name="color:Background" content="#eeddcd" />
  23. <meta name="color:SidebarLeft" content="#fffcf5" />
  24. <meta name="color:SidebarRight" content="#fffcf5" />
  25. <meta name="color:DescriptionBg" content="#fffcf5" />
  26. <meta name="color:Borders" content="#aa7768" />
  27. <meta name="color:Topbar" content="#e4baad" />
  28.  
  29. <meta name="color:Links" content="#ab9584" />
  30. <meta name="color:LinksHover" content="#cfb5a3" />
  31.  
  32. <meta name="color:Posts" content="#fffcf5" />
  33. <meta name="color:PostsBg" content="#fffaf0" />
  34. <meta name="color:Permalink" content="#e4baad" />
  35. <meta name="color:InfoHover" content="#f8ecd9" />
  36. <meta name="color:Title" content="#523026" />
  37. <meta name="color:Text" content="#85655f" />
  38.  
  39.  
  40. <meta name="font:Body" content="georgia" />
  41. <meta name="font:Title" content="georgia" />
  42.  
  43. <meta name="text:TopTitle" content="" />
  44.  
  45. <meta name="text:Link1" content="" />
  46. <meta name="text:Link1 URL" content="" />
  47. <meta name="text:Link2" content="" />
  48. <meta name="text:Link2 URL" content="" />
  49. <meta name="text:Link3" content="" />
  50. <meta name="text:Link3 URL" content="" />
  51. <meta name="text:Link4" content="" />
  52. <meta name="text:Link4 URL" content="" />
  53. <meta name="text:Link5" content="" />
  54. <meta name="text:Link5 URL" content="" />
  55.  
  56. <meta name="if:ShowLink1" content="0" />
  57. <meta name="if:ShowLink2" content="0" />
  58. <meta name="if:ShowLink3" content="0" />
  59. <meta name="if:ShowLink4" content="0" />
  60. <meta name="if:ShowLink5" content="0" />
  61. <meta name="if:ShowSidebarImage" content="0" />
  62. <meta name="if:ShowTopTitle" content="0" />
  63.  
  64.  
  65. <meta name="text:BackgroundRepeat" content="no-repeat" />
  66.  
  67.  
  68.  
  69.  
  70. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  71. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  72.  
  73.  
  74. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  75. <link rel="shortcut icon" href="{Favicon}" />
  76. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  77.  
  78.  
  79.  
  80.  
  81.  
  82. <style type="text/css">
  83.  
  84. body {
  85. color:{color:Text};
  86. background-color:{color:Background};
  87. background-image: url('{image:Background}');
  88. background-attachment:fixed;
  89. background-repeat: {text:BackgroundRepeat};
  90. font-size: 11px;
  91. font-family:{font:Body};
  92. line-height:110%;
  93. text-align:justify
  94. }
  95.  
  96.  
  97. /* links */
  98.  
  99. a:link, a:active, a:visited{
  100. color: {color:Links};
  101. text-decoration:none;
  102. -webkit-transition: all 0.6s ease-in-out;
  103. -moz-transition: all 0.6s ease-in-out;
  104. -o-transition: all 0.6s ease-in-out;
  105. -ms-transition: all 0.6s ease-in-out;
  106. transition: all 0.6s ease-in-out;
  107. }
  108.  
  109. a:hover{
  110. color:{color:LinksHover};
  111. background-color:{color:Background};
  112. -webkit-transition: all 0.6s ease-in-out;
  113. -moz-transition: all 0.6s ease-in-out;
  114. -o-transition: all 0.6s ease-in-out;
  115. -ms-transition: all 0.6s ease-in-out;
  116. transition: all 0.6s ease-in-out;
  117. }
  118.  
  119.  
  120.  
  121. /* sidebar left */
  122.  
  123. #leftlinks {
  124. background-color:{color:SidebarLeft};
  125. padding-top:145px;
  126. padding-left:10px;
  127. margin-top:-20px;
  128. margin-left:2px;
  129. height:100%;
  130. position:fixed;
  131. width: 80px;
  132. border-right:5px solid {color:border};
  133. }
  134.  
  135. #leftlinks a {
  136. color: {color:Links};
  137. border-left:5px solid {color:Borders};
  138. margin-bottom:2px;
  139. padding:10px;
  140. display:inline-block;
  141. font-family: arial;
  142. font-size: 9px;
  143. text-align: left;
  144. text-transform:uppercase;
  145. letter-spacing:1px;
  146. -webkit-transition: all 0.5s ease-in-out;
  147. -moz-transition: all 0.5s ease-in-out;
  148. -o-transition: all 0.5s ease-in-out;
  149. -ms-transition: all 0.5s ease-in-out;
  150. transition: all 0.5s ease-in-out;
  151. }
  152.  
  153. #leftlinks a:hover {
  154. background-color:{color:Background};
  155. color:{color:Links};
  156. border-left:2px solid {color:Borders};
  157. -webkit-transition: all 0.5s ease-in-out;
  158. -moz-transition: all 0.5s ease-in-out;
  159. -o-transition: all 0.5s ease-in-out;
  160. -ms-transition: all 0.5s ease-in-out;
  161. transition: all 0.5s ease-in-out;
  162. }
  163.  
  164.  
  165. .pagination {
  166. display: block;
  167. font-size: 10px;
  168. letter-spacing: 0px;
  169. text-align:center;
  170.  
  171. padding-top: 5px;
  172. color: {color:Titles};
  173. }
  174.  
  175.  
  176.  
  177. /* sidebar 1 - circles */
  178.  
  179. #sidebar {
  180. background-color:{links};
  181. width:250px;
  182. float: left;
  183. position: fixed;
  184. margin-left: 110px;
  185. font-family: georgia;
  186. font-size:10px;
  187. margin-top:-60px;
  188. height: auto;
  189. padding:7px;
  190. z-index:999;
  191. }
  192.  
  193.  
  194. #sbarimg img {
  195. width:200px;
  196. height:200px;
  197. -webkit-border-radius: 100px;
  198. -moz-border-radius: 100px;
  199. border-radius: 100px;
  200. t;
  201. }
  202.  
  203. #sbarimg:hover {
  204. filter:alpha(opacity=80);
  205. -moz-opacity:0.8;
  206. -khtml-opacity: 0.8;
  207. opacity: 0.8;
  208. -webkit-transition: all 0.6s ease-in-out;
  209. -moz-transition: all 0.6s ease-in-out;
  210. -o-transition: all 0.6s ease-in-out;
  211. -ms-transition: all 0.6s ease-in-out;
  212. transition: all 0.6s ease-in-ou
  213. }
  214.  
  215.  
  216. #sbarimg2 img {
  217. width:250px;
  218. height:250px;
  219. margin-top:-10px;
  220. -webkit-border-radius: 200px;
  221. -moz-border-radius: 200px;
  222. border-radius: 200px;
  223. }
  224.  
  225. #sbarimg2:hover {
  226. filter:alpha(opacity=80);
  227. -moz-opacity:0.8;
  228. -khtml-opacity: 0.8;
  229. opacity: 0.8;
  230. -webkit-transition: all 0.6s ease-in-out;
  231. -moz-transition: all 0.6s ease-in-out;
  232. -o-transition: all 0.6s ease-in-out;
  233. -ms-transition: all 0.6s ease-in-out;
  234. transition: all 0.6s ease-in-ou
  235. }
  236.  
  237.  
  238. #sbarimg3 img {
  239. width:200px;
  240. height:200px;
  241. margin-top:-10px;
  242. -webkit-border-radius: 100px;
  243. -moz-border-radius: 100px;
  244. border-radius: 100px;
  245. -webkit-transition: all 0.6s ease-in-out;
  246. -moz-transition: all 0.6s ease-in-out;
  247. -o-transition: all 0.6s ease-in-out;
  248. -ms-transition: all 0.6s ease-in-out;
  249. transition: all 0.6s ease-in-out;
  250. }
  251.  
  252. #sbarimg3:hover {
  253. filter:alpha(opacity=80);
  254. -moz-opacity:0.8;
  255. -khtml-opacity: 0.8;
  256. opacity: 0.8;
  257. -webkit-transition: all 0.6s ease-in-out;
  258. -moz-transition: all 0.6s ease-in-out;
  259. -o-transition: all 0.6s ease-in-out;
  260. -ms-transition: all 0.6s ease-in-out;
  261. transition: all 0.6s ease-in-ou
  262. }
  263.  
  264.  
  265.  
  266. /* TITLE */
  267.  
  268. .toptitle{
  269. font-size:40px;
  270. font-family:'WindsongRegular';
  271. text-align:left;
  272. color:{color:Title};
  273. background-color:{color:Topbar};
  274. position:fixed;
  275. width:100%;
  276. height:20px;
  277. top:-15px;
  278. padding-top:30px;
  279. z-index:100;
  280. margin-left:-10px;
  281. margin-top:30px;
  282. padding-left:370px;
  283. border-bottom:1px solid {color:Borders};
  284. }
  285.  
  286.  
  287. /* OPTIONAL FONTS */
  288.  
  289. @font-face {
  290. font-family: 'TangerineRegular';
  291. src: url('http://static.tumblr.com/1p1nuco/lZmm040hn/tangerine_regular-webfont.eot');
  292. src: url('http://static.tumblr.com/1p1nuco/lZmm040hn/tangerine_regular-webfont.eot?#iefix') format('embedded-opentype'),
  293. url('http://static.tumblr.com/1p1nuco/ebem040yi/tangerine_regular-webfont.woff') format('woff'),
  294. url('http://static.tumblr.com/1p1nuco/1k5m03xdi/tangerine_regular-webfont.ttf') format('truetype'),
  295. url('http://static.tumblr.com/1p1nuco/8Jhm040zv/tangerine_regular-webfont.svg#TangerineRegular') format('svg');
  296. font-weight: normal;
  297. font-style: normal;
  298.  
  299. }
  300.  
  301.  
  302.  
  303. @font-face {
  304. font-family: 'WindsongRegular';
  305. src: url('http://static.tumblr.com/1p1nuco/JSVm041ix/windsong-webfont.eot');
  306. src: url('http://static.tumblr.com/1p1nuco/JSVm041ix/windsong-webfont.eot?#iefix') format('embedded-opentype'),
  307. url('http://static.tumblr.com/1p1nuco/EvIm041mq/windsong-webfont.woff') format('woff'),
  308. url('http://static.tumblr.com/1p1nuco/EFym041l6/windsong-webfont.ttf') format('truetype'),
  309. url('http://static.tumblr.com/1p1nuco/A15m041k8/windsong-webfont.svg#WindsongRegular') format('svg');
  310. font-weight: normal;
  311. font-style: normal;
  312.  
  313. }
  314.  
  315.  
  316.  
  317. /* POSTS */
  318.  
  319. #entries {
  320. margin-left:420px;
  321. margin-top:-25px;
  322. max-width:505px;
  323. text-align: justify;
  324. border-left:0px solid {color:Borders};
  325. border-right:0px solid {color:Borders};
  326. }
  327.  
  328.  
  329. #posts {
  330. max-width:505px;
  331. text-align: justify;
  332. background: {color:Posts};
  333. margin-bottom:5px;
  334. padding:3px;
  335. }
  336.  
  337.  
  338. #info {
  339. text-align:center;
  340. font-family:georgia;
  341. font-size: 10px;
  342. text-transform:lowercase;
  343. background-color:{color:Permalink};
  344. padding:3px;
  345. margin-left:5px;
  346. margin-right:5px;
  347. margin-bottom:10px;
  348. border-bottom:1px solid {color:border};
  349. }
  350.  
  351.  
  352. #info a:hover{
  353. color:{color:InfoHover};
  354. font-style: bold;
  355. -webkit-transition: opacity 0.7s linear;
  356. opacity: 0.7s;
  357. -webkit-transition: all 0.3s ease-out;
  358. -moz-transition: all 0.3s ease-out;
  359. transition: all 0.3s ease-out;
  360. padding-left: 10px;
  361. border-left:0px solid {color:Borders}}
  362.  
  363.  
  364. .date {
  365. text-align:left;
  366. }
  367.  
  368. .source {
  369. margin-bottom:10px;
  370. margin-top:-10px;
  371. text-align:right;
  372. }
  373.  
  374. .tags {
  375. margin-top:-10px;
  376. }
  377.  
  378.  
  379.  
  380. .notes {
  381. width:450px;
  382. position:relative;
  383. top:1px;
  384. }
  385.  
  386.  
  387.  
  388.  
  389. /* SIDEBAR 2*/
  390.  
  391. #title {
  392. width: 310px;
  393. margin-left:960px;
  394. margin-top: 20px;
  395. padding: 5px;
  396. text-align: center;
  397. position: fixed;
  398. font-size:34px;
  399. border-bottom:1px solid {color:Borders};
  400. font-family:TangerineRegular;
  401. line-height:65%;
  402. font-weight:bold;
  403. }
  404.  
  405. #descriptionbg {
  406. font-size:10px;
  407. width:260px;
  408. height:auto;
  409. background-color:{color:DescriptionBg};
  410. letter-spacing:1px;
  411. padding:5px;
  412. margin-left:0px
  413. }
  414.  
  415.  
  416. #sbar {
  417. width: 270px;
  418. height: auto;
  419. float: center;
  420. margin-left:980px;
  421. margin-top:80px;
  422. padding-top: 10px;
  423. background-color: {color:SidebarRight};
  424. text-align: center;
  425. position: fixed;
  426. padding-bottom: 15px;
  427. -webkit-border-radius: 5px;
  428. -moz-border-radius: 5px;
  429. border-radius: 5px;
  430. }
  431.  
  432. #simg img{
  433. margin-top: 0px;
  434.  
  435. width:270px;
  436. height:auto;
  437. text-align: center
  438. -webkit-border-radius: 20px;
  439. -moz-border-radius: 20px;
  440. border-radius: 20px;
  441. }
  442.  
  443.  
  444. /* rest */
  445.  
  446. h1{
  447. color:{color:Title};
  448. font-family:'TangerineRegular';
  449. font-size:25px;
  450. line-height:20px;
  451. letter-spacing:0px;
  452. font-weight:normal;
  453. margin:0px;
  454. padding:0px;
  455. text-align:left}
  456. text-transform:lowercase;
  457.  
  458. h2{
  459. color:{color:Title};
  460. font-family:{font:Text};
  461. font-size:12px;
  462. line-height:12px;
  463. letter-spacing:0px;
  464. font-weight:normal;
  465. text-transform:lowercase;
  466. margin:0px;
  467. padding:0px;
  468. margin-bottom:-0px;
  469. text-align:left}
  470.  
  471. h3{
  472. color:{color:Links};
  473. font-family:georgia;
  474. font-size:13px;
  475. letter-spacing:1px;
  476. font-weight:normal;
  477. font-style:normal;
  478. text-transform:lowercase;
  479. line-height:15px;
  480. margin-top:-4px;
  481. margin-bottom:-10px;
  482. text-align:center}
  483.  
  484. h3 a:hover{background-color:Background}
  485.  
  486.  
  487.  
  488. #question {
  489. background-color:{color:Posts};
  490. color:{color:Text};
  491. font-family:georgia;
  492. font-size:10px;
  493. letter-spacing:1px;
  494. padding:10px;
  495. }
  496.  
  497. #question a {
  498. color:{color:Link};
  499. }
  500.  
  501. #question a:hover {
  502. color:{color:LinksHover};
  503. }
  504.  
  505. .star {
  506. margin-left:280px;
  507. margin-top:-2px;
  508. color:{color:Borders};
  509. font-size:25px;
  510. }
  511.  
  512. #asker {
  513. width:500px;
  514. margin-left:250px;
  515. margin-top:5px;
  516. padding:5px;
  517. font-family:{font:Text};
  518. text-align:left;
  519. font-style:italic;
  520. text-transform:lowercase;
  521. }
  522.  
  523. #asker a {
  524. color:{color:Links};
  525. }
  526.  
  527. #answer {
  528. margin-left:0px;
  529. }
  530.  
  531. blockquote {
  532. margin:0px 2px 0px 10px;
  533. border-left:4px solid {color:Text};
  534. padding-left:3px;
  535. }
  536.  
  537. blockquote img, blockquote a img {
  538. max-width: 490px;
  539. }
  540.  
  541. b, strong{
  542. color:{color:Title};
  543. }
  544.  
  545. i, em {
  546. color:{color:Title};
  547. }
  548.  
  549. p {
  550. margin-top:3px;
  551. margin-bottom:3px;
  552. }
  553.  
  554. img a{
  555. border:none;
  556. }
  557.  
  558. .audio{
  559. background-color:black;
  560. display:block;
  561. }
  562.  
  563. .user_1 .label {
  564. color:{color:Text};
  565. font-weight:bold;
  566. }
  567.  
  568. .user_2 .label {
  569. color:{color:Text};
  570. font-weight:bold
  571. }
  572.  
  573. ul.chat, .chat ol, .chat li {
  574. list-style:none;
  575. margin:0px;
  576. padding:0px;
  577. }
  578.  
  579. </style>
  580. <style type="text/css">{CustomCSS}</style>
  581. </head>
  582.  
  583. <body>
  584.  
  585. <br>
  586.  
  587.  
  588. <div id="leftlinks">
  589.  
  590. <a href="/">home</a><br>
  591. <a href="/ask">ask</a><br>
  592. <a href="/archive">archive</a><br>
  593. <a href="http://missskinnylove.tumblr.com/">theme</a>
  594.  
  595. {block:IfShowLink1}<a href="{text:Link1 URL}">{text:Link1}</a><br>{/block:IfShowLink1}
  596. {block:IfShowLink2}<a href="{text:Link2 URL}">{text:Link2}</a><br>{/block:IfShowLink2}
  597. {block:IfShowLink3}<a href="{text:Link3 URL}">{text:Link3}</a><br>{/block:IfShowLink3}
  598. {block:IfShowLink4}<a href="{text:Link4 URL}">{text:Link4}</a><br>{/block:IfShowLink4}
  599. {block:IfShowLink5}<a href="{text:Link5 URL}">{text:Link5}</a><br>{/block:IfShowLink5}
  600. <br>
  601. <br>
  602. <br>
  603.  
  604.  
  605.  
  606. </div>
  607.  
  608. {block:IfShowTopTitle}
  609. <div class="toptitle">{text:TopTitle}</div>
  610. <center><div id="toptitle">{Title}</div></center>{/block:IfShowTopTitle}
  611. <br>
  612. <br>
  613.  
  614.  
  615. </div>
  616.  
  617. <br>
  618. <div id="sidebar">
  619.  
  620. <div id="sbarimg">
  621. <center><img src="{image:SidebarImg1}"></center></div>
  622. <br>
  623. <div id="sbarimg2">
  624. <center><img src="{image:SidebarImg2}"></center></div>
  625. <br>
  626. <div id="sbarimg3">
  627. <center><img src="{image:SidebarImg3}"></center></div>
  628.  
  629.  
  630.  
  631. </div>
  632. <br>
  633. <br>
  634.  
  635. <div id="title" align="center"><a href="/">{Title}</a></div><br>
  636.  
  637. <div id="sbar">
  638.  
  639. <div id="simg" align="center"><img src="{image:RightSbarImg}"/></div><br>
  640. <div id="descriptionbg" align="center">{block:Description}{Description}{/block:Description}<br></div>
  641. <br>
  642.  
  643.  
  644. <div class="pagination" >
  645. {block:PreviousPage}<a href="{PreviousPage}">«</a> &nbsp;{/block:PreviousPage}{CurrentPage}/{TotalPages}{block:NextPage}&nbsp;<a href="{NextPage}">»</a>{/block:NextPage}</div>
  646.  
  647. <br>
  648.  
  649.  
  650. </div>
  651.  
  652.  
  653.  
  654. <div id="entries">
  655.  
  656. <br>{block:Posts}
  657. <div id="posts">
  658.  
  659. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  660. {block:Text}{Body}{/block:Text}
  661. {block:Quote}<h2>"{Quote}" — {Source}</h2>{/block:Quote}
  662.  
  663.  
  664.  
  665. {block:Link}<a href="{URL}" class="Links" {Target}><h1>{Name}&nbsp;</h1></a>{block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  666.  
  667.  
  668. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  669.  
  670.  
  671. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  672.  
  673.  
  674. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  675.  
  676.  
  677. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  678. </div>
  679.  
  680. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  681.  
  682.  
  683. {block:Answer}
  684. <div id="question">{Question}</div>
  685. <div class="star">*</div>
  686. <div id="asker"><img src="{AskerPortraitURL-16}"> {Asker}</div>
  687. <div id="answer">{Answer}</div>
  688. {/block:Answer}
  689.  
  690.  
  691. <br>
  692.  
  693. <div id="info">
  694. {block:Date}<div class="date"><a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} with {block:NoteCount}<a href="{Permalink}">&hearts; {NoteCountwithLabel}</a>{/block:NoteCount}</div>{/block:Date}
  695. <div class="source">{block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{block:ContentSource} &copy; <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</div>
  696. <div class="tags">{block:HasTags}{block:Tags}#<a href="/tagged/{Tag}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  697. </div>
  698.  
  699.  
  700. <br>
  701.  
  702. {/block:Posts}
  703. {block:PostNotes}{PostNotes}{/block:PostNotes}
  704.  
  705.  
  706. </div>
  707.  
  708.  
  709. </body>
  710. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement