Advertisement
maryaciolli

theme i'm something

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