Advertisement
missskinnylove

Theme 4 - Silver (OLD)

Mar 16th, 2012
4,548
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.33 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. <!----- Do not steal or remove the credits! If you have any questions
  7. message me. Thank you. ------>
  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:ImageHover" content="" />
  19.  
  20. <meta name="color:Background" content="#fdfcfc" />
  21. <meta name="color:SLinks1" content="#fcefe9" />
  22. <meta name="color:SLinks2" content="#aca8a9" />
  23. <meta name="color:DescriptionBg" content="#fcefe9" />
  24. <meta name="color:Borders" content="#cfcdce" />
  25.  
  26.  
  27. <meta name="color:Links" content="#bdaba1" />
  28. <meta name="color:LinksHover" content="#d5bdaa" />
  29.  
  30. <meta name="color:Posts" content="#fcefe9" />
  31. <meta name="color:Permalink" content="#e0e0e0" />
  32. <meta name="color:Title" content="#a7a1a4" />
  33. <meta name="color:Text" content="#c2bdb9" />
  34.  
  35.  
  36. <meta name="font:Body" content="georgia" />
  37. <meta name="font:Title" content="georgia" />
  38.  
  39. <meta name="text:Link1" content="" />   
  40. <meta name="text:Link1 URL" content="" />   
  41. <meta name="text:Link2" content="" />   
  42. <meta name="text:Link2 URL" content="" />   
  43. <meta name="text:Link3" content="" />   
  44. <meta name="text:Link3 URL" content="" />
  45.  
  46. <meta name="text:BackgroundRepeat" content="no-repeat" />
  47.  
  48.  
  49.  
  50.  
  51. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  52. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  53.  
  54. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  55. <link rel="shortcut icon" href="{Favicon}" />
  56. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  57.  
  58.  
  59.  
  60.  
  61.  
  62. <style type="text/css">
  63.  
  64. body {
  65. color:{color:Text};
  66. background-color:{color:Background};
  67. background-image: url('{image:Background}');
  68. background-attachment:fixed;
  69. background-repeat: {text:BackgroundRepeat};
  70. font-size: 11px;
  71. font-family:{font:Body};
  72. line-height:110%;
  73. text-align:justify
  74. }
  75.  
  76.  
  77. a:link, a:active, a:visited{
  78. color: {color:Links};
  79. text-decoration:none;
  80. -webkit-transition: all 0.6s ease-in-out;
  81. -moz-transition: all 0.6s ease-in-out;
  82. -o-transition: all 0.6s ease-in-out;
  83. -ms-transition: all 0.6s ease-in-out;
  84. transition: all 0.6s ease-in-out;
  85. }
  86.  
  87. a:hover{
  88. color:{color:LinksHover};
  89. background-color:{color:Permalin};
  90. -webkit-transition: all 0.6s ease-in-out;
  91. -moz-transition: all 0.6s ease-in-out;
  92. -o-transition: all 0.6s ease-in-out;
  93. -ms-transition: all 0.6s ease-in-out;
  94. transition: all 0.6s ease-in-out;
  95. }
  96.  
  97. /* LINKS */
  98.  
  99. #leftlinks {
  100. float:left;
  101. position:fixed;
  102. text-align:center;
  103. top:0px;
  104. z-index:999;
  105. }
  106.  
  107. #leftlinks a {
  108. margin: 124px 0 -133px 18px;
  109. width:70px;
  110. height:40px;
  111. padding: 30px 10px 20px 10px;
  112. display:block;
  113. color:{color:Links};
  114. background-color:{color:DescriptionBg};
  115. font:22px 'MiamaRegular';
  116. text-transform: lowercase;
  117. text-decoration: none;
  118. letter-spacing: 1px;
  119.  
  120. }
  121.  
  122. #leftlinks a:hover {
  123. background-color:{color:Hover}
  124. }
  125.  
  126.  
  127. #rightlinks {
  128. float:right;
  129. position:fixed;
  130. text-align:center;
  131. top:0px;
  132. z-index:-999;
  133. }
  134.  
  135. #rightlinks a {
  136. margin-left:450px;
  137. width:70px;
  138. height:40px;
  139. margin-top:124px;
  140. padding: 40px 10px 10px 10px;
  141. display:block;
  142. color:{color:Links};
  143. font:9px georgia italic;
  144. text-transform: lowercase;
  145. text-decoration: none;
  146. letter-spacing: 1px;
  147. background-color:{color:DescriptionBg};
  148.  
  149. }
  150.  
  151. #rightlinks a:hover {
  152. background-color:{color:Hover}
  153. }
  154.  
  155.  
  156. .pagination {
  157. display: block;
  158. font-size: 10px;
  159. letter-spacing: 0px;
  160. text-align:center;
  161.  
  162. padding-top: -55px;
  163. color: {color:Titles};
  164. }
  165.  
  166.  
  167.  
  168.  
  169. /* OPTIONAL FONTS */
  170.  
  171. @font-face {
  172. font-family: 'TangerineRegular';
  173. src: url('http://static.tumblr.com/1p1nuco/lZmm040hn/tangerine_regular-webfont.eot');
  174. src: url('http://static.tumblr.com/1p1nuco/lZmm040hn/tangerine_regular-webfont.eot?#iefix') format('embedded-opentype'),
  175. url('http://static.tumblr.com/1p1nuco/ebem040yi/tangerine_regular-webfont.woff') format('woff'),
  176. url('http://static.tumblr.com/1p1nuco/1k5m03xdi/tangerine_regular-webfont.ttf') format('truetype'),
  177. url('http://static.tumblr.com/1p1nuco/8Jhm040zv/tangerine_regular-webfont.svg#TangerineRegular') format('svg');
  178. font-weight: normal;
  179. font-style: normal;
  180.  
  181. }
  182.  
  183.  
  184.  
  185. @font-face {
  186. font-family: 'WindsongRegular';
  187. src: url('http://static.tumblr.com/1p1nuco/JSVm041ix/windsong-webfont.eot');
  188. src: url('http://static.tumblr.com/1p1nuco/JSVm041ix/windsong-webfont.eot?#iefix') format('embedded-opentype'),
  189. url('http://static.tumblr.com/1p1nuco/EvIm041mq/windsong-webfont.woff') format('woff'),
  190. url('http://static.tumblr.com/1p1nuco/EFym041l6/windsong-webfont.ttf') format('truetype'),
  191. url('http://static.tumblr.com/1p1nuco/A15m041k8/windsong-webfont.svg#WindsongRegular') format('svg');
  192. font-weight: normal;
  193. font-style: normal;
  194.  
  195. }
  196.  
  197. @font-face {
  198. font-family: 'MiamaRegular';
  199. src: url('http://static.tumblr.com/1p1nuco/eRxm0h1ho/miama-webfont.eot');
  200. src: url('http://static.tumblr.com/1p1nuco/eRxm0h1ho/miama-webfont.eot?#iefix') format('embedded-opentype'),
  201. url('http://static.tumblr.com/1p1nuco/z4Im0h1l1/miama-webfont.woff') format('woff'),
  202. url('http://static.tumblr.com/1p1nuco/Ijjm0h1ma/miama-webfont.ttf') format('truetype'),
  203. url('http://static.tumblr.com/1p1nuco/Lm1m0h1nf/miama-webfont.svg#MiamaRegular') format('svg');
  204. font-weight: normal;
  205. font-style: normal;
  206.  
  207. }
  208.  
  209.  
  210. @font-face {
  211. font-family: 'LavanderiaDelicate';
  212. src: url('http://static.tumblr.com/2lqtwbf/0Gylyrsld/lavanderia_delicate-webfont.eot');
  213. src: url('http://static.tumblr.com/2lqtwbf/0Gylyrsld/lavanderia_delicate-webfont.eot?#iefix') format('embedded-opentype'),
  214. url('http://static.tumblr.com/2lqtwbf/2Fnlyrsn1/lavanderia_delicate-webfont.ttf') format('truetype'),
  215. url('http://static.tumblr.com/2lqtwbf/zPFlyrsmj/lavanderia_delicate-webfont.svg#LavanderiaDelicate') format('svg');
  216. font-weight: normal;
  217. font-style: normal;}
  218.  
  219. @font-face {
  220. font-family: 'LavanderiaRegular';
  221. src: url('http://static.tumblr.com/2lqtwbf/G1Dlyrsst/lavanderia_regular-webfont.eot');
  222. src: url('http://static.tumblr.com/2lqtwbf/G1Dlyrsst/lavanderia_regular-webfont.eot?#iefix') format('embedded-opentype'),
  223. url('http://static.tumblr.com/2lqtwbf/RAPlyrset/lavanderia_regular-webfont.ttf') format('truetype'),
  224. url('http://static.tumblr.com/2lqtwbf/kb1lyrsq2/lavanderia_regular-webfont.svg#LavanderiaRegular') format('svg');
  225. font-weight: normal;
  226. font-style: normal;}
  227.  
  228.  
  229.  
  230. /* POSTS */
  231.  
  232.  
  233. #entries {
  234. margin-left:560px;
  235. margin-top:-55px;
  236. max-width:520px;
  237. text-align: justify;
  238. border-left:0px solid {color:Borders};
  239. border-right:0px solid {color:Borders};
  240.  
  241. }
  242.  
  243.  
  244. #posts {
  245. max-width:530px;
  246. text-align: justify;
  247. background: {color:Posts};
  248. margin-bottom:0px;
  249. padding: 10px 30px 20px 10px;
  250.  
  251.  
  252. }
  253.  
  254. #info {
  255. font-family:georgia;
  256. font-size:10px;
  257. text-transform:lowercase;
  258. text-align:center;
  259. padding-top: 1px;
  260. background-color:{color:Permalink};
  261.  
  262. }
  263.  
  264.  
  265. /* SIDEBAR */
  266.  
  267. #title {
  268. width: 410px;
  269. height:20px;
  270. margin-left:70px;
  271. margin-top: .-3px;
  272. padding: 5px;
  273. padding-top:10px;
  274. text-align: center;
  275. position: fixed;
  276. font-size:35px;
  277. border-bottom:1px solid {color:Borders};
  278. font-family:TangerineRegular;
  279. line-height:65%;
  280. font-weight:bold;
  281. color:{color:Text};
  282. z-index:999;
  283. }
  284.  
  285. a:hover{
  286. color:{color:LinksHover};
  287. }
  288.  
  289.  
  290.  
  291. #descriptionbg {
  292. font-size:10px;
  293. width:290px;
  294. height:auto;
  295. background-color:{color:DescriptionBg};
  296. letter-spacing:1px;
  297. padding:5px;
  298. margin-left:0px
  299. -webkit-border-radius: 5px;
  300. -moz-border-radius: 5px;
  301. border-radius: 5px;
  302. }
  303.  
  304.  
  305. #sbar {
  306. width: 300px;
  307. height: auto;
  308. float: center;
  309. margin-left:130px;
  310. margin-top:50px;
  311. padding: 0px;
  312. padding-top: 0px;
  313. text-align: center;
  314. position: fixed;
  315. padding-bottom: 15px;
  316. }
  317.  
  318. #simg img{
  319. margin-top: 0px;
  320. width:300px;
  321. height:auto;
  322. text-align: center
  323. -webkit-border-radius: 50px;
  324. -moz-border-radius: 50px;
  325. border-radius: 50px;
  326. }
  327.  
  328.  
  329.  
  330. #simg2 img{
  331. margin-left:130px;
  332. margin-top: -173px;
  333. max-width:300px;
  334. height:auto;
  335. text-align: center
  336. position: fixed;
  337. z-index: 8;
  338. float:left;
  339. -webkit-border-radius: 50px;
  340. -moz-border-radius: 50px;
  341. border-radius: 50px;
  342. filter:alpha(opacity=0);
  343. -moz-opacity:0.0;
  344. -khtml-opacity: 0.0;
  345. opacity: 0.0;
  346. -webkit-transition: all 2.0s ease-out;
  347. -moz-transition: all 2.0s ease-out;
  348. }
  349.  
  350.  
  351. #simg2 img:hover{
  352. opacity: 100;
  353. -webkit-transition: all 2.0s ease-out;
  354. -moz-transition: all 2.0s ease-out;
  355. }
  356.  
  357.  
  358.  
  359.  
  360. h1{
  361. color:{color:Title};
  362. font-family:'TangerineRegular';
  363. font-size:25px;
  364. line-height:20px;
  365. letter-spacing:0px;
  366. font-weight:normal;
  367. margin:0px;
  368. padding:5px;
  369. text-align:left}
  370. text-transform:lowercase;
  371. font-weight:bold;
  372. }
  373.  
  374. h2{
  375. color:{color:Title};
  376. font-family:{font:Text};
  377. font-size:12px;
  378. line-height:12px;
  379. letter-spacing:0px;
  380. font-weight:normal;
  381. text-transform:lowercase;
  382. margin:0px;
  383. padding:0px;
  384. margin-bottom:0px;
  385. text-align:left}
  386.  
  387. h3{
  388. color:{color:Links};
  389. font-family:georgia;
  390. font-size:13px;
  391. letter-spacing:1px;
  392. font-weight:normal;
  393. font-style:normal;
  394. text-transform:lowercase;
  395. line-height:15px;
  396. margin-top:-4px;
  397. margin-bottom:-10px;
  398. text-align:center}
  399.  
  400. h3 a:hover{background-color:Background}
  401.  
  402.  
  403.  
  404. #question {
  405. background-color:{color:Posts};
  406. color:{color:Text};
  407. font-family:georgia;
  408. font-size:10px;
  409. letter-spacing:1px;
  410. padding:10px;
  411. }
  412.  
  413. #question a {
  414. color:{color:Link};
  415. }
  416.  
  417. #question a:hover {
  418. color:{color:LinksHover};
  419. }
  420.  
  421. .star {
  422. margin-left:280px;
  423. margin-top:-2px;
  424. color:{color:Links};
  425. font-size:25px;
  426. }
  427.  
  428. #asker {
  429. width:500px;
  430. margin-left:250px;
  431. margin-top:5px;
  432. padding:5px;
  433. font-family:{font:Text};
  434. text-align:left;
  435. font-style:italic;
  436. text-transform:lowercase;
  437. }
  438.  
  439. #asker a {
  440. color:{color:Links};
  441. }
  442.  
  443.  
  444. #answer {
  445. margin-left:0px;
  446. }
  447.  
  448. blockquote {
  449. margin:5px 2px 0px 10px;
  450. border-left:1px solid {color:Text};
  451. padding-left:3px;
  452. }
  453.  
  454. blockquote img, blockquote a img {
  455. max-width: 490px;
  456. }
  457.  
  458. b, strong{
  459. color:{color:Title};
  460. }
  461.  
  462. i, em {
  463. color:{color:Title};
  464. }
  465.  
  466. p {
  467. margin-top:3px;
  468. margin-bottom:3px;
  469. }
  470.  
  471. img a{
  472. border:none;
  473. }
  474.  
  475. .audio{
  476. background-color:black;
  477. display:block;
  478. }
  479.  
  480. .user_1 .label {
  481. color:{color:Text};
  482. font-weight:bold;
  483. }
  484.  
  485. .user_2 .label {
  486. color:{color:Text};
  487. font-weight:bold
  488. }
  489.  
  490. ul.chat, .chat ol, .chat li {
  491. list-style:none;
  492. margin:0px;
  493. padding:0px;
  494. }
  495.  
  496.  
  497.  
  498.  
  499. </style>
  500. <style type="text/css">{CustomCSS}</style>
  501. </head>
  502.  
  503. <body>
  504.  
  505. <br>
  506.  
  507. <div id="leftlinks">
  508.  
  509. <a style="background-color:{color:SLinks1}; color:{color:Text}" href="/">refresh</a><br />
  510. <a style="background-color:{color:SLinks2}; color:{color:Text}" href="/ask">ask</a><br />
  511. <a style="background-color:{color:SLinks1}; color:{color:Text}" href="http://missskinnylove.tumblr.com/">theme</a><br />
  512.  
  513.  
  514. <div id="rightlinks">
  515.  
  516. <a style="background-color:{color:SLinks2}; color:{color:Text}" href="{text:Link1 URL}">{text:Link1} </a><br>
  517. <a style="background-color:{color:SLinks1}; color:{color:Text}" href="{text:Link2 URL}">{text:Link2}</a><br>
  518. <a style="background-color:{color:SLinks2}; color:{color:Text}" href="{text:Link3 URL}">{text:Link3}</a><br>
  519.  
  520.  
  521. <br>
  522. <br>
  523.  
  524. <br>
  525. </div>
  526.  
  527. <div id="simg2" align="center"><img src="{image:ImageHover}"/></div><br>
  528.  
  529. </div>
  530. <br>
  531.  
  532. <br>
  533.  
  534. <div id="title" align="center"><a href="/">{Title}</a></div><br>
  535.  
  536. <div id="sbar">
  537.  
  538. <div id="simg" align="center"><img src="{image:RightSbarImg}"/></div><br>
  539. <div id="descriptionbg" align="center">{block:Description}{Description}{/block:Description}<br></div>
  540. <br>
  541.  
  542. <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">«</a> &nbsp;{/block:PreviousPage}{block:NextPage}&nbsp;<a href="{NextPage}">»</a>{/block:NextPage}</div></div>
  543.  
  544. </div>
  545.  
  546.  
  547.  
  548. <div id="entries">
  549.  
  550. <br>{block:Posts}
  551. <div id="posts">
  552.  
  553. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  554. {block:Text}{Body}{/block:Text}
  555. {block:Quote}<h2>"{Quote}" — {Source}</h2>{/block:Quote}
  556.  
  557. {block:Link}<a href="{URL}" class="Links" {Target}><h1>{Name}&nbsp;</h1></a>{block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  558.  
  559. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  560.  
  561. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  562.  
  563. {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}
  564.  
  565. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  566. </div>
  567.  
  568. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  569.  
  570. {block:Answer}
  571. <div id="question">{Question}</div>
  572. <div class="star">*</div>
  573. <div id="asker"><img src="{AskerPortraitURL-16}"> {Asker}</div>
  574. <div id="answer">{Answer}</div>
  575. {/block:Answer}
  576.  
  577. <br>
  578.  
  579. <div id="info">
  580. {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}
  581. <div class="source">{block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{block:ContentSource} &copy; <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</div>
  582. <div class="tags">{block:HasTags}{block:Tags}#<a href="/tagged/{Tag}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  583. </div>
  584.  
  585. <br>
  586.  
  587. {/block:Posts}
  588. {block:PostNotes}{PostNotes}{/block:PostNotes}
  589.  
  590.  
  591. </div>
  592.  
  593.  
  594. </body>
  595. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement