Advertisement
maryaciolli

theme crazy!

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