Advertisement
missskinnylove

Theme 8- One Step Closer (OLD)

Nov 27th, 2012
1,860
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.10 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2.  
  3. <!-----THEME BY MISSSKINNYLOVE.TUMBLR ------>
  4.  
  5. <!----- Do not steal or remove the credits! If you have any questions
  6.  
  7. message me. Thank you. ------>
  8.  
  9. <html>
  10.  
  11. <head>
  12.  
  13. <!-- DEFAULT VARIABLES -->
  14.  
  15. <meta name="image:Background" content="" />
  16. <meta name="image:SidebarImg" content="" />
  17.  
  18.  
  19. <meta name="color:Background" content="#f7f1db" />
  20. <meta name="color:TopBar" content="#f1e5cb" />
  21. <meta name="color:Borders" content="#ffffff" />
  22. <meta name="color:ImageBorder" content="#fbfcf0" />
  23. <meta name="color:Links" content="#d1b9a3" />
  24. <meta name="color:LinksBg" content="#fdf6f1" />
  25. <meta name="color:TopLinks" content="#dfbcab" />
  26. <meta name="color:LinksHover" content="#8f4354" />
  27. <meta name="color:Title" content="#fdfafa" />
  28. <meta name="color:PostTitle" content="#cfaea0" />
  29. <meta name="color:Text" content="#d5c1b0" />
  30. <meta name="color:Bold" content="#d5b1a3" />
  31. <meta name="color:Italic" content="#d87593" />
  32. <meta name="color:Shadow" content="#c59780" />
  33.  
  34. <meta name="font:Body" content="georgia" />
  35. <meta name="font:Title" content="georgia" />
  36. <meta name="color:Question" content="#fdf9f5" />
  37.  
  38. <meta name="text:Link1" content="" />
  39. <meta name="text:Link1 URL" content="" />
  40. <meta name="text:Link2" content="" />
  41. <meta name="text:Link2 URL" content="" />
  42. <meta name="text:Link3" content="" />
  43. <meta name="text:Link3 URL" content="" />
  44. <meta name="text:Link4" content="" />
  45. <meta name="text:Link4 URL" content="" />
  46. <meta name="text:Link5" content="" />
  47. <meta name="text:Link5 URL" content="" />
  48. <meta name="text:Link6" content="" />
  49. <meta name="text:Link6 URL" content="" />
  50.  
  51.  
  52. <meta name="if:ShowLink1" content="0" />
  53. <meta name="if:ShowLink2" content="0" />
  54. <meta name="if:ShowLink3" content="0" />
  55. <meta name="if:ShowLink4" content="0" />
  56. <meta name="if:ShowLink5" content="0" />
  57. <meta name="if:ShowLink6" content="0" />
  58.  
  59. <meta name="text:BackgroundRepeat" content="no-repeat" />
  60.  
  61. <SCRIPT TYPE="text/javascript">
  62.  
  63. </SCRIPT>
  64.  
  65. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  66.  
  67. <link href='http://fonts.googleapis.com/css?family=Dancing+Script' rel='stylesheet' type='text/css'>
  68.  
  69.  
  70. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  71.  
  72. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  73.  
  74. <link rel="shortcut icon" href="{Favicon}" />
  75. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  76. <style type="text/css">
  77.  
  78.  
  79.  
  80.  
  81. body {
  82. color:{color:Text};
  83. background-color:{color:Background};
  84. background-image: url('{image:Background}');
  85. background-attachment:fixed;
  86. background-repeat: {text:BackgroundRepeat};
  87. font-size: 11px;
  88. font-family:{font:Body};
  89. line-height:110%;
  90. text-align:justify
  91. }
  92.  
  93. a:link, a:active, a:visited{
  94. color: {color:Links}; text-decoration:none;
  95. -webkit-transition: all 0.6s ease-in-out;
  96. -moz-transition: all 0.6s ease-in-out;
  97. -o-transition: all 0.6s ease-in-out;
  98. -ms-transition: all 0.6s ease-in-out;
  99. transition: all 0.6s ease-in-out;
  100. }
  101.  
  102. a:hover{
  103. color:{color:LinksHover};
  104. background-color:{color:Link};
  105. -webkit-transition: all 0.6s ease-in-out;
  106. -moz-transition: all 0.6s ease-in-out;
  107. -o-transition: all 0.6s ease-in-out;
  108. -ms-transition: all 0.6s ease-in-out;
  109. transition: all 0.6s ease-in-out;
  110. }
  111.  
  112.  
  113. #entries {
  114. margin-left:230px;
  115. margin-top:70px;
  116. text-align:justify;
  117. border-left:0px solid {color:Borders};
  118. border-right:0px solid {color:Borders};
  119. z-index:-999;
  120. width:500px;
  121. font-family:tahoma;
  122. }
  123.  
  124. #posts {
  125. width:500px;
  126. text-align:justify;
  127. z-index:-999;
  128. text-align: justify;
  129. padding:0px 0px 10px 0px;
  130. }
  131.  
  132.  
  133.  
  134. #info {
  135. border-bottom:2px solid {color:Borders};
  136. margin-top:2px;
  137. background-color:{color:Permalink};
  138. text-align:center;
  139. text-transform:uppercase;
  140. font-family:calibri;
  141. font-size:10px;
  142. padding-top:2px;
  143. margin-bottom:2px;
  144. padding:10px 3px -20px 3px;
  145. border-bottom:2px solid {color:Borders};
  146. }
  147.  
  148.  
  149. #tags {
  150. font-family:tahoma;
  151. text-align:center;
  152. text-transform:uppercase;
  153. font-style:normal;
  154. font-size:8px;
  155. margin-bottom:25px;
  156. width:100%
  157. }
  158.  
  159. #asker {
  160. color{color:Links};
  161. font-family: tahoma;
  162. font-size: 10px;
  163. font-weight: bold;
  164. text-align:center;
  165. text-transform:uppercase;
  166. line-height:9px;
  167. width:500px;}
  168.  
  169. #asker a {
  170. color:{color:link};}
  171.  
  172. #asker img {
  173. float:left;
  174. margin-left:220px;
  175. max-height:48px;
  176. border:5px solid {color:Borders};}
  177.  
  178. #question {
  179. background-color:{color:Question};
  180. color: {color:Text};
  181. font-family: georgia;
  182. font-size: 12px;
  183. font-weight: normal;
  184. letter-spacing:1px;
  185. text-align:center;
  186. text-transform:uppercase;
  187. line-height: 13px;
  188. margin: 0 0 11px 0;
  189. padding: 5px 10px;
  190. position: relative;}
  191.  
  192. #question2 {
  193. color:{color:Question};
  194. font-size:25px; left: 235px;
  195. width: 10px;
  196. height: 5px;
  197. bottom: -1px;
  198. position: absolute;}
  199.  
  200. #answer {
  201. font-family: calibri;
  202. font-size:12px;
  203. text-align:left;
  204. padding:10px 5px 10px 15px;
  205. background-color:{color:Answer};
  206. }
  207.  
  208. .sbarlinks {
  209. color: {color:Links};
  210. text-align:center;
  211. margin-top:-10px;
  212. margin-left:-10px;
  213. position:fixed;
  214. z-index:999;
  215. width:100%;
  216. height:90px;
  217. padding:10px 10px 10px 30px;
  218. background-color:{color:TopBar};
  219. box-shadow: 2px 2px 25px 0px #ad918f;
  220. border-bottom:0px solid {color:Bold};
  221. }
  222.  
  223. .sbarlinks a{
  224. width:40px;
  225. height:4px;
  226. font-family: tahoma;
  227. font-size: 8px;
  228. display:inline-block;
  229. text-align: center;
  230. color: {color:TopLinks};
  231. text-transform:uppercase;
  232. z-index:999;
  233. margin-top:55px;
  234. padding: 5px 10px 10px 10px;
  235. background-color:{color:LinksBg};
  236. }
  237.  
  238. .sbarlinks a:hover{
  239. font-family: tahoma;
  240. font-size: 8px;
  241. text-align: center;
  242. color: {color:Bold};
  243. -webkit-transition: all 0.6s ease-in-out;
  244. -moz-transition: all 0.6s ease-in-out;
  245. -o-transition: all 0.6s ease-in-out;
  246. -ms-transition: all 0.6s ease-in-out;
  247. transition: all 0.6s ease-in-out;
  248. }
  249.  
  250.  
  251. #title {
  252. padding-left:20px;
  253. width: 100%;
  254. height:20px;
  255. margin-top:-35px;
  256. text-align: center;
  257. position: fixed;
  258. font-size:40px;
  259. font-family:'Dancing Script';
  260. line-height:50%;
  261. z-index:999; color:{color:Title};
  262. text-shadow: 2px 1px 1px {color:Shadow};
  263. }
  264.  
  265. a:hover{
  266. color:{color:LinksHover};
  267. }
  268.  
  269.  
  270. #sbar {
  271. width: 200px;
  272. height: 100%;
  273. float: center;
  274. margin-left:-80px;
  275. margin-top:50px;
  276. padding-top: 105px;
  277. text-align: center;
  278. position: fixed;
  279. padding-bottom: 15px;
  280. z-index:8;
  281. }
  282.  
  283. #simg img{
  284. margin-top: 0px;
  285. width:180px;
  286. height:auto;
  287. text-align:center;
  288. box-shadow: 2px 3px 25px 0px {color:Shadow};
  289. border:15px solid {color:ImageBorder};
  290.  
  291. }
  292.  
  293. #descriptionbg {
  294. font-size:8px;
  295. width:200px;
  296. height:auto;
  297. letter-spacing:1px;
  298. padding-top:5px;
  299. text-transform: uppercase;
  300. margin-left:0px;
  301. }
  302.  
  303. #pagination {
  304. display: block;
  305. font-size: 20px;
  306. letter-spacing: 0px;
  307. text-align:center;
  308. margin-top: 10px;
  309. margin-left:90px;
  310. color: {color:Text};
  311. position:fixed;
  312. z-index:1999;
  313. }
  314.  
  315.  
  316. h1 {
  317. color:{color:PostTitle};
  318. font-family:"Dancing Script";
  319. font-size:20px;
  320. line-height:20px;
  321. letter-spacing:1px;
  322. font-weight:normal;
  323. text-align:left;
  324. margin: 5px 0px 10px 5px;
  325. }
  326.  
  327. h2{
  328. color:{color:PostTitle};
  329. font-family:{font:Text};
  330. font-size:15px;
  331. line-height:12px;
  332. letter-spacing:0px;
  333. font-weight:normal;
  334. text-transform:lowercase;
  335. margin:0px;
  336. padding:0px;
  337. margin-bottom:-0px;
  338. text-align:left}
  339.  
  340. h3{
  341. color:{color:Links};
  342. font-family:georgia;
  343. font-size:15px;
  344. letter-spacing:1px;
  345. font-weight:normal;
  346. font-style:normal;
  347. text-transform:lowercase;
  348. line-height:15px;
  349. margin-top:-4px;
  350. margin-bottom:-10px;
  351. text-align:center}
  352.  
  353.  
  354. h3 a:hover{background-color:LinksHover}
  355.  
  356.  
  357.  
  358. p{margin-top:4px; margin-bottom:4px; line-height:15px;}
  359.  
  360.  
  361. blockquote {
  362. margin:5px 2px 0px 10px;
  363. border-left:1px solid {color:Text};
  364. padding-left:3px;
  365. }
  366.  
  367. blockquote img, blockquote a img {
  368. max-width: 490px;
  369. }
  370.  
  371. b, strong{
  372. color:{color:Bold}; font-weight:bold;
  373. }
  374.  
  375. i, em {
  376. color:{color:Italic};
  377. }
  378.  
  379. p {
  380. margin-top:3px; margin-bottom:3px;
  381. }
  382.  
  383. img a{
  384. border:none;
  385. }
  386.  
  387.  
  388. .user_1 .label {
  389. color:{color:Text}; font-weight:bold;
  390. }
  391.  
  392. .user_2 .label {
  393. color:{color:Text}; font-weight:bold;
  394. }
  395.  
  396. ul.chat, .chat ol, .chat li {
  397. list-style:none;
  398. margin:0px;
  399. padding:10px;
  400. line-height:5px;
  401. background-color:{color:Question};
  402. }
  403.  
  404. #container {width:900px; text-align:center; margin: 0 auto}
  405.  
  406.  
  407. .audio{padding:5px 5px 5px 5px;}
  408. .player{background-color:#000000; padding:0px;}
  409.  
  410.  
  411.  
  412.  
  413. </style>
  414. <style type="text/css">{CustomCSS}</style>
  415. </head>
  416. <body>
  417.  
  418.  
  419. <div class="sbarlinks">
  420.  
  421. <a href="/">refresh</a>
  422. <a href="/ask">ask</a>
  423.  
  424. <a style="background-color:{color:Link1};" href="{text:Link1 URL}" >{text:Link1}</a>
  425. <a style="background-color:{color:Link2};" href="{text:Link2 URL}" >{text:Link2}</a>
  426. <a style="background-color:{color:Link3};" href="{text:Link3 URL}" >{text:Link3}</a>
  427. {block:IfShowLink4}<a href="{text:Link4 URL}">{text:Link4}</a>{/block:IfShowLink4}
  428. {block:IfShowLink5}<a href="{text:Link5 URL}">{text:Link5}</a>{/block:IfShowLink5}
  429. {block:IfShowLink6}<a href="{text:Link6 URL}">{text:Link6}</a>{/block:IfShowLink6}
  430.  
  431. <a href="http://missskinnylove.tumblr.com">theme</a>
  432.  
  433. </div>
  434.  
  435. <br>
  436. <br>
  437. </div>
  438. <br>
  439.  
  440. </div>
  441. <br>
  442. <br>
  443.  
  444.  
  445. <div id="title" align="center">{Title}</a></div><br>
  446.  
  447. {block:IfShowTitle2}
  448. <div class="title2">{text:Title2}</div>
  449. <center><div id="title2">{Title2}</div></center>{/block:IfShowTitle2}
  450.  
  451. <div id="container">
  452.  
  453.  
  454. <div id="sbar">
  455.  
  456. <div id="simg" align="center"><img src="{image:SidebarImg}"/></div><br>
  457.  
  458. <div id="descriptionbg" align="center">{block:Description}{Description}{/block:Description}<br></div>
  459.  
  460. <center>
  461. <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">-</a> &nbsp;{/block:PreviousPage}{block:NextPage}&nbsp;<a href="{NextPage}">+</a>{/block:NextPage}</div>
  462. </center>
  463.  
  464.  
  465. </div>
  466. </div>
  467. <div id="container">
  468.  
  469. <div id="entries">
  470. {block:Posts}<div id="posts">
  471.  
  472. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  473.  
  474. {block:Text}{Body}{/block:Text}
  475.  
  476. {block:Quote}<h2>"{Quote}" — {Source}</h2>{/block:Quote}
  477.  
  478. {block:Link}<a href="{URL}" class="Links" {Target}><h1>{Name}&nbsp;</h1></a>{block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  479.  
  480. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  481.  
  482. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  483.  
  484. {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}
  485.  
  486. {block:Audio}<div id="_">{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}{AudioPlayerBlack}<br>
  487. {block:TrackName}<b>Song:</b> {TrackName}<br />{/block:TrackName}
  488. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  489. </div> {/block:Audio}
  490. <br>
  491.  
  492. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  493.  
  494. {block:Answer}
  495. <div id="question">
  496. <br>
  497. <div id="question2">◥</div>
  498. {Question} <br><br> </div>
  499. <div id="asker">{Asker}<img src="{AskerPortraitURL-48}"> </div><br>
  500. </br>
  501. </br></br>
  502. <div id="answer">{Answer}</div>
  503. {/block:answer}
  504.  
  505. <div id="info"> <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount}
  506. • <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} • via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> {block:ContentSource} © <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}{/block:RebloggedFrom}</div>
  507.  
  508. <div id="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div><BR>
  509.  
  510. {/block:posts}{block:PostNotes}{PostNotes}{/block:PostNotes}
  511. </div>
  512.  
  513. </div>
  514. <br>
  515.  
  516. </div>
  517. </body>
  518. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement