Advertisement
unfdrew

Theme 03

Aug 16th, 2012
2,654
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.23 KB | None | 0 0
  1. <!---- Theme by usmiles. Don't copy, or claim it as yours. ---->
  2.  
  3. <html>
  4. <head>
  5.  
  6. <title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}" />
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10.  
  11. <meta name="color:Background" content="#ffffff"/>
  12. <meta name="color:Image Border" content="#e6e5d3"/>
  13. <meta name="color:Entries" content="#ffffff"/>
  14. <meta name="color:Bottompost" content="#f6f8ed"/>
  15. <meta name="color:Font" content="#d5d8cc"/>
  16. <meta name="color:Title" content="#d5d5c6"/>
  17. <meta name="color:Link" content="#d3d5b3"/>
  18. <meta name="color:LinkHover" content="#e2e2ca"/>
  19. <meta name="color:Question Background" content="#f7f8f2"/>
  20. <meta name="color:NavHover" content="#f3f2e1"/>
  21. <meta name="color:Scrollbar" content="#e9eccb"/>
  22.  
  23. <meta name="font:Body" content="Arial"/>
  24. <meta name="font:Title" content="Arial"/>
  25. <meta name="font:Quote" content="Georgia"/>
  26. <meta name="font:Navigation" content="Courier New"/>
  27.  
  28. <meta name="image:Background" content=""/>
  29. <meta name="image:SideImage" content=""/>
  30.  
  31. <meta name="text:background position" content="bottom left"/>
  32.  
  33. <meta name="text:Link1 Title" content="Link 1" />
  34. <meta name="text:Link1 Url" content="/" />
  35. <meta name="text:Link2 Title" content="Link 2" />
  36. <meta name="text:Link2 Url" content="/" />
  37. <meta name="text:Link3 Title" content="Link 3" />
  38. <meta name="text:Link3 Url" content="/" />
  39. <meta name="text:Link4 Title" content="Link 4" />
  40. <meta name="text:Link4 Url" content="/" />
  41. <meta name="text:Link5 Title" content="Link 5" />
  42. <meta name="text:Link5 Url" content="/" />
  43. <meta name="text:Link6 Title" content="Link 6" />
  44. <meta name="text:Link6 Url" content="/" />
  45.  
  46. <style type="text/css">
  47.  
  48. body{color:{color:Font}; background: {color:Background} url('{image:Background}') no-repeat fixed {text:Background Position}; text-align:justify; font-family:{font:Body}; font-size:9px; width:850px; margin:0 auto 0 auto;}
  49.  
  50. a:link, a:active, a:visited { text-decoration:none; -webkit-transition:all 0.5s ease-out; -moz-transition:all 0.5s ease-out; transition:all 0.5s ease-out; color:{color:Link};}
  51. a:hover {-webkit-transition:all 0.5s ease-out; -moz-transition:all 0.5s ease-out; transition:all 0.5s ease-out; color:{color:LinkHover};}
  52.  
  53. #entries{margin-left:300px; width:500px; padding-top:35px;}
  54.  
  55. #side {width:230px; margin-left:50px; margin-top:200px; position:fixed; background-color:{color:background};}
  56.  
  57. #sideimg {transition: all 0.8s ease-out;}
  58. #sideimg img{width:160px; height:140px; border-radius:3px 3px 3px 3px; border:10px {color:Image Border} solid; border-left:60px solid {color:Image Border};}
  59.  
  60. #descrip {width: 220px; margin-left:5px; height: auto; font-size:9px; text-align:justify; color:{color:Font}; font-family:{font:body};}
  61.  
  62. .triangle {font-size:40px; color:{color:Image Border}; margin-top:-17px; margin-left:10px;}
  63.  
  64. #nav {width:60px; position:fixed; margin-left:50px; margin-top:215px; text-align:center; z-index:10; border-bottom:1px solid {color:background};}
  65. #nav a{text-transform:uppercase; display:block; width:60px; line-height:20px; font-size:9px; text-decoration:none; -webkit-transition:all 0.5s ease-out; -moz-transition:all 0.5s ease-out; transition:all 0.5s ease-out; border-top: 1px solid {color:background}; color:{color:background}; background-color:{color:Image Border}; font-family:{font:Navigation};}
  66. #nav a:hover{background-color:{color:navhover};}
  67.  
  68. #bottomnav {margin-left:5px; width:220px; margin-top:10px; text-align:center; border-top: 1px solid {color:font};}
  69. #bottomnav a {color:{color:font};}
  70. #bottomnav a:hover {opacity:0.6;}
  71.  
  72. .blogtitle {text-transform:uppercase; margin-top:-27px; margin-left:40px; font-size:13px; text-align:center; width:180px; font-family:{font:title}; color:{color:title};}
  73.  
  74.  
  75. #bottompost{width: 500px; text-transform:uppercase; text-align: center; font-size:8px; padding-top:2px; padding-bottom:5px; border-top:2px solid {color:font}; background-color:{color:bottompost}; -webkit-transition:all 0.5s ease-out; -moz-transition:all 0.5s ease-out; transition:all 0.5s ease-out}
  76. #bottompost a{color:{color:Link}; font-family: {font:body};}
  77. #bottompost a:hover{color: {color:LinkHover}}
  78.  
  79. #tags{font-size:7px; -webkit-transition:all 0.5s ease-out; -moz-transition:all 0.5s ease-out; transition:all 0.5s ease-out}
  80. #tags a{opacity:0.5; -webkit-transition:all 0.5s ease-out; -moz-transition:all 0.5s ease-out; transition:all 0.5s ease-out}
  81. #tags a:hover{opacity:0.5; -webkit-transition:all 0.5s ease-out; -moz-transition:all 0.5s ease-out; transition:all 0.5s ease-out}
  82.  
  83. #posts{background-color:{color:entries}; margin-bottom:5px; margin-top:0px; overflow:hidden; padding: 10px 0px 0px 0px;}
  84. #posts:hover #tags a{opacity:1;}
  85. #posts:hover #tags a:hover{opacity:1}
  86.  
  87. #posttitle{font-family:{font:Title}; color:{color:Font}; text-transform:none; font-size:13px; line-height:12px; font-weight:bold; padding:2px; margin-left:3px;}
  88.  
  89. #notes{background-color:{color:entries}; width:500px; margin-bottom:15px;}
  90.  
  91. #notess{width:500px; background-color:{color:entries}; padding:3px 7px 3px 7px;}
  92.  
  93. #source {text-align:left; font-size:9px;}
  94.  
  95. #info{padding:none; text-align:center; line-height:10px; width: 500px; float: center; font-family:{font:Body}; text-transform:none; text-align:center}
  96.  
  97. blockquote {margin-left:5px; border-left:2px {color:scrollbar} solid; margin:1px 6px 1px 10px}
  98.  
  99. p{margin-top:5px; margin-bottom:5px;}
  100.  
  101. blockquote {padding:0px; text-align:left; padding-left:5px; margin:5px; background-color:{color:entries}; border-left:3px solid {color:LinkHover};}
  102.  
  103. .postalign{text-align:justify; padding:2px 5px 5px 5px;}
  104.  
  105. .question{background: {color:question background}; font-size: 9px; font-weight:bold; color: {color:Font}; padding: 10px;}
  106.  
  107. .ask{font-size: 10px; background-color:{color:question background}; color:{color:Font};margin-bottom:0px; border:1px {color:font} solid; padding:10px;}
  108.  
  109. .asker{text-transform: none; padding-bottom:0px; font-size: 11px;}
  110.  
  111. .answer{padding:4px;}
  112.  
  113. .chat {line-height: 10px; list-style: none; }
  114. .chat ul {list-style: none; padding: 0px; line-height:15px;}
  115. .person {color: {color:font};}
  116. .person .label {font-weight: bold; padding: 0px; color:{color:Font}}
  117.  
  118. .quote{font-family:{font:Quote}; font-size:13px; color: {color:Font}; font-style:italic;}
  119.  
  120. .audio{background-color:{color:entries}; height:35px; overflow:hidden;}
  121.  
  122. </style>
  123. <style type="text/css">{CustomCSS}
  124.  
  125. ::-webkit-scrollbar {height:12px; width: 10px; background: {color:entries};}
  126. ::-webkit-scrollbar-thumb {background: {color:scrollbar}; -moz-border-radius: 0px; border-radius: 0px;}
  127.  
  128. a:link ::-moz-selection {text-shadow: 2px 2px 3px {color:link};}
  129. ::selection {text-shadow: 2px 2px 3px {color:link};}
  130.  
  131. </style>
  132. </head>
  133.  
  134. <div id="nav">
  135. <a href="/">refresh</a>
  136. <a href="/ask">message</a>
  137. <a href="/archive">archive</a>
  138. <a href="{text:Link1 Url}">{text:Link1 Title}</a>
  139. <a href="{text:Link2 Url}">{text:Link2 Title}</a>
  140. <a href="http://usmiles.tumblr.com">credit</a></div>
  141.  
  142. <div id="side">
  143.  
  144. <div id="sideimg"><img src="{image:sideimage}"></div>
  145.  
  146. <div class="triangle">◥</div>
  147.  
  148. <div class="blogtitle">{title}</div>
  149.  
  150. <div id="descrip">{block:description}{description}{/block:description}
  151. </div>
  152.  
  153. <div id="bottomnav">
  154. {block:previouspage}<a href="{previouspage}">«</a>{/block:previouspage}
  155. {block:IfLink3title}<a href="{text:Link3 Url}">{text:Link3 Title}</a> {/block:IfLink3title}
  156. {block:IfLink4title} - <a href="{text:Link4 Url}">{text:Link4 Title}</a> {/block:IfLink4title}
  157. {block:IfLink5title} - <a href="{text:Link5 Url}">{text:Link5 Title}</a> {/block:IfLink5title}
  158. {block:IfLink6title} - <a href="{text:Link6 Url}">{text:Link6 Title}</a> {/block:IfLink6title}
  159. {block:nextpage}<a href="{nextpage}">»</a>{/block:nextpage}</div>
  160. </div>
  161.  
  162.  
  163. <div id="entries">
  164. {block:Posts}
  165. <div id="posts">
  166.  
  167. {block:Text}
  168. <div class="postalign">
  169. {block:Title}
  170. <div id="posttitle">{Title}</div>
  171. {/block:Title}
  172. {Body}
  173. </div>
  174. {/block:Text}
  175.  
  176.  
  177. {block:Photo}
  178. <center><a href="{LinkURL}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/></a></center>
  179. <div class="postalign">{block:Caption}{Caption}{/block:Caption}</div>
  180. {/block:Photo}
  181.  
  182. {block:Photoset}
  183. <center>{Photoset-500}</center><div class="postalign">{block:Caption}{Caption}{/block:Caption}
  184. </div>
  185. {/block:Photoset}
  186.  
  187.  
  188. {block:Quote}
  189. <div class="postalign">
  190. <div class="quote">❝{Quote}❞</div>
  191. {block:Source}
  192. <div id="source">(—— {Source})</div>
  193. </div>
  194. {/block:Source}
  195. {/block:Quote}
  196.  
  197. {block:Answer}<div class="postalign">
  198. <div class="ask">
  199. <div class="asker"><img src="{AskerPortraitURL-30}" width="22" align="left" style="margin-right:5px; margin-top:5px;" /><i>{Asker}</i> asked:</div> {Question}</div>
  200. <div class="answer">{Answer}</div>
  201. </div>
  202. {/block:Answer}
  203.  
  204. {block:Link}
  205. <div class="postalign">
  206. <div id="posttitle"><a href="{URL}" class="link" {Target}>{Name}</a></div>
  207.  
  208. {block:Description}
  209. {Description}
  210. {/block:Description}
  211. </div>
  212. {/block:Link}
  213.  
  214. {block:Chat}
  215. <div class="postalign">
  216. {block:Title}<div id="posttitle">{Title}</div>
  217. {/block:Title}
  218.  
  219. <div class="chat"><ul>{block:Lines}
  220. <li class="person">{block:Label}
  221. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  222. </div>
  223. {/block:Chat}
  224.  
  225. {block:Video}
  226.  
  227. {Video-500}
  228. <div class="postalign">
  229. {block:Caption}{Caption}{/block:Caption}
  230. </div>
  231. {/block:Video}
  232.  
  233. {block:Audio}<div class="postalign">{block:AlbumArt}<img src="{AlbumArtURL}" width="100px" height="100px" style="margin-right:5px" align="left"/>{/block:AlbumArt}{AudioPlayerBlack}
  234. {block:Caption}{Caption}{/block:Caption}<br clear="all" /></div>{/block:Audio}
  235.  
  236. <div id="info"><div id="bottompost">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} {block:NoteCount} / <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  237.  
  238. {block:ContentSource}<a href="{SourceURL}">(©{SourceTitle})</a>{/block:ContentSource}
  239.  
  240. <div id="tags">
  241. {block:HasTags} {block:Tags}
  242. #<a href="/tagged/{Tag}">{Tag}</a>{/block:Tags}{/block:HasTags}{block:NotReblog}{ReblogParentName}{/block:NotReblog}</div></div></div></div><BR>
  243. {/block:Posts}
  244.  
  245. {block:PostNotes}
  246. <div id="notes"><div id="notess">{PostNotes}</div></div></div>
  247. {/block:PostNotes}
  248.  
  249. </div>
  250. </body>
  251. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement