Advertisement
joshdevines

Theme #019

May 7th, 2013
4,709
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.09 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.  
  6. <!-- #019/WESTARK;
  7. steal this and i will steal your children
  8. and eat them-->
  9.  
  10. <!-- DEFAULT VARIABLES -->
  11. <meta name="color:background" content="#FFFFFF" />
  12. <meta name="color:text" content="#616161" />
  13. <meta name="color:entry" content="#FFFFFF" />
  14. <meta name="color:sidebar" content="#FFFFFF" />
  15. <meta name="color:link" content="#727272" />
  16. <meta name="color:linkblock" content="#727272" />
  17. <meta name="color:linkblock2" content="#E6E6E6" />
  18. <meta name="color:linkhover" content="#E9E7E6" />
  19. <meta name="color:scrollbar" content="#616161" />
  20. <meta name="color:scrollbg" content="#FFFFFF" />
  21.  
  22. <meta name="image:sidebar" content=""/>
  23. <meta name="image:background" content=""/>
  24.  
  25. <!-- LINKS -->
  26. <meta name="text:link 1" content="link 1" />
  27. <meta name="text:link 1 url" content="/" />
  28. <meta name="text:link 2" content="link 2" />
  29. <meta name="text:link 2 url" content="/" />
  30. <meta name="text:link 3" content="link 3" />
  31. <meta name="text:link 3 url" content="/" />
  32. <meta name="text:link 4" content="link 4" />
  33. <meta name="text:link 4 url" content="/" />
  34.  
  35. <!-- IF SHOWS -->
  36. <meta name="if:Show Link1" content="1"/>
  37. <meta name="if:Show Link2" content="1"/>
  38. <meta name="if:Show Link3" content="1"/>
  39. <meta name="if:Show Link4" content="1"/>
  40.  
  41. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  42. <title>{Title}</title>
  43. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  44. <link rel="shortcut icon" href="{Favicon}" />
  45. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  46.  
  47. <style type="text/css">
  48.  
  49. ::-webkit-scrollbar {width: 10px; height:auto; background:{color:scrollbg}}
  50. ::-webkit-scrollbar-corner {background:{color:scrollbg}}
  51. ::-webkit-scrollbar-button:vertical {height:4px; display: block; background:{color:scrollbar}}
  52. ::-webkit-scrollbar-button:horizontal {width: 7px; height: 4px; display: block; background:{color:scrollbar}}
  53. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar}; border-top: 1px solid {color:scrollbg}; border-bottom: 1px solid {color:scrollbg}}
  54. ::-webkit-scrollbar-thumb:horizontal {background: {color:scrollbg}; border: 0px solid {color:scrollbg}}
  55. ::-webkit-scrollbar-thumb {background: {color:scrollbar}; border-top: 0pt solid {color:scrollbg}; border-bottom: 0pt solid {color:scrollbg}}
  56. ::-webkit-scrollbar-thumb:hover {background: {color:scrollbar}; cursor:url(http://i53.tinypic.com/zycxmw.png), auto}
  57. ::-webkit-scrollbar-track-piece {background: {color:scrollbg}; border-top: 1pt solid {color:scrollbg}; border-bottom: 1pt solid {color:scrollbg}; width:4px}
  58.  
  59. body {color:{color:text}; background-color:{color:background}; background-attachment:fixed; font-family:arial; font-size:10px; line-height:100%; text-align:justify; font-style:normal}
  60.  
  61. a:link, a:active, a:visited {color:{color:link}; text-decoration:none;}
  62. a:hover {color:#000000;}
  63.  
  64. small{font-size:10px;}
  65. big{font-size:14px;}
  66. b, strong{color:{color:title}}
  67. i, em {}
  68. p{margin-top:5px; margin-bottom:5px}
  69. blockquote {margin:11px; background:#fff; padding-left:7px; border-left:4px solid #808080}
  70.  
  71. img a{border:none; width:100%}
  72.  
  73. h1{color:{color:text}; font-family:cambria; font-size:12px; line-height:12px; letter-spacing:0px; font-weight:bold; text-transform:uppercase; margin:0px; padding:0px; text-align:left}
  74. 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}
  75.  
  76. #sizer {width: 534px; height:670px; text-align: center; margin: -20px auto 10px 360px}
  77. #entries {margin-top:109px; margin-left:90px; text-align: justify; width:560px; padding:10px;}
  78. #entry {background:white; width: 500px; text-align: justify; padding: 8px; opacity:1; margin-bottom:50px;}
  79. #entries :hover #info {opacity:1; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  80.  
  81. #sidebar {top:-32px; margin-left:-615px; width:120px; height:100%; padding-left:500px; padding-top:130px; position:fixed;}
  82.  
  83. .links {text-transform:none; margin-top:2px; padding:10px; border-bottom:3px double #f9f9f9; text-align:center; font-family:arial; color:{color:link}; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; margin-bottom:10px}
  84. .links a {-webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; font-size:9px; padding:2px;}
  85. .links a:hover {-webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; opacity:0;}
  86.  
  87. .pagination {opacity:.9; font-size:10px; font-style:none; text-align:right}
  88. .pagination a{color:{color:link}; margin-bottom:3px; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  89. .pagination a:hover {opacity:0; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; }
  90.  
  91. #textytitle {text-align:left; font-size:16px; padding-bottom:3px; font-style:italic;}
  92.  
  93. #about {margin-left:px; background:white; width:165px; margin-top:0px; padding:10px; line-height:130%; {color:linkblock}; text-align:right}
  94. #about a {color:{color:linkblock}; font-size:9px; }
  95. #about a:hover {opacity:0; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  96. #about img {width:145px; border:3px double #f9f9f9; padding:7px; }
  97. #sidebar:hover .addy {opacity:1}
  98.  
  99. #infotitle {font-size:15px; font-family:georgia; font-style:italic; border-bottom:1px dashed #f9f9f9; padding:3px; text-align:left}
  100.  
  101. #tptitle {padding:10px; background-color:#fcfcfc; color:{color:link}; text-align:center; font-size:13px; text-transform:lowercase; font-style:italic; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; border-bottom: 1px dashed #fdfdfd}
  102. #tptitle a {color:{color:linkblock2}}
  103. #tptitle a:hover {color:{color:linkblock}; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  104.  
  105. #quotetitle {font-size:10px; padding:10px; background-color:#fcfcfc; color:{color:link}; text-align:center; font-style:italic; letter-spacing:1px; text-transform:uppercase}
  106. #quoter {text-align:right; font-size:8px; text-transform:uppercase; letter-spacing:3px; padding:2px; color:{color:linkblock1}}
  107.  
  108. #info {position:absolute; width:200px; text-align:left; font-family:trebuchet ms; text-transform:uppercase; font-size:7px; padding-top:8px; padding-bottom:5px; margin-left:510px; letter-spacing:1px; opacity:1; margin-bottom:12px; margin-top:3px; line-height:100%; color:{color:link}; opacity:0}
  109.  
  110. #info2 {text-align:left; width:490px; font-family:trebuchet ms; text-transform:uppercase; font-size:7px; padding:5px; letter-spacing:1px; opacity:1; margin-top:12px; line-height:200%; color:{color:link}; border-top:1px solid #f9f9f9}
  111. #info2 a:hover {display:inline-block; opacity:1; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  112. #info2 a{background:#fafafa; padding:2px; opacity:1; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  113.  
  114. #questions {background-color:#fcfcfc; width:470px; padding:15px; font-family:calibri; font-size:8px; line-height:80%; text-align:center; text-transform:uppercase; color:{color:scrollbar}; padding:px; border-bottom:1px solid #f9f9f9}
  115. #questions a {color:{color:text}}
  116. #asker {font-family:arial; width:484px; font-size:10px; background-color:#fafafa; color:{color:text}; padding:6px; text-transform:lowercase}
  117. #asker a {color:{color:text};}
  118. #answer {padding:4px;}
  119.  
  120. .moarlinks {font-family:arial; word-spacing:1px; margin-top:10px; padding:2px; text-align:right;}
  121. .moarlinks a {display:inline-block; background:#fafafa; text-transform:lowercase; padding:4px; font-size:9px;}
  122.  
  123. #title {width:461px; text-align:center; margin-top:80px; padding:20px; margin-left:8px; margin-bottom:40px; color:{color:text}; font-family:georgia; font-size:21px; line-height:70%; background:#fafafa}
  124. .title {background:#fafafa; padding:4px; margin-top:10px; text-align:center}
  125.  
  126. #audio {padding:20px; background-color:#fcfcfc}
  127. .audiobg {width:400px; background:white; padding:30px}
  128. .audiolinks {width:400px; display:block; background-color:#ffffff; margin-top:2px; margin-bottom:1px; padding:2px; border-left:3px solid gray; margin-left:53px}
  129. .audiolinksimg {float:left; margin-top:2px; margin-left:px}
  130. .audiolinksimg img {background-color:#f9f9f9; width:45px; height:45px; padding:1px; border:1px dashed #fff; border-radius:200px}
  131.  
  132. .grey {background-color:#fcfcfc; color:{color:link}; }
  133. .white {background-color:white; color:#fcfcfc;}
  134.  
  135. .user_1 .label {padding:1px}
  136. .user_2 .label {padding:1px;}
  137. .user_3 .label {padding:1px}
  138. .user_4 .label {padding:1px}
  139. .user_5 .label {padding:1px}
  140. .user_6 .label {padding:1px}
  141. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:4px; line-height:130%}
  142.  
  143. #cred {position:fixed; font-family:calibri; font-size:9px; text-transform:uppercase; bottom:13px; right:13px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
  144. #cred a {border-radius:100%; border:1px solid #f9f9f9; display:block; padding:9px; background-color:#fcfcfc; color:{color:link}}
  145. #cred a:hover {-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; border:1px solid {color:link}; }
  146.  
  147. .notes img{width:10px; position:relative; top:1px}
  148.  
  149. ol.notes, .notes li{width:490px; list-style:none; margin:0px 0 -1px 5px; padding:0px}
  150.  
  151. </style><style type="text/css">{CustomCSS}</style></head>
  152. <body onkeydown="return false">
  153.  
  154. <div id="sizer">
  155. <div id="sidebar">
  156. <div id="texty">
  157. <div id="about">
  158. <center><img src="{image:sidebar}"></center>
  159. <div class="title">{title}</div>
  160. <div class="links">
  161. <a href="/">refresh</a> /
  162. <a href="/ask">message</a> /
  163. <a href="/archive">archive</a>
  164. </div>{Description}<br><div class="moarlinks">
  165. {Block:ifShowLink1}<a href="{text:link 1 url}">{text:link 1}</a>{/Block:ifShowLink1}
  166. {Block:ifShowLink2}<a href="{text:link 2 url}">{text:link 2}</a>{/Block:ifShowLink2}
  167. {Block:ifShowLink3}<a href="{text:link 3 url}">{text:link 3}</a>{/Block:ifShowLink3}
  168. {Block:ifShowLink4}<a href="{text:link 4 url}">{text:link 4}</a>{/Block:ifShowLink4}
  169. </div><br><div class="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><small>newer</small></a>{/block:PreviousPage} {/block:Pagination}{block:Pagination} — {block:NextPage}<a href="{NextPage}"><small>older</small></a>{/block:NextPage}{/block:Pagination}{/block:Pagination}</div></div>
  170. </div></div>
  171.  
  172.  
  173. <div id="entries">
  174. {block:Posts}
  175. <div id="entry">
  176.  
  177. <div id="info">{block:Date}<a href="{Permalink}">{DayOfMonth}{DayOfMonthSuffix}, {DayOfWeek}</a><br>{TimeAgo}{/block:Date}{block:NoteCount}<br>— {NoteCount} notes{block:ContentSource}<br>© <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}{block:RebloggedFrom}<br>@<a href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}</a>{/block:NoteCount}<br><a href="{ReblogURL}" target="_blank">→ <u>Reblog</u></a></div>
  178.  
  179. {block:Text}{block:Title}<div id="tptitle">{Title}</div>{/block:Title}{Body}{/block:Text}
  180.  
  181. {block:Quote}<div id="quotetitle">“{Quote}”</div> <div id="quoter">— {Source}</div>{/block:Quote}
  182.  
  183. {block:Link}<a href="{URL}"><div id="tptitle">{Name}</div></a>
  184. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  185.  
  186. {block:Photo}<center><img src="{PhotoURL-500}"/></center>
  187. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  188.  
  189. {block:Photoset}<center>{Photoset-500}</center>
  190. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  191.  
  192. {block:Chat}<div class="grey"><ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</div></ul>{/block:Chat}
  193.  
  194. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  195.  
  196. {block:Answer}<div id="asker"><b>{asker}</b> asked: {Question}</div><div id="answer">{Answer}</div>{/block:answer}
  197.  
  198. {block:Audio}<div id="audio"><div class="audiobg"><center>{AudioPlayerWhite}</center></div>{block:Artist}{block:AlbumArt}<div class="audiolinksimg"><img src="{AlbumArtURL}" align="left" style="margin-right:10px"/></div>{/block:AlbumArt}<div class="audiolinks"><u>Artist</u>: <b>{Artist}</b></div>{/block:Artist}{block:TrackName}<div class="audiolinks"><u>Track</u>: <b>{TrackName}</b></div>{/block:TrackName}<div class="audiolinks"><u>Played</u>: <b>{playcount}</b> times.</div></div>{Caption}{/block:Audio}
  199.  
  200. <div id="info2"><div class="tags">Files: {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}</div></div></div>{/block:Posts}
  201.  
  202. <div id="notes">{block:PostNotes}{PostNotes}</div>{/block:PostNotes}<br>
  203.  
  204. </div>
  205.  
  206. <div id="cred"><a href="http://westark.tumblr.com">WS</a></div>
  207.  
  208. </body>
  209.  
  210. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement