dawnsalvatore

Theme #036

Nov 18th, 2012
643
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.44 KB | None | 0 0
  1. <!-- theme #036 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:Ask" content="#f5f3f0" />
  17. <meta name="color:Title" content="#1d1c1a" />
  18. <meta name="color:Text" content="#575552" />
  19. <meta name="color:Link" content="#9e9994" />
  20. <meta name="color:Linkhover" content="#eeeae4" />
  21. <meta name="color:Linkhover2" content="#eeeae4" />
  22. <meta name="color:Border" content="#dbd7d1" />
  23. <meta name="color:Scrollbar" content="#b2b6b6" />
  24. <meta name="color:Italic" content="#a09b92"/>
  25. <meta name="color:Bold" content="#999692"/>
  26.  
  27. <meta name="font:title" content="georgia" />
  28. <meta name="font:body" content="cambria" />
  29.  
  30. <meta name="image:sidebar" content=""/>
  31. <meta name="image:background" content="" />
  32.  
  33. <meta name="text:Link1" content="" />
  34. <meta name="text:Link1 Title" content="" />
  35. <meta name="text:Link2" content="" />
  36. <meta name="text:Link2 Title" content="" />
  37. <meta name="text:Link3" content="" />
  38. <meta name="text:Link3 Title" content="" />
  39. <meta name="text:Link4" content="" />
  40. <meta name="text:Link4 Title" content="" />
  41. <meta name="text:Link5" content="" />
  42. <meta name="text:Link5 Title" content="" />
  43.  
  44.  
  45.  
  46.  
  47.  
  48. <style type="text/css">
  49.  
  50.  
  51.  
  52. ::-webkit-scrollbar {height: 6px;width: 7px;}
  53. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  54. ::-webkit-scrollbar-track{background-color:{color:background};}
  55.  
  56. 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;}
  57.  
  58. 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;}
  59.  
  60. 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}
  61.  
  62. a:link, a:active, a:visited{color: {color:link}; text-decoration:none; -webkit-transition: all 0.8s ease-in-out;
  63. -moz-transition: all 0.8s ease-in-out;
  64. -o-transition: all 0.8s ease-in-out;
  65. }
  66. a:hover{text-shadow:3px 0px 0px {color:linkhover} ,
  67. -3px 0px 0px {color:linkhover2};
  68. -webkit-transition: all 0.8s ease-in-out;
  69. -moz-transition: all 0.8s ease-in-out;
  70. -o-transition: all 0.8s ease-in-out;}
  71.  
  72.  
  73.  
  74. #entries{margin-left:575px; width:540px; font-family: cambria}
  75. #entries:hover #tags {
  76. opacity: 1;
  77. display: block;
  78. margin-left:510px; padding:3px;
  79. -webkit-transition: opacity 0.5s linear;
  80. -webkit-transition: all 0.5s ease-in-out;
  81. -moz-transition: all 0.5s ease-in-out;
  82. -o-transition: all 0.5s ease-in-out;}
  83.  
  84.  
  85. #sidebarimg img {max-width:200px; max-height:200px ; text-align:center}
  86.  
  87.  
  88. #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;}
  89.  
  90. #sbar:hover #tlinks { margin-left:-100; opacity: 1;
  91. -webkit-transition:all 0.9s ease-out;
  92. -moz-transition:all 0.9s ease-out;
  93. transition:all 0.9s ease-out;}
  94.  
  95.  
  96. #tlinks { width:15px; margin-left:-50px; padding:30px; text-align: left;
  97. display:block; font-size:10px; font-family:consolas; line-spacing:4px; background-color:tansparent; letter-spacing: 1px; position:fixed; overflow: visible; opacity: 0; }
  98.  
  99. #tlinks a { margin-left:-50px; background-color:transparent; color:{color:links}; display:inline-block; width: 60px; height: 10px; margin-top: 0px; text-transform: lowercase; font-weight: none; margin-bottom: 2px;
  100. opacity:1;
  101. text-align: center;
  102. padding:5px;}
  103. #tlinks a:hover {background-color:transparent; color:{color:text}; opacity: 1;}
  104.  
  105.  
  106. #posts{width:505px; overflow:hidden; border-left:0px solid; border-right:0px solid; padding:5px;}
  107.  
  108. #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;
  109. -moz-transition-duration:0.5s;
  110. -webkit-transition-duration:0.5s;
  111. -o-transition-duration:0.5s;
  112. }
  113.  
  114. #credit:hover {
  115. display:block;}
  116.  
  117.  
  118.  
  119. 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}
  120.  
  121. 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}
  122.  
  123. #info{display:block; font-size:8px; text-align:none; border-top:1px solid {color:border}; padding-right:3px; text-transform:uppercase}
  124.  
  125.  
  126. #tags {float: left; position:absolute; width: 200px; border-left:2px solid {color:border}; 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;
  127. -webkit-transition: all 0.5s ease-in-out;
  128. -moz-transition: all 0.5s ease-in-out;
  129. -o-transition: all 0.5s ease-in-out;}
  130.  
  131.  
  132. #asker { float:left; margin-right:5px; border: 1px solid {color:border}; padding:3px;}
  133.  
  134. #asked {
  135. font-family:cambrial;
  136. font-size:9px;
  137. letter-spacing:1px;
  138. font-style:normal;
  139. padding-bottom:3px;
  140. }
  141.  
  142. #description { display: block; width:175px; background: url(http://static.tumblr.com/akhimg2/fAbm9o4gq/untitled-2.png) no-repeat 0 3px; padding-left: 10px; padding-top:10px; font-size:10px; color: {color:text}; }
  143.  
  144.  
  145.  
  146.  
  147.  
  148. blockquote {border-left:2px {color:body} solid; padding-left:5px; margin:0px 2px 0px 10px}
  149. blockquote img, blockquote a img {max-width: 490px}
  150.  
  151. b, strong{color:{color:bold};}
  152. i, em {border: none; color:{color:italic};}
  153. p{margin-top:3px; margin-bottom:3px}
  154.  
  155. img a{color:{color:info}}
  156. .audio{background-color:black; display:block;}
  157.  
  158.  
  159. .user_1 .label {color:{color:lhover}; font-weight:bold}
  160. .user_2 .label {color:{color:text}; font-weight:bold}
  161. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  162.  
  163.  
  164. .borderimage
  165. {border: 1px solid {color:border}; background-color: transparent; padding:5px; margin:0px;}
  166.  
  167.  
  168.  
  169. .notes img{width:10px; position:relative; top:1px;}
  170. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  171. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  172.  
  173.  
  174.  
  175.  
  176.  
  177. </style>
  178. <style type="text/css">{CustomCSS}</style>
  179. </head>
  180.  
  181. <body>
  182. <BR>
  183.  
  184.  
  185. <div id="sbar">
  186.  
  187. <div id="tlinks">
  188.  
  189. <a href="/">refresh</a> <br>
  190. <a href="/ask">message</a> <br>
  191. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}<br>
  192. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2} <br>
  193. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3} <br>
  194. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4} <br>
  195. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  196. </div>
  197.  
  198. <center> <div id="sidebarimg"><img src="{image:sidebar}""border="0" class="borderimage"/></div></center>
  199.  
  200. <center> <div id="description">
  201. {Description}</div></center><br><br>
  202. <center> {block:Pagination}
  203. <div class="pagination">
  204. {block:PreviousPage}
  205. <a class="jumppage" href="{PreviousPage}">«</a>
  206. {/block:PreviousPage}
  207.  
  208. {block:JumpPagination length="5"}
  209. {block:CurrentPage}
  210. <span class="currentpage">{PageNumber}</span>
  211. {/block:CurrentPage}
  212.  
  213. {block:JumpPage}
  214. <a class="jumppage" href="{URL}">{PageNumber}</a>
  215. {/block:JumpPage}
  216. {/block:JumpPagination}
  217.  
  218. {block:NextPage}
  219. <a class="jumppage" href="{NextPage}">»</a>
  220. {/block:NextPage}
  221. </div>
  222. {/block:Pagination}</center>
  223.  
  224.  
  225.  
  226. </div>
  227. </div>
  228.  
  229.  
  230.  
  231. <div id="credit"><a href="http://salvatoreh.tumblr.com/tagged/theme"> Theme</a></div>
  232.  
  233. <div id="entries">
  234. {block:Posts}
  235. <div id="posts">
  236.  
  237.  
  238. <div id="tags"> {block:HasTags}{block:Tags}<a href="{TagURL}">{Tag}</a><br> {/block:Tags}{/block:HasTags}</div>
  239.  
  240. {block:Quote}<h2>"{Quote}"&nbsp; - {Source}</h2>{/block:Quote}
  241. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  242. {block:Text}{Body}{/block:Text}
  243.  
  244. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  245. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  246.  
  247. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  248. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  249.  
  250. {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}
  251.  
  252. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  253.  
  254.  
  255. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div><div id="asked">{Asker}: {Question}</div><br>{Answer}{/block:Answer}
  256.  
  257. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  258.  
  259.  
  260.  
  261. <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>
  262. </div>
  263.  
  264.  
  265.  
  266. </br></br>
  267.  
  268. {block:PostNotes}{PostNotes}{/block:PostNotes}
  269.  
  270. {/block:Posts}
  271.  
  272. </div>
  273.  
  274. </body>
  275. </html>
Advertisement
Add Comment
Please, Sign In to add comment