dawnsalvatore

Theme #048

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