dawnsalvatore

Theme #027

Sep 26th, 2012
405
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.00 KB | None | 0 0
  1. <!-- theme #027 by dawnsalvatore -->
  2. <html>
  3. <head>
  4. <title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}
  8. <meta name="description" content="{MetaDescription}" />
  9. {/block:Description}
  10. </head>
  11.  
  12.  
  13. <!-- DEFAULT VARIABLES -->
  14.  
  15. <meta name="color:background" content="#fafffd" />
  16. <meta name="color:box" content="#e9fdee" />
  17. <meta name="color:title" content="#092c04" />
  18. <meta name="color:text" content="#a5a7a6" />
  19. <meta name="color:link" content="#8fe9b0" />
  20. <meta name="color:lhover" content="#c8fcdd" />
  21. <meta name="color:border" content="#b2fab9" />
  22. <meta name="color:scrollbar" content="#cdf7e3" />
  23. <meta name="color:scrollbg" content="#f3fcf7" />
  24. <meta name="color:roundlinks" content="#f3fcf7" />
  25. <meta name="color:roundhover" content="#f3fcf7" />
  26.  
  27.  
  28. <meta name="font:title" content="calibri" />
  29. <meta name="font:body" content="calibri" />
  30.  
  31. <meta name="image:sidebar" content=""/>
  32. <meta name="image:background" content="" />
  33.  
  34. <meta name="text:Link1" content="" />
  35. <meta name="text:Link1 Title" content="" />
  36. <meta name="text:Link2" content="" />
  37. <meta name="text:Link2 Title" content="" />
  38. <meta name="text:Link3" content="" />
  39. <meta name="text:Link3 Title" content="" />
  40. <meta name="text:Link4" content="" />
  41. <meta name="text:Link4 Title" content="" />
  42. <meta name="text:Link5" content="" />
  43. <meta name="text:Link5 Title" content="" />
  44.  
  45.  
  46.  
  47.  
  48. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  49.  
  50. <style type="text/css">
  51.  
  52.  
  53. ::-webkit-scrollbar {width: 10px; height:auto; background:{color:scrollbg}}
  54.  
  55. ::-webkit-scrollbar-corner {background:{color:scrollbg}}
  56.  
  57. ::-webkit-scrollbar-button:vertical {height:4px; display: block; background:{color:scrollbar}}
  58.  
  59. ::-webkit-scrollbar-button:horizontal {width: 7px; height: 4px; display: block; background:{color:scrollbar}}
  60.  
  61. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar}; border-top: 1px solid {color:scrollbg}; border-bottom: 1px solid {color:scrollbg}}
  62.  
  63. ::-webkit-scrollbar-thumb:horizontal {background: {color:scrollbg}; border: 0px solid {color:scrollbg}}
  64.  
  65. ::-webkit-scrollbar-thumb {background: {color:scrollbar}; border-top: 0pt solid {color:scrollbg}; border-bottom: 0pt solid {color:scrollbg}}
  66.  
  67. ::-webkit-scrollbar-thumb:hover {background: {color:scrollbar}; cursor:url(http://i53.tinypic.com/zycxmw.png), auto}
  68.  
  69. ::-webkit-scrollbar-track-piece {background: {color:scrollbg}; border-top: 1pt solid {color:scrollbg}; border-bottom: 1pt solid {color:scrollbg}; width:4pt}
  70.  
  71.  
  72. body {color:{color:text}; background-color:{color:background}; background-image: url('{image:Background}'); background-attachment:fixed; font-family:{font:body}; font-size:10px; line-height:120%; text-align:justify}
  73.  
  74. a:link, a:active, a:visited{color: {color:link}; text-decoration:none}
  75. a:hover{opacity:1; padding:0px; -webkit-transition:all 0.2s ease-out; -moz-transition:all 0s ease-out; transition:all 0s ease-out; color:{color:lhover};}
  76.  
  77.  
  78.  
  79. #entries{margin-left:500px; width:520px;}
  80. #entries:hover #tags {
  81. opacity: 1;
  82. display: block;
  83. margin-left:505px;
  84. -webkit-transition: opacity 0.5s linear;
  85. -webkit-transition: all 0.5s ease-in-out;
  86. -moz-transition: all 0.5s ease-in-out;
  87. -o-transition: all 0.5s ease-in-out;}
  88.  
  89.  
  90. #sidebarimg img {max-width: 230px; max-height:230px ; text-align:center}
  91.  
  92. #sbar {max-width:255px; margin-top:60px; margin-left:160px; position:fixed; overflow:hidden; background-color: {color:transparent}; border-left:0px solid; border-right:0px solid; padding:3px;}
  93.  
  94. #tbar {width:300px; margin-left:-50px; position:fixed; overflow:hidden; background-color: transparent; border-left:0px solid; border-right:0px solid; padding:3px}
  95.  
  96. #tlinks {margin-top:100px}
  97. #tlinks a {width: 50px; height:50px; border-radius: 80px; font-family: georgia; font-size: 9px; line-height:50px; display:block; text-align: center; background-color:{color:roundlinks}; color:{color:link}; padding: 5px; letter-spacing: 0px; text-transform:lowercase; -webkit-transition: opacity 0.8s linear; opacity: 1; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
  98. #tlinks a:hover {opacity:100%;-webkit-transition: opacity 0.7s linear;opacity: 0.6;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out; background-color:{color:roundhover}}
  99.  
  100.  
  101.  
  102.  
  103. #posts{width:505px; overflow:hidden; border-left:0px solid; border-right:0px solid; padding:3px;}
  104.  
  105.  
  106.  
  107.  
  108.  
  109. h1{color:{color:title}; font-family:caviar; font-size:16px; line-height:17px; letter-spacing:0px; font-weight:normal; text-transform:uppercase; margin:0px; padding:0px; text-align:left}
  110.  
  111. h2{color:{color:title}; font-family:caviar; font-size:15px; line-height:14px; letter-spacing:0px; font-weight:normal; text-transform:uppercase; margin:0px; padding:0px; margin-bottom:-0px; text-align:left}
  112.  
  113. #info{display:block; font-size:9px; text-align:none; border-top:1px solid; padding-right:0px; opacity: 1;}
  114.  
  115.  
  116. #tags {float: left; position:absolute;padding-top: 2px; width: 200px; opacity: 0; font-family: oxygen mono, sans-serif; font-size:9px; color:{color:text}; text-transform: lowercase; margin-left:420px; margin-top:-5px; padding: 5px; line-height:11px; -webkit-transition: opacity 0.5s linear;
  117. -webkit-transition: all 0.5s ease-in-out;
  118. -moz-transition: all 0.5s ease-in-out;
  119. -o-transition: all 0.5s ease-in-out;}
  120.  
  121.  
  122.  
  123. #questions {background-color:{color:transparent}; color: {color:text}; padding:10px; margin-bottom:0px; font-family:caviar; font-size:11px}
  124. #questions a {color:{color:link}}
  125.  
  126. #question { padding:12px;
  127. background-color: {color:box};
  128. position: relative;}
  129.  
  130. #question:after, #demo:before { border: solid transparent;
  131. content: ' ';
  132. height: 0; left: 100%;
  133. position: absolute;
  134. width: 0;}
  135.  
  136. #question:after { border-width: 7px;
  137. border-left-color: {color:box};
  138. top: 12px;}
  139.  
  140. #question:before { border-width: 10px;
  141. border-left-color: {color:box};
  142. top: 10px;}
  143.  
  144.  
  145.  
  146. #title{font-family: caviar; font-size:25px; line-height:28px; letter-spacing:2px; font-weight:normal; font-style:normal; text-transform:none; margin:0px; padding:0px; text-align:center; margin-bottom:-16px; margin-top:2px;}
  147.  
  148.  
  149.  
  150. blockquote {border-left:2px {color:body} solid; padding-left:5px; margin:0px 2px 0px 10px}
  151. blockquote img, blockquote a img {max-width: 490px}
  152.  
  153. b, strong{color:{color:title};}
  154. i, em {border: none}
  155. p{margin-top:3px; margin-bottom:3px}
  156.  
  157. img a{color:{color:info}}
  158. .audio{background-color:black; display:block;}
  159.  
  160.  
  161. .user_1 .label {color:{color:lhover}; font-weight:bold}
  162. .user_2 .label {color:{color:text}; font-weight:bold}
  163. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  164.  
  165.  
  166. .borderimage
  167. {border: 2px solid {color:border}; background-color: transparent; padding:3px; margin:1px;}
  168.  
  169. #border {
  170. position:fixed;
  171. margin-top:-2px;
  172. position:absolute;
  173. margin-bottom:5px;
  174. text-align:right;
  175. margin-left:210px;
  176. font-size:32px;
  177. color:{color:border};
  178.  
  179. .notes img{width:10px; position:relative; top:1px;}
  180. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  181. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  182.  
  183. iframe#tumblr_controls { right:3px !important; position: fixed !important; -webkit-transition: opacity 0.5s linear; opacity: 0.6; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; transition: all 0.8s ease-out;}
  184.  
  185. iframe#tumblr_controls:hover{ -webkit-transition: opacity 0.7s linear; opacity: 1; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; transition: all 0.4s ease-out;}
  186.  
  187.  
  188.  
  189. </style>
  190. <style type="text/css">{CustomCSS}</style>
  191. </head>
  192.  
  193. <body>
  194. <BR>
  195.  
  196. <div id="tbar"><div id="tlinks">
  197. <center>{block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}<BR>
  198. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2} <BR>
  199. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3} <BR>
  200. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4} <BR>
  201. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}<br></center></div></div>
  202. <div id="sbar">
  203. <center><div id="title">{Title}</div></center>
  204.  
  205. <br>
  206. <font size=2> <center> H<a href="/">ome </a>
  207. M<a href="/ask">essage </a>
  208. T<a href="http://ladysmolderhalder.tumblr.com/tagged/theme">heme </a></center> </font>
  209. <center><div id="sidebarimg"><img src="{image:sidebar}""border="0" class="borderimage"/>
  210. <div id="border">◤</div>
  211. </div> </center>
  212.  
  213.  
  214. <br> <br>
  215. <center>{block:Description}{Description}{/block:Description}<br></center>
  216. <br>
  217. <center> <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}"> prev </a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}"> next </a>{/block:NextPage}</div></center>
  218.  
  219.  
  220. </div>
  221. <BR>
  222. </div>
  223.  
  224.  
  225.  
  226.  
  227. <div id="entries">
  228. {block:Posts}
  229. <div id="posts">
  230.  
  231.  
  232. <div id="tags"> {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a><br> {/block:Tags}{/block:HasTags}</div>
  233.  
  234. {block:Quote}<h2>"{Quote}"&nbsp; - {Source}</h2>{/block:Quote}
  235. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  236. {block:Text}{Body}{/block:Text}
  237.  
  238. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  239. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  240.  
  241. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  242. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  243.  
  244. {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}
  245.  
  246. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  247.  
  248.  
  249. {block:Answer}
  250. <img align="right" src="{AskerPortraitURL-40}"> <div id="question" style="width:420px;">{Asker}: {Question}</div> <BR>
  251. {Answer}
  252. {/block:Answer}
  253.  
  254. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  255.  
  256.  
  257. <br><center><div id="info"><a href="{Permalink}"> {TimeAgo}</a>{/block:Date}{block:NoteCount}<a href="{Permalink}">, {NoteCount} notes</a>{/block:NoteCount}</center>
  258. </div>
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265. </br></br>
  266.  
  267. {block:PostNotes}{PostNotes}{/block:PostNotes}
  268.  
  269. {/block:Posts}
  270.  
  271. </div>
  272.  
  273. </body>
  274. </html>
Advertisement
Add Comment
Please, Sign In to add comment