dawnsalvatore

Theme #039

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