Advertisement
polinomial

THEME #6 BY POLINOMIAL

Jan 4th, 2012
17,588
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 12.09 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. THEME BY POLINOMIAL.
  7. http://polinomial.tumblr.com/
  8.  
  9. -->
  10.  
  11. <head>
  12.  
  13. <meta name="color:Background 1" content="#FFFFFF" />
  14. <meta name="color:Background 2" content="#FFFFFF" />
  15. <meta name="color:Font" content="#C0C0C0" />
  16. <meta name="color:Bold" content="#FFBF00" />
  17. <meta name="color:Link" content="#F5E08C" />
  18. <meta name="color:Border" content="#F5E08C" />
  19. <meta name="font:Body" content="Georgia" />
  20. <meta name="image:Background" content=""/>
  21. <meta name="image:Sidebar 1 100px" content=""/>
  22. <meta name="image:Sidebar 2 100px" content=""/>
  23. <meta name="image:Sidebar 205px" content=""/>
  24. <meta name="text:Link One" content="" />
  25. <meta name="text:Link One Title" content="" />
  26. <meta name="text:Link Two" content="" />
  27. <meta name="text:Link Two Title" content="" />
  28. <meta name="text:Link Three" content="" />
  29. <meta name="text:Link Three Title" content="" />
  30. <meta name="text:Link Four" content="" />
  31. <meta name="text:Link Four Title" content="" />
  32. <meta name="text:Link Five" content="" />
  33. <meta name="text:Link Five Title" content="" />
  34.  
  35.  
  36. <title>{Title}</title>
  37.         <link rel="shortcut icon" href="{Favicon}">
  38.         <link rel="alternate" type="application/rss+xml" href="{RSS}">
  39. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  40. </head>
  41.  
  42.  
  43. <style type="text/css">
  44.  
  45. body{
  46. color:{color:Font};
  47. background-color:{color:Background 1};
  48. background-image:url({image:Background});
  49. background-position:top left;
  50. background-repeat: no-repeat;
  51. background-attachment:fixed;
  52. font-family:{font:Body};
  53. font-size:10px;
  54. line-height: 120%;
  55. text-align:justify;
  56. }
  57.  
  58. a:link, a:active, a:visited{
  59. color:{color:Link};
  60. text-decoration:none;
  61. -webkit-transition-duration: 0.4s;
  62. }
  63.  
  64. a:hover{
  65. border-bottom: 1px dotted {color:Link};
  66. }
  67.  
  68. #todo {
  69. margin-left:205px;
  70. width:500px;
  71. margin-top:30px;
  72. margin-bottom:0px;
  73. background-color:;}
  74.  
  75. #entradas {
  76. width:500px;
  77. margin-bottom:40px;
  78. background-color:{color:Background 2};
  79. padding-top:10px;
  80. top:0px;
  81. border-top:1px dotted {color:Border};}
  82.  
  83. @font-face {font-family: "Meow";src: url(http://static.tumblr.com/kauezwz/YlIlz8nop/theonlyexception.ttf) format("truetype");}
  84.  
  85. p.customfont {font-family: "Meow", georgia;}
  86.  
  87. #date {
  88. font-family:arial;
  89. text-transform:uppercase;
  90. font-size:8px;
  91. letter-spacing:1px;
  92. text-align:center;
  93. margin-top:-23px;
  94. margin-bottom:10px;
  95. color:{color:Font};}
  96.  
  97. #date a{
  98. color:{color:Font};
  99. background-color:transparent;}
  100.  
  101.  
  102. #tags {
  103. text-transform:lowercase;
  104. background-color:{color:Background 2};
  105. width:500px;
  106. border-top:1px dotted {color:Border};
  107. margin-top:5px;
  108. text-align:center;}
  109.  
  110.    
  111. .alignright {float: right;}
  112. .totalright {float:right;}
  113. .totaleft {float:left;}
  114.  
  115.  
  116. #pies{
  117. width:206px;
  118. top:100px;
  119. left:740px;
  120. position:fixed;
  121. text-align:left;
  122. padding:5px 5px 25px 24px;
  123. z-index:1;
  124. font-size:10px;
  125. font-family:{font:Body};
  126. background-color:{color:Background 2};
  127. border-left:2px solid {color:Border};
  128. border-right:25px solid {color:Background 2};}
  129.  
  130.  
  131. #linkscabeza{
  132. background-color:{color:Background 2};
  133. width:105px;
  134. position:fixed;
  135. top:100px;
  136. margin-left:70px;
  137. border-right:2px solid {color:Border};
  138. padding:10px 0px 10px 0px;}
  139.  
  140. #linkscabeza img{
  141. border:5px solid {color:Border};
  142. text-align:center;
  143. opacity:.85;}
  144.  
  145. #linkscabeza a{
  146. width:auto;
  147. font-size:10px;
  148. font-family:{font:Body};
  149. background-color:{color:Background 2};
  150. color:{color:Link};
  151. padding:0px 0px 0px 0px;
  152. margin-left:3px;
  153. margin-bottom:3px;
  154. }
  155.  
  156.  
  157. #pag {
  158. position:fixed;
  159. width:200px;
  160. text-align:center;
  161. padding-top:0px;
  162. text-transform:uppercase;
  163. z-index:100;
  164. font-size:10px;}
  165.  
  166. #pag a{
  167. font-size:16px;}
  168.  
  169. #titulop {
  170. font-size:20px;
  171. font-family:"Meow";
  172. background-color:transparent;
  173. text-align:center;
  174. text-transform:lowercase;
  175. padding-top:10px;
  176. }
  177.  
  178.  
  179. #titulo {
  180. font-family:{font:Body};
  181. font-size: 20px;
  182. line-height:102%;
  183. font-style:italic;
  184. letter-spacing:1px;}
  185.  
  186. #titulo a{
  187. background-color:transparent;
  188. }
  189.  
  190. .quote {
  191. padding:5px;
  192. font-size:16px;
  193. line-height:105%;}
  194.  
  195. .notes img {
  196. width:10px;
  197. position:relative;
  198. top:1px;
  199. }
  200.  
  201. blockquote {
  202. padding-left:5px;
  203. border-left:3px solid {color:Link};
  204. }
  205.  
  206. b, strong{
  207. color:{color:Bold};
  208. }
  209.  
  210. small {
  211. font-size:10px;
  212. }
  213.  
  214.    
  215. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;padding-left:10px;}
  216. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  217.  
  218. </style>        
  219.  
  220. <div id="pies"><center><div id="titulop">{Title}</div><br>
  221. {block:ifSidebar205pxImage}<div style="float:right;"><img src="{image:Sidebar 205px}" width="205px" style="padding-bottom:5px;"/></div>{/block:ifSidebar205pxImage}{block:ifSidebar1100pxImage}<div style="float:left;"><img src="{image:Sidebar 1 100px}" width="100px" style="padding-bottom:5px;"/></div>{block:ifSidebar2100pxImage}<div style="float:right;"><img src="{image:Sidebar 2 100px}" width="100px" style="padding-bottom:5px;"/></div>{/block:ifSidebar2100pxImage}{/block:ifSidebar1100pxImage}
  222. <div style="text-align:center;padding:5px 0px 5px 0px;">{Description}</div>
  223. </center><div id="pag">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">« </a>  {/block:PreviousPage} {CurrentPage}/{TotalPages}
  224. {block:NextPage}<a href="{NextPage}"> »</a>{/block:NextPage}{/block:Pagination}</div></div>
  225.  
  226. <div id="linkscabeza"><center><img src="{PortraitURL-48}" /><br><br><a href="/">home</a><br> <a href="/ask">message</a>{block:IfLinkOneTitle}<br><a href="{text:Link One}">{text:Link One Title}</a>{/block:IfLinkOneTitle}{block:IfLinkTwoTitle}<br><a href="{text:Link Two}">{text:Link Two Title}</a>{/block:IfLinkTwoTitle}{block:IfLinkThreeTitle}<br><a href="{text:Link Three}">{text:Link Three Title}</a>{/block:IfLinkThreeTitle}{block:IfLinkFourTitle}<br><a href="{text:Link Four}">{text:Link Four Title}</a>{/block:IfLinkFourTitle}{block:IfLinkFiveTitle}<br><a href="{text:Link Five}">{text:Link Five Title}</a>{/block:IfLinkFiveTitle}<br><a href="http://polinomial.tumblr.com/" target="_blank">theme</a></center></div>
  227. <div id="todo">
  228. {block:Posts}<div id="entradas">
  229.              
  230. {block:Answer}<div id="date"><a href="{Permalink}" target="_blank">{Month} {DayOFMonth}{DayOfMonthSuffix}</a>, {Year} {24HourWithZero}:{Minutes} {CapitalAmPm}{block:NoteCount} • {NoteCount}{block:ContentSource}{block:RebloggedFrom} • <a href="{ReblogRootURL}" title="Source" > {ReblogRootName}</a><a href="{ReblogParentURL}" title="Via" > {ReblogParentName}</a>.{/block:RebloggedFrom}{/block:ContentSource}{/block:NoteCount}</div><div class="quotes" style="background-color:;padding:5px;"><b>{Asker}</b> said: <i>{Question}</i></div>
  231. {Answer}{/block:Answer}
  232.  
  233. {block:Text}
  234. <div id="date"><a href="{Permalink}" target="_blank">{Month} {DayOFMonth}{DayOfMonthSuffix}</a>, {Year} {24HourWithZero}:{Minutes} {CapitalAmPm}{block:NoteCount} • {NoteCount}  {block:ContentSource}{block:RebloggedFrom} • <a href="{ReblogRootURL}" title="Source" > {ReblogRootName}</a><a href="{ReblogParentURL}" title="Via" > {ReblogParentName}</a>.{/block:RebloggedFrom}{/block:ContentSource}{/block:NoteCount}</div>
  235. <div id="titulo">{block:Title}<a href="{Permalink}">{Title}</a>{Block:Title}</div>{Body}
  236. {/block:Text}
  237.  
  238. {block:Photo}
  239. <div id="date"><a href="{Permalink}" target="_blank">{Month} {DayOFMonth}{DayOfMonthSuffix}</a>, {Year} {24HourWithZero}:{Minutes} {CapitalAmPm}{block:NoteCount} • {NoteCount}{block:ContentSource}{block:RebloggedFrom} • <a href="{ReblogRootURL}" title="Source" > {ReblogRootName}</a><a href="{ReblogParentURL}" title="Via" > {ReblogParentName}</a>.{/block:RebloggedFrom}{/block:ContentSource}{/block:NoteCount}</div><img src="{PhotoURL-500}" alt="{PhotoAlt}"  width="500px" />{block:Caption}{Caption}{/block:Caption}
  240. {/block:Photo}
  241.                
  242. {block:Photoset}
  243. {block:ContentSource} <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --> {/block:ContentSource}<div id="date"><a href="{Permalink}" target="_blank">{Month} {DayOFMonth}{DayOfMonthSuffix}</a>, {Year} {24HourWithZero}:{Minutes} {CapitalAmPm}{block:NoteCount} • {NoteCount}{/block:NoteCount}{block:RebloggedFrom} • <a href="{ReblogRootURL}" title="Source" > {ReblogRootName}</a>{/block:RebloggedFrom}{block:ContentSource} • <a href="{ReblogParentURL}" title="Via" > {ReblogParentName}</a>{/block:ContentSource}</div>{Photoset-500}{block:Caption}{Caption}{/block:Caption}
  244. {/block:Photoset}
  245.  
  246. {block:Quote}
  247. <div id="date"><a href="{Permalink}" target="_blank">{Month} {DayOFMonth}{DayOfMonthSuffix}</a>, {Year} {24HourWithZero}:{Minutes} {CapitalAmPm}{block:NoteCount} • {NoteCount}{block:ContentSource}{block:RebloggedFrom} • <a href="{ReblogRootURL}" title="Source" > {ReblogRootName}</a><a href="{ReblogParentURL}" title="Via" > {ReblogParentName}</a>.{/block:RebloggedFrom}{/block:ContentSource}{/block:NoteCount}</div><div class="quote"><i>"{Quote}"</i></div>{block:Source}<div style="text-align:center;"><b>—{Source}</b></div>{/block:Source}
  248. {/block:Quote}
  249.  
  250. {block:Link}
  251. <div id="date"><a href="{Permalink}" target="_blank">{Month} {DayOFMonth}{DayOfMonthSuffix}</a>, {Year} {24HourWithZero}:{Minutes} {CapitalAmPm}{block:NoteCount} • {NoteCount}{block:ContentSource}{block:RebloggedFrom} • <a href="{ReblogRootURL}" title="Source" > {ReblogRootName}</a><a href="{ReblogParentURL}" title="Via" > {ReblogParentName}</a>.{/block:RebloggedFrom}{/block:ContentSource}{/block:NoteCount}</div><a href="{URL}" class="link" {Target}><div id="titulo">→{Name}</div></a>{block:Description}{Description}{/block:Description}
  252. {/block:Link}
  253.  
  254. {block:Chat}
  255. <div id="date"><a href="{Permalink}" target="_blank">{Month} {DayOFMonth}{DayOfMonthSuffix}</a>, {Year} {24HourWithZero}:{Minutes} {CapitalAmPm}{block:NoteCount} • {NoteCount}{block:ContentSource}{block:RebloggedFrom} • <a href="{ReblogRootURL}" title="Source" > {ReblogRootName}</a><a href="{ReblogParentURL}" title="Via" > {ReblogParentName}</a>.{/block:RebloggedFrom}{/block:ContentSource}{/block:NoteCount}</div>{block:Title}<h3><a href="{Permalink}">{Title}</a></h3>{/block:Title}
  256. <ul class="chat">{block:Lines}<li class="{Alt} user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}{Line}</li>{/block:Lines}</ul>
  257. {/block:Chat}
  258.  
  259. {block:Video}
  260. <div id="date"><a href="{Permalink}" target="_blank">{Month} {DayOFMonth}{DayOfMonthSuffix}</a>, {Year} {24HourWithZero}:{Minutes} {CapitalAmPm}{block:NoteCount} • {NoteCount}{block:ContentSource}{block:RebloggedFrom} • <a href="{ReblogRootURL}" title="Source" > {ReblogRootName}</a><a href="{ReblogParentURL}" title="Via" > {ReblogParentName}</a>.{/block:RebloggedFrom}{/block:ContentSource}{/block:NoteCount}</div>{Video-500}{block:Caption}{Caption}{/block:Caption}
  261. {/block:Video}
  262.  
  263. {block:Audio}
  264. <div id="date"><a href="{Permalink}" target="_blank">{Month} {DayOFMonth}{DayOfMonthSuffix}</a>, {Year} {24HourWithZero}:{Minutes} {CapitalAmPm}{block:NoteCount} • {NoteCount}{block:ContentSource}{block:RebloggedFrom} • <a href="{ReblogRootURL}" title="Source" > {ReblogRootName}</a><a href="{ReblogParentURL}" title="Via" > {ReblogParentName}</a>.{/block:RebloggedFrom}{/block:ContentSource}{/block:NoteCount}</div><div style="width:500px;background-color:white;">{AudioPlayerWhite}</div>{block:Caption}{Caption}{/block:Caption}
  265. {/block:Audio}
  266.            
  267.  
  268. {block:Date}<div id="tags">{block:HasTags}  {block:Tags}<a href="/tagged/{Tag}">{Tag}</a>   {/block:Tags}{/block:HasTags}</div>{/block:Date}
  269.  
  270. </div>
  271.  
  272. {/block:Posts}
  273.  
  274. {block:PostNotes}
  275. <div class="notes">{PostNotes}</div>
  276.     {/block:PostNotes}
  277.  
  278. </div>
  279.  
  280.    
  281.  
  282.  
  283.  
  284.  
  285. </body>
  286. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement