Advertisement
joshdevines

Theme #020

Jun 24th, 2013
7,994
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.93 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. <!-- #020; joshdevines-->
  7.  
  8. <!-- DEFAULT VARIABLES -->
  9. <meta name="color:background" content="#FFFFF" />
  10. <meta name="color:text" content="#B8B8B8" />
  11. <meta name="color:link" content="#707070" />
  12. <meta name="color:scrollbar" content="#F3F2F1" />
  13. <meta name="color:scrollbg" content="#FFFFFF" />
  14.  
  15. <meta name="font:title" content="trebuchet ms" />
  16. <meta name="font:body" content="trebuchet ms" />
  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. <!-- IF SHOWS -->
  29. <meta name="if:Show Link1" content="1"/>
  30. <meta name="if:Show Link2" content="1"/>
  31. <meta name="if:Show Link3" content="1"/>
  32.  
  33. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  34. <title>{Title}</title>
  35. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  36. <link rel="shortcut icon" href="{Favicon}" />
  37. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  38.  
  39. <style type="text/css">
  40.  
  41. ::-webkit-scrollbar {width: 10px; height:auto; background:{color:scrollbg}}
  42. ::-webkit-scrollbar-corner {background:{color:scrollbg}}
  43. ::-webkit-scrollbar-button:vertical {height:4px; display: block; background:{color:scrollbar}}
  44. ::-webkit-scrollbar-button:horizontal {width: 7px; height: 4px; display: block; background:{color:scrollbar}}
  45. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar}; border-top: 1px solid {color:scrollbg}; border-bottom: 1px solid {color:scrollbg}}
  46. ::-webkit-scrollbar-thumb:horizontal {background: {color:scrollbg}; border: 0px solid {color:scrollbg}}
  47. ::-webkit-scrollbar-thumb {background: {color:scrollbar}; border-top: 0pt solid {color:scrollbg}; border-bottom: 0pt solid {color:scrollbg}}
  48. ::-webkit-scrollbar-thumb:hover {background: {color:scrollbar}; cursor:url(http://i53.tinypic.com/zycxmw.png), auto}
  49. ::-webkit-scrollbar-track-piece {background: {color:scrollbg}; border-top: 1pt solid {color:scrollbg}; border-bottom: 1pt solid {color:scrollbg}; width:4px}
  50.  
  51. body {color:{color:text}; background-color:white; background-attachment:fixed; font-family:arial; font-size:10px; line-height:100%; text-align:justify; font-style:normal}
  52.  
  53. a:link, a:active, a:visited {color:{color:link}; text-decoration:none;}
  54. a:hover {color:#000000;}
  55.  
  56. small{font-size:10px;}
  57. big{font-size:14px;}
  58. b, strong{color:{color:title}}
  59. i, em {}
  60. p{margin-top:5px; margin-bottom:5px}
  61. blockquote {margin:11px; background:#fff; padding-left:7px; border-left:4px solid #808080}
  62.  
  63. img a{border:none; width:100%}
  64.  
  65. 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}
  66. 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}
  67.  
  68. #sizer {width: 534px; height:670px; text-align: center; margin: -20px auto 10px 360px}
  69. #entries {margin-top:109px; margin-left:90px; text-align: justify; width:560px; padding:10px;}
  70. #entry {background:transparent; width: 500px; text-align: justify; padding: 8px; opacity:1; margin-bottom:50px;}
  71. #entries :hover #rebloggy {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;}
  72.  
  73. #sidebar {top:-43px; margin-left:-705px; width:120px; height:100%; padding-left:500px; padding-top:130px; position:fixed;}
  74.  
  75. .links {width:235px; text-transform:none; background: #fafafa; padding:5px; text-align:center; font-family:arial; -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:3px; word-spacing:5px}
  76. .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; color:{color:link}}
  77. .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;}
  78.  
  79. .pagination {opacity:.9; font-size:10px; font-style:none; text-align:center; margin-top:-6px}
  80. .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;}
  81. .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; }
  82.  
  83. #textytitle {text-align:left; font-size:16px; padding-bottom:3px; font-style:italic;}
  84.  
  85. #about {background:transparent; width:245px; margin-top:10px; padding:10px; line-height:110%;}
  86. #about a {font-size:9px; }
  87. #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;}
  88. #about img {width:245px; padding-bottom:9px; border-bottom:1px solid #fafafa}
  89. #sidebar:hover .addy {opacity:1}
  90. .texty {padding:3px; font-size:9px; text-align:justify}
  91.  
  92. #infotitle {font-size:15px; font-family:georgia; font-style:italic; border-bottom:1px dashed #f9f9f9; padding:3px; text-align:left}
  93.  
  94. #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}
  95. #tptitle a {color:{color:linkblock2}}
  96. #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;}
  97.  
  98. #quotetitle {font-size:10px; padding:10px; background-color:#fcfcfc; color:{color:link}; text-align:center; font-style:italic; letter-spacing:1px; text-transform:uppercase}
  99. #quoter {text-align:right; font-size:8px; text-transform:uppercase; letter-spacing:3px; padding:2px; color:{color:link}}
  100.  
  101. #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}
  102.  
  103. .info2 {text-align:center; width:490px; background:#fafafa; font-family:arial; text-transform:lowercase; font-size:9px; padding:5px; opacity:1; margin-top:12px; color:{color:link}; border-top:1px solid #f9f9f9}
  104. .info2 a:hover {display:inline-block; 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; }
  105. .info2 a{opacity:1; padding:2px; -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;}
  106.  
  107. #asker {font-family:arial; width:488px; font-size:10px; background-color:#fafafa; color:{color:text}; padding:6px; text-transform:lowercase}
  108. #asker a {color:{color:text};}
  109. #answer {padding:4px;}
  110.  
  111. #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}
  112. .title {background:#fafafa; padding:4px; margin-top:10px; text-align:center}
  113.  
  114. #rebloggy {position:absolute; margin-left:510px; padding:10px; opacity:0}
  115. #rebloggy a {padding:5px; background:#fafafa; -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;}
  116. #rebloggy 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;}
  117.  
  118. #audio {padding:20px; background-color:#fcfcfc}
  119. .audiobg {width:400px; background:white; padding:30px}
  120. .audiolinks {width:400px; display:block; background-color:#ffffff; margin-top:2px; margin-bottom:1px; padding:2px; border-left:3px solid gray; margin-left:53px}
  121. .audiolinksimg {float:left; margin-top:2px; margin-left:px}
  122. .audiolinksimg img {background-color:#f9f9f9; width:45px; height:45px; padding:1px; border:1px dashed #fff; border-radius:200px}
  123.  
  124. .grey {background-color:#fcfcfc; color:{color:link}; }
  125. .white {background-color:white; color:#fcfcfc;}
  126.  
  127.  
  128. .user_1 .label {padding:1px}
  129. .user_2 .label {padding:1px;}
  130. .user_3 .label {padding:1px}
  131. .user_4 .label {padding:1px}
  132. .user_5 .label {padding:1px}
  133. .user_6 .label {padding:1px}
  134. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:4px; line-height:130%}
  135.  
  136. .notes img{width:10px; position:relative; top:1px}
  137.  
  138. ol.notes, .notes li{width:490px; list-style:none; margin:0px 0 -1px 5px; padding:0px}
  139.  
  140. </style><style type="text/css">{CustomCSS}</style></head>
  141. <body onkeydown="return false">
  142.  
  143. <div id="sizer">
  144. <div id="sidebar">
  145. <div id="texty">
  146. <div id="about">
  147. <center><img src="{image:sidebar}"</center>
  148. <div class="links">
  149. <a href="/">home</a>
  150. <a href="/ask">post</a>
  151. {Block:ifShowLink1}<a href="{text:link 1 url}">{text:link 1}</a>{/Block:ifShowLink1}
  152. {Block:ifShowLink2}<a href="{text:link 2 url}">{text:link 2}</a>{/Block:ifShowLink2}
  153. {Block:ifShowLink3}<a href="{text:link 3 url}">{text:link 3}</a>{/Block:ifShowLink3}
  154. <a href="http://joshdevines.tumblr.com">cred</a>
  155. </div><div class="texty">
  156. {Description}</div><br><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>
  157. </div></div>
  158.  
  159.  
  160. <div id="entries">
  161. {block:Posts}
  162. <div id="entry">
  163.  
  164. <div id="rebloggy"><a href="{ReblogURL}" target="_blank"> reblog</a>{block:GroupMember}{GroupMemberPortraitURL-48}{/block:GroupMember} </div>
  165.  
  166. {block:Text}{block:Title}<div id="tptitle">{Title}</div>{/block:Title}{Body}{/block:Text}
  167.  
  168. {block:Quote}<div id="quotetitle">“{Quote}”</div> <div id="quoter">— {Source}</div>{/block:Quote}
  169.  
  170. {block:Link}<a href="{URL}"><div id="tptitle">{Name}</div></a>
  171. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  172.  
  173. {block:Photo}<center><img src="{PhotoURL-500}"/></center>
  174. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  175.  
  176. {block:Photoset}<center>{Photoset-500}</center>
  177. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  178.  
  179. {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}
  180.  
  181. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  182.  
  183. {block:Answer}<div id="asker"><b>{asker}</b> asked: {Question}</div><div id="answer">{Answer}</div>{/block:answer}
  184.  
  185. {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}
  186.  
  187. <div class="info2">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{block:NoteCount} — {NoteCount} notes{/block:NoteCount}{block:RebloggedFrom}, <a href="{ReblogParentURL}"><u>via</u></a>{/block:RebloggedFrom}{block:ContentSource} / <a href="{SourceURL}"><u>source</u></a>{/block:ContentSource}{block:hastags} | {block:Tags}<a href="{TagURL}">{Tag},</a> {/block:Tags}{/block:hastags}</div></div>{/block:Posts}
  188.  
  189. <div id="notes">{block:PostNotes}{PostNotes}</div>{/block:PostNotes}<br>
  190.  
  191. </div>
  192.  
  193. </body>
  194.  
  195. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement