Advertisement
joshdevines

Theme #005 (Pagination under description)

Jun 17th, 2012
6,642
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.78 KB | None | 0 0
  1. <head>
  2.  
  3. <!-- theme #005 by westark ~ no recreating and what not -->
  4.  
  5. <!-- DEFAULT VARIABLES -->
  6. <meta name="color:background" content="#FFFFFF" />
  7. <meta name="color:text" content="#B8B8B8" />
  8. <meta name="color:linkcolor" content="#CCC0B2" />
  9. <meta name="color:linkhover" content="#F38910" />
  10. <meta name="color:linkbar" content="#FDFDFD" />
  11. <meta name="color:entry" content="#FDFDFD" />
  12. <meta name="color:tags" content="#FDFDFD" />
  13. <meta name="color:scrollbar" content="#BBBBBB" />
  14. <meta name="color:scrollbg" content="#FFFFFF" />
  15.  
  16. <meta name="font:title" content="calibri" />
  17. <meta name="font:body" content="calibri" />
  18.  
  19. <meta name="image:sidebar" content=""/>
  20. <meta name="image:background" content="" />
  21.  
  22. <!-- LINKS -->
  23. <meta name="text:link 1" content="link 1" />
  24. <meta name="text:link 1 url" content="/" />
  25. <meta name="text:link 2" content="link 2" />
  26. <meta name="text:link 2 url" content="/" />
  27. <meta name="text:link 3" content="link 3" />
  28. <meta name="text:link 3 url" content="/" />
  29. <meta name="text:link 4" content="link 4" />
  30. <meta name="text:link 4 url" content="/" />
  31.  
  32. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  33. <title>{Title}</title>
  34. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  35. <link rel="shortcut icon" href="{Favicon}" />
  36. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  37. <style type="text/css">
  38.  
  39. @font-face {
  40. font-family: "pacifico";
  41. src: url(http://static.tumblr.com/ufwwwyn/Do8m4xui1/pacifico.ttf) format("truetype");
  42. }
  43.  
  44. ::-webkit-scrollbar {width: 10px; height:auto; background:{color:scrollbg}}
  45.  
  46. ::-webkit-scrollbar-corner {background:{color:scrollbg}}
  47.  
  48. ::-webkit-scrollbar-button:vertical {height:4px; display: block; background:{color:scrollbar}}
  49.  
  50. ::-webkit-scrollbar-button:horizontal {width: 7px; height: 4px; display: block; background:{color:scrollbar}}
  51.  
  52. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar}; border-top: 1px solid {color:scrollbg}; border-bottom: 1px solid {color:scrollbg}}
  53.  
  54. ::-webkit-scrollbar-thumb:horizontal {background: {color:scrollbg}; border: 0px solid {color:scrollbg}}
  55.  
  56. ::-webkit-scrollbar-thumb {background: {color:scrollbar}; border-top: 0pt solid {color:scrollbg}; border-bottom: 0pt solid {color:scrollbg}}
  57.  
  58. ::-webkit-scrollbar-thumb:hover {background: {color:scrollbar}; cursor:url(http://i53.tinypic.com/zycxmw.png), auto}
  59.  
  60. ::-webkit-scrollbar-track-piece {background: {color:scrollbg}; border-top: 1pt solid {color:scrollbg}; border-bottom: 1pt solid {color:scrollbg}; width:4pt}
  61.  
  62. body {color:{color:text}; background-color:{color:background}; background-image: url('{image:Background}'); background-attachment:fixed; font-family:calibri; font-size:10px; line-height:100%; text-align:justify}
  63.  
  64. a:link, a:active, a:visited{color: {color:linkcolor}; text-decoration:none}
  65. a:hover{color:{color:linkhover}}
  66.  
  67. small{font-size:9px}
  68. big{font-size:14px}
  69. b, strong{color:{color:text}}
  70. i, em {color:{color:text}}
  71. p{margin-top:5px; margin-bottom:5px}
  72. blockquote {padding:0px; padding-left:5px; margin:5px; border-left:2px solid {color:text}}
  73.  
  74. img a{border:none; width:100%}
  75.  
  76. #container {background-color:{color:background}; width: 814px; text-align: center; margin: 0 auto -10px auto}
  77.  
  78. #entries {margin: 22px 0 -10px 260px; margin-right:0px; float:right; text-align: justify}
  79.  
  80. #entry {margin: 0px 0 0px 0; width: 500px; background-color:{color:background}; text-align: justify; padding: 10px}
  81.  
  82. #title {font-family: pacifico; font-size:15px; text-transform:none; letter-spacing:2px; line-height:100%;}
  83.  
  84. #sidebar {top: 210px; margin-left:95px; padding:0px; width: 250px; position:fixed; font-family:calibri}
  85.  
  86. #description {background-color:transparent; font-family:calibri; padding-top:1px; width:190px; margin-top:-20px; margin-bottom:5px; text-align:center; line-height:110%; font-size:9px; }
  87. #description img {max-width:160px; border: 15px solid {color:entry}}
  88.  
  89. #stext {text-align:center; font-family: calibri; font-size: 10px; padding:6px; border-top:0px solid {color:background}}
  90.  
  91. #pagination {font-family:calibri; text-align:center; font-size:30px; margin-bottom:2px; text-transform:none}
  92.  
  93. #linkz {background-color:{color:linkbar}; margin-bottom:6px; font-family:calibri; text-align:center; font-size:10px; text-transform:uppercase; font-weight:none; padding:5px; border-top: 5px solid {color:background}; border-bottom: 1px dotted {color:linkcolor}}
  94. #linkzy {background-color:transparent; width: auto; margin-top:3px; font-family:calibri; text-align:center; font-size:10px; text-transform:uppercase; font-weight:none; padding:1px;}
  95.  
  96. h1{color:{color:text}; font-family:calibri; font-size:12px; line-height:12px; letter-spacing:0px; font-weight:bold; text-transform:uppercase; margin:0px; padding:0px; text-align:left}
  97.  
  98. h2{color:{color:title}; font-family:{font:title}; font-size:12px; line-height:12px; letter-spacing:0px; font-weight:normal; text-transform:none; margin:0px; padding:0px; margin-bottom:-0px; text-align:left}
  99.  
  100. #info {background-color:{color:entry}; font-family:calibri; text-align:center; margin:7px 2px 2px 0px; padding:5px; text-transform:uppercase; font-style:none; font-size:10px; width:492px; border-bottom: 1px dotted {color:linkcolor}}
  101.  
  102. #tags {background-color:{color:tags}; font-family:calibri; text-align:center; margin:3px 4px 2px 0px; padding:2px; text-transform:uppercase; font-style:none; font-size:8px; width:498px;}
  103.  
  104. #questions {background-color:{color:linkbar}; color: {color:text}; padding:5px; margin-top: 4px; margin-bottom:2px; font-family:calibri; font-size:10px; text-align:center;}
  105.  
  106. #pagination {font-family:calibri; text-align:center; font-size:30px; margin-bottom:2px; text-transform:none}
  107.  
  108. .audio{background-color:black; display:block}
  109.  
  110. .user_1 .label {color:{color:link}; font-weight:bold}
  111. .user_2 .label {color:{color:text}; font-weight:bold}
  112. .user_3 .label {color:{color:link}; font-weight:bold}
  113. .user_4 .label {color:{color:text}; font-weight:bold}
  114. .user_5 .label {color:{color:link}; font-weight:bold}
  115. .user_6 .label {color:{color:text}; font-weight:bold}
  116. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px}
  117.  
  118. .notes img{width:10px; position:relative; top:1px}
  119. ol.notes, .notes li{width:490px; list-style:none; margin:0px 0 -1px 5px; padding:0px}
  120.  
  121. </style>
  122. <style type="text/css">{CustomCSS}</style>
  123. </head>
  124.  
  125. <body>
  126.  
  127.  
  128. <div id="container">
  129. <div id="sidebar">
  130. <div id="description">
  131. <div id="linkz">
  132. <div id="title"><a href="/">{title}</a></div>
  133. <a href="/">REFRESH</a>&nbsp;
  134. <a href="/ask">MESSAGE</a>&nbsp;
  135. <a href="http://www.westark.tumblr.com">CREDIT</a>&nbsp;
  136. <center><img src="{image:sidebar}"></center>
  137. <div id="linkzy">
  138. <a href="{text:link 1 url}">{text:link 1}</a>&nbsp;
  139. <a href="{text:link 2 url}">{text:link 2}</a>&nbsp;
  140. <a href="{text:link 3 url}">{text:link 3}</a>&nbsp;
  141. <a href="{text:link 4 url}">{text:link 4}</a>&nbsp;</div></div>
  142. <div id="stext">{Description}</div>
  143. <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">-</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">+</a><br />{/block:NextPage}{/block:Pagination}</div>
  144. </div></div>
  145.  
  146.  
  147. <div id="entries">
  148. {block:Posts}
  149. <div id="entry">
  150.  
  151. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  152.  
  153. {block:Quote}<h2>โ€œ{Quote}โ€ โ€” {Source}</h2>{/block:Quote}
  154.  
  155. {block:Link}<a href="{URL}"><h1>ยป {Name}</h1></a>
  156. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  157.  
  158. {block:Photo}<center><img src="{PhotoURL-500}"/></center>
  159. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  160.  
  161. {block:Photoset}<center>{Photoset-500}</center>
  162. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  163.  
  164. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  165.  
  166. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  167.  
  168. {block:Answer}<div id="questions"><b>{Asker} wondered:</b> <br>{Question}</div>
  169. {Answer}{/block:answer}
  170.  
  171. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  172.  
  173. <div id="info">{block:Date}shared <a href="{Permalink}">{TimeAgo}</a> on {month}/{dayofmonth}/{year}{/block:Date}{block:NoteCount}, with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}.<br>{block:RebloggedFrom}reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a>, {/block:RebloggedFrom}{block:ContentSource}originally from <a href="{SourceURL}">{SourceLink}</a>.{/block:ContentSource}</div>
  174.  
  175. <div id="tags">{block:HasTags}{block:Tags}x <a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></div>
  176.  
  177. <br />
  178.  
  179. {/block:Posts}
  180.  
  181. {block:PostNotes}{PostNotes}{/block:PostNotes}<br />
  182.  
  183. </div></div>
  184.  
  185. </body>
  186.  
  187. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement