dawnsalvatore

Theme #025

Sep 23rd, 2012
564
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.67 KB | None | 0 0
  1. <!-- theme #025 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="#724e41" />
  16. <meta name="color:box" content="#e6d7cd" />
  17. <meta name="color:title" content="#413131" />
  18. <meta name="color:text" content="#b19990" />
  19. <meta name="color:link" content="#d59191" />
  20. <meta name="color:lhover" content="#b46c6c" />
  21. <meta name="color:border" content="#b69483" />
  22. <meta name="color:scrollbar" content="#ca9e9e" />
  23. <meta name="color:scrollbg" content="#d6bebe" />
  24.  
  25.  
  26. <meta name="font:title" content="calibri" />
  27. <meta name="font:body" content="caviar" />
  28.  
  29. <meta name="image:sidebar" content=""/>
  30. <meta name="image:background" content="" />
  31.  
  32. <meta name="text:Link1" content="" />
  33. <meta name="text:Link1 Title" content="" />
  34. <meta name="text:Link2" content="" />
  35. <meta name="text:Link2 Title" content="" />
  36. <meta name="text:Link3" content="" />
  37. <meta name="text:Link3 Title" content="" />
  38. <meta name="text:Link4" content="" />
  39. <meta name="text:Link4 Title" content="" />
  40. <meta name="text:Link5" content="" />
  41. <meta name="text:Link5 Title" content="" />
  42. <meta name="text:Link6" content="" />
  43. <meta name="text:Link6 Title" content="" />
  44. <meta name="text:Link7" content="" />
  45. <meta name="text:Link7 Title" content="" />
  46.  
  47.  
  48. <link href='http://fonts.googleapis.com/css?family=Codystar' rel='stylesheet' type='text/css'>
  49.  
  50.  
  51.  
  52. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  53.  
  54. <style type="text/css">
  55.  
  56.  
  57. ::-webkit-scrollbar {width: 10px; height:auto; background:{color:scrollbg}}
  58.  
  59. ::-webkit-scrollbar-corner {background:{color:scrollbg}}
  60.  
  61. ::-webkit-scrollbar-button:vertical {height:4px; display: block; background:{color:scrollbar}}
  62.  
  63. ::-webkit-scrollbar-button:horizontal {width: 7px; height: 4px; display: block; background:{color:scrollbar}}
  64.  
  65. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar}; border-top: 1px solid {color:scrollbg}; border-bottom: 1px solid {color:scrollbg}}
  66.  
  67. ::-webkit-scrollbar-thumb:horizontal {background: {color:scrollbg}; border: 0px solid {color:scrollbg}}
  68.  
  69. ::-webkit-scrollbar-thumb {background: {color:scrollbar}; border-top: 0pt solid {color:scrollbg}; border-bottom: 0pt solid {color:scrollbg}}
  70.  
  71. ::-webkit-scrollbar-thumb:hover {background: {color:scrollbar}; cursor:url(http://i53.tinypic.com/zycxmw.png), auto}
  72.  
  73. ::-webkit-scrollbar-track-piece {background: {color:scrollbg}; border-top: 1pt solid {color:scrollbg}; border-bottom: 1pt solid {color:scrollbg}; width:4pt}
  74.  
  75.  
  76. 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}
  77.  
  78. a:link, a:active, a:visited{color: {color:link}; text-decoration:none}
  79. 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};}
  80.  
  81.  
  82.  
  83. #entries{margin-left:525px; width:520px;}
  84. #entries:hover #tags {
  85. opacity: 1;
  86. display: block;
  87. margin-left:505px;
  88. -webkit-transition: opacity 0.5s linear;
  89. -webkit-transition: all 0.5s ease-in-out;
  90. -moz-transition: all 0.5s ease-in-out;
  91. -o-transition: all 0.5s ease-in-out;}
  92.  
  93.  
  94. #sidebarimg img {max-width: 230px; max-height:230px ; text-align:center}
  95.  
  96. #sbar {max-width:255px; margin-top:60px; margin-left:100px; position:fixed; overflow:hidden; background-color: {color:transparent}; border-left:0px solid; border-right:0px solid; padding:3px;}
  97.  
  98. #mbar {margin-top:110px; position: fixed; background-color: transparent}
  99. #links a {margin-left:355px; font-size: 13px; font-family: calibri; line-height:18px; letter-spacing:1px}
  100. #links a:hover {margin-left:365px; font-size: 13px; font-family: calibri; line-height:18px; letter-spacing:1px; transition: all 0.8s ease-out;
  101. -o-transition-transition: all 0.4s ease-out;
  102. -webkit-transition: all 0.4s ease-out;
  103. -moz-transition: all 0.4s ease-out;}
  104.  
  105.  
  106. #posts{width:505px; overflow:hidden; border-left:0px solid; border-right:0px solid; padding:3px;}
  107.  
  108.  
  109.  
  110. 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}
  111.  
  112. 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}
  113.  
  114. #info{display:block; font-size:9px; text-align:none; border-top:1px dotted; padding-right:5px; opacity: 1;}
  115.  
  116.  
  117. #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;
  118. -webkit-transition: all 0.5s ease-in-out;
  119. -moz-transition: all 0.5s ease-in-out;
  120. -o-transition: all 0.5s ease-in-out;}
  121.  
  122.  
  123.  
  124. #questions {background-color:{color:transparent}; color: {color:text}; padding:10px; margin-bottom:0px; font-family:caviar; font-size:11px}
  125. #questions a {color:{color:link}}
  126.  
  127. #question { padding:12px;
  128. background-color: {color:box};
  129. position: relative;}
  130.  
  131. #question:after, #demo:before { border: solid transparent;
  132. content: ' ';
  133. height: 0; left: 100%;
  134. position: absolute;
  135. width: 0;}
  136.  
  137. #question:after { border-width: 7px;
  138. border-left-color: {color:box};
  139. top: 12px;}
  140.  
  141. #question:before { border-width: 10px;
  142. border-left-color: {color:box};
  143. top: 10px;}
  144.  
  145.  
  146.  
  147. #title{font-family:'Codystar', 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;}
  148.  
  149.  
  150.  
  151. blockquote {border-left:2px {color:body} solid; padding-left:5px; margin:0px 2px 0px 10px}
  152. blockquote img, blockquote a img {max-width: 490px}
  153.  
  154. b, strong{color:{color:title};}
  155. i, em {border: none}
  156. p{margin-top:3px; margin-bottom:3px}
  157.  
  158. img a{color:{color:info}}
  159. .audio{background-color:black; display:block;}
  160.  
  161.  
  162. .user_1 .label {color:{color:lhover}; font-weight:bold}
  163. .user_2 .label {color:{color:text}; font-weight:bold}
  164. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  165.  
  166.  
  167. .borderimage
  168. {border: 2px solid {color:border}; background-color: transparent; padding:4px; margin:1px;}
  169.  
  170. .notes img{width:10px; position:relative; top:1px;}
  171. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  172. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  173.  
  174. 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;}
  175.  
  176. 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;}
  177.  
  178.  
  179.  
  180. </style>
  181. <style type="text/css">{CustomCSS}</style>
  182. </head>
  183.  
  184. <body>
  185. <BR>
  186.  
  187.  
  188.  
  189. <div id="sbar">
  190. <center><div id="title"><a href="/">{Title}</a></div></center>
  191. <center><div id="subtitle">{text:Subtitle}</div></center>
  192. <br>
  193.  
  194. <center><div id="sidebarimg"><img src="{image:sidebar}""border="0" class="borderimage"/>
  195. </div> </center>
  196.  
  197. <br> <center>
  198. <center> {block:Description}{Description}{/block:Description}</center> <br>
  199. {block:Pagination}
  200. <div class="pagination">
  201. {block:PreviousPage}
  202. <a class="jumppage" href="{PreviousPage}">«</a>
  203. {/block:PreviousPage}
  204.  
  205. {block:JumpPagination length="5"}
  206. {block:CurrentPage}
  207. <span class="currentpage">{PageNumber}</span>
  208. {/block:CurrentPage}
  209.  
  210. {block:JumpPage}
  211. <a class="jumppage" href="{URL}">{PageNumber}</a>
  212. {/block:JumpPage}
  213. {/block:JumpPagination}
  214.  
  215. {block:NextPage}
  216. <a class="jumppage" href="{NextPage}">»</a>
  217. {/block:NextPage}
  218. </div>
  219. {/block:Pagination}</center>
  220.  
  221.  
  222. </div>
  223. <BR>
  224. </div>
  225.  
  226. <div id="mbar">
  227. <div id="links">
  228. <a href="/">home</a><br>
  229. <a href="/ask"> message</a><br>
  230. <a href="http://ladysmolderhalder.tumblr.com/tagged/theme"> theme</a> <br> {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}<br>
  231. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}<br>
  232. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}<br>
  233. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}<br>
  234. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}<br>
  235. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}<br>
  236. {block:ifLink7}<a href="{text:Link7}">{text:Link7 Title}</a>{/block:ifLink7} </div></div>
  237.  
  238. <div id="entries">
  239. {block:Posts}
  240. <div id="posts">
  241.  
  242.  
  243. <div id="tags"> {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a><br> {/block:Tags}{/block:HasTags}</div>
  244.  
  245. {block:Quote}<h2>"{Quote}"&nbsp; - {Source}</h2>{/block:Quote}
  246. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  247. {block:Text}{Body}{/block:Text}
  248.  
  249. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  250. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  251.  
  252. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  253. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  254.  
  255. {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}
  256.  
  257. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  258.  
  259.  
  260. {block:Answer}
  261. <img align="right" src="{AskerPortraitURL-40}"> <div id="question" style="width:420px;">{Asker}: {Question}</div> <BR>
  262. {Answer}
  263. {/block:Answer}
  264.  
  265. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  266.  
  267.  
  268. <br><center><div id="info">posted<a href="{Permalink}"> {TimeAgo}</a>{/block:Date}{block:NoteCount} with<a href="{Permalink}"> {NoteCount} notes</a>{/block:NoteCount} <br>{block:RebloggedFrom}via<a href="{ReblogParentURL}"> {ReblogParentName}<title="{ReblogParentTitle}"></a>{/block:RebloggedFrom}{block:ContentSource} <a href="{SourceURL}"> | source </a>{/block:ContentSource} (<a href="{ReblogURL}" target="_blank">reblog</a>)<br>
  269. </div></center>
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276. </br></br>
  277.  
  278. {block:PostNotes}{PostNotes}{/block:PostNotes}
  279.  
  280. {/block:Posts}
  281.  
  282. </div>
  283.  
  284. </body>
  285. </html>
Advertisement
Add Comment
Please, Sign In to add comment