Advertisement
joshdevines

Theme #003

May 25th, 2012
22,549
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.52 KB | None | 0 0
  1. <head>
  2.  
  3. <!-- theme #003 by westark ~ no recreating and what not -->
  4.  
  5. <!-- DEFAULT VARIABLES -->
  6. <meta name="color:background" content="#FFFFFF" />
  7. <meta name="color:entry" content="#F3F3F3" />
  8. <meta name="color:title" content="#BDBCBB" />
  9. <meta name="color:text" content="#B8B8B8" />
  10. <meta name="color:link" content="#CCC0B2" />
  11. <meta name="color:linkhover" content="#F38910" />
  12. <meta name="color:scrollbar" content="#BBBBBB" />
  13. <meta name="color:scrollbg" content="#FFFFFF" />
  14.  
  15. <meta name="font:title" content="calibri" />
  16. <meta name="font:body" content="calibri" />
  17.  
  18. <meta name="image:sidebar" content=""/>
  19. <meta name="image:background" content="" />
  20.  
  21. <!-- LINKS -->
  22. <meta name="text:link 1" content="link 1" />
  23. <meta name="text:link 1 url" content="/" />
  24. <meta name="text:link 2" content="link 2" />
  25. <meta name="text:link 2 url" content="/" />
  26. <meta name="text:link 3" content="link 3" />
  27. <meta name="text:link 3 url" content="/" />
  28. <meta name="text:link 4" content="link 4" />
  29. <meta name="text:link 4 url" content="/" />
  30.  
  31. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  32. <title>{Title}</title>
  33. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  34. <link rel="shortcut icon" href="{Favicon}" />
  35. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  36. <style type="text/css">
  37.  
  38. ::-webkit-scrollbar {width: 10px; height:auto; background:{color:scrollbg}}
  39.  
  40. ::-webkit-scrollbar-corner {background:{color:scrollbg}}
  41.  
  42. ::-webkit-scrollbar-button:vertical {height:4px; display: block; background:{color:scrollbar}}
  43.  
  44. ::-webkit-scrollbar-button:horizontal {width: 7px; height: 4px; display: block; background:{color:scrollbar}}
  45.  
  46. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar}; border-top: 1px solid {color:scrollbg}; border-bottom: 1px solid {color:scrollbg}}
  47.  
  48. ::-webkit-scrollbar-thumb:horizontal {background: {color:scrollbg}; border: 0px solid {color:scrollbg}}
  49.  
  50. ::-webkit-scrollbar-thumb {background: {color:scrollbar}; border-top: 0pt solid {color:scrollbg}; border-bottom: 0pt solid {color:scrollbg}}
  51.  
  52. ::-webkit-scrollbar-thumb:hover {background: {color:scrollbar}; cursor:url(http://i53.tinypic.com/zycxmw.png), auto}
  53.  
  54. ::-webkit-scrollbar-track-piece {background: {color:scrollbg}; border-top: 1pt solid {color:scrollbg}; border-bottom: 1pt solid {color:scrollbg}; width:4pt}
  55.  
  56. 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}
  57.  
  58. a:link, a:active, a:visited{color: {color:link}; text-decoration:none}
  59. a:hover{color:{color:linkhover}}
  60.  
  61. small{font-size:9px}
  62. big{font-size:14px}
  63. b, strong{color:{color:text}}
  64. i, em {color:{color:text}}
  65. p{margin-top:5px; margin-bottom:5px}
  66. blockquote {padding:0px; padding-left:5px; margin:5px; border-left:2px solid {color:text}}
  67.  
  68. small{font-size:10px}
  69. big{font-size:14px}
  70. b, strong{color:{color:title}}
  71. i, em {color:{color:text}}
  72. p{margin-top:5px; margin-bottom:5px}
  73. blockquote {padding:0px; padding-left:5px; margin:5px; border-left:2px solid {color:text}}
  74.  
  75. img a{border:none; width:100%}
  76.  
  77. #container {background-color:{color:background}; width: 814px; text-align: center; margin: 0 auto -10px auto}
  78.  
  79. #entries {margin: 22px 0 -10px 260px; margin-right:0px; float:right; text-align: justify}
  80.  
  81. #entry {margin: 0px 0 0px 0; width: 500px; background-color:{color:entry}; text-align: justify; padding: 10px}
  82.  
  83. #sidebar {top: 180px; margin-left:75px; padding:0px; width: 205px; position:fixed; font-family:calibri}
  84.  
  85. #description {background-color:{color:background}; font-family:calibri; padding-top:1px; width:205px; margin-top:-20px; margin-bottom:25px; text-align:center; line-height:110%; font-size:9px; }
  86. #description img {width:185px; border:10px solid {color:entry}}
  87.  
  88. #title {font-family: LeagueGothicRegular; font-size:8px; border-bottom:1px dotted {color:link}; text-transform:uppercase; letter-spacing:2px}
  89.  
  90. #stext {text-align:center; font-family: calibri; font-size: 10px; padding:6px; border-top:0px solid {color:background}}
  91.  
  92. #pagination {font-family:calibri; text-align:center; font-size:30px; margin-bottom:2px; text-transform:none}
  93.  
  94. #linkz {margin-top:-1px; border-top:1px dotted {color:link}; font-family:calibri; text-align:center; font-size:10px; text-transform:uppercase; font-weight:none; padding:2px; letter-spacing:1px; }
  95. #linkzy {margin-top:-1px; font-family:calibri; text-align:center; font-size:10px; text-transform:uppercase; font-weight:none; padding:2px; letter-spacing:1px; }
  96.  
  97. 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}
  98.  
  99. 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}
  100.  
  101. #info {background-color:{color:background}; font-family:calibri; text-align:left; margin:7px 4px 2px 0px; padding:2px; text-transform:uppercase; font-style:none; font-size:9px; width:493px; border-left: 3px solid {color:link}; border-top: 1px dotted {color:link}}
  102.  
  103. #questions {background-color:{color:background}; color: {color:text}; padding:5px; margin-top: 2px; margin-bottom:2px; font-family:calibri; font-size:10px; text-align:center; border-left: 3px solid {color:link}; border-top: 1px dotted {color:link}}
  104.  
  105. .audio{background-color:black; display:block}
  106.  
  107. .user_1 .label {color:{color:link}; font-weight:bold}
  108. .user_2 .label {color:{color:text}; font-weight:bold}
  109. .user_3 .label {color:{color:link}; font-weight:bold}
  110. .user_4 .label {color:{color:text}; font-weight:bold}
  111. .user_5 .label {color:{color:link}; font-weight:bold}
  112. .user_6 .label {color:{color:text}; font-weight:bold}
  113. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px}
  114.  
  115. .notes img{width:10px; position:relative; top:1px}
  116. ol.notes, .notes li{width:490px; list-style:none; margin:0px 0 -1px 5px; padding:0px}
  117.  
  118. </style>
  119. <style type="text/css">{CustomCSS}</style>
  120. </head>
  121.  
  122. <body>
  123.  
  124.  
  125. <div id="container">
  126. <div id="sidebar">
  127. <div id="description">
  128. <div id="title">
  129. <center><a href="/">{title}</div></a></center>
  130. <center><img src="{image:sidebar}"></center>
  131. <div id="linkz"><center>
  132. {block:PreviousPage}<a href="{PreviousPage}">-</a>{/block:PreviousPage} ·
  133. R<a href="/">EFRESH</a> ·
  134. M<a href="/ask">ESSAGE</a> ·
  135. T<a href="http://www.westark.tumblr.com/themage">HEME</a> ·
  136. {block:NextPage}<a href="{NextPage}">+</a>{/block:NextPage}{/block:Pagination}
  137. </div>
  138. <div id="stext">{Description}<br><br>
  139. <div id="linkzy">
  140. <a href="{text:link 1 url}">{text:link 1}</a> ·
  141. <a href="{text:link 2 url}">{text:link 2}</a> ·
  142. <a href="{text:link 3 url}">{text:link 3}</a> ·
  143. <a href="{text:link 4 url}">{text:link 4}</a></div>
  144. </div></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}posted: <a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount}, with: <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">{ReblogParentName}</a> + {/block:RebloggedFrom}{block:ContentSource} source: <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}<br>
  174.  
  175. {block:HasTags}{block:Tags}# <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