Advertisement
joshdevines

Theme #010

Aug 9th, 2012
16,684
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.17 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2.  
  3. <head>
  4.  
  5. <!-- theme #010 by westark ~ no recreating and what not -->
  6.  
  7. <!-- DEFAULT VARIABLES -->
  8. <meta name="color:background" content="#fffbf3" />
  9. <meta name="color:border" content="#f7e3d9" />
  10. <meta name="color:text" content="#c0a8a4" />
  11. <meta name="color:link" content="#a08985" />
  12. <meta name="color:linkhover" content="#c5a391" />
  13. <meta name="color:scrollbar" content="#c0a19b" />
  14. <meta name="color:scrollbg" content="#fffbf3" />
  15.  
  16. <meta name="font:title" content="georgia" />
  17. <meta name="font:body" content="georgia" />
  18.  
  19. <meta name="image:sidebar" content=""/>
  20. <meta name="image:icon" content=""/>
  21. <meta name="image:background" content="" />
  22.  
  23. <!-- IF SHOWS -->
  24. <meta name="if:Show Link1" content="1"/>
  25. <meta name="if:Show Link2" content="1"/>
  26. <meta name="if:Show Link3" content="1"/>
  27. <meta name="if:Show Link4" content="1"/>
  28. <meta name="if:Show Link5" content="1"/>
  29. <meta name="if:Show Link6" content="1"/>
  30.  
  31. <!-- LINKS -->
  32.  
  33. <meta name="text:link 1" content="link 1" />
  34. <meta name="text:link 1 url" content="/" />
  35. <meta name="text:link 2" content="link 2" />
  36. <meta name="text:link 2 url" content="/" />
  37. <meta name="text:link 3" content="link 3" />
  38. <meta name="text:link 3 url" content="/" />
  39. <meta name="text:link 4" content="link 4" />
  40. <meta name="text:link 4 url" content="/" />
  41. <meta name="text:link 5" content="link 5" />
  42. <meta name="text:link 5 url" content="/" />
  43. <meta name="text:link 6" content="link 6" />
  44. <meta name="text:link 6 url" content="/" />
  45.  
  46.  
  47. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  48. <title>{Title}</title>
  49. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  50. <link rel="shortcut icon" href="{Favicon}" />
  51. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  52. <style type="text/css">
  53.  
  54.  
  55. ::-webkit-scrollbar {width: 10px; height:auto; background:{color:scrollbg}}
  56.  
  57. ::-webkit-scrollbar-corner {background:{color:scrollbg}}
  58.  
  59. ::-webkit-scrollbar-button:vertical {height:4px; display: block; background:{color:scrollbar}}
  60.  
  61. ::-webkit-scrollbar-button:horizontal {width: 7px; height: 4px; display: block; background:{color:scrollbar}}
  62.  
  63. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar}; border-top: 1px solid {color:scrollbg}; border-bottom: 1px solid {color:scrollbg}}
  64.  
  65. ::-webkit-scrollbar-thumb:horizontal {background: {color:scrollbg}; border: 0px solid {color:scrollbg}}
  66.  
  67. ::-webkit-scrollbar-thumb {background: {color:scrollbar}; border-top: 0pt solid {color:scrollbg}; border-bottom: 0pt solid {color:scrollbg}}
  68.  
  69. ::-webkit-scrollbar-thumb:hover {background: {color:scrollbar}; cursor:url(http://i53.tinypic.com/zycxmw.png), auto}
  70.  
  71. ::-webkit-scrollbar-track-piece {background: {color:scrollbg}; border-top: 1pt solid {color:scrollbg}; border-bottom: 1pt solid {color:scrollbg}; width:4pt}
  72.  
  73. 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}
  74.  
  75. a:link, a:active, a:visited{color: {color:link}; text-decoration:none}
  76. a:hover{opacity:.6; padding:0px; -webkit-transition:all 0.2s ease-out; -moz-transition:all 0.2s ease-out; transition:all 0.2s ease-out; color:{color:linkhover};}
  77.  
  78. @font-face {font-family: "Meow"; src: url(http://static.tumblr.com/kauezwz/YlIlz8nop/theonlyexception.ttf) format("truetype");}
  79. p.customfont {font-family: "Meow", Georgia;}
  80.  
  81.  
  82. small{font-size:10px}
  83. big{font-size:14px; }
  84. b, strong{color:{color:text}}
  85. i, em {color:{color:text}}
  86. p{margin-top:5px; margin-bottom:5px}
  87. blockquote {padding:0px; padding-left:5px; margin:5px; border-left:2px solid {color:text}}
  88.  
  89. img a{border:none; width:100%}
  90.  
  91. #container {background-color:{color:background}; width: 850px; text-align: center; margin: 0 auto -10px auto; overflow:show; z-index:999;}
  92.  
  93. #entries {margin: 12px 20px 0px 260px; float:right; text-align: justify}
  94.  
  95. #entry {width: 500px; background-color:transparent; text-align: justify; padding: 4px; border:2px solid transparent}
  96.  
  97. #sidebar {top: 190px; margin-left:50px; position:absolute; padding:2px; width: 260px; font-family:calibri; position:fixed; }
  98.  
  99. #description {font-family:calibri; padding:7px; width:210px; margin-top:-25px; margin-left:40px; margin-bottom:0px; text-align:center; line-height:95%; font-size:9px; }
  100. #description a:hover {background-color:transparent; width:210px; }
  101.  
  102. #stext {width:117px; margin-left:72px; text-align:left; font-family: calibri; font-size: 10px; line-height:70%; padding-left:11px; padding-right:11px; padding-top:3px; padding-bottom:3px; }
  103.  
  104. #sicon {position:fixed; margin-left:11px}
  105. #sicon img {border:2px solid {color:border}; position:absolute; width:64px; height:64px; border-radius:0px;}
  106. #sicon img:hover {opacity:.6}
  107.  
  108. #imagery {width:210px}
  109. #imagery img {width:185px; border:2px solid {color:border}}
  110.  
  111. #links {padding-top:1px; padding-bottom:4px;}
  112. #links a {font-family:calibri; font-size:10px; font-style:none; text-align:center; text-transform:none; margin-bottom:-2px}
  113. #links a:hover {font-style:normal; letter-spacing:1px;}
  114.  
  115. h1{color:{color:text}; font-family:calibri; font-size:14px; line-height:12px; letter-spacing:0px; font-weight:bold; text-transform:none; margin:0px; padding:0px; text-align:left}
  116. h2{color:{color:title}; font-family:calibri; 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}
  117.  
  118. #info {opacity:.6; font-family:calibri; text-align:left; margin-top:4px; padding-top:3px; padding-left:-20px; margin-left:0px; text-transform:uppercase; font-style:none; font-size:10px; line-height:80%; border-top: 1px solid {color:border};}
  119. #tags {background-color:transparent; font-family:arial; text-align:left; padding:0px; text-transform:lowercase; font-style:none; font-size:9px; margin-bottom:5px; opacity:.5}
  120.  
  121. #question {background-color:transparent; padding:2px; font-family:calibri; font-size:10px; text-align:left; font-weight:bold; text-transform:normal;}
  122. #answer {margin-top:1px; padding:0px;}
  123.  
  124. #title {width:155px; font-family: meow; font-size:15px; text-transform:lowercase; font-weight:none; font-style:none; padding-left:11px; padding-right:11px; padding-top:6px; padding-bottom:3px; margin-left:17px; border-bottom: 1px dotted {color:text};}
  125.  
  126. #arrow {position:absolute; padding-bottom:-7px; text-align:left; margin-left:17px; font-size:20px; color:{color:border}; }
  127.  
  128. .user_1 .label {color:{color:text}; font-weight:bold}
  129. .user_2 .label {color:{color:link}; font-weight:bold}
  130. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px}
  131.  
  132. .notes img{width:10px; position:relative; top:1px}
  133. ol.notes, .notes li{width:490px; list-style:none; margin:0px 0 -1px 5px; padding:0px}
  134.  
  135. </style>
  136. <style type="text/css">{CustomCSS}</style>
  137. </head>
  138.  
  139. <body>
  140.  
  141.  
  142. <div id="container">
  143. <div id="sidebar">
  144. <div id="description">
  145. <div id="imagery"><center><a href="/"><img src="{image:sidebar}"></a></center></div>
  146. <div id="arrow">▼</div>
  147. <div id="title"><a href="/">{title}</a></div>
  148. <div id="links">
  149. <a href="/">INDEX</a> x
  150. <a href="/ask">MESSAGE</a> x
  151. <a href="/archive">ARCHIVE</a> x
  152. <a href="http://www.westark.tumblr.com">CREDIT</a>
  153. </div>
  154. <div id="sicon"><a href="/"><img src="{image:icon}"></a></div>
  155. <div id="stext">{Description}<br><br>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage} <u>{CurrentPage} of {TotalPages} pages</u> {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}<br><br>
  156. <div id="links">
  157. {Block:ifShowLink1}<a href="{text:link 1 url}">{text:link 1}</a>&nbsp;{/Block:ifShowLink1}
  158. {Block:ifShowLink2}<a href="{text:link 2 url}">{text:link 2}</a>&nbsp;{/Block:ifShowLink2}
  159. {Block:ifShowLink3}<a href="{text:link 3 url}">{text:link 3}</a>&nbsp;{/Block:ifShowLink3}<br>
  160. {Block:ifShowLink4}<a href="{text:link 4 url}">{text:link 4}</a>&nbsp;{/Block:ifShowLink4}
  161. {Block:ifShowLink5}<a href="{text:link 5 url}">{text:link 5}</a>&nbsp;{/Block:ifShowLink5}
  162. {Block:ifShowLink6}<a href="{text:link 6 url}">{text:link 6}</a>{/Block:ifShowLink6}</div><br><br></div></div></div>
  163.  
  164. <div id="entries">
  165. {block:Posts}
  166. <div id="entry">
  167.  
  168. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  169.  
  170. {block:Quote}<h2>“{Quote}” — {Source}</h2>{/block:Quote}
  171.  
  172. {block:Link}<a href="{URL}"><h1>> {Name}</h1></a>
  173. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  174.  
  175. {block:Photo}<center><img src="{PhotoURL-500}"/></center>
  176. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  177.  
  178. {block:Photoset}<center>{Photoset-500}</center>
  179. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  180.  
  181. {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}
  182.  
  183. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  184.  
  185. {block:Answer}<div id="questions"><b>{Asker}</b> -> {Question}</div>
  186. <div id="answer">{Answer}</div>{/block:answer}
  187.  
  188. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="84px" height="84px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerblack}<br></span>
  189. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  190. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  191. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times
  192. {block:Caption}{Caption}{/block:Caption}{/block:Audio}
  193.  
  194. <div id="info">{block:Date}shared <a href="{Permalink}">{TimeAgo}</a> on {month}/{dayofmonth}/{year}{/block:Date}{block:RebloggedFrom} » <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}{block:ContentSource}<a href="{SourceURL}">, orig</a>{/block:ContentSource}<div style="float:right">{block:NoteCount}(<a href="{Permalink}">{NoteCountWithLabel}</a>){/block:NoteCount}</div></div>
  195.  
  196. <div id="tags">{block:HasTags}<span style="font-size:7px">►</span>{block:Tags} <a href="{TagURL}"><u>{Tag}</u></a> {/block:Tags}{/block:HasTags}</div></div
  197.  
  198. <br />
  199.  
  200. {/block:Posts}
  201.  
  202. {block:PostNotes}{PostNotes}{/block:PostNotes}<br />
  203.  
  204. </div></div>
  205.  
  206. </body>
  207.  
  208. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement