dawnsalvatore

Theme #055

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