iwtyhe

20# Basic

Jul 21st, 2012
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 10.22 KB | None | 0 0
  1. <head>
  2. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  3. <meta name="color:background" content="#644F92"/>
  4. <meta name="color:text" content="#000000"/>
  5. <meta name="color:title" content="#000000"/>
  6. <meta name="color:link" content="#684B64"/>
  7. <meta name="color:hover" content="#000000"/>
  8. <meta name="color:menu" content="#fff"/>
  9. <meta name="color:fontmenu" content="#000"/>
  10. <meta name="image:Background" content=""/>
  11. <meta name="image:Sidebar" content="http://static.tumblr.com/k8dklpx/hMtm5tkae/tumblrgifs__46_.gif"/>
  12. <meta name="if:Show caption" content=""/>
  13. <meta name="if:Infinite scrolling" content=""/>
  14. <meta name="if:Pagination" content=""/>
  15. <meta name="text:Link 1" content="/"/>
  16. <meta name="text:Link 1 Title" content="1st page"/>
  17. <meta name="text:Link 2" content="/ask" />
  18. <meta name="text:Link 2 Title" content="ask"/>
  19. <meta name="text:Link 3" content="/archive"/>
  20. <meta name="text:Link 3 Title" content="arquivo"/>
  21. <meta name="text:Link 4" content="/random" />
  22. <meta name="text:Link 4 Title" content="random"/>
  23.  
  24. {block:Description}
  25. <meta name="description" content="{MetaDescription}" />{/block:Description}
  26. <title>
  27. {block:PostSummary}
  28. {PostSummary} - {/block:PostSummary}{Title}</title>
  29.  
  30. {block:ifinfinitescrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifinfinitescrolling}
  31.  
  32. <style type="text/css">
  33.  
  34. body {
  35. margin:0px;
  36. background-color: {color:Background};
  37. background-image:url({image:Background});
  38. background-attachment: fixed;
  39. background-repeat: repeat;}
  40. body, div, p, textarea, submit, input{font-family: georgia; font-size: 9px; line-height: 9px; letter-spacing:0px; color:{color:Text};}
  41.  
  42. p {margin:0px; margin-top:5px;}
  43.  
  44. a:link, a:active, a:visited{color: {color:Link}; text-decoration: none;}
  45. a:hover {color:{color:Hover}; text-decoration: bold;}
  46.  
  47. #cage {
  48. margin:auto;
  49. position:relative;
  50. width:810px;
  51. overflow:hidden;
  52. color: {color:Title};
  53. _margin-left:10%;}
  54.  
  55. #center {
  56. margin:auto;
  57. position:relative;
  58. width:800px; background-color:;
  59. overflow:auto;
  60. overflow-y:hidden;}
  61.  
  62. #content {
  63. float:right;
  64. width:406px;
  65. padding: 0px;
  66. margin-top:0px;
  67. margin-right: 250px;
  68. background: transparent;
  69. }
  70.  
  71. #entry {
  72. margin-top:2px;
  73. padding:2px;
  74. background: white;
  75. border: 1px solid #9c9c9c;
  76. }
  77.  
  78. #entry img{
  79. max-width:400px;
  80. }
  81.  
  82.  
  83. #entry .perma{
  84. position: absolute;
  85. width: 10px;
  86. height: 20px;
  87. overflow:hidden;
  88. text-align: center;
  89. font-size: 15px;
  90. opacity: 0.0;
  91. background-color: white;
  92. -webkit-transition: all 0.5s ease-out;
  93. -moz-transition: all 0.5s ease-out;
  94. transition: all 0.5s ease-out;
  95. }
  96.  
  97. #entry:hover .perma{
  98. width: 50px;
  99. overflow:visible;
  100. -webkit-transition: all 0.3s ease-out;
  101. -moz-transition: all 0.3s ease-out;
  102. transition: all 0.3s ease-out;
  103. opacity: .8;
  104. margin-left: 0px;
  105. }
  106.  
  107. #box1{
  108. position:fixed !important;
  109. background: white;
  110. width: 200px;
  111. margin: 2px 0px 0px 570px;
  112. height: 150px;
  113. padding: 2px;
  114. border: 1px solid #9c9c9c;
  115. }
  116.  
  117.  
  118. #sidebar {
  119. position:fixed !important;
  120. width: 100px;
  121. height: 98px;
  122. background-color:white;
  123. margin: 160px 0px 0px 670px;
  124. padding:2px;
  125. border: 1px solid #9c9c9c;
  126. }
  127.  
  128. #box2{
  129. position:fixed !important;
  130. width: 90px;
  131. height: 98px;
  132. padding: 2px;
  133. border: 1px solid #9c9c9c;
  134. margin: 160px 0px 0px 570px;
  135. background: white;
  136. }
  137.  
  138. #navigate a{
  139. background: {color:menu};
  140. display: block;
  141. color: {color:fontmenu};
  142. text-transform:uppercase;
  143. border: 1px solid {color:fontmenu};
  144. padding:3px;
  145. margin-top:2px;
  146. }
  147. #navigate a:hover{
  148. letter-spacing:1px;
  149. }
  150.  
  151. #postnotes{
  152. text-align: left;}
  153.  
  154. #postnotes blockquote{
  155. border: 0px;}
  156.  
  157. .title{
  158. font-size: 20px;
  159. line-height: 10px;
  160. margin: 2px;
  161. font-family: Verdana;
  162. color: {color:Title};
  163. letter-spacing: 1;
  164. }
  165.  
  166. .blogtitle {
  167. font-size: 12px;
  168. line-height: 9px;
  169. color: {color:Title};
  170. }
  171.  
  172. blockquote{
  173. padding:0px 0px 2px 5px;
  174. margin:2px 0px 2px 1px;
  175. border-left: 1px solid {color:Text};}
  176. blockquote p, ul{margin:0px; padding:0px;}
  177.  
  178. .chat .line{
  179. background-color:#ffffff;
  180. margin: 0 0 1px;
  181. padding: 2px;
  182. }
  183. .chat .line.odd{
  184. background-color:#F0F0F0;
  185. }
  186.  
  187. .label {font-weight:bold; color:{color:text}}
  188.  
  189. a img{border: 0px;}
  190.  
  191. .p { padding-top: 5px; }
  192. .ol, ul { margin-left: 10px; padding: 5px; }
  193. .ul { list-style-type: square; }
  194.  
  195. .albumart { margin-bottom: 0px; }
  196. .albumart img, .audio embed { width: 50px; }
  197.  
  198. .notes img{width:10px; position:left; top:3px;}
  199.  
  200. .permalink{
  201. margin-top: 1px;
  202. position: relative;
  203. margin-left: 395px;
  204. }
  205.  
  206. {font-size: 100%;}
  207.  
  208. #tumblr_controls{position: fixed!important}
  209. #tumblr_controls{position: fixed!important}
  210. #tumblr_controls{position: fixed!important}
  211. #tumblr_controls{position: fixed!important}
  212.  
  213. ::-webkit-scrollbar{width:8px;height:8px;}
  214. ::-webkit-scrollbar-button:start:decrement
  215. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  216. ::-webkit-scrollbar-track-piece{background-color:#fff;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  217. ::-webkit-scrollbar-thumb:vertical{height:50px; scrollbar-face-color:#000; background-color: #000;-webkit-border-radius:px;}
  218. ::-webkit-scrollbar-thumb:horizontal{width:50px; scrollbar-face-color:#666666; background-color:#000;-webkit-border-radius:px;}
  219.  
  220. {CustomCSS}
  221. </style>
  222. <link rel="shortcut icon" href="{Favicon}">
  223. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  224. <meta name="viewport" content="width=820" />
  225. {block:ifinfinitescrolling}<style>#toTop {display:none;text-decoration:none;position:fixed;bottom:20px;right:20px;overflow:hidden;width:30px;height:40px;border:none;text-indent:-999px;background:url(http://static.tumblr.com/hi8vwsz/Q0ull6xz3/totop.png) no-repeat left top;z-index:3000;}#toTopHover {background:url(http://static.tumblr.com/hi8vwsz/Q0ull6xz3/totop.png) no-repeat left -40px;
  226. width:30px;height:40px;display:block;overflow:hidden;float:left;opacity: 0;-moz-opacity: 0;filter:alpha(opacity=0);}
  227. #toTop:active, #toTop:focus {outline:none;}#toTop:active, #toTop:focus {outline:none;}</style>
  228.  
  229. <script type="text/javascript" src="http://static.tumblr.com/53unaru/kx3lgzker/jquery-1.3.2.min.js" charset="utf-8"></script>
  230. <script type="text/javascript" src="http://static.tumblr.com/53unaru/4jtlgzkf8/easing.js"></script>
  231. <script type="text/javascript" src="http://static.tumblr.com/53unaru/y8wlgzkbt/jquery.ui.totop.js"></script>
  232. <script type="text/javascript">
  233. $(document).ready(function() {
  234. $().UItoTop({ easingType: 'easeOutQuart' });
  235. });
  236. </script>{/block:ifinfinitescrolling}
  237. </head>
  238. <body>
  239. <div id="cage">
  240. <div id="center">
  241.  
  242.  
  243. </div>
  244. <div id="box1">
  245. <a href="/"><img src="{image:sidebar}" width=200px height=150px></a>
  246. </div>
  247. <div id="box2">
  248. <div id="navigate"><a href="{text:Link 1}">{text:Link 1 Title}</a></div>
  249. <div id="navigate"><a href="{text:Link 2}">{text:Link 2 Title}</a></div>
  250. <div id="navigate"><a href="{text:Link 3}">{text:Link 3 Title}</a></div>
  251. <div id="navigate"><a href="{text:Link 4}" >{text:Link 4 Title}</a></div>
  252. <div id="navigate"><a href="http://w-hisperss.tumblr.com">theme</a></div>
  253. </div>
  254. <div id="sidebar">
  255. <div style="overflow: auto; auto; height: 100px;">{Description}</div>
  256. {block:ifpagination}
  257. <br>
  258. {block:HasPages}{block:Pages} <a href="{URL}" class="page">{Label}</a>{/block:Pages}{/block:HasPages}{/block:HasPages}
  259.  
  260. <center>
  261.  
  262. <br>
  263. {block:PreviousPage} <a href="{PreviousPage}"><font size="2"></font></a>{/block:PreviousPage}
  264. {block:NextPage}<a href="{NextPage}"><font size="2"></font></a>{/block:NextPage}
  265. {block:PermalinkPagination}
  266. {block:PreviousPost}<a href="{PreviousPost}"><font size="1">down </font></a>{/block:PreviousPost}
  267. {block:NextPost}<a href="{NextPost}"><font size="1">up </font></a>{/block:NextPost}
  268. {/block:PermalinkPagination}{/block:ifpagination}
  269. </div>
  270.  
  271. <div id="content">
  272. {block:Posts}
  273. <div id="entry">
  274.  
  275. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="entrytext">{Body}</span><span class="permalink"><a href="{permalink}">+</a></span>{/block:text}
  276.  
  277. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}{Description}{/block:Description}<span class="permalink"><a href="{permalink}">+</a></span>{/block:link}
  278.  
  279. {block:Photo}
  280. {block:IndexPage}
  281. <div class="perma">
  282. <a href="{permalink}">{NoteCount}</a></div>
  283. {/block:IndexPage}
  284. <center>{LinkOpenTag}<a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"width=400px/></a>{LinkCloseTag}</center>{block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}{/block:Photo}
  285.  
  286. {block:Photoset}<center>{Photoset-400}</center></span><span class="permalink"><a href="{permalink}">+</a></span>{/block:Photoset}
  287.  
  288. {block:Quote}<span class="title">{Quote}</span><big><center><br>{block:Source}<i> - {Source}</i>{/block:Source}</center></big><span class="permalink"><a href="{permalink}">+</a></span>{/block:Quote}
  289.  
  290. {block:Chat}{block:title}<div id="title"><center>{Title}<br></center></div>{/block:title}<div class="chat">{block:Lines}<div class="chat"><div class="line {Alt}"><div class="{Alt} user_{UserNumber}">
  291. {block:Label}<span class="label"><b>{Label}</b></span>{/block:Label}{Line}</div></div></div>{/block:Lines}</div><span class="permalink"><a href="{permalink}">+</a></span>{/block:Chat}
  292.  
  293. {block:Audio}{block:albumart}<div class="albumart"><img src="{albumarturl}" align="left"></div>{/block:albumart}<div style="width: 300px; height: 20px;">{AudioPlayerwhite}</div><BR>{block:TrackName}<span><strong>Title</strong>:
  294. {TrackName}</span>{/block:TrackName}<br>
  295. {block:Artist}<span><strong>Artist:</strong>
  296. {Artist}</span>{/block:Artist}<br><span class="permalink"><a href="{permalink}">+</a></span>
  297. {/block:Audio}
  298.  
  299. {block:Video}<center>{Video-400}<BR></center><span class="permalink"><a href="{permalink}">+</a></span>{/block:Video}
  300.  
  301. {block:PermalinkPage}
  302. <div id="permapage">{block:caption}{caption}{/block:caption}<Br>{block:Date}{ShortMonth} {DayofMonth}{DayofMonthSuffix} {Year}{/block:Date}{block:NoteCount} · {NoteCountWithLabel}{/block:NoteCount}{block:HasTags} · Tags: {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}</div>
  303. {/block:PermalinkPage}
  304.  
  305. {block:PostNotes}{PostNotes}
  306. {/block:PostNotes}</div>{/block:Posts}
  307. </div></div>
  308. </div>
  309. </body>
  310. </html>
Advertisement
Add Comment
Please, Sign In to add comment