Advertisement
polinomial

THEME #5 BY POLINOMIAL

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