Shami

osmc theme 5 (paginação certa já)

Aug 5th, 2012
668
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.66 KB | None | 0 0
  1. <! theme por oisoumuitociumenta. não copie. !>
  2.  
  3. <head>
  4.  
  5. <script>
  6. function click() {
  7. if (event.button==2||event.button==3) {
  8. oncontextmenu='return false';
  9. }
  10. }
  11. document.onmousedown=click
  12. document.oncontextmenu = new Function("return false;")
  13. </script>
  14.  
  15. <!-- DEFAULT VARIABLES -->
  16.  
  17. <meta name="color:background" content="#f8f8f8" />
  18. <meta name="color:post" content="#ffffff" />
  19. <meta name="color:sidebar" content="#fff" />
  20. <meta name="color:titulo" content="#313131" />
  21. <meta name="color:bordatitulo" content="#313131" />
  22. <meta name="color:borda" content="#f5f5f5" />
  23. <meta name="color:links" content="#313131" />
  24. <meta name="color:linksside" content="#313131" />
  25. <meta name="color:bglinksside" content="#ffffff" />
  26. <meta name="color:bglinkssidhover" content="#ffffff" />
  27. <meta name="color:scrollbar" content="#000000" />
  28.  
  29. <meta name="image:background" content="" />
  30. <meta name="image:sidebar" content="http://static.tumblr.com/u0klex4/wfZm88v7t/tumblr_m8069lf4ma1qikcyto1_r1_1280.jpg" />
  31.  
  32. <meta name="text:titulo" content="titulo" />
  33. <meta name="text:Link1" content="" />
  34. <meta name="text:Link1 Title" content="link" />
  35. <meta name="text:Link2" content="" />
  36. <meta name="text:Link2 Title" content="link" />
  37. <meta name="text:Link3" content="" />
  38. <meta name="text:Link3 Title" content="link" />
  39. <meta name="text:Link4" content="" />
  40. <meta name="text:Link4 Title" content="link" />
  41. <meta name="text:Link5" content="" />
  42. <meta name="text:Link5 Title" content="link" />
  43.  
  44. <title>{Title}</title>
  45. <link rel="shortcut icon" href="{Favicon}">
  46. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  47. {block:Description}
  48. <meta name="description" content="{MetaDescription}" />
  49. {/block:Description}
  50.  
  51. <style type="text/css">
  52.  
  53. 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; }
  54.  
  55. a {color: {color:links}; text-decoration: none; text-transform: none;}
  56. a:hover {color: {color:links}; background-color: transparent; text-decoration: none;}
  57.  
  58. p {margin: 6px 0 0 0}
  59.  
  60. blockquote {margin: 5px 5px 5px 5px; border-left: 6px solid {color:background}; padding-left: 5px; }
  61. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:background};}
  62. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  63. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  64.  
  65. blockquote img{max-width: 470px!important}
  66. blockquote blockquote img{max-width: 450px!important}
  67. blockquote blockquote blockquote img{max-width: 430px!important}
  68. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  69.  
  70. #container {text-align: center; width: 935px; margin: 20px auto 20px auto; padding: 0px; z-index: 1}
  71.  
  72. #entry {float: left; margin-left: 440px; margin-top: px}
  73.  
  74. .posts {width: 500px; background-color: {color:post}; padding: 10px; margin-bottom: 1px; text-align: justify; font-family: verdana; font-size: 11px; position: relative;}
  75.  
  76. h1 {font-family: georgia; text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  77. h1 a {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  78. h1 a:hover {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  79.  
  80. .image {text-align: center; border: 0px}
  81. .image img {max-width: 500px; margin-bottom: 2px }
  82.  
  83. .pquote {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  84. .pquotesource {text-align: center; text-transform: none; margin-bottom: 5px;}
  85. .pquotesource a, a:hover{text-transform: none;}
  86.  
  87. .chat {line-height: 13px; list-style: none }
  88. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  89. .person1 {color: {color:text}; padding: 2px; }
  90. .person1 .label {font-weight: bold; color:{color:text}}
  91. .person2 {color: {color:text}; padding: 2px; }
  92. .person2 .label {font-weight: bold; color:{color:text}}
  93.  
  94. .player {background-color: #000; text-align: left; display:block;}
  95.  
  96. .question {
  97. color:{color:text};
  98. font-size: 11px;
  99. font-weight: normal;
  100. font-family: verdana;
  101. line-height:95%;
  102. background: {color:background};
  103. position: relative;
  104. min-height:70px;
  105. padding:10px 15px;
  106. margin-bottom:2px;
  107. margin-right:-10px;}
  108.  
  109. .questionarrow {
  110. font-size:30px;
  111. color:{color:background};
  112. vertical-align:middle;
  113. margin-left:-5px!important;}
  114.  
  115.  
  116. .asker {width:500px; text-align:right; text-transform:lowercase; color:{color:text};}
  117. .asker a {color:{color:text};}
  118. .asker img {float:left; margin-left:400px; vertical-align:top; margin-right:3px; max-height:15px;}
  119.  
  120. .asking {text-align:center; color:{color:text}; font:9px verdana; text-transform:none;}
  121. .asking a{color:{color:text};}
  122. .asking img {width:58px; vertical-align:middle; background-color:{color:background}; padding:3px;}
  123.  
  124. .arrow {padding-top:11px; color:{color:question background}; font-size:30px;}
  125.  
  126.  
  127. .answer {color:{color:answer};}
  128.  
  129. .creditoaokaique {opacity: 0.99; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  130. .creditoaokaique:hover {opacity: 0.99; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  131.  
  132. #info {text-align: left; margin-top:-4px; font-size: 10px; font-family: calibri; text-transform: uppercase; z-index: 11;}
  133. #info a {font-size: 10px; text-transform: uppercase;}
  134.  
  135. #tags {color: {color:text}; font-size: 10px; font-family: calibri; display: inline; list-style: none; text-transform: uppercase;;}
  136. #tags a {font-size: 10px; font-family: calibri; display: inline; list-style: none; text-transform: uppercase;;}
  137.  
  138. #cap {width: 500px; margin-top: -2px;}
  139. .source {display: none;}
  140.  
  141. .notes {width: 520px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: center}
  142. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  143. ol.notes li {background-color: {color:post}; margin-bottom: 2px; padding: 5px; }
  144. .notes img{display: none; border:0px}
  145.  
  146. ::-webkit-scrollbar{width:7px;height:7px;}
  147. ::-webkit-scrollbar-button:start:decrement
  148. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  149. ::-webkit-scrollbar-track-piece{background-color: {color:post}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  150. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scrollbar};-webkit-border-radius:px;}
  151. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scrollbar};-webkit-border-radius:px;}
  152.  
  153.  
  154.  
  155. #links2 {position: fixed; width: 230px; margin-left: 125px; margin-top:395px; padding: 0px; text-align: center; z-index:3;}
  156. #links2 a {display: inline; letter-spacing: 0px; font-family: calibri; font-size: 10px; text-align: center; padding:2px; margin-right: 1px; margin-bottom:1px; width: 180px; background-color: {color:transparency}; color:{color:linksside}; text-decoration: none; text-transform: uppercase; line-height:12px;}
  157. #links2 a:hover{text-align: center; background-color: {color:transparency}; color:{color:linksside}; letter-spacing:0px;}
  158.  
  159. #bordatitulo {position: fixed; border-top:1px dotted {color:text}; width: 230px; height: 3px; margin-top: 89px; margin-left: 121px;}
  160.  
  161.  
  162.  
  163. #imagem {position: fixed; width: 190px; height: 270px; margin-left: 130px; margin-top: 100px; overflow:hidden; background-color: {color:borda}; border:5px solid {color:sidebar}; padding:5px; padding-bottom: 5px; opacity: 10;}
  164. #imagem img {width:190px; height:270px; opacity:2.99;-moz-transition: all .5s ease-in-out!important; -o-transition: all .5s ease-in-out!important; transition: all .5s ease-in-out!important; -webkit-transition: all .5s ease-in-out!important;}
  165. #imagem img:hover {opacity:2.99;}
  166.  
  167.  
  168. #pagina {margin-left: 230px; margin-top: 450px; width: 0px; inline: left; background-color: transparent; position: fixed; height: 2px; color: {color:text}}
  169. .pagina{color: {color:text}; padding:1px; font-family: {font:text}; line-height: 7px; font-size: 18px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  170.  
  171. @font-face {
  172.  
  173. font-family: 'Give You Glory';
  174.  
  175. font-style: normal;
  176.  
  177. font-weight: norAmal;
  178.  
  179. src: local('Give You Glory'), local('GiveYouGlory'), url('http://themes.googleusercontent.com/font?kit=DFEWZFgGmfseyIdGRJAxuJre1ArFO0nxyUXZnjCjpOg') format('woff');
  180.  
  181. }
  182.  
  183.  
  184. #titlee {background-color: transparent; font-weight: normal; letter-spacing: 0px; color: {color:textside}; text-align: center; width: 220px; height: 20px; left: 135px; font-family: give you glory; top: 71; position: fixed; padding-top: 3px; opacity: 1; font-size: 18px;}
  185.  
  186. #titlee:hover {opacity: 0.6; -webkit-transition: 0.8s ease-in;
  187.  
  188. -moz-transition: 0.8s ease-in; transition: 0.8s ease-in;}
  189.  
  190.  
  191. #bonnie:hover {position:fixed;}
  192. #tumblr_controls{position: fixed!important}
  193. #tumblr_controls{position: fixed!important}
  194. #tumblr_controls{position: fixed!important}
  195. #tumblr_controls{position: fixed!important}
  196.  
  197. </style>
  198.  
  199. <body onkeydown="return false">
  200.  
  201.  
  202. <div id="links2">
  203. <a href="{text:Link1}">{text:Link1 Title}</a>
  204. <a href="{text:Link2}">{text:Link2 Title}</a>
  205. <a href="{text:Link3}">{text:Link3 Title}</a>
  206. <a href="{text:Link4}">{text:Link4 Title}</a>
  207. <a href="{text:Link5}">{text:Link5 Title}</a>
  208. <a href="http://oisoumuitociumenta.tumblr.com" title="theme by oisoumuitociumenta">THEME ©</a>
  209. </div>
  210.  
  211.  
  212.  
  213.  
  214. <div id="bordatitulo"></div>
  215.  
  216. <div id="imagem"><img src="{image:sidebar}"></div>
  217.  
  218. <div id="pagina">
  219. <div class="pagina">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">-</a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}">+</a>{/block:NextPage}{/block:Pagination}</div></div>
  220.  
  221. <div id="titlee">{text:titulo}</div>
  222.  
  223. </div>
  224.  
  225. <div id="entry">
  226.  
  227. {block:Posts}
  228. <div class="posts">
  229.  
  230. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  231.  
  232. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  233.  
  234. {block:Photoset}{Photoset-500}{/block:Photoset}
  235.  
  236. {block:Quote}
  237. <div class="pquote">“{Quote}”</div>
  238. {block:Source}<div class="pquotesource"> ~ {Source}</div>
  239. {/block:Source}
  240. {/block:Quote}
  241.  
  242. {block:Link}
  243. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  244. {block:Description}{Description}{/block:Description}
  245. {/block:Link}
  246.  
  247. {block:Chat}
  248. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  249. <div class="chat"><ul>{block:Lines}
  250. <li class="person{UserNumber}">{block:Label}
  251. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  252. {/block:Chat}
  253.  
  254. {block:Audio}
  255. <div class="player">{AudioPlayerBlack}</div>
  256. {block:Caption}{Caption}{/block:Caption}
  257. {/block:Audio}
  258.  
  259. {block:Video}{Video-500}{/block:Video}
  260.  
  261.  
  262. {block:Answer}
  263. <table width="500px" cellspacing="0" cellpadding="0">
  264. <tr>
  265. <td width="415px" class="question">{Question}</td>
  266. <td width="30px"><span class="questionarrow">◤</span></td>
  267. <td width="64px" class="asking"><img src="{AskerPortraitURL-64}"><br>{Asker}</td>
  268. </tr>
  269. </table>
  270. <div class="answer">{Answer}</div>
  271. {/block:answer}
  272.  
  273.  
  274.  
  275. <div id="cap">
  276. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  277. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  278. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  279.  
  280. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  281. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  282. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  283. {/block:ContentSource}</div></div>
  284. <br>
  285.  
  286. <div class="creditoaokaique">
  287. {block:Date}<div id="info">
  288. <center> <a href="{Permalink}">{TimeAgo}</a> {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 href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}</center> </div>{block:IfShowTags}<center><div id="tags">{block:HasTags}{block:Tags} #<a href="{TagUrl}">{Tag}</a>{/block:Tags}{/block:HasTags}
  289. </div></center>{/block:IfShowTags}{/block:Date}</div>
  290. </div>
  291.  
  292.  
  293. {/block:Posts}
  294. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  295.  
  296.  
  297.  
  298.  
  299.  
  300.  
  301.  
  302.  
  303. </div>
  304. </div>
  305. </div>
  306. </div>
  307.  
  308. </body>
  309. </html>
Advertisement
Add Comment
Please, Sign In to add comment