Advertisement
dawnsalvatore

Theme #051,5

Mar 28th, 2013
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.87 KB | None | 0 0
  1. <!-- theme #051 and a half 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="#bdb6bd" />
  19. <meta name="color:Linkhover" content="#eeeeee" />
  20. <meta name="color:Border" content="#f7f3f3" />
  21. <meta name="color:Scrollbar" content="#eeecee" />
  22.  
  23. <meta name="image:sidebar" content=""/>
  24. <meta name="image:background" content="" />
  25.  
  26. <meta name="text:Link1" content="" />
  27. <meta name="text:Link1 Title" content="" />
  28. <meta name="text:Link2" content="" />
  29. <meta name="text:Link2 Title" content="" />
  30. <meta name="text:Link3" content="" />
  31. <meta name="text:Link3 Title" content="" />
  32.  
  33.  
  34. <style type="text/css">
  35.  
  36.  
  37.  
  38. ::-webkit-scrollbar {height: 6px;width: 9px;}
  39. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  40. ::-webkit-scrollbar-track{background-color:{color:background};}
  41.  
  42. 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;}
  43.  
  44. 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;}
  45.  
  46. 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}
  47.  
  48. a:link, a:visited, a:active {
  49. color: {color:Link};
  50. text-decoration: none;
  51. font-weight: normal;
  52. -webkit-transition:all 0.5s ease-out;
  53. -moz-transition:all 0.5s ease-out;
  54. transition:all 0.5s ease-out;}
  55.  
  56. a:hover {
  57. color: {color:linkhover};
  58. text-decoration: none;
  59. font-weight: normal;
  60. -webkit-transition: all 0.3s ease-out;
  61. -moz-transition: all 0.3s ease-out;
  62. transition: all 0.3s ease-out;}
  63.  
  64.  
  65.  
  66. #entries{margin-left:485px; margin-top:5px; width:540px; font-family: consolas}
  67.  
  68. #sbar {max-width:200px; margin-top:225px; margin-left:200px; position:fixed; overflow:hidden; background-color: {color:transparent}; padding: 5px}
  69.  
  70. #sidebarimg img {width:150px ; text-align:center; }
  71.  
  72. #tlinks a {font-size: 9px; display:inline-block; text-align:center; padding:1px; text-transform:lowercase; font-family:consolas;}
  73.  
  74.  
  75. #posts{width:500px; overflow:hidden; padding:12px; padding-bottom:7px}
  76.  
  77.  
  78. #description { margin-top: -10px; display: block; padding:15px; font-size:9px; color: {color:text}; font-family:consolas; line-height: 11px;}
  79.  
  80. #credit {position: fixed; opacity:3; font-family:sans-serif; font-size:10px; letter-spacing:0px; text-align:left; bottom:8px; right:8px; background: none; }
  81.  
  82.  
  83. 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}
  84.  
  85. 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}
  86.  
  87. #info{display:block; font-size:8px; text-align:none; border-top:1px solid {color:border}; padding:0px; padding-right:5px; text-transform:uppercase;}
  88.  
  89.  
  90. #tags {float: left; position:absolute; width: 200px; font-family: cambria; font-size:9px; color:{color:text}; text-transform: lowercase; margin-left:505px; margin-top:0px; line-height:12px;}
  91.  
  92.  
  93. blockquote {border-left:2px {color:border} solid; padding-left:5px; margin:0px 2px 0px 10px}
  94. blockquote img, blockquote a img {max-width: 490px}
  95.  
  96. b, strong{color:{color:text};}
  97. i, em {border: none; color:{color:text};}
  98. p{margin-top:3px; margin-bottom:3px}
  99.  
  100.  
  101.  
  102. .user_1 .label {color:{color:hover}; font-weight:bold}
  103. .user_2 .label {color:{color:text}; font-weight:bold}
  104. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  105.  
  106. .notes img{width:10px; position:relative; top:1px;}
  107. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  108. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  109.  
  110. .borderimage
  111. {border: 1px solid {color:border}; background-color: transparent; padding:4px; margin:1px;}
  112.  
  113. </style>
  114. <style type="text/css">{CustomCSS}</style>
  115. </head>
  116.  
  117. <body>
  118. <BR>
  119.  
  120.  
  121. <div id="sbar">
  122. <center> <div id="sidebarimg"><img src="{image:sidebar}""border="0" class="borderimage"/></div></center><br>
  123. <div id="tlinks">
  124. <center><a href="/">home </a>
  125. <a href="/ask" > ask </a>
  126. {block:ifLink1}<a href="{text:Link1}"> {text:Link1 Title} </a>{/block:ifLink1}
  127. {block:ifLink2}<a href="{text:Link2}"> {text:Link2 Title} </a>{/block:ifLink2}
  128. {block:ifLink3}<a href="{text:Link3}"> {text:Link3 Title}</a>{/block:ifLink3}</center>
  129. </div>
  130. <center> <div id="description">
  131. {Description}</div>
  132. <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">«</a> &nbsp;{/block:PreviousPage} {block:NextPage}&nbsp;<a href="{NextPage}">»</a>{/block:NextPage}</div>
  133. </center>
  134. </div>
  135. </div>
  136.  
  137. </div>
  138.  
  139.  
  140.  
  141.  
  142. <div id="credit"><a href="http://salvatoreh.tumblr.com/tagged/theme">© Theme</a></div>
  143.  
  144. <div id="entries">
  145. {block:Posts}
  146. <div id="posts">
  147.  
  148. <div id="tags"> {block:HasTags}{block:Tags}# <a href="{TagURL}"> {Tag}</a><br> {/block:Tags}{/block:HasTags}</div>
  149.  
  150. {block:Quote}<h2>"{Quote}"&nbsp; - {Source}</h2>{/block:Quote}
  151. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  152. {block:Text}{Body}{/block:Text}
  153.  
  154. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  155. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  156.  
  157. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  158. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  159.  
  160. {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}
  161.  
  162. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  163.  
  164.  
  165. {block:Answer}<div id="questions"><b>{Asker}</b> asked: <i>{Question}</i></div><br>
  166. {Answer}{/block:answer}
  167. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  168.  
  169.  
  170.  
  171. <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>
  172. </div>
  173.  
  174.  
  175. </br></br>
  176.  
  177. {block:PostNotes}{PostNotes}{/block:PostNotes}
  178.  
  179. {/block:Posts}
  180.  
  181. </div>
  182.  
  183. </body>
  184. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement