Advertisement
ItsLidi

Theme 03 by rosestylah

Oct 18th, 2013
309
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 8.79 KB | None | 0 0
  1. <!----Theme copyright: rosestylah.tumblr.com----
  2.  
  3. DO NOT CLAIM AS YOUR OWN OR REMOVE THE CREDIT
  4. --------------------------------------------->
  5.  
  6. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  7. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  8.  
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  10.  
  11. <head>
  12. <link href='http://fonts.googleapis.com/css?family=Neuton' rel='stylesheet' type='text/css'>
  13. <link href='http://fonts.googleapis.com/css?family=Mrs+Saint+Delafield' rel='stylesheet' type='text/css'>
  14.        
  15. <title>{Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  18. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  19.  
  20. <meta name="text:Link 1" content="/" />
  21. <meta name="text:Link 1 Title" content="link1" />
  22. <meta name="text:Link 2" content="/" />
  23. <meta name="text:Link 2 Title" content="link2" />
  24.  
  25. <meta name="color:link" content="#bbbbbb" />
  26. <meta name="color:hover" content="#eeeeee" />
  27. <meta name="color:description" content="#000000" />
  28. <meta name="color:sidebarlinks" content="#bbbbbb" />
  29. <meta name="color:linkshover" content="#eeeeee" />
  30. <meta name="color:title" content="#000000" />
  31. <meta name="color:headlines" content="#afafaf" />
  32. <meta name="color:text" content="#000000" />
  33. <meta name="color:background" content="#ffffff" />
  34. <meta name="color:scroll" content="#dedede" />
  35.  
  36. <meta name="image:sidebarimg" content="" />
  37.    
  38. <style type="text/css">
  39.  
  40. body {
  41. background-color:{color:background};
  42. margin:0px;
  43. font-family:calibri;
  44. font-size:10px;
  45. color:{color:text}
  46. }
  47.  
  48. h1 {
  49. text-transform:uppercase;
  50. font-size:15px;
  51. letter-spacing:1px;
  52. color:{color:headlines};
  53. }
  54.  
  55. a {
  56. color:{color:link};
  57. font-style:normal;
  58. text-decoration:none;
  59. -webkit-transition: all 0.9s ease;
  60. -moz-transition: all 0.9s ease;
  61. -o-transition: all 0.9s ease;    
  62. }
  63.  
  64. a:hover {
  65. color:{color:hover};
  66. -webkit-transition: all 0.9s ease;
  67. -moz-transition: all 0.9s ease;
  68. -o-transition: all 0.9s ease;    
  69. }
  70.  
  71. blockquote {
  72.     padding-left:3px;
  73.     border-left:2px solid;
  74. }
  75.  
  76. #entries {
  77. width:500px;
  78. margin-left:550px;
  79. margin-top:40px;
  80. margin-bottom:40px;
  81.  
  82. }
  83.  
  84. #posts {
  85. width:500px;
  86. margin-top:7px;
  87. padding:10px;
  88. }
  89.  
  90. #title {
  91. font-size:25px;
  92. margin-left:120px;
  93. text-transform:lowercase;
  94. position:fixed;
  95. margin-top:-8px;
  96. font-family: 'Mrs Saint Delafield', cursive;
  97. text-align:center;
  98. color:{color:title};
  99. }
  100.  
  101. #sidebar {
  102. width:320px;
  103. height:200px;
  104. position:fixed;
  105. margin-left:150px;
  106. margin-top:200px;
  107. }
  108.  
  109. #description {
  110. margin-left:107px;
  111. margin-top:20px;
  112. padding-top:3px;
  113. color:{color:description};
  114. padding-left:3px;
  115. padding-right:3px;
  116. position:fixed;
  117. width:181px;
  118. height:57px;
  119. border-top:1px solid #aaa;
  120. border-bottom:1px solid #aaa;
  121. overflow:auto;
  122. text-align:justify;
  123. }
  124.  
  125. #sidebarimg {
  126. max-width:100px;
  127. min-width:100px;
  128. max-height:100px;
  129. min-height:100px;
  130. position:fixed;
  131. }
  132.  
  133. #sidebarimg img{
  134. max-width:100px;
  135. min-width:100px;
  136. max-height:100px;
  137. min-height:100px;
  138. }
  139.  
  140. #pagi {
  141. position:fixed;  
  142. margin-left:250px;
  143. margin-top:330px;
  144. text-align:center;
  145. font-size:10px;
  146. color:{color:sidebarlinks};
  147. font-family:times new roman;
  148. -webkit-transition: all 0.7s ease;
  149. -moz-transition: all 0.7s ease;
  150. -o-transition: all 0.7s ease;
  151. }
  152.  
  153. #pagi a{  
  154. color:{color:sidebarlinks};
  155. float:left;
  156. display:block;
  157. padding-left:4px;
  158. padding-right:4px;
  159. padding-top:1px;
  160. padding-bottom:1px;
  161. -webkit-transition: all 0.7s ease;
  162. -moz-transition: all 0.7s ease;
  163. -o-transition: all 0.7s ease;
  164. }
  165.  
  166. #pagi a:hover{
  167. background-color:{color:linkshover};  
  168. -webkit-transition: all 0.7s ease;
  169. -moz-transition: all 0.7s ease;
  170. -o-transition: all 0.7s ease;
  171. }
  172.  
  173. .links {
  174. position:fixed;
  175. float:left;
  176. width:200px;
  177. margin-left:107px;
  178. margin-top:85px;
  179. -webkit-transition: all 0.7s ease;
  180. -moz-transition: all 0.7s ease;
  181. -o-transition: all 0.7s ease;
  182. }
  183.  
  184. .links a{
  185. color:{color:sidebarlinks};
  186. font-size:10px;
  187. font-family: 'Neuton', serif;
  188. display:block;
  189. float:left;
  190. width:27px;
  191. padding:2px;
  192. padding-left:4px;
  193. padding-right:4px;
  194. margin-right:3px;
  195. text-align:center;
  196. text-transform:uppercase;
  197. -webkit-transition: all 0.7s ease;
  198. -moz-transition: all 0.7s ease;
  199. -o-transition: all 0.7s ease;
  200. }
  201.  
  202. .links a:hover{
  203. background-color:{color:linkshover};  
  204. -webkit-transition: all 0.7s ease;
  205. -moz-transition: all 0.7s ease;
  206. -o-transition: all 0.7s ease;
  207. }
  208.  
  209. ::-webkit-scrollbar { width: 5px; height:5px; background-color: #fff; }
  210.  
  211. ::-webkit-scrollbar-track {border:1px solid #bbb; border-radius: 10px; background-color: #fff; }
  212.  
  213. ::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); background-color:{color:scroll}; }
  214.  
  215. ::-webkit-scrollbar-corner { background: #transparent ; }
  216.  
  217.  
  218. #tags {
  219. opacity:0;
  220. -webkit-transition: all 0.7s ease;
  221. -moz-transition: all 0.7s ease;
  222. -o-transition: all 0.7s ease;
  223. }
  224.  
  225. #posts:hover #tags{
  226. opacity:0.8;  
  227. -webkit-transition: all 0.7s ease;
  228. -moz-transition: all 0.7s ease;
  229. -o-transition: all 0.7s ease;
  230. }
  231.  
  232. #notes {
  233. border-bottom:1px solid #b5b5b5;
  234. padding:5px;
  235. }
  236.  
  237. #askicon {
  238. margin-left:20px;
  239. }
  240.  
  241. #askicon img {
  242. background: {color:background};
  243. border:1px solid #d7d7d7;
  244. padding:3px;
  245. float:left;
  246. }
  247.  
  248. #leasker {
  249. margin-left:80px;
  250. margin-top:19px;
  251. }
  252.  
  253. #lequestion {
  254. background-color: #fbfbfb;
  255. border:3px double #d7d7d7;
  256. padding:8px;
  257. padding-left:78px;
  258. }
  259.  
  260. #leanswer {
  261. margin-top:20px;
  262. }
  263.  
  264. {CustomCSS}</style></head><body>
  265. </head><body>
  266.  
  267. <div id="sidebar">
  268. <div id="title">{Title}</div>
  269. <div id="sidebarimg"><img src="{image:sidebarimg}"></div>
  270. <div id="description">{Description}</div>
  271. <div class="links">
  272.  <a href="/">home</a>
  273. <a href="/ask">ask</a>
  274. {block:ifLink1}<a href="{text:Link 1}">{text:Link 1 Title}</a>{/block:ifLink1}
  275. {block:ifLink2}<a href="{text:Link 2}">{text:Link 2 Title}</a>{/block:ifLink2}
  276. <a href="http://rosestylah.tumblr.com/">cred</a>
  277. </div>
  278. </div>
  279.  
  280. <div id="pagi">
  281. {block:Pagination}
  282. {block:PreviousPage}
  283. <a href="{PreviousPage}"> < </a>
  284. {/block:PreviousPage}
  285.  
  286. {block:JumpPagination length="5"}
  287.  
  288. {block:CurrentPage}
  289. <strong><a href="/page/{CurrentPage}">{CurrentPage}</a></strong>
  290. {/block:CurrentPage}
  291.  
  292. {block:JumpPage}
  293. <a href="{URL}">{PageNumber}</a>
  294. {/block:JumpPage}
  295.  
  296. {/block:JumpPagination}
  297.  
  298. {block:NextPage}
  299. <a href="{NextPage}"> > </a>
  300. {/block:NextPage}
  301. {/block:Pagination}
  302. </div>
  303.  
  304. <div id="entries">
  305. {block:Posts}<div id="posts">
  306.    
  307.         {block:Text}
  308.         <h1>{block:Title}{Title}{/block:Title}</h1>
  309.         {body}
  310.         {/block:Text}
  311.  
  312.         {block:Photo}
  313.         {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  314.         {block:Caption}{Caption}{/block:Caption}
  315.         {/block:Photo}
  316.  
  317.         {block:Photoset}
  318.         {Photoset-500}{block:Caption}{Caption}{/block:Caption}
  319.         {/block:Photoset}
  320.  
  321.         {block:Quote}
  322.         {Quote}
  323.         {block:Source}<br> —{Source}</br>{/block:Source}
  324.         {/block:Quote}
  325.  
  326.         {block:Link}
  327.         <h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}
  328.         {Description}{/block:Description}
  329.         {/block:Link}
  330.  
  331.         {block:Chat}
  332.         {block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}
  333.         {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}
  334.         {/block:Chat}
  335.  
  336.         {block:Video}
  337.         {Video-500}{block:Caption}{Caption}{/block:Caption}
  338.         {/block:Video}
  339.  
  340.         {block:Audio}
  341.         <left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  342. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  343. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  344. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  345.         {/block:Audio}
  346.        
  347.         {block:Answer}
  348.         <div id="askicon"><img src="{AskerPortraitURL-48}"></div>
  349.         <div id="leasker">{Asker} wondered: </div>
  350.         <div id="lequestion">{Question}</div>
  351.         <div id="leanswer">{Answer}</div>
  352.         {/block:Answer}
  353.      
  354. <div id="postinfo">
  355. <br><div id="notes">posted <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}(<a href="{SourceURL}">©</a>){/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a></div>
  356.  
  357. <center>{block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}</center></div></div>
  358. {/block:Posts}
  359.  
  360. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  361. </div>
  362.     {/block:Posts}
  363. </div>
  364. </div>
  365.  
  366.  
  367.     </body>
  368. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement