Advertisement
umapequenapoeta

theme 90

Jun 14th, 2013
16,140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 14.32 KB | None | 0 0
  1.    <!-- theme por PROMISSE + base a-rticulada?-->
  2.      
  3.     <html>
  4.     <head>
  5.    
  6. <!-- DEFAULT VARIABLES -->
  7.  
  8.  
  9.  
  10. <meta name="color:background" content="#ffffff" />
  11. <meta name="color:sidebar" content="#ffffff" />
  12. <meta name="color:post" content="#ffffff" />
  13. <meta name="color:text" content="#000000" />
  14. <meta name="color:text sidebar" content="#000000" />
  15. <meta name="color:all" content="#000000" />
  16. <meta name="color:link" content="#000000" />
  17. <meta name="color:borda" content="#000000" />
  18. <meta name="color:ask" content="#eeeeee" />
  19. <meta name="color:bgnotes" content="#000"/>
  20. <meta name="color:textnotes" content="#000"/>
  21. <meta name="color:linhacoluna" content="#DCDCDC" />
  22.  
  23.  
  24. <meta name="image:background" content="" />
  25. <meta name="image:sidebar" content="" />
  26. <meta name="if:Show tags" content="1"/>
  27. <meta name="text:titulo" content="you never really can fix a heart" />
  28.  
  29. <meta name="text:Link1" content="/" />
  30. <meta name="text:Link1 Title" content="home" />
  31. <meta name="text:Link2" content="/ask" />
  32. <meta name="text:Link2 Title" content="ask" />
  33. <meta name="text:Link3" content="/" />
  34. <meta name="text:Link3 Title" content="link 3" />
  35. <meta name="text:Link4" content="/" />
  36. <meta name="text:Link4 Title" content="link 4" />
  37. <meta name="text:Link5" content="/" />
  38. <meta name="text:Link5 Title" content="link 5" />
  39. <meta name="text:Link6" content="/" />
  40. <meta name="text:Link6 Title" content="link 6" />
  41.      
  42.     <link rel="shortcut icon" href="{Favicon}" />
  43.      
  44.     <title>{Title}</title>      
  45.  
  46.  
  47. <style>
  48.  
  49. body {background-color: {color:background}; font-family: verdana; color: {color:text}; text-align: center; font-size: 11px; background-image:url('{image:background}'); background-attachment: fixed; }
  50.      
  51.     a {color: {color:link}; text-decoration: none; text-transform: none;}
  52.     a:hover {color: {color:lhover}; background-color: transparent; text-decoration: none;}
  53.        
  54.     #pagina {float: left; margin-left: 481px;}
  55.      
  56.     .post {width: 400px; background-color: {color:post}; padding: 10px; top: -3px; margin-bottom: 5px; margin-left: 0px; text-align: justify; font-family: calibri; font-size: 12px; position: relative; color:{color:text}; border-left: 1px solid #eee; border: 1px solid {color:linhacoluna};  }
  57.      
  58.     h1 {font-family: calibri; text-align: left; font-size: 16px; text-transform: ; color: {color:text}; font-weight: normal; line-height: 18px;}
  59.     h1 a {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  60.     h1 a:hover {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  61.      
  62.          .notes {width: 420px; padding: 0px; margin-top: 10px; margin-bottom: 1px; font-family: calibri; font-size: 10px; text-align: center}
  63.     ol.notes {list-style: none;  margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  64.     ol.notes li {background-color: {color:post}; margin-bottom: 2px; padding: 5px; }
  65.     .notes img{display: none; border:0px}
  66.    
  67.         .quotex {font-family: calibri;   font-style: oblique; text-align: left; font-size: 14px; line-height: 15px; padding: 3px; margin-bottom: 5px;}
  68.     .quotex1 {font-family: calibri; font-size: 12px; text-align: center; text-transform: none; margin-bottom: 5px; border-top: 1px solid #eee;}
  69.     .quotex1 a, a:hover{text-transform: none;}
  70.  
  71.     .chat {line-height: 13px; list-style: none }
  72.     .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  73.      
  74.     .imagepost {text-align: center; border: 0px}
  75.     .imagepost img {max-width: 400px; margin-bottom: 2px }
  76.     .imagepost:hover { opacity:0.95; }
  77.    
  78.     #info {margin-top: -32px; }
  79.  
  80.      
  81.     #cap {width: 400px; margin-top: -2px;}
  82.     .source {display: none;}
  83.  
  84.   #askheere {width:330px; margin-left:40px;padding:10px; opacity:1; text-align:justify; color:#8d8a8a; background-color:#f1f1f1; border-radius:5px;font-size: 11px; font-family: verdana; }
  85.   #askheere a {color:##8d8a8a}
  86.  
  87.      #askhere2 {color:{color:text}; font-size: 11px; font-weight: normal; font-family: verdana; padding:10px; opacity:1; text-align:justify; background-color:{color:post}; border-radius:5px;}
  88.  
  89.    .askfoto {text-align:center; color:{color:text}; font:11px verdana; text-transform:none; border-radius:60px 60px 60px 60px; opacity:1; -webkit-transition-duration:.25s; }
  90.    .askfoto a{color:{color:text};}
  91.    .askfoto img {width:58px; vertical-align:middle; background-color:{color:background}; padding:3px; }
  92.    .askfoto:hover { border-radius:60px; opacity:0.7; -webkit-transition-duration:.25s;}
  93.  
  94.    
  95. .tags {display: none;}
  96.  
  97.  
  98.  
  99.  
  100. /* oi */
  101.  
  102. #sbar {width: 250px;height: auto;margin-left: 0px;text-align: left;margin-top: 100px;position:fixed;}
  103.  
  104. #titulo {opacity: 0.6; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  105. #titulo :hover {opacity: 0.99; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  106.  
  107. #titulo {z-index:999;background-color:#fff; text-transform:;font-weight: italic; letter-spacing: -1px; color: #000; text-align: center; width: 206px; height: px; left: 253px; font-family: little days; top: 31px; position: fixed; padding-top: 0px; opacity: 8; font-size: 25px; font-style: ; border-top:px solid {color:border};
  108. border-bottom:px solid {color:border}; padding-right: 6px;
  109. padding-left: 6px; line-height: 20px;
  110. height: 20px; }
  111.  
  112.  
  113.  
  114.  
  115.  
  116. #description  {position:fixed;width:215px;  margin-top: 160px; margin-left:245px;  padding:2px; background-color: transparent;color: {color:text}; font-size: 12px; font-family: calibri; text-align: justify;   -webkit-transition-duration: 1.0s; border-bottom:px solid {color:bordas}; font-style: oblique; }      
  117.  
  118.  
  119. #sidebarimage {position:fixed;border:1px solid {color:borda};margin-left:246px;margin-top:-55px;height:210px;-webkit-transition: all 1.2s ease-out;  -moz-transition: all 1.2s ease-out;}
  120. #sidebarimage img {width:200px;border:5px solid {color:sidebar}; margin-bottom:-1px;height:200px;width:204px;-webkit-transition: all 1.2s ease-out;-moz-transition: all 1.2s ease-out;}
  121. #sidebarimage img:hover {opacity:0.6;-webkit-transition: all 1.2s ease-out; -moz-transition: all 1.2s ease-out;}
  122.  
  123. #navigation {opacity:0.6;z-index:999999999999999999999999999999;position:absolute;  margin-top:0px; width:260px; margin-left: -67px; text-align:center;}
  124.  
  125.  
  126. .links2 {display: block; width:45px; text-align: center; font-size: 9px; position: fixed; margin-top: 10px; margin-left: 320px;}
  127. .links2 a {display: block; height:10px; font-size: 9px; letter-spacing: 0px; font-family: calibri; text-transform: uppercase; background-color: black; color: white; margin-bottom: 1px; padding-top: 0px; padding-bottom: 3px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;  text-align: center; padding-left: 3px; opacity: 0.6; line-height: 14px;}
  128. .links2 a:hover{color: #000000; background-color: #ffffff}
  129.  
  130. .links3 {display: block; position:fixed; width:100px; text-align: left; font-size: 10px; position: fixed; margin-top: 340px; margin-left: 82px;}
  131. .links3 a {display: block; height: 10px; padding-top: 3px; font-size: 10px; letter-spacing: 2px; font-family: calibri; padding-left: 27px; text-transform: uppercase; background-color: white; text-transform: normal; color: {color:sublinkst}; margin-bottom: 5px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; opacity: 0.8;}
  132. .links3 a:hover{opacity: 1;}
  133.  
  134. @font-face {font-family:"little days"; src: url('http://static.tumblr.com/ejm8w78/WPwlvia7a/little_days.ttf');}
  135.  
  136.  
  137. #facebook {z-index:999999999999999;background-color: transp; font-weight: normal; letter-spacing: 0px; color: #4e4e4e; text-align: left; width: 100px; height: 15px; line-height: 18px; position: absolute; -moz-transition: all 0.4s ease-out; margin-left:160px; font-family: calibri; margin-top: 25px; margin-left: 20px; text-transform: none; position: fixed; padding: 2px; font-size: 9px;}
  138.  
  139.  
  140.  #pagination {padding:5px; width:162px; font-family:verdana; font-size:8px; text-align:center; background-color:{color:sidebar}; margin-top:10px; margin-left: 20px; font-size:11px; font-family:calibri; color:{color:link sidebar}; }
  141. #pagination a {padding:2px 3px 2px 3px; color:{color:link sidebar}; background-color:{color:background};}
  142.  
  143.  
  144. #via {display: none}
  145.  
  146. ::-webkit-scrollbar-thumb:vertical {background-color:{color:Text}; height:auto;-webkit-box-shadow: inset 0 0 6px {color:Text};-webkit-border-radius:1px;}
  147.  
  148. ::-webkit-scrollbar-thumb:horizontal { background-color:{color:Text}; height:5px !important;-webkit-box-shadow: inset 0 0 6px {color:Text};    -webkit-border-radius:1px;}
  149.  
  150. ::-webkit-scrollbar {height:2px; width:7px; background-color:{color:post}; }
  151.  
  152. ::-webkit-scrollbar-corner {background-color:{color:post};}
  153.  
  154.  
  155. .cred {margin-left:20px; margin-top:20px; padding:5px; text-align: center; z-index:3; position: fixed;}
  156. .cred a {float: left; margin-right: 1px; font-family: Calibri; font-size:10px; margin-bottom:1px; width: 90px; background-color:none; color:{color:desc}; display: block; letter-spacing: 1px; text-decoration: none; text-transform:uppercase; line-height:20px; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  157. .cred a:hover{background-color:none ;color: {color:desc};text-align: center;}
  158.  
  159.  
  160.  
  161.      
  162. .noteinf {display: block; text-align: justify; overflow: hidden; margin-bottom: 15px;  }
  163.  
  164. .notesinfo {position: absolute; background-color: {color:bgnotes}; text-align:right; margin-left: 0px; text-transform:uppercase; color: transparent; padding: 3px; font-size: 10px; opacity: 0; z-index: 99; -webkit-border-bottom-right-radius: 6px; -moz-border-radius-bottomright: 6px; border-bottom-right-radius: 6px; -webkit-transition-duration: .90s; background-image:url('{image:bgcoluna}');}
  165. .notesinfo a {color: {color:textnotes}; text-transform:uppercase;}
  166. .noteinf:hover .notesinfo {opacity:99; color: {color:textnotes}; text-transform:uppercase;}
  167.  
  168. #tumblrcontrols2 {position:fixed; top:25px; right:5px;  z-index:999;}
  169. #tumblrcontrols2 a {opacity:1;}
  170. #tumblrcontrols2 a:hover {opacity:1;}
  171.  
  172. iframe#tumblr_controls {right:3px !important; position: fixed !important; z-index:99; z-index:19;}
  173.  
  174. ::-webkit-scrollbar {width: 7px; height: 5px;}
  175. ::-webkit-scrollbar-track-piece {background-color: #ffffff; repeat scroll 0 0 transparent;}  
  176. ::-webkit-scrollbar-thumb:vertical {height: 6px;background-color: #000000;}
  177. ::-webkit-scrollbar-thumb:horizontal {width: 6px;background-color: #000000;}
  178.  
  179.     </style>
  180.   <body>
  181.  
  182.  
  183.  
  184. </div>
  185.  
  186.  
  187.  
  188. <div id="sbar">
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195. <div id="navigation">
  196. <div class="links2">
  197. <a href="{text:Link1}">{text:Link1 Title}</a>  
  198. <a href="{text:Link2}">{text:Link2 Title}</a>
  199. <a href="{text:Link3}">{text:Link3 Title}</a>
  200. <a href="{text:Link4}">{text:Link4 Title}</a>
  201. <a href="{text:Link5}">{text:Link5 Title}</a>
  202. <a href="{text:Link6}">{text:Link6 Title}</a>
  203.  
  204. </div></div>
  205.  
  206.  
  207.  
  208.  
  209.  
  210. <div id="titulo">{text:titulo}</div>
  211.  
  212.  
  213.  
  214. <center><div id="sidebarimage"><img src="{image:Sidebar}"/>
  215.    
  216.  
  217. </div></center>
  218. <div id="description">{block:Description}{Description}{/block:Description} <div id="pagination">
  219. {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}{block:JumpPagination length="6"}{block:CurrentPage}{PageNumber} {/block:CurrentPage}{block:JumpPage}<a href="{URL}">{PageNumber}</a> {/block:JumpPage}{/block:JumpPagination}{block:Pagination}{/block:Pagination}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  220.  
  221. </div>
  222. </div></div></div>
  223.  
  224.  
  225.     <div id="pagina">
  226.      
  227.      {block:Posts}
  228.      
  229.      
  230.      
  231.     <div class="post">
  232.    
  233.     <div class="noteinf">
  234.  
  235. <div class="notesinfo">
  236.  <a href="{Permalink}">{TimeAgo}</a><a href="{Permalink}">{NoteCountWithLabel}</a><a href="{ReblogURL}" target="_blank">reblog</a></div>
  237.    
  238.    
  239.     {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  240.      
  241.     {block:Photo}{LinkOpenTag}<div class="imagepost"><img src="{PhotoURL-400}"></div>{LinkCloseTag}{/block:Photo}
  242.      
  243.  {block:Photoset}{Photoset-400}{/block:Photoset}
  244.     {block:Quote}
  245.     <div class="quotex">“{Quote}”</div>
  246.     {block:Source}<div class="quotex1"> — {Source}</div>
  247.     {/block:Source}
  248.     {/block:Quote}
  249.      
  250.     {block:Link}
  251.     <h1><a href="{URL}" {Target}>{Name}</a></h1>
  252.     {block:Description}{Description}{/block:Description}
  253.     {/block:Link}
  254.      
  255.     {block:Chat}
  256.     {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  257.     <div class="chat"><ul>{block:Lines}
  258.     <li class="person{UserNumber}">{block:Label}
  259.     <span class="label"><strong>{Label}</strong></span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  260.     {/block:Chat}
  261.      
  262.     {block:Audio}
  263.     <div class="player">{AudioPlayerBlack}</div>
  264.     {block:Caption}{Caption}{/block:Caption}
  265.     {/block:Audio}
  266.      
  267.     {block:Video}{Video-500}{/block:Video}
  268.      
  269.          {block:Answer}
  270.     <img src="{AskerPortraitURL-48}" align="left" class="askfoto">
  271.          <div id="askheere">
  272.        <strong>{Asker}</strong> asked: {Question}<br /></div>
  273.         <div class="askshere2">    {Answer}
  274.     </div>{/block:Answer}
  275.    
  276.      
  277.     <div id="cap">
  278.     {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  279.     {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  280.     {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  281.      
  282.     <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  283.           <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  284.             {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  285.     {/block:ContentSource}</div></div></div>
  286.     <br>
  287.      
  288.     <div class="opant">
  289.     {block:Date}<div id="info">
  290.    </div><center><div class="tags">{block:HasTags}{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}{/block:HasTags}
  291.     </div></center>{/block:Date}</div>
  292.     </div>
  293.    
  294.      {/block:Posts}
  295.     {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  296.      
  297.  
  298.  
  299. </div></div>
  300.  
  301.  
  302.      
  303.  
  304.     </div>
  305.     </div>
  306.   <div id= "via">
  307.     <a href="{ReblogParentURL}"></a>    
  308. </div>  </div>    
  309.  
  310. <a style="position:fixed;left:5px;top:5px;font-family:calibri;font-size:10px;" href="http://promisse.tumblr.com" title="PROMISSE + BASE A-RTICULADA">THEME</a>
  311.  
  312.        
  313.     </body>
  314.     </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement