dawnsalvatore

Theme #052

Jan 23rd, 2013
617
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.61 KB | None | 0 0
  1. <!-- theme #052 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:125px; margin-left:175px; position:fixed; overflow:hidden; background-color: {color:transparent}; padding: 5px}
  69.  
  70. #sidebarimg img {width:175px ; 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. #posts:hover #info { opacity:1}
  77.  
  78.  
  79. #description { margin-top: -10px; display: block; padding:15px; font-size:9px; color: {color:text}; font-family:consolas; line-height: 11px;}
  80.  
  81. #credit {position: fixed; opacity:3; font-family:sans-serif; font-size:10px; letter-spacing:0px; text-align:left; bottom:8px; right:8px; background: none; }
  82.  
  83.  
  84. 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}
  85.  
  86. 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}
  87.  
  88. #info{display:block; font-size:8px; text-align:none; margin-top:-10px; text-transform:uppercase;opacity:0}
  89.  
  90.  
  91. #tags {font-family: cambria; font-size:8px; color:{color:text}; text-transform: lowercase; }
  92.  
  93.  
  94. blockquote {border-left:2px {color:border} solid; padding-left:5px; margin:0px 2px 0px 10px}
  95. blockquote img, blockquote a img {max-width: 490px}
  96.  
  97. b, strong{color:{color:text};}
  98. i, em {border: none; color:{color:text};}
  99. p{margin-top:3px; margin-bottom:3px}
  100.  
  101.  
  102.  
  103. .user_1 .label {color:{color:hover}; font-weight:bold}
  104. .user_2 .label {color:{color:text}; font-weight:bold}
  105. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  106.  
  107. .notes img{width:10px; position:relative; top:1px;}
  108. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  109. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  110.  
  111. </style>
  112. <style type="text/css">{CustomCSS}</style>
  113. </head>
  114.  
  115. <body>
  116. <BR>
  117.  
  118.  
  119. <div id="sbar">
  120. <center> <div id="sidebarimg"><img src="{image:sidebar}"></div></center><br>
  121. <div id="tlinks">
  122. <center><a href="/">home </a>
  123. <a href="/ask" > ask </a>
  124. {block:ifLink1}<a href="{text:Link1}"> {text:Link1 Title} </a>{/block:ifLink1}
  125. {block:ifLink2}<a href="{text:Link2}"> {text:Link2 Title} </a>{/block:ifLink2}
  126. {block:ifLink3}<a href="{text:Link3}"> {text:Link3 Title}</a>{/block:ifLink3}</center>
  127. </div>
  128. <center> <div id="description">
  129. {Description}</div>
  130. <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">«</a> &nbsp;{/block:PreviousPage} {block:NextPage}&nbsp;<a href="{NextPage}">»</a>{/block:NextPage}</div>
  131. </center>
  132. </div>
  133. </div>
  134.  
  135. </div>
  136.  
  137.  
  138.  
  139.  
  140. <div id="credit"><a href="http://salvatoreh.tumblr.com/tagged/theme">© Theme</a></div>
  141.  
  142. <div id="entries">
  143. {block:Posts}
  144. <div id="posts">
  145.  
  146.  
  147. {block:Quote}<h2>"{Quote}"&nbsp; - {Source}</h2>{/block:Quote}
  148. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  149. {block:Text}{Body}{/block:Text}
  150.  
  151. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  152. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  153.  
  154. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  155. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  156.  
  157. {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}
  158.  
  159. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  160.  
  161.  
  162. {block:Answer}<div id="questions"><b>{Asker}</b> asked: <i>{Question}</i></div><br>
  163. {Answer}{/block:answer}
  164. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  165.  
  166. <div id="tags"> {block:HasTags}{block:Tags} # <a href="{TagURL}"> {Tag} </a> {/block:Tags}{/block:HasTags}</div>
  167.  
  168.  
  169.  
  170. <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>
  171. </div>
  172.  
  173.  
  174. </br></br>
  175.  
  176. {block:PostNotes}{PostNotes}{/block:PostNotes}
  177.  
  178. {/block:Posts}
  179.  
  180. </div>
  181.  
  182. </body>
  183. </html>
Advertisement
Add Comment
Please, Sign In to add comment