dawnsalvatore

Theme #041

Nov 21st, 2012
610
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.28 KB | None | 0 0
  1. <!-- theme #041by 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="#cfbfcf" />
  19. <meta name="color:Linkhover" content="#eeeeee" />
  20. <meta name="color:Border" content="#ecebeb" />
  21. <meta name="color:Scrollbar" content="#f5f3f5" />
  22. <meta name="color:Box" content="#f6f6f6"/>
  23. <meta name="color:Hover" content="#ccd1d1" />
  24.  
  25. <meta name="font:title" content="calibri" />
  26. <meta name="font:body" content="calibri" />
  27.  
  28. <meta name="image:sidebar" content=""/>
  29. <meta name="image:background" content="" />
  30.  
  31. <meta name="text:Link1" content="" />
  32. <meta name="text:Link1 Title" content="" />
  33. <meta name="text:Link2" content="" />
  34. <meta name="text:Link2 Title" content="" />
  35. <meta name="text:Link3" content="" />
  36. <meta name="text:Link3 Title" content="" />
  37.  
  38.  
  39.  
  40. <style type="text/css">
  41.  
  42.  
  43.  
  44. ::-webkit-scrollbar {height: 6px;width: 7px;}
  45. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  46. ::-webkit-scrollbar-track{background-color:{color:background};}
  47.  
  48. 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;}
  49.  
  50. 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;}
  51.  
  52. 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}
  53.  
  54. a:link, a:active, a:visited{color: {color:link}; text-decoration:none; -webkit-transition: all 0.8s ease-in-out;
  55. -moz-transition: all 0.8s ease-in-out;
  56. -o-transition: all 0.8s ease-in-out;
  57. }
  58. a:hover{{color:linkhover} }
  59.  
  60.  
  61.  
  62. #entries{margin-left:525px; margin-top:10px; width:540px; font-family: calibri}
  63.  
  64. #entries:hover #tags {
  65. opacity: 1;
  66. display: block;
  67. margin-left:515px;
  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. #sbar {max-width:180px; margin-top:150px; margin-left:300px; position:fixed; overflow:hidden; background-color: {color:transparent}; border-left:0px solid; border-right:0px solid; padding:3px; border-top:1px dotted {color:border}; }
  74.  
  75.  
  76.  
  77. #sidebarimg img {max-width:175px; max-height:200px ; text-align:center}
  78.  
  79.  
  80. #tbar {border-top:1px dotted {color:border};border-bottom:1px dotted {color:border}; margin-top:3px }
  81.  
  82.  
  83. #posts{width:505px; overflow:hidden; border:1px dotted {color:border}; padding:10px;}
  84.  
  85.  
  86.  
  87. #credit {position: fixed; opacity:3; font-family:calibri; font-size:10px; letter-spacing:0px; text-align:left; bottom:5px; right:10px; background: none; border:1px solid {color:border}; padding:3px; padding:8px; }
  88. #credit:hover {
  89. display:block;}
  90.  
  91.  
  92.  
  93. 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}
  94.  
  95. 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}
  96.  
  97. #info{display:block; font-size:8px; text-align:none; border:1px dotted {color:border}; padding:1px; padding-right:3px; text-transform:uppercase}
  98.  
  99.  
  100. #tags {float: left; position:absolute;padding-top: 2px; width: 200px; opacity: 0; font-family: oxygen mono, sans-serif; font-size:9px; color:{color:text}; text-transform: lowercase; margin-left:420px; margin-top:-5px; padding: 5px; line-height:11px; -webkit-transition: opacity 0.5s linear;
  101. -webkit-transition: all 0.5s ease-in-out;
  102. -moz-transition: all 0.5s ease-in-out;
  103. -o-transition: all 0.5s ease-in-out;}
  104.  
  105.  
  106. #asker {margin-left:70px;text-align:center; text-transform:lowercase; color:{color:text};}
  107. #question {background-color:{color:box};font-size: 10px;line-height:90%;
  108. color: {color:text}; margin: 0 0 11px 0; padding: 15px; position: relative;}
  109.  
  110. #box {width: 12px; height: 6px; font-size:30px; font-family:calibri; position: absolute;
  111. color:{color:box}; bottom: -1.5px; left: 230px;}
  112.  
  113. #answer {color:{color:text};}
  114.  
  115.  
  116.  
  117. blockquote {border-left:2px {color:body} solid; padding-left:5px; margin:0px 2px 0px 10px}
  118. blockquote img, blockquote a img {max-width: 490px}
  119.  
  120. b, strong{color:{color:text};}
  121. i, em {border: none; color:{color:text};}
  122. p{margin-top:3px; margin-bottom:3px}
  123.  
  124. img a{color:{color:info}}
  125. .audio{background-color:black; display:block;}
  126.  
  127.  
  128. .user_1 .label {color:{color:lhover}; font-weight:bold}
  129. .user_2 .label {color:{color:text}; font-weight:bold}
  130. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  131.  
  132. .notes img{width:10px; position:relative; top:1px;}
  133. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  134. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  135.  
  136. img {opacity:0.9; filter:alpha(opacity=90);}
  137. img:hover {opacity:1; filter:alpha(opacity=100);}
  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>
  153. <div id="tbar">
  154. <center> <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}</center>
  159. </div><br>
  160. <center>
  161. {block:Description}{Description}{/block:Description}</center>
  162.  
  163.  
  164. <br>
  165. <center> <div id="pagination">
  166. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  167. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}
  168. </div></center>
  169.  
  170.  
  171.  
  172. </div>
  173. </div>
  174.  
  175.  
  176.  
  177. <div id="credit"><a href="http://salvatoreh.tumblr.com/tagged/theme"> Theme</a></div>
  178.  
  179. <div id="entries">
  180. {block:Posts}
  181. <div id="posts">
  182.  
  183. <div id="tags"> {block:HasTags}{block:Tags}·<a href="{TagURL}">{Tag}</a><br> {/block:Tags}{/block:HasTags}</div>
  184.  
  185. {block:Quote}<h2>"{Quote}"&nbsp; - {Source}</h2>{/block:Quote}
  186. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  187. {block:Text}{Body}{/block:Text}
  188.  
  189. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  190. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  191.  
  192. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  193. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  194.  
  195. {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}
  196.  
  197. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  198.  
  199.  
  200. {block:Answer}
  201. <div id="question">
  202. <br>
  203. <div id="box">◥</div>
  204. {Question}
  205. <br>
  206. <br>
  207. </div>
  208. <div id="asker">{Asker}</div>
  209. <div id="answer">{Answer}</div>
  210. {/block:answer}
  211. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  212.  
  213.  
  214.  
  215. <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>
  216. </div>
  217.  
  218.  
  219. </br></br>
  220.  
  221. {block:PostNotes}{PostNotes}{/block:PostNotes}
  222.  
  223. {/block:Posts}
  224.  
  225. </div>
  226.  
  227. </body>
  228. </html>
Advertisement
Add Comment
Please, Sign In to add comment