Advertisement
ItsLidi

Theme 04 by rosestylah

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