dawnsalvatore

Theme #058

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