Advertisement
polinomial

THEME #3 BY POLINOMIAL

Nov 6th, 2011
20,358
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 9.21 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <!--  
  6.  
  7. THEME BY POLINOMIAL.
  8. http://polinomial.tumblr.com/
  9.  
  10. -->
  11.  
  12. <head>
  13.  
  14.  
  15. <meta name="color:Background" content="#FFFFFF" />
  16. <meta name="color:Font" content="#3A3A3A" />
  17. <meta name="color:Title" content="#3A3A3A" />
  18. <meta name="color:Permalink" content="#91918E" />
  19. <meta name="color:1" content="#F8BE9C" />
  20. <meta name="color:2" content="#ECA960" />
  21. <meta name="color:Bold" content="#3A3A3A" />
  22. <meta name="color:Link" content="#3A3A3A" />
  23. <meta name="color:Link Hover" content="#3A3A3A" />
  24. <meta name="font:Body" content="Arial" />
  25. <meta name="font:Title" content="Georgia" />
  26.  
  27. <meta name="font:Links" content="Arial" />
  28. <meta name="color:Home Link" content="#F8BE9C" />
  29. <meta name="color:Ask Link" content="#ECA960" />
  30. <meta name="text:Link One" content="" />
  31. <meta name="text:Link One Title" content="" />
  32. <meta name="color:Link One" content="#EEDF6C" />
  33. <meta name="text:Link Two" content="" />
  34. <meta name="text:Link Two Title" content="" />
  35. <meta name="color:Link Two" content="#A7E05D" />
  36. <meta name="text:Link Three" content="" />
  37. <meta name="text:Link Three Title" content="" />
  38. <meta name="color:Link Three" content="#90DFC8" />
  39. <meta name="text:Link Four" content="" />
  40. <meta name="text:Link Four Title" content="" />
  41. <meta name="color:Link Four" content="#FFFFFF" />
  42. <meta name="text:Link Five" content="" />
  43. <meta name="text:Link Five Title" content="" />
  44. <meta name="color:Link Five" content="#FFFFFF" />
  45.  
  46.  
  47. <meta name="image:Background" content=""/>
  48. <meta name="image:Sidebar" content=""/>
  49.  
  50.  
  51. <title>{Title}</title>
  52.         <link rel="shortcut icon" href="{Favicon}">
  53.         <link rel="alternate" type="application/rss+xml" href="{RSS}">
  54. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  55.  
  56.  
  57. </head>
  58.  
  59.  
  60. <style type="text/css">
  61.  
  62. body{
  63. color:{color:Font};
  64. background-color:{color:Background};
  65. background-image:url({image:Background});
  66. background-position:top left;
  67. background-repeat: no-repeat;
  68. background-attachment:fixed;
  69. font-family:{font:Body};
  70. font-size:10px;
  71. line-height: 110%;
  72. text-align:justify;
  73. }
  74.  
  75. a:link, a:active, a:visited{
  76. color: {color:Link};
  77. text-decoration:none;
  78. -webkit-transition-duration: 0.4s;
  79. }
  80.  
  81. a:hover{
  82. color:{color:Link Hover};
  83. background-color:;
  84. }
  85.  
  86. #todo {
  87. margin-left:400px;
  88. width:500px;
  89. margin-top:60px;
  90. margin-bottom:20px;
  91. }
  92.  
  93. #entradas {
  94. width:500px;
  95. margin-bottom:50px;
  96. padding:10px;
  97. top:0px;
  98. }
  99.  
  100. #perma {
  101. padding-left:4px;
  102. margin-top:10px;
  103. width:490px;
  104. font-size:9px;
  105. font-family:{font:Body};
  106. color:{color:Permalink};
  107. -webkit-transition-duration: 0.4s;
  108. height:12px;
  109. z-index:-100;
  110. border-left:5px solid {color:1};}
  111. #perma a{
  112. color:{color:Permalink};
  113. }
  114. #perma:hover {
  115. border-left:2px solid {color:1};
  116. }
  117. #tags {
  118. padding-left:4px;
  119. margin-top:0px;
  120. width:490px;
  121. font-size:9px;
  122. font-family:{font:Body};
  123. color:{color:Permalink};
  124. text-transform:lowercase;
  125. -webkit-transition-duration: 0.4s;
  126. height:12px;
  127. z-index:-100;
  128. border-left:5px solid {color:2};}
  129. #tags a{
  130. color:{color:Permalink};
  131. }
  132. #tags:hover {
  133. border-left:2px solid {color:2};
  134. }
  135.  
  136. #description{
  137. position:fixed;
  138. left:150px;
  139. top:30px;
  140. height:30px;
  141. width:245px;
  142. }
  143.    
  144. .alignright {float: right;}
  145. .totalright {float:right;}
  146. .totaleft {float:left;}
  147.  
  148. #pies{
  149. width:245px;
  150. top:65px;
  151. left:150px;
  152. position: fixed;
  153. opacity:;
  154. z-index:1;
  155. font-size:10px;
  156. font-family:{font:Body};
  157. }
  158.  
  159. #brp {
  160. width:52px;
  161. top:63px;
  162. left:60px;
  163. position: fixed;
  164. opacity:;
  165. z-index:2;
  166. padding:5px;
  167. padding-bottom:16px;
  168. }
  169.  
  170. #linkscabeza a{
  171. width:45px;
  172. display:block;
  173. margin-bottom:-9px;
  174. padding-right:10px;
  175. padding-left:10px;
  176. font-size:8px;
  177. font-family:{font:Links};
  178. text-transform:lowercase;
  179. text-variant:small-caps;
  180. letter-spacing:1px;
  181. text-align:right;
  182. color:white;
  183. }
  184.  
  185. #linkscabeza a:hover{
  186. width:50px;
  187. }
  188.  
  189. #imagen img{
  190. width:245px;
  191. height:auto;
  192. text-align:center;
  193. }
  194.  
  195. #titulop {
  196. font-size:15px;
  197. font-family:{font:Title};
  198. letter-spacing:1px;
  199. color:{color:Title};
  200. background-color:;
  201. text-align:center;
  202. border-top:0px solid {color:1};
  203. font-style:italic;
  204. padding-top:10px;
  205. opacity:0;
  206. -webkit-transition: 0.5s ease-in;}
  207.  
  208. #titulop:hover {
  209. opacity:1;
  210. -webkit-transition-duration:.5s;}
  211.  
  212. #titulo {
  213. font-family:{font:Title};
  214. font-size: 15px;
  215. bakcground-color:#F5EFE4;
  216. letter-spacing:1px;
  217. font-style:italic;}
  218.  
  219. #pag {
  220. text-align:center;
  221. padding-top:5px;
  222. font-family:{font:Title};
  223. font-size:10px;
  224. padding:3px;}
  225.  
  226. #pag a{
  227. padding:3px;
  228. background-color:;
  229. margin-right:5px;
  230. }
  231. #pag a:hover{
  232. font-style:italic;
  233. }
  234.  
  235. .credit a{
  236. bottom:0px;
  237. right:0px;
  238. opacity:.4;
  239. position:fixed;
  240. }
  241.  
  242. .credit a:hover{
  243. background-color:{color:background};
  244. }
  245.  
  246. .quote {
  247. padding:5px;
  248. }
  249.  
  250. .notes img {
  251. width:10px;
  252. position:relative;
  253. top:1px;
  254. }
  255.  
  256. b, strong{
  257. color:{color:Bold};
  258. }
  259.  
  260. i, em {
  261. ;
  262. }
  263.  
  264. small {
  265. font-size:{text:Font Size}
  266. }
  267.    
  268. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  269. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  270.  
  271. </style>        
  272.  
  273. <div class="credit"><a href="http://www.polinomial.tumblr.com" title="THEME BY POLINOMIAL"><img src="http://static.tumblr.com/kauezwz/qvalz8mmi/polinomial.png" width="40" /></a>
  274. </div>
  275.  
  276. <div id="brp"><div id="linkscabeza">
  277. <a style="background-color:{color:Home Link};" href="/">home</a><br />
  278. <a style="background-color:{color:Ask Link};" href="/ask">ask</a>{block:IfLinkOneTitle}<br><a style="background-color:{color:Link One};" href="{text:Link One}">{text:Link One Title}</a>{/block:IfLinkOneTitle}{block:IfLinkTwoTitle}<br><a style="background-color:{color:Link Two};"  href="{text:Link Two}">{text:Link Two Title}</a>{/block:IfLinkTwoTitle}{block:IfLinkThreeTitle}<br><a style="background-color:{color:Link Three};" href="{text:Link Three}">{text:Link Three Title}</a>{/block:IfLinkThreeTitle}{block:IfLinkFourTitle}<br><a style="background-color:{color:Link Four};" href="{text:Link Four}">{text:Link Four Title}</a>{/block:IfLinkFourTitle}{block:IfLinkFiveTitle}<br><a style="background-color:{color:Link Five};" href="{text:Link Five}">{text:Link Five Title}</a>{/block:IfLinkFiveTitle}
  279. </div></div>    
  280. <div id="pies">{block:ifSidebarImage}<div id="imagen"><img src="{image:Sidebar}"/><br><br></div>{/block:ifSidebarImage}<div style="padding:0px;text-align:center;">{Description}
  281. </div><br><div id="pag">{block:Pagination}
  282. {block:PreviousPage}<a href="{PreviousPage}">ยซ</a>{/block:PreviousPage}
  283.  
  284. {block:JumpPagination length="5"}
  285.  
  286. {block:CurrentPage}<span class="current_page" style="padding-right:3px;padding-left:3px;">{PageNumber}</span>{/block:CurrentPage}
  287.  
  288. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  289.  
  290. {block:NextPage}<a href="{NextPage}">ยป</a>{/block:NextPage}{/block:Pagination}</div></div>      
  291.  
  292. <div id="description"><div id="titulop">{Title}</div></div>
  293.  
  294. <div id="todo">
  295. {block:Posts}<div id="entradas">
  296.              
  297. {block:Answer}<div class="quotes"><b>{Asker}</b> said: <i>{Question}</i></div>
  298. {Answer}{/block:Answer}
  299.  
  300. {block:Text}
  301.  
  302. <div id="titulo">{block:Title}<a href="{Permalink}">{Title}</a>{Block:Title}</div>{Body}
  303. {/block:Text}
  304.  
  305. {block:Photo}
  306. <img src="{PhotoURL-500}" alt="{PhotoAlt}"  width="500px" />{block:Caption}{Caption}{/block:Caption}
  307. {/block:Photo}
  308.                
  309. {block:Photoset}
  310. {block:ContentSource} <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --> {/block:ContentSource}{Photoset-500}{block:Caption}{Caption}{/block:Caption}
  311. {/block:Photoset}
  312.  
  313. {block:Quote}
  314. <div class="quote"><i>"{Quote}"</i><br><div style="text-align:right;"><b>โ€”{Source}</b></div>
  315. </div>{/block:Quote}
  316.  
  317. {block:Link}
  318. <a href="{URL}" class="link" {Target}><div id="titulo">{Name}</div></a>{block:Description}{Description}{/block:Description}
  319. {/block:Link}
  320.  
  321. {block:Chat}
  322. {block:Title}<h3><a href="{Permalink}">{Title}</a></h3>{/block:Title}
  323. <ul class="chat">{block:Lines}<li class="{Alt} user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}{Line}</li>{/block:Lines}</ul>
  324. {/block:Chat}
  325.  
  326. {block:Video}
  327. {Video-500}{block:Caption}{Caption}{/block:Caption}
  328. {/block:Video}
  329.  
  330. {block:Audio}
  331. <div style="width:500px;background-color:white;">{AudioPlayerWhite}</div>{block:Caption}{Caption}{/block:Caption}
  332. {/block:Audio}
  333.            
  334. {block:Date}
  335. <div id="perma"><div style="float:left;">Posted <a href="{Permalink}">{TimeAgo}</a>{block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}</div><div style="float:right;">{block:RebloggedFrom}<a href="{ReblogRootURL}" title="Source">{ReblogRootName}</a> / <a href="{ReblogParentURL}" title="Via">{ReblogParentName}</a>{/block:RebloggedFrom} </div></div>{block:HasTags}<div id="tags">{block:Tags} # <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  336.  
  337. {/block:Date}
  338.  
  339. </div>
  340. {/block:Posts}
  341.  
  342. {block:PostNotes}
  343. <div class="notes">{PostNotes}</div>
  344.     {/block:PostNotes}
  345.  
  346. </div>
  347.  
  348.     </body>
  349. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement