03-93

theme 63

Nov 25th, 2012
1,472
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.50 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2.  
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5. <!-- THEME POR MARCELO PRADO 03-93 -->
  6.  
  7. <html xmlns="http://www.wd3.org/1999/xhtml" xml:lang="en" lang="en">
  8.  
  9. <head> <!-- DEFAULT VARIABLES -->
  10. <meta name="color:background" content="#ffffff" />
  11. <meta name="font:body" content="verdana" />
  12. <meta name="color:link" content="#757575"/>
  13. <meta name="color:Bold" content="#757575"/>
  14. <meta name="color:Italic" content="#757575"/>
  15. <meta name="color:Link Hover" content="#cfcfcf"/>
  16. <meta name="color:link side hover" content="#866c42"/>
  17. <meta name="text:Link1" content="/" />
  18. <meta name="text:Link1 Title" content="link1" />
  19. <meta name="text:Link2" content="/" />
  20. <meta name="text:Link2 Title" content="link2" />
  21. <meta name="text:Link3" content="/" />
  22. <meta name="text:Link3 Title" content="link3" />
  23. <meta name="text:Link4" content="/" />
  24. <meta name="text:Link4 Title" content="link4" />
  25. <meta name="text:Link5" content="/" />
  26. <meta name="text:Link5 Title" content="link5" />
  27. <meta name="color:sidebar" content="#ffffff"/>
  28. <meta name="color:text" content="#757575" />
  29. <meta name="color:border" content="#ffffff" />
  30. <meta name="color:border entry" content="#ffffff" />
  31. <meta name="color:entry" content="#FFFFFF" />
  32. <meta name="color:scroll" content="#757575" />
  33. <meta name="image:background" content="" />
  34. <meta name="image:Sidebar" content="http://static.tumblr.com/e929ly9/NGEmd33oe/ii.png"/>
  35. <meta name="color:links" content="#757575"/>
  36.  
  37. <title>{Title}</title>
  38. <link rel="shortcut icon" href="{Favicon}">
  39. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  40. {block:Description}
  41. <meta name="description" content="{MetaDescription}" />
  42. {/block:Description}
  43.  
  44.  
  45. <link href='http://fonts.googleapis.com/css?family=Droid+Serif:400,400italic' rel='stylesheet' type='text/css'>
  46.  
  47. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  48.  
  49.  
  50. <style type="text/css">
  51.  
  52.  
  53.  
  54. body {background-color: {color:background}; font-family: verdana; color: {color:text}; text-align: center; font-size: 9px; background-image:url('{image:background}'); background-attachment: fixed; }
  55.  
  56. a {color: {color:link}; text-decoration: none; text-transform: none;}
  57. a:hover {color: {color:linkhover}; background-color: transparent; text-decoration: none;}
  58.  
  59. b, strong{color:{color:Bold};}
  60. i, em{color:{color:Italic};}
  61.  
  62. p {margin: 6px 0 0 0}
  63.  
  64. blockquote {margin: 5px 5px 5px 5px; border-left: 6px solid {color:background}; padding-left: 5px; }
  65. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:background};}
  66. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  67. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  68.  
  69. blockquote img{max-width: 470px!important}
  70. blockquote blockquote img{max-width: 500px!important}
  71. blockquote blockquote blockquote img{max-width: 430px!important}
  72. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  73.  
  74.  
  75. #container {text-align: center; width: 935px; margin: 20px auto 20px auto; padding: 0px; z-index: 1}
  76.  
  77. #entry {float: left; margin-left: 389px;}
  78.  
  79. .posts {width: 500px; background-color: {color:entry}; margin-bottom: 1px; text-align: justify; font-family: verdana; font-size: 9px; position: relative; border: 1px solid {color:border entry}; padding: 10px;}
  80.  
  81. h1 {font-family: calibri; text-align: center; font-size: 14px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  82. h1 a {text-align: center; font-size: 14px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  83. h1 a:hover {text-align: center; font-size: 14px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  84.  
  85. .image {text-align: center; border: 0px}
  86. .image img {max-width: 500px; margin-bottom: 2px }
  87.  
  88. .pquote {font-family: calibri; text-align: justify; font-size: 14px; line-height: 15px; padding: 3px;}
  89. .pquotesource {text-align: center; text-transform: none; margin-bottom: 5px;}
  90. .pquotesource a, a:hover{text-transform: none;}
  91.  
  92. .chat {line-height: 13px; list-style: none }
  93. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  94. .person1 {color: {color:text}; padding: 2px; }
  95. .person1 .label {font-weight: bold; color:{color:text}}
  96. .person2 {color: {color:text}; padding: 2px; }
  97. .person2 .label {font-weight: bold; color:{color:text}}
  98.  
  99. #audiopost {margin-bottom:5px; width:500px; height:50px}
  100. .cover {width:50px; height:50px; position:absolute;}
  101. .cover img {width:50px; height:50px; float:left;}
  102. .player {opacity: 0.5;position:absolute; z-index:1; background:#fff; width:50px; height:50px; display:block;-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;}
  103. .playerr {width:25px; height:25px; margin-top:9px; margin-left:9px; overflow:hidden; padding:3px;}
  104. .track {margin-left:60px; line-height:12px; padding-top: 0px;}
  105.  
  106. .asker a {color: {color:link}}
  107.  
  108. .asker a:hover {color: {color:link};}
  109.  
  110. .askk img {text-align: center;}
  111.  
  112. .askk img a{background-color: {color:left};}
  113.  
  114. .askk img a:hover {background-color: {color:hehenada};}
  115.  
  116. .answer {clear: both; padding: 4px}
  117.  
  118. .answer img {max-width: 470px;}
  119.  
  120. .creditokeisso {-webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  121. .creditokeisso:hover {opacity: 0.99; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  122.  
  123. #content {width:500px; margin-top:30px; margin-bottom:30px; position: relative; left:500px;}
  124. #posts {margin-bottom:30px;}
  125.  
  126.  
  127. .linkss {position:fixed; text-align:inline; letter-spacing: 0px; font-family:calibri; font-size: 10px; text-align: center; width:150px; text-transform: uppercase; padding:3px; margin-top: 90px; margin-left: -111px; text-decoration: none; height: 13px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; font-style: none;background-color:{color:sidebar}; border: 1px solid {color:border};}
  128. .linkss a { color: {color:links}; text-transform: none;}
  129. .linkss a:hover {text-align: center; color: {color:link side hover};}
  130.  
  131. #description {font-size:10px; text-align: justify; font-family: calibri; width:148px; height: 62px; margin-left: -111px; margin-top: -72px; padding: 4px; background: {color:sidebar}; line-height: 10px; color: {color:texto sidebar}; border: 1px solid {color:border};}
  132.  
  133. #sidebar img {border: 1px solid {color:border}; padding: 1px; width: 90px; height: 90px; margin-top: 90px; opacity: 0.8; background-color: {color:background};}
  134.  
  135. #sidebar {position:fixed; margin-top: 100px; left:240px; width:190px;}
  136.  
  137. #pagination {font-family: calibri; text-align: center; font-size: 14px; text-transform: uppercase; margin-top: 1px; margin-left: 15px;}
  138.  
  139. #info {text-align: left; margin-top:-4px; font-size: 10px; font-family: calibri; text-transform: none; z-index: 11; text-align: right;}
  140. #info a {font-size: 10px; text-transform: none;}
  141.  
  142. #tags {color: {color:text}; font-size: 10px; font-family: calibri; display: inline; list-style: none; text-transform: none; text-align: center;}
  143. #tags a {font-size: 10px; font-family: calibri; display: inline; list-style: none; text-transform: none; text-align: center;}
  144.  
  145. #cap {width: 500px; margin-top: -2px;}
  146. .source {display: none;}
  147.  
  148. .notes {width: 520px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: center; font-size: 10px; font-family: calibri; display: inline; list-style: none; text-transform: none;}
  149. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  150. ol.notes li {background-color: {color:entry}; margin-bottom: 1px; padding: 5px; font-size: 10px; font-family: calibri; text-transform: none;}
  151. .notes img{display: none; border:0px;}
  152.  
  153. ::-webkit-scrollbar{width:7px;height:0px;}
  154. ::-webkit-scrollbar-button:start:decrement
  155. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  156. ::-webkit-scrollbar-track-piece{background-color: {color:entry}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  157. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  158. ::-webkit-scrollbar-thumb:horizontal{width:0px; background-color: {color:sidebar};-webkit-border-radius:px;}
  159.  
  160. #tumblr_controls{position: fixed!important}
  161. #tumblr_controls{position: fixed!important}
  162. #tumblr_controls{position: fixed!important}
  163. #tumblr_controls{position: fixed!important}
  164.  
  165.  
  166. ::selection {
  167. color:{color:text};
  168. background-color: {color:sidebar};
  169. }
  170.  
  171. ::-moz-selection {
  172. color:{color:text};
  173. background-color: {color:sidebar};
  174. }
  175.  
  176. ::-webkit-selection {
  177. color:{color:text};
  178. background-color: {color:sidebar};
  179. }
  180. </style>
  181.  
  182. <body>
  183. <div id="content">
  184. <div id="sidebar">
  185. <div class="linkss">
  186. <a href="{text:link1}">{text:link1 title}</a>
  187. <a href="{text:link2}">{text:link2 title}</a>
  188. <a href="{text:link3}">{text:link3 title}</a>
  189. <a href="{text:link4}">{text:link4 title}</a>
  190. <a href="{text:link5}">{text:link5 title}</a>
  191. <a href="http://03-93.tumblr.com/">credit</a>
  192. </div>
  193. <div id="portrait">
  194. <center><a href="/"><img src="{image:sidebar}"/></a></div>
  195. <div id="description">{block:Description}{Description}<center><br><i>{block:PreviousPage}<a href="{PreviousPage}">back</a> {/block:PreviousPage}{block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}</center></i>{/block:Description}
  196. </div>
  197. </div>
  198. </div>
  199.  
  200. <div id="entry">
  201.  
  202. {block:Posts}
  203. <div class="posts">
  204.  
  205. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  206.  
  207. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  208.  
  209. {block:Photoset}{Photoset-500}{/block:Photoset}
  210.  
  211. {block:Quote}
  212. <div class="pquote">“{Quote}”</div>
  213. {block:Source}<div class="pquotesource"> ~ {Source}</div>
  214. {/block:Source}
  215. {/block:Quote}
  216.  
  217. {block:Link}
  218. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  219. {block:Description}{Description}{/block:Description}
  220. {/block:Link}
  221.  
  222. {block:Chat}
  223. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  224. <div class="chat"><ul>{block:Lines}
  225. <li class="person{UserNumber}">{block:Label}
  226. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  227. {/block:Chat}
  228.  
  229. {block:Audio}
  230. <div id="audiopost">{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="player">
  231. <div class="playerr">{AudioPlayerWhite}</div></div><div class="track"><br>{block:TrackName}{TrackName}{/block:TrackName}<br />{block:Artist}{Artist}{/block:Artist}<br />{PlayCountWithLabel}</div></div>
  232. {Caption}
  233. {/block:Audio}
  234.  
  235. {block:Video}{Video-500}{/block:Video}
  236.  
  237.  
  238. {block:Answer}
  239.  
  240. <div class="asker"><b>{Asker} asked:</b> {Question}</div>
  241.  
  242. <div class="answer">{Answer}</div>
  243.  
  244. <br>
  245.  
  246. {/block:Answer}
  247.  
  248.  
  249. <div id="cap">
  250. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  251. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  252. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  253.  
  254. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  255. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  256. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  257. {/block:ContentSource}</div></div>
  258. <br>
  259.  
  260. <div class="creditokeisso">
  261. {block:Date}<div id="info">
  262. posted <a href="{Permalink}">{TimeAgo}</a> with {block:NoteCount}<a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>{NoteCountWithLabel}</a>{block:RebloggedFrom} · <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource} · <a href="{SourceURL}">source</a>{/block:ContentSource} {block:IndexPage}</a>{/block:RebloggedFrom} {block:IndexPage}· <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage} <br><div id="tags">{block:HasTags}{block:Tags} #<a href="{TagUrl}">{Tag}</a>{/block:Tags}{/block:HasTags}
  263. </div>{/block:Tags}{/block:Date}</div></div>
  264. </div>
  265.  
  266. {/block:Posts}
  267. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  268.  
  269. </div>
  270. </div>
  271. </div>
  272. </body>
  273. </html>
Advertisement
Add Comment
Please, Sign In to add comment