dawnsalvatore

Theme #059

Jan 24th, 2013
805
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.78 KB | None | 0 0
  1. <!-- theme #059 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="#ffffff" />
  16. <meta name="color:Title" content="#4d4c4b" />
  17. <meta name="color:Text" content="#c7c7c7" />
  18. <meta name="color:Link" content="#b1b0b0" />
  19. <meta name="color:Linkhover" content="#db4545" />
  20. <meta name="color:Border" content="#ececec" />
  21. <meta name="color:Scrollbar" content="#b2b6b6" />
  22. <meta name="color:Box" content="#fdfdfd"/>
  23.  
  24. <meta name="image:sidebar" content=""/>
  25. <meta name="image:background" content="" />
  26.  
  27. <meta name="text:Link1" content="" />
  28. <meta name="text:Link1 Title" content="" />
  29. <meta name="text:Link2" content="" />
  30. <meta name="text:Link2 Title" content="" />
  31. <meta name="text:Link3" content="" />
  32. <meta name="text:Link3 Title" content="" />
  33.  
  34.  
  35. <style type="text/css">
  36.  
  37. ::-webkit-scrollbar {height: 6px;width: 8px;}
  38. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  39. ::-webkit-scrollbar-track{background-color:{color:background};}
  40.  
  41. 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;}
  42.  
  43. 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;}
  44.  
  45. 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}
  46.  
  47. a:link, a:visited, a:active {
  48. color: {color:Link};
  49. text-decoration: none;
  50. font-weight: normal;
  51. -webkit-transition:all 0.5s ease-out;
  52. -moz-transition:all 0.5s ease-out;
  53. transition:all 0.5s ease-out;}
  54.  
  55. a:hover {
  56. color: {color:linkhover};
  57. text-decoration: none;
  58. font-weight: normal;
  59. -webkit-transition: all 0.3s ease-out;
  60. -moz-transition: all 0.3s ease-out;
  61. transition: all 0.3s ease-out;}
  62.  
  63.  
  64.  
  65. #entries{margin-left:510px; margin-top:5px; width:540px; font-family: consolas}
  66.  
  67.  
  68. #sbar {max-width:155px; margin-top:125px; margin-left:280px; position:fixed; overflow:hidden; background-color: {color:transparent}; padding: 5px}
  69. #sbar:hover { opacity:1;
  70. -webkit-transition: all 0.9s ease;
  71. -moz-transition: all 0.9s ease;
  72. -o-transition: all 0.9s ease;}
  73.  
  74. #sbar:hover #tbar { margin-top:35px;
  75. margin-left: 0px;
  76. height:auto;}
  77.  
  78. #sidebarimg img {width:150px ; text-align:center;}
  79.  
  80. #tbar { position:absolute;
  81. margin-top:35px;
  82. margin-left: -200px;
  83. width:70px;
  84. height:100px;
  85. -webkit-transition: all 0.9s ease; all 0.9s ease-out;
  86. -moz-transition: all 0.9s ease; all 1s ease-out;
  87. -o-transition: all 0.9s ease; all 0.9s ease-out;}
  88.  
  89.  
  90. #tlinks { width:160px; font-size:8px; font-family:consolas; line-height:16px; margin-bottom: 2px; float: left; display:block; overflow: hidden;text-align:center;text-transform: uppercase;background:{color:box};opacity: 1; }
  91.  
  92. #tlinks:hover { opacity:0.1;
  93. -webkit-transition: all 0.2s ease;
  94. -moz-transition: all 0.2s ease;
  95. -o-transition: all 0.2s ease;}
  96.  
  97. #description {position:fixed; width:150px; margin-top: 190px; margin-left: 115px; color: {color:text}; font-family:consolas; }
  98.  
  99. #posts{width:500px; overflow:hidden; padding:12px; padding-bottom:7px}
  100. #posts:hover #tags {
  101. opacity: 1;
  102. display: block;
  103. margin-left:505px;
  104. -webkit-transition: opacity 0.5s linear;
  105. -webkit-transition: all 0.5s ease-in-out;
  106. -moz-transition: all 0.5s ease-in-out;
  107. -o-transition: all 0.5s ease-in-out;}
  108.  
  109.  
  110.  
  111. #credit {position: fixed; opacity:3; font-family:sans-serif; font-size:10px; letter-spacing:0px; text-align:left; bottom:8px; right:8px; background: none; }
  112.  
  113. #pagination a {
  114. margin: 0 1px 0 0;
  115. padding: 1px 5px;
  116. color: {color:link};
  117. text-decoration: none;
  118. font-size:7px}
  119. #pagination a:hover {
  120. background: {color:background};
  121. border: none; font-size:7px;}
  122. #pagination span.pagination_a {
  123. margin: 0 1px 0 0;
  124. padding: 1px 5px;
  125. color: {color:link};
  126. text-decoration: none; font-size:8px}
  127. #pagination span.info {
  128. margin: 0 1px 0 0;
  129. padding: 1px 5px;
  130. color: {color:font};
  131. text-decoration: none; font-size:8px}
  132.  
  133. h1{color:{color:title}; font-family:consolas; font-size:14px; line-height:17px; letter-spacing:0px; font-weight:normal; text-transform:uppercase; margin:0px; padding:0px; text-align:left}
  134.  
  135. h2{color:{color:title}; font-family:consolas; font-size:13px; line-height:14px; letter-spacing:0px; font-weight:normal; text-transform:uppercase; margin:0px; padding:0px; margin-bottom:-0px; text-align:left}
  136.  
  137. #info{display:block; font-size:8px; text-align:none; margin-top:-10px; text-transform:uppercase; border-top:.5px solid {color:border};}
  138.  
  139. #tags {float: left; position:absolute; width: 200px; opacity: 0; font-family: cambria; font-size:9px; color:{color:text}; text-transform: lowercase; margin-left:450px; margin-top:0px; line-height:12px; -webkit-transition: opacity 0.5s linear;
  140. -webkit-transition: all 0.5s ease-in-out;
  141. -moz-transition: all 0.5s ease-in-out;
  142. -o-transition: all 0.5s ease-in-out;}
  143.  
  144. blockquote {border-left:2px {color:border} solid; padding-left:5px; margin:0px 2px 0px 10px}
  145. blockquote img, blockquote a img {max-width: 490px}
  146.  
  147. b, strong{color:{color:text};}
  148. i, em {border: none; color:{color:text};}
  149. p{margin-top:3px; margin-bottom:3px}
  150.  
  151.  
  152.  
  153. .user_1 .label {color:{color:hover}; font-weight:bold}
  154. .user_2 .label {color:{color:text}; font-weight:bold}
  155. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  156.  
  157. .notes img{width:10px; position:relative; top:1px;}
  158. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  159. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  160.  
  161. .bordinha {border-radius: 2px;}
  162.  
  163. </style>
  164. <style type="text/css">{CustomCSS}</style>
  165. </head>
  166.  
  167. <body>
  168. <BR>
  169.  
  170.  
  171. <div id="sbar">
  172. <div id="tbar">
  173.  
  174. <a href="/" id="tlinks">home</a> <br>
  175. <a href="/ask" id="tlinks">mail</a> <br>
  176. {block:ifLink1}<a href="{text:Link1}" id="tlinks">{text:Link1 Title}</a>{/block:ifLink1}<br>
  177. {block:ifLink2}<a href="{text:Link2}" id="tlinks">{text:Link2 Title}</a>{/block:ifLink2} <br>
  178. {block:ifLink3}<a href="{text:Link3}" id="tlinks">{text:Link3 Title}</a>{/block:ifLink3}
  179. </div>
  180. <center> <div id="sidebarimg"><img src="{image:sidebar}"class="bordinha"/></div></center><br>
  181. </div>
  182.  
  183. <div id="description">
  184. <center>{Description}<br><br>
  185. <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage}{/block:Pagination}
  186. {block:JumpPagination length="3"}
  187. {block:CurrentPage}<span class="pagination_a">{PageNumber}</span>{/block:CurrentPage}
  188. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  189. {/block:JumpPagination}
  190. {block:Pagination}{block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}{/block:Pagination}</center>
  191. </div></div>
  192.  
  193.  
  194.  
  195. <div id="credit"><a href="http://salvatoreh.tumblr.com/tagged/theme">© Theme</a></div>
  196.  
  197. <div id="entries">
  198. {block:Posts}
  199. <div id="posts">
  200.  
  201.  
  202. <div id="tags"> {block:HasTags}{block:Tags}# <a href="{TagURL}"> {Tag}</a><br> {/block:Tags}{/block:HasTags}</div>
  203.  
  204. {block:Quote}<h2>"{Quote}"&nbsp; - {Source}</h2>{/block:Quote}
  205. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  206. {block:Text}{Body}{/block:Text}
  207.  
  208. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  209. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  210.  
  211. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  212. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  213.  
  214. {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}
  215.  
  216. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  217.  
  218.  
  219. {block:Answer}<center><div id="questions"><b>{Asker}</b> asked: <i>{Question}</i></div></center><br><br>
  220. {Answer}{/block:answer}
  221. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  222.  
  223.  
  224. <br><center><div id="info">{DayOfMonthWithZero} {ShortMonth} {ShortYear}</a>{/block:Date}{block:NoteCount} ·<a href="{Permalink}"> {NoteCount} notes</a>{/block:NoteCount} · <a href="{ReblogURL}" target="_blank">reblog</a></center>
  225. </div>
  226.  
  227.  
  228. </br></br>
  229.  
  230. {block:PostNotes}{PostNotes}{/block:PostNotes}
  231.  
  232. {/block:Posts}
  233.  
  234. </div>
  235.  
  236. </body>
  237. </html>
Advertisement
Add Comment
Please, Sign In to add comment