apenassentimentos

theme desmaios

May 15th, 2013
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.33 KB | None | 0 0
  1. <head>
  2.  
  3. <!-- THEME POR DESMAIOS -->
  4.  
  5.  
  6. <!-- DEFAULT VARIABLES -->
  7. <meta name="color:background" content="#FFFFFF" />
  8. <meta name="color:text" content="#000" />
  9. <meta name="color:link" content="#acabab" />
  10. <meta name="color:links" content="#000000" />
  11. <meta name="color:linkside" content="#000" />
  12. <meta name="color:hover" content="#000" />
  13. <meta name="color:sidebarcolor" content="#fff" />
  14. <meta name="color:hoversid" content="#aaa" />
  15. <meta name="color:asker" content="#aaa" />
  16. <meta name="color:bordaimg" content="#000" />
  17. <meta name="color:post" content="#000" />
  18. <meta name="color:bordapost" content="#000" />
  19. <meta name="color:descricao" content="#fff" />
  20. <meta name="color:frase" content="#fff" />
  21. <meta name="color:bordacoluna" content="#fff" />
  22. <meta name="color:coluna" content="#fff" />
  23. <meta name="color:bordalink" content="#fff" />
  24. <meta name="color:bgfrase" content="#fff" />
  25.  
  26. <meta name="image:sidebar" content=""/>
  27. <meta name="image:background" content="" />
  28. <meta name="image:bgcoluna" content="" />
  29. <meta name="text:titulo" content="Was it how you dress?" />
  30.  
  31. <meta name="text:Link1" content="/" />
  32. <meta name="text:Link1 Title" content="link" />
  33. <meta name="text:Link2" content="/" />
  34. <meta name="text:Link2 Title" content="link" />
  35. <meta name="text:Link3" content="/" />
  36. <meta name="text:Link3 Title" content="link" />
  37. <meta name="text:Link4" content="/" />
  38. <meta name="text:Link4 Title" content="link" />
  39. <meta name="text:Link5" content="/" />
  40. <meta name="text:Link5 Title" content="link" />
  41. <meta name="text:Link6" content="/" />
  42. <meta name="text:Link6 Title" content="link" />
  43.  
  44. <meta name="image:background" content="" />
  45. <meta name="image:sidebar" content="" />
  46.  
  47.  
  48. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  49. <title>{Title}</title>
  50. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  51. <link rel="shortcut icon" href="{Favicon}" />
  52. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  53. <style type="text/css">
  54.  
  55. body {color:{color:text}; background-color:{color:background}; background-image: url('{image:Background}'); background-attachment:fixed; font-family:tahoma; font-size:11px; line-height:100%; text-align:justify;}
  56.  
  57. a:link, a:active, a:visited{color: {color:links}; text-decoration:none}
  58. a:hover{color:{color:hover}}
  59.  
  60. p{margin-top:5px; margin-bottom:5px}
  61. blockquote {padding:0px; padding-left:5px; margin:5px; border-left:2px solid {color:text}}
  62.  
  63. img a{border:none; width:100%}
  64.  
  65. #lucc {text-align: center; margin-top:5px; font-size: 10px; font-family:calibri; text-transform: uppercase; z-index: 11; padding:3px; margin-bottom: -5px;color:{color:link};}
  66.  
  67. #lucc a {font-size:9px; font-family: calibri; text-transform: uppercase; color:{color:link};}
  68. #lucc a:hover {color:{color:hover};}
  69.  
  70. #all {background-color:{color:background}; width: 814px; text-align: center; margin: 0px auto 0px auto;margin-left:120px;}
  71.  
  72.  
  73. /* —- img side —- */
  74.  
  75. #sidebar{position:absolute;height:340px;width:270px;margin-top:100px;margin-left:-50px;position:fixed;}
  76.  
  77. #imgside img{width:200px;height:220px;margin-top:20px;margin-left:60px;border: 2px solid {color:bordaimg};padding:0px;-webkit-transform: rotate(0deg);-webkit-border-radius: 0px 0px 0px 0px}
  78.  
  79.  
  80.  
  81. /*-- coluna --*/
  82.  
  83. #bgcoluna {z-index:9999;background:url('{image:bgcoluna}'); position: fixed; margin-left: 250px; width: 30px;border: 1px solid {color:bordacoluna}; height: 1080px; margin-top: -10px; opacity:0.90; background-color:{color:coluna};}
  84.  
  85.  
  86.  
  87. /* —- titulo —- */
  88.  
  89. #titulo {opacity: 0.6; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  90. #titulo :hover {opacity: 0.99; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  91.  
  92. #titulo {z-index:999; font-weight: text-align: center; width: 192px; height: px; left: 141px; font-family: Stalemate; top: 108px; position: fixed; padding-top: 0px; opacity: 9; font-size: 14px;-webkit-transform: rotate(0deg); font-style: none ;
  93. border-top:px solid ;
  94. border-bottom:px solid ; padding-right: 6px;
  95. padding-left: 6px; line-height: 20px;
  96. height: 20px; color:{color:frase}; background-color:{color:bgfrase} }
  97.  
  98. /*-- links sidebar --*/
  99.  
  100. #links{width:60px;margin-left:65px;height:17px;margin-top:245px;position:absolute;color:#ffffff;font-size:10px;line-height:17px;-webkit-transform: rotate(0deg);}
  101.  
  102. #links a{color:{color:linkside};font-family:cambria;-webkit-transition:all 0.2s ease-out; -moz-transition:all 0.2s ease-out; transition:all 0.2s ease-out;}
  103.  
  104.  
  105. #links a:hover{color: {color:hoversid}; border-bottom: 1px solid {color:bordalink};}
  106.  
  107.  
  108.  
  109. /* —- credito —- */
  110.  
  111.  
  112. #credits{position:absolute;margin-left:-100px;margin-top:15px;position:fixed;font-size:11px;font-family:calibri;}
  113.  
  114. #credits a{color:links};}
  115.  
  116. #credits a:hover{color:#999;}
  117.  
  118. /* —- descrição —- */
  119.  
  120. #description{color:{color:descricao};width:140px;margin-left:128px;margin-top:-7px;{color:descricao};font-family:cambria;font-size:11px;}
  121.  
  122. #involves {margin: 20px 0 -10px 20px; margin-right:0px; float:right; text-align: justify}
  123.  
  124. /*-- post --*/
  125.  
  126.  
  127.  
  128.  
  129. #posts {border: 3px solid {color:bordapost};margin-left:-50px;width: 500px; margin-top:-20px;text-align: justify; font-family: verdana; padding:10px;background-color:{color:post}}
  130.  
  131.  
  132. h1{color:{color:text};font-family:georgia; font-size:16px; line-height:14px; letter-spacing:0px; font-weight:normal; text-align:center;background-color:{color:post}}
  133.  
  134. #postquote {font-family:georgia; font-size: 14px; line-height: 15px; padding: 5px; text-align:center;}
  135. #sourcequote {text-align: center; text-transform: none; margin-bottom: 3px;}
  136. .question {
  137. color:{color:text};
  138. font-size: 11px;
  139. font-weight: normal;
  140. font-family: verdana;
  141. line-height:95%;
  142. background: {color:asker};
  143. position: relative;
  144. min-height:70px;
  145. padding:10px 15px;
  146. margin-bottom:2px;
  147. margin-right:-10px;}
  148.  
  149. .questionarrow {
  150. font-size:30px;
  151. color: #1c1c1c;
  152. vertical-align:middle;
  153. margin-left:-5px!important;}
  154. .asking {text-align:center; color:{color:text}; font:9px verdana; text-transform:none;}
  155. .asking a{color:{color:text};}
  156. .asking img {width:58px; vertical-align:middle; padding:3px;-webkit-border-radius: 10px 10px 10px 10px}
  157. .asking img:hover {width:58px;border-radius:32px;-webkit-border-radius: 30px 30px 30px 30px}
  158.  
  159. .audio{background-color:black; display:block}
  160.  
  161.  
  162. #ssource{margin-left:10px; display:none}
  163.  
  164.  
  165. .user_1 .label {color:{color:link}; font-weight:bold}
  166. .user_2 .label {color:{color:text}; font-weight:bold}
  167. .user_3 .label {color:{color:link}; font-weight:bold}
  168. .user_4 .label {color:{color:text}; font-weight:bold}
  169. .user_5 .label {color:{color:link}; font-weight:bold}
  170. .user_6 .label {color:{color:text}; font-weight:bold}
  171. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px}
  172.  
  173. .notes img{width:10px; position:relative; top:1px}
  174. ol.notes, .notes li{width:490px; list-style:none; margin:0px 0 -1px 5px; padding:0px}
  175.  
  176.  
  177. ::-webkit-scrollbar-thumb:vertical { background-color: {color:text}; height: 5px;}
  178. ::-webkit-scrollbar-thumb:horizontal {background-color: {color:text}; height: 5px;}
  179. ::-webkit-scrollbar { height:5px; width: 5px; background-color: {color:post};}
  180.  
  181.  
  182. #pagination {font-family:calibri; font-size: 9px; text-align: center;}
  183. #pagination a {margin: 0 1px 0 0; padding: 2px 4px; color: {color:text};}
  184. #pagination a:hover {color: {color:text};}
  185. #pagination span.pagina_atual {background:; margin: 0 1px 0 0; padding: 2px 4px;; color: {color:text}; font-weight: bold; text-decoration: none;}
  186. .page {position:fixed; color:; padding: 5px; margin-top: 5px; width:154px; height:12px;width:240px;text-align:center;}
  187.  
  188.  
  189.  
  190. #tumblr_controls{position: fixed!important}
  191. #tumblr_controls{position: fixed!important}
  192. #tumblr_controls{position: fixed!important}
  193. #tumblr_controls{position: fixed!important}
  194.  
  195.  
  196. </style>
  197. <style type="text/css">{CustomCSS}</style>
  198. </head>
  199.  
  200. <body>
  201.  
  202.  
  203. <div id="all">
  204.  
  205.  
  206.  
  207. <div id="credits">
  208. <a href="http://desmaios.tumblr.com/" title="Theme feito por desmaios, faixa por encantei-me.">DESMAIOS ©</a> </div>
  209.  
  210. <div id="bgcoluna"> </div>
  211. <div id="titulo">{text:titulo}</div>
  212. <div id="sidebar">
  213.  
  214.  
  215.  
  216. <div id="links">
  217. <a href="{text:Link1}">{text:Link1 Title}</a>
  218. <a href="{text:Link2}">{text:Link2 Title}</a>
  219. <a href="{text:Link3}">{text:Link3 Title}</a>
  220. <a href="{text:Link4}">{text:Link4 Title}</a>
  221. <a href="{text:Link5}">{text:Link5 Title}</a>
  222. <a href="{text:Link6}">{text:Link6 Title}</a>
  223. </div>
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230. <div id="imgside"><img src="{image:sidebar}"></div>
  231. <br/>
  232.  
  233. <div id="description">{Description}<br/>
  234. <div class="page"><div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">«</a> {/block:PreviousPage}
  235. {block:JumpPagination length="3"}
  236. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  237. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  238. {/block:JumpPagination}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}</div></div>
  239. </div>
  240.  
  241. </div>
  242.  
  243.  
  244. <div id="involves">
  245. {block:Posts}
  246. <div id="posts">
  247.  
  248. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  249.  
  250. {block:Quote}
  251. <div id="postquote">“{Quote}”</div><br>
  252. {block:Source}<div id="sourcequote"> — {Source}</div>{/block:Source}
  253. {/block:Quote}
  254.  
  255. {block:Link}<a href="{URL}"><h1>{Name}</h1></a>
  256. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  257.  
  258. {block:Photo}<center><img src="{PhotoURL-500}"/></center>
  259. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  260.  
  261. {block:Photoset}<center>{Photoset-500}</center>
  262. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  263.  
  264. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  265.  
  266. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  267.  
  268. {block:Answer}
  269. <table width="500px" cellspacing="0" cellpadding="0">
  270. <tr>
  271. <td width="325px" class="question">{Question}</td>
  272. <td width="20px"><span class="questionarrow"></span></td>
  273. <td width="64px" class="asking"><img src="{AskerPortraitURL-64}"><br>{Asker}</td>
  274. </tr>
  275. </table>
  276. <div class="answer">{Answer}</div>
  277. {/block:answer}
  278.  
  279. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  280.  
  281. <div id="ssource">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  282. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  283. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  284. {/block:ContentSource}</div>
  285.  
  286. <div id="lucc">
  287. {block:Date} {block:Date} <a href="{Permalink}">{TimeAgo}</a>{/block:Date} {block:NoteCount} ∙ <a href="{Permalink}">{NoteCount} notes</a>{/block:NoteCount}{block:RebloggedFrom} / <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}{block:RebloggedFrom} ∙ <a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>{/block:RebloggedFrom} ∙ <a href="{ReblogURL}" target="_blank">reblog</a>{block:HasTags}<br>{block:Tags} <a href="{TagURL}"><b>#</b>{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}
  288. </div>
  289.  
  290. </div>
  291.  
  292. {/block:Posts}
  293.  
  294. {block:PostNotes}{PostNotes}{/block:PostNotes}<br />
  295.  
  296. </div></div>
  297.  
  298. </body>
  299.  
  300. </html>
Advertisement
Add Comment
Please, Sign In to add comment