Advertisement
missskinnylove

Theme 2 - Dirty little secrets /squares (OLD)

Mar 1st, 2012
4,659
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.85 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="#000000" />
  23. <meta name="color:SidebarLeft" content="#000000" />
  24. <meta name="color:SidebarRight" content="#35082f" />
  25. <meta name="color:DescriptionBg" content="#640b4a" />
  26. <meta name="color:Borders" content="#640b4a" />
  27. <meta name="color:Topbar" content="#35082f" />
  28.  
  29. <meta name="color:Links" content="#ab9584" />
  30. <meta name="color:LinksHover" content="#cfb5a3" />
  31.  
  32. <meta name="color:Posts" content="#fdecda" />
  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:Borders};
  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 - squares */
  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:0px;
  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: 30px;
  198. -moz-border-radius: 30px;
  199. border-radius: 30px;
  200. }
  201.  
  202. #sbarimg:hover {
  203. filter:alpha(opacity=80);
  204. -moz-opacity:0.8;
  205. -khtml-opacity: 0.8;
  206. opacity: 0.8;
  207. -webkit-transition: all 0.6s ease-in-out;
  208. -moz-transition: all 0.6s ease-in-out;
  209. -o-transition: all 0.6s ease-in-out;
  210. -ms-transition: all 0.6s ease-in-out;
  211. transition: all 0.6s ease-in-ou
  212. }
  213.  
  214.  
  215. #sbarimg2 img {
  216. width:200px;
  217. height:200px;
  218. margin-top:-10px;
  219. -webkit-border-radius: 30px;
  220. -moz-border-radius: 30px;
  221. border-radius: 30px;
  222. }
  223.  
  224. #sbarimg2:hover {
  225. filter:alpha(opacity=80);
  226. -moz-opacity:0.8;
  227. -khtml-opacity: 0.8;
  228. opacity: 0.8;
  229. -webkit-transition: all 0.6s ease-in-out;
  230. -moz-transition: all 0.6s ease-in-out;
  231. -o-transition: all 0.6s ease-in-out;
  232. -ms-transition: all 0.6s ease-in-out;
  233. transition: all 0.6s ease-in-ou
  234. }
  235.  
  236.  
  237. #sbarimg3 img {
  238. width:200px;
  239. height:200px;
  240. margin-top:-10px;
  241. -webkit-border-radius: 30px;
  242. -moz-border-radius: 30px;
  243. border-radius: 30px;
  244. -webkit-transition: all 0.6s ease-in-out;
  245. -moz-transition: all 0.6s ease-in-out;
  246. -o-transition: all 0.6s ease-in-out;
  247. -ms-transition: all 0.6s ease-in-out;
  248. transition: all 0.6s ease-in-out;
  249. }
  250.  
  251. #sbarimg3:hover {
  252. filter:alpha(opacity=80);
  253. -moz-opacity:0.8;
  254. -khtml-opacity: 0.8;
  255. opacity: 0.8;
  256. -webkit-transition: all 0.6s ease-in-out;
  257. -moz-transition: all 0.6s ease-in-out;
  258. -o-transition: all 0.6s ease-in-out;
  259. -ms-transition: all 0.6s ease-in-out;
  260. transition: all 0.6s ease-in-ou
  261. }
  262.  
  263.  
  264.  
  265. /* TITLE */
  266.  
  267. .toptitle{
  268. font-size:40px;
  269. font-family:'WindsongRegular';
  270. text-align:left;
  271. color:{color:Title};
  272. background-color:{color:Topbar};
  273. position:fixed;
  274. width:100%;
  275. height:20px;
  276. top:-15px;
  277. padding-top:30px;
  278. z-index:100;
  279. margin-left:-10px;
  280. margin-top:30px;
  281. padding-left:370px;
  282. background-color:{color:Permalink};
  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.  
  320. #entries {
  321. margin-left:410px;
  322. margin-top:-25px;
  323. max-width:505px;
  324. text-align: justify;
  325. border-left:0px solid {color:Borders};
  326. border-right:0px solid {color:Borders};
  327. }
  328.  
  329.  
  330. #posts {
  331. max-width:505px;
  332. text-align: justify;
  333. background: {color:Posts};
  334. margin-bottom:5px;
  335. padding:3px;
  336. }
  337.  
  338.  
  339. #info {
  340. text-align:center;
  341. font-family:georgia;
  342. font-size: 10px;
  343. text-transform:lowercase;
  344. background-color:{color:Permalink};
  345. padding:3px;
  346. margin-left:5px;
  347. margin-right:5px;
  348. margin-bottom:10px;
  349. border-bottom:1px solid {color:border};
  350. }
  351.  
  352.  
  353. #info a:hover{
  354. color:{color:InfoHover};
  355. font-style: bold;
  356. -webkit-transition: opacity 0.7s linear;
  357. opacity: 0.7s;
  358. -webkit-transition: all 0.3s ease-out;
  359. -moz-transition: all 0.3s ease-out;
  360. transition: all 0.3s ease-out;
  361. padding-left: 10px;
  362. border-left:0px solid {color:Borders}}
  363.  
  364.  
  365. .date {
  366. text-align:left;
  367. }
  368.  
  369. .source {
  370. margin-bottom:10px;
  371. margin-top:-10px;
  372. text-align:right;
  373. }
  374.  
  375. .tags {
  376. margin-top:-10px;
  377. }
  378.  
  379.  
  380.  
  381. .notes {
  382. width:450px;
  383. position:relative;
  384. top:1px;
  385. }
  386.  
  387.  
  388.  
  389.  
  390. /* SIDEBAR 2*/
  391.  
  392. #title {
  393. width: 310px;
  394. margin-left:960px;
  395. margin-top: 20px;
  396. padding: 5px;
  397. text-align: center;
  398. position: fixed;
  399. font-size:34px;
  400. border-bottom:1px solid {color:Borders};
  401. font-family:TangerineRegular;
  402. line-height:65%;
  403.  
  404. }
  405.  
  406. #descriptionbg {
  407. font-size:10px;
  408. width:260px;
  409. height:auto;
  410. background-color:{color:DescriptionBg};
  411. letter-spacing:1px;
  412. padding:5px;
  413. margin-left:0px
  414. }
  415.  
  416.  
  417. #sbar {
  418. width: 270px;
  419. height: auto;
  420. float: center;
  421. margin-left:980px;
  422. margin-top:80px;
  423. padding: 0px;
  424. padding-top: 0px;
  425. background-color: {color:SidebarRight};
  426. text-align: center;
  427. position: fixed;
  428. padding-bottom: 15px;
  429. -webkit-border-radius: 20px;
  430. -moz-border-radius: 20px;
  431. border-radius: 20px;
  432. }
  433.  
  434. #simg img{
  435. margin-top: 0px;
  436. max-width:270px;
  437. height:auto;
  438. text-align: center
  439. -webkit-border-radius: 20px;
  440. -moz-border-radius: 20px;
  441. border-radius: 20px;
  442. }
  443.  
  444.  
  445. /* rest */
  446.  
  447. h1{
  448. color:{color:Title};
  449. font-family:'TangerineRegular';
  450. font-size:25px;
  451. line-height:20px;
  452. letter-spacing:0px;
  453. font-weight:normal;
  454. margin:0px;
  455. padding:0px;
  456. text-align:left}
  457. text-transform:lowercase;
  458.  
  459. h2{
  460. color:{color:Title};
  461. font-family:{font:Text};
  462. font-size:12px;
  463. line-height:12px;
  464. letter-spacing:0px;
  465. font-weight:normal;
  466. text-transform:lowercase;
  467. margin:0px;
  468. padding:0px;
  469. margin-bottom:-0px;
  470. text-align:left}
  471.  
  472. h3{
  473. color:{color:Links};
  474. font-family:georgia;
  475. font-size:13px;
  476. letter-spacing:1px;
  477. font-weight:normal;
  478. font-style:normal;
  479. text-transform:lowercase;
  480. line-height:15px;
  481. margin-top:-4px;
  482. margin-bottom:-10px;
  483. text-align:center}
  484.  
  485. h3 a:hover{background-color:Background}
  486.  
  487.  
  488.  
  489. #question {
  490. background-color:{color:Posts};
  491. color:{color:Text};
  492. font-family:georgia;
  493. font-size:10px;
  494. letter-spacing:1px;
  495. padding:10px;
  496. }
  497.  
  498. #question a {
  499. color:{color:Link};
  500. }
  501.  
  502. #question a:hover {
  503. color:{color:LinksHover};
  504. }
  505.  
  506. .star {
  507. margin-left:280px;
  508. margin-top:-2px;
  509. color:{color:Borders};
  510. font-size:25px;
  511. }
  512.  
  513. #asker {
  514. width:500px;
  515. margin-left:250px;
  516. margin-top:5px;
  517. padding:5px;
  518. font-family:{font:Text};
  519. text-align:left;
  520. font-style:italic;
  521. text-transform:lowercase;
  522. }
  523.  
  524. #asker a {
  525. color:{color:Links};
  526. }
  527.  
  528. #answer {
  529. margin-left:0px;
  530. }
  531.  
  532. blockquote {
  533. margin:0px 2px 0px 10px;
  534. border-left:4px solid {color:Text};
  535. padding-left:3px;
  536. }
  537.  
  538. blockquote img, blockquote a img {
  539. max-width: 490px;
  540. }
  541.  
  542. b, strong{
  543. color:{color:Title};
  544. }
  545.  
  546. i, em {
  547. color:{color:Title};
  548. }
  549.  
  550. p {
  551. margin-top:3px;
  552. margin-bottom:3px;
  553. }
  554.  
  555. img a{
  556. border:none;
  557. }
  558.  
  559. .audio{
  560. background-color:black;
  561. display:block;
  562. }
  563.  
  564. .user_1 .label {
  565. color:{color:Text};
  566. font-weight:bold;
  567. }
  568.  
  569. .user_2 .label {
  570. color:{color:Text};
  571. font-weight:bold
  572. }
  573.  
  574. ul.chat, .chat ol, .chat li {
  575. list-style:none;
  576. margin:0px;
  577. padding:0px;
  578. }
  579.  
  580. </style>
  581. <style type="text/css">{CustomCSS}</style>
  582. </head>
  583.  
  584. <body>
  585.  
  586. <br>
  587.  
  588.  
  589. <div id="leftlinks">
  590.  
  591. <a href="/">home</a><br>
  592. <a href="/ask">ask</a><br>
  593. <a href="/archive">archive</a><br>
  594. <a href="http://missskinnylove.tumblr.com/">theme</a>
  595.  
  596. {block:IfShowLink1}<a href="{text:Link1 URL}">{text:Link1}</a><br>{/block:IfShowLink1}
  597. {block:IfShowLink2}<a href="{text:Link2 URL}">{text:Link2}</a><br>{/block:IfShowLink2}
  598. {block:IfShowLink3}<a href="{text:Link3 URL}">{text:Link3}</a><br>{/block:IfShowLink3}
  599. {block:IfShowLink4}<a href="{text:Link4 URL}">{text:Link4}</a><br>{/block:IfShowLink4}
  600. {block:IfShowLink5}<a href="{text:Link5 URL}">{text:Link5}</a><br>{/block:IfShowLink5}
  601. <br>
  602. <br>
  603. <br>
  604.  
  605.  
  606.  
  607.  
  608. </div>
  609.  
  610. {block:IfShowTopTitle}
  611. <div class="toptitle">{text:TopTitle}</div>
  612. <center><div id="toptitle">{Title}</div></center>{/block:IfShowTopTitle}
  613. <br>
  614. <br>
  615.  
  616.  
  617. </div>
  618.  
  619. <br>
  620. <div id="sidebar">
  621.  
  622. <div id="sbarimg">
  623. <center><img src="{image:SidebarImg1}"></center></div>
  624. <br>
  625. <div id="sbarimg2">
  626. <center><img src="{image:SidebarImg2}"></center></div>
  627. <br>
  628. <div id="sbarimg3">
  629. <center><img src="{image:SidebarImg3}"></center></div>
  630.  
  631.  
  632.  
  633. </div>
  634. <br>
  635. <br>
  636.  
  637. <div id="title" align="center"><a href="/">{Title}</a></div><br>
  638.  
  639. <div id="sbar">
  640.  
  641. <div id="simg" align="center"><img src="{image:RightSbarImg}"/></div><br>
  642. <div id="descriptionbg" align="center">{block:Description}{Description}{/block:Description}<br></div>
  643. <br>
  644.  
  645. <div class="pagination" >
  646. {block:PreviousPage}<a href="{PreviousPage}">ยซ</a> &nbsp;{/block:PreviousPage}{CurrentPage}/{TotalPages}{block:NextPage}&nbsp;<a href="{NextPage}">ยป</a>{/block:NextPage}</div>
  647.  
  648. <br>
  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