Advertisement
maryaciolli

theme summer love

Jan 16th, 2014
629
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.86 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!-- theme by oficinadehtml | @stilesflop -->
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7.  
  8. <head>
  9.  
  10. <title>{Title}</title>
  11.  
  12. {block:Description}<meta name="description" content="{MetaDescription}"/>
  13. {/block:Description}
  14.  
  15. <link rel="shortcut icon" href="{Favicon}" />
  16.  
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  18.  
  19. <meta name="color:bg" content="#ffffff">
  20. <meta name="color:link" content="#bbb8b8">
  21. <meta name="color:text" content="#9a9a9a">
  22. <meta name="color:tags" content="#b9b7b7">
  23. <meta name="color:ask" content="#fcfcfc">
  24. <meta name="color:hover" content="##b9b7b7">
  25. <meta name="color:border" content="#e7e7e7">
  26. <meta name="color:scrollbar" content="#d6d5d5">
  27.  
  28.  
  29. <meta name="image:sidebar" content="https://31.media.tumblr.com/59cc6617865e74010bcf60bc2f510c07/tumblr_inline_mz6v0emREx1r1shc4.png"/>
  30.  
  31.  
  32. <meta name="text:link 1" content="">
  33. <meta name="text:link 1 url" content="/">
  34. <meta name="text:link 2" content="">
  35. <meta name="text:link 2 url" content="/">
  36. <meta name="text:link 3" content="">
  37. <meta name="text:link 3 url" content="/">
  38. <meta name="text:link 4" content="">
  39. <meta name="text:link 4 url" content="/">
  40.  
  41.  
  42.  
  43. <style type="text/css">
  44.  
  45.  
  46.  
  47. /*--scrollbar--*/
  48.  
  49. ::-webkit-scrollbar-thumb:vertical {border:3px solid #fff;height:12px; background-color:{color:scrollbar};}
  50. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
  51. ::-webkit-scrollbar {background-color:{color:scrollbar};height:7px;width:12px;border:5px solid #fff;}
  52. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{background-color:{color:scrollbar};display:block;height:8px;border-right:2px solid #fff;border-left:2px solid #fff;
  53. }
  54. /*--body--*/
  55.  
  56.  
  57. body {
  58. font-style:none;
  59. background-color:{color:bg};
  60. font-family:calibri;
  61. color:{color:text};
  62. font-size:9px;
  63. margin-left:auto;
  64. margin-right:auto;
  65. width:700px;
  66. }
  67.  
  68.  
  69. a {
  70. color:{color:link};
  71. text-decoration:none;
  72. -webkit-transition: all 0.5s ease-out;
  73. -moz-transition: all 0.5s ease-out;
  74. transition: all 0.5s ease-out;
  75. }
  76.  
  77. a:hover {
  78. color:{color:hover};
  79. text-decoration:none;
  80. -webkit-transition: all 0.8s ease-out;
  81. -moz-transition: all 0.8s ease-out;
  82. transition: all 0.8s ease-out;
  83. }
  84.  
  85. img {
  86. border:none;
  87. }
  88.  
  89. blockquote {
  90. padding-left:5px;
  91. border-left:2px solid {color:border};
  92. }
  93.  
  94. h1 {
  95. font-size:10px;
  96. }
  97.  
  98.  
  99. *, body, a, a:hover {cursor: url("http://www.totallylayouts.com/cursors/random/tiny_cursor.png"), auto }
  100.  
  101.  
  102.  
  103. /*--sidebar--*/
  104.  
  105. #sidebar {
  106. position:fixed;
  107. width:180px;
  108. margin-top:200px;
  109. }
  110.  
  111. #sidebarimage {
  112. width:180px;
  113. }
  114.  
  115. #sidebarimage img {
  116. width:70px;
  117. padding:3px;
  118. margin-bottom:5px;
  119. }
  120.  
  121. /*--links--*/
  122.  
  123. .links {
  124. width:180px;
  125. font-family:'calibri';
  126. text-transform:lowercase;
  127. text-align:center;
  128. padding:3px;
  129. padding-top:10px;
  130. }
  131.  
  132. .links a {
  133. font-size:9px;
  134. }
  135.  
  136. .links a:hover {
  137. color:{color:hover};
  138. }
  139.  
  140. /*--description--*/
  141.  
  142. #description {
  143. margin-top:10px;
  144. width:168px;
  145. font-family:calibri;
  146. font-size:10px;
  147. text-align:justify;
  148. padding:8px;
  149. background:#eee;
  150. }
  151.  
  152. /*--pagination--*/
  153.  
  154. #pagination {
  155. margin-top:15px;
  156. margin-left:5px;
  157. font-style:italic;
  158. text-align:center;
  159. font-size:10px;
  160. font-family:calibri;
  161. color:{color:link};
  162. }
  163.  
  164. #pagination a{
  165. color:{color:link};
  166. }
  167.  
  168. #pagination a:hover {
  169. color:{color:hover};
  170. }
  171.  
  172. /*--posts--*/
  173.  
  174. #posts {
  175. width:500px;
  176. margin-bottom:10px;
  177. padding:1px;
  178. font-size:11px;
  179. color:{color:text};
  180. line-height:90%;
  181. text-align:justify;
  182. }
  183.  
  184. #postscontainer {
  185. margin-bottom:20px;
  186. padding:1px;
  187. margin-left:200px;
  188. margin-top:55px;
  189. }
  190.  
  191.  
  192. #info {
  193. margin-bottom:10px;
  194. font-size:8px;
  195. margin-top:10px;
  196. text-align:right;
  197. padding:5px;
  198. color:{color:link};
  199. border-top:1px solid #e7e7e7;
  200. border-bottom:1px solid #e7e7e7;
  201. }
  202.  
  203.  
  204. #reblog {
  205. text-transform:uppercase;
  206. font-family:trebuchet ms;
  207. margin-left:-5px;
  208. margin-top:-5px;
  209. text-align:right;
  210. color:{color:tags};
  211. background-color:#eee;
  212. width:495px;
  213. padding:3px;
  214. }
  215.  
  216. #reblog a {
  217. color:{color:tags};
  218. }
  219.  
  220. #notes {
  221. margin-left:40px;
  222. margin-top:-12px;
  223. }
  224.  
  225. #rightinfo {
  226. text-transform:uppercase;
  227. font-family:trebuchet ms;
  228. margin-left:370px;
  229. text-align:justify;
  230. float:right;
  231. background-color:#cfcece;
  232. padding:3px;
  233. margin-top:-12px;
  234. color:white;
  235. }
  236.  
  237. #rightinfo a {
  238. color:white;
  239. }
  240.  
  241. /*--tags--*/
  242.  
  243. #tags {
  244. width:490px;
  245. margin-left:-4px;
  246. margin-top:7px;
  247. font-size:10px;
  248. color:{color:tags}:
  249. text-align:right;
  250. }
  251.  
  252. #tags a {
  253. color:{color:tags};
  254. text-align:right;
  255. }
  256.  
  257. #tags a:hover {
  258. color:{color:hover}
  259. }
  260.  
  261. /*--asks--*/
  262.  
  263. #askbg {
  264. padding:12px;
  265. background-color:{color:ask};
  266. }
  267.  
  268. #ask {
  269. margin-top:-10px;
  270. font-family:calibri;
  271. text-align:left;
  272. }
  273.  
  274. #ask img {
  275. margin-top:30px;
  276. width:50px;
  277. }
  278.  
  279. /*--credit--*/
  280.  
  281. #credit {
  282. right:3px;
  283. bottom:6px;
  284. font-size:9px;
  285. padding:5px;
  286. color:{color:text};
  287. background-color:#fafafa;
  288. text-transform:uppercase;
  289. border:1px solid {color:border};
  290. position:fixed;
  291. -webkit-transition: all 0.5s ease-out;
  292. -moz-transition: all 0.5s ease-out;
  293. transition: all 0.5s ease-out;
  294. }
  295.  
  296. #credit:hover {
  297. background-color:black;
  298. color:white;
  299. }
  300.  
  301. .tiele {font-size:11px; margin-bottom:5px;}
  302.  
  303. .sidm {width:70px; margin-right:7px; padding-top:5px; padding-bottom:5px; padding-right:4px; padding-left:4px; height:70px;}
  304.  
  305. heart {color:#CD5C5C; font-size:8px;}
  306.  
  307.  
  308. {CustomCSS}
  309.  
  310. </style></head>
  311.  
  312.  
  313. <body>
  314.  
  315. <div id="sidebar">
  316. <div id="sidebarimage">
  317. <center><div class="tiele"> ✧*:・✧*:・ {title} ・:*✧・:*✧ </div></center></div>
  318.  
  319. <div id="description">
  320.  
  321. <img src="{image:sidebar}" align="left" class="sidm">
  322.  
  323. {description}<br><p>
  324.  
  325. <center>
  326. <a href="/" class="links">home</a>
  327. <a href="{text:link 1 url}" class="links">{text:link 1}</a>
  328. <a href="{text:link 2 url}" class="links">{text:link 2}</a>
  329. <a href="{text:link 3 url}" class="links">{text:link 3}</a>
  330. <a href="{text:link 4 url}" class="links">{text:link 4}</a>
  331. </center>
  332.  
  333. </div>
  334.  
  335. {block:Pagination}
  336. <div id="pagination">
  337.  
  338. {block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage}
  339. {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}
  340. </div>{/block:Pagination}
  341.  
  342. </div></div>
  343.  
  344.  
  345. <div id="postscontainer">
  346.  
  347. {block:Posts}
  348.  
  349. <div id="posts">
  350.  
  351.  
  352. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  353.  
  354.  
  355. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  356.  
  357. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  358.  
  359. {block:Quote}{Quote}{block:Source} &#8212;{Source}{/block:Source}{/block:Quote}
  360.  
  361. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  362.  
  363. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  364.  
  365. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  366.  
  367. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  368.  
  369. {block:Answer}<div id="askbg"><div id="ask"></div><br><img src="{AskerPortraitURL-24}"> {Asker} said: {Question}</div> {Answer}{/block:Answer}
  370.  
  371. <div id="info"><div id="reblog"><a href="{ReblogURL}" target="_blank" >Reblog</a> <heart>♥</heart> <a href="{Permalink}">
  372. {NoteCountWithLabel}</a> <heart>♥</heart> {block:Date}<a href="{Permalink}">
  373. {TimeAgo}</a></a>{/block:Date} </div>
  374.  
  375. {block:HasTags} <div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div>
  376.  
  377.  
  378. </div>
  379.  
  380. {/block:Posts}
  381.  
  382. {block:PostNotes}{PostNotes}</div>{/block:PostNotes}
  383. {/block:Posts}
  384.  
  385. </div>
  386.  
  387.  
  388. <div id="credit"><a href="http://oficinadehtml.tumblr.com/" title="(c) @stilesflop">♡</a>
  389. </body>
  390. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement