Advertisement
dimitribelikovs

theme 16

Aug 26th, 2012
2,211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.65 KB | None | 0 0
  1. <!--
  2. theme 16 by maris (sirmerlin.tumblr.com)
  3.  
  4. please leave the credit intact, don't use this code as a base and DO NOT STEAL !!-->
  5.  
  6. <html>
  7. <head>
  8.  
  9. <!-- DEFAULT VARIABLES -->
  10. <meta name="color:background" content="#ffffff" />
  11. <meta name="color:sbar" content="#ffffff" />
  12. <meta name="color:entry" content="#ffffff" />
  13. <meta name="color:title" content="#857c59" />
  14. <meta name="color:text" content="#777370" />
  15. <meta name="color:ask text" content="#777370" />
  16. <meta name="color:link" content="#93b7d5" />
  17. <meta name="color:ask bg" content="#dee4eb" />
  18. <meta name="color:lhover" content="#b1afa7" />
  19. <meta name="color:info" content="#e9e9e9" />
  20. <meta name="color:scrollb" content="#608baf" />
  21. <meta name="color:solid" content="#ececec" />
  22. <meta name="color:border" content="#e0e0e0" />
  23. <meta name="font:title" content="times new roman" />
  24. <meta name="font:body" content="helvetica" />
  25. <meta name="font:info" content="georgia" />
  26.  
  27. <meta name="image:sidebar" content=""/>
  28. <meta name="image:background" content=""/>
  29.  
  30. <meta name="text:Link1" content="" />
  31. <meta name="text:Link1 Title" content="" />
  32. <meta name="text:Link2" content="" />
  33. <meta name="text:Link2 Title" content="" />
  34. <meta name="text:Link3" content="" />
  35. <meta name="text:Link3 Title" content="" />
  36. <meta name="text:Link4" content="" />
  37. <meta name="text:Link4 Title" content="" />
  38. <meta name="text:Link5" content="" />
  39. <meta name="text:Link5 Title" content="" />
  40.  
  41.  
  42. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  43. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  44. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  45. <link rel="shortcut icon" href="{Favicon}" />
  46. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  47. <style type="text/css">
  48.  
  49. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollb};height:30px;}
  50.  
  51. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollb};height:10px!important;}
  52.  
  53. ::-webkit-scrollbar {background-color:{color:background};height:10px;width:10px;}
  54.  
  55. body {
  56. color:{color:text};
  57. background-color:{color:background};
  58. background-image: url('{image:background}');
  59. background-position:left;
  60. background-attachment:fixed;
  61. background-repeat:no-repeat;
  62. font-size:10px;
  63. font-family:{font:body};
  64. line-height:110%;
  65. text-align:justify}
  66.  
  67. a:link, a:active, a:visited{color: {color:link}; text-decoration:none;}
  68.  
  69. a:hover{color:{color:lhover}; -webkit-transition-duration: 0.6s; -moz-transition-duration: 0.6s;}
  70.  
  71. #entries {margin-left:520px; margin-top:20px; width:525px;}
  72.  
  73. #posts{width:500px; background-color:{color:entry}; margin-bottom:9px; padding:5px;border:0px solid {color:border};}
  74.  
  75. #tags {font-family:calibri; letter-spacing:1px; font-size:10px;text-align:center; padding:4px;text-transform:lowercase;border-top:1px solid {color:border};}
  76.  
  77. #sidebarimg img {border: 5px solid {color:solid};overflow:hidden;max-width:190px;}
  78. #sidebarimg img:hover {opacity:0.7;-webkit-transition: all 0.6s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  79.  
  80. #sbar {position:fixed;width:200px;margin-top:100px; margin-left:290px;padding:3px;}
  81.  
  82. #description {background-color:{color:sbar}; width:200px;text-align:center; font-size: 10px;color:{color:text}; letter-spacing:0px; font-family:helvetica;}
  83.  
  84. #pagination{color:{color:text};position:fixed;margin-top:295px;margin-left:230px; font-size:10px; text-transform:uppercase; font-family:calibri;letter-spacing:3px;text-align:center;}
  85.  
  86. h1{color:{color:link}; font-family:{font:title}; font-style:italic; font-size:18px; line-height:17px; letter-spacing:0px; font-weight:normal; margin:0px; padding:0px; text-align:left;}
  87.  
  88. h2{color:{color:title}; font-family:baskerville; font-size:20px; line-height:14px; letter-spacing:0px; font-weight:normal; margin:0px; padding:0px; margin-bottom:-0px; font-style: italic; text-align:left; font-style: italic;}
  89.  
  90. #nav {width:200px;}
  91. #nav a {background-color:transparent;display:inline;font-family:consolas; font-size:10px; text-transform:uppercase;letter-spacing:1px;color:{color:link};padding:3px;}
  92. #nav a:hover {color:{color:lhover};-webkit-transition: opacity 0.7s linear;opacity: 0.7s;-webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;}
  93.  
  94. #sidelinks {width:200px;}
  95. #sidelinks a {display:inline;padding:2px;text-transform:uppercase;font-family:consolas;font-size:10px; letter-spacing:1px;text-align:center; color:{color:link};}
  96. #sidelinks a:hover {color:{color:lhover};-webkit-transition: opacity 0.7s linear;opacity: 0.7s;-webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;}
  97.  
  98. #info {background-color:{color:info}; position:absolute; width:100px; margin-left:510px; font-family:consolas; font-size:10px; color:{color:text}; letter-spacing:0px; text-transform:uppercase; text-align:center; padding:5px 4px;}
  99.  
  100. #icon {border:7px solid {color:solid};width:48px;height:48px;margin-top:230px;margin-left:220px;position:fixed;}
  101. #symb {position:fixed;font-size:18px;float:left; margin-left:278px;margin-top:255px; color: {color:solid};}
  102.  
  103. #question {background-color:{color:ask bg};font-size: 11px; color:{color:text};margin-bottom:8px; padding: 8px;letter-spacing:1px; font-family: calibri;}
  104.  
  105.  
  106. blockquote {border-left:2px {color:body} solid; padding-left:5px; margin:0px 2px 0px 10px}
  107. blockquote img, blockquote a img {max-width: 490px}
  108.  
  109. b, strong{color:{color:lhover};}
  110. i, em {color:{color:text};}
  111. p{margin-top:3px; margin-bottom:3px;}
  112.  
  113. img a{border:none}
  114. .audio{background-color:white; display:block;}
  115. .albumart {width:58px; height:58px; float:left;}
  116.  
  117.  
  118. .source {text-align:right; font-size: 11px; padding:2px;}
  119.  
  120. .user_1 .label {color:{color:title}; font-weight:normal}
  121. .user_2 .label {color:{color:text}; font-weight:normal}
  122. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  123.  
  124. .notes img{width:10px; position:relative; top:5px;}
  125. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  126. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  127.  
  128. </style>
  129. <style type="text/css">{CustomCSS}</style>
  130. </head>
  131.  
  132. <body>
  133. <div id="pagination">
  134. {block:Pagination}
  135. {block:PreviousPage}
  136. <a href="{PreviousPage}">«</a>
  137. {/block:PreviousPage}
  138.  
  139. {block:JumpPagination length="4"}
  140. {block:CurrentPage}
  141. <span class="current_page">{PageNumber}</span>
  142. {/block:CurrentPage}
  143. {block:JumpPage}
  144. <a class="jump_page" href="{URL}">{PageNumber}</a>
  145. {/block:JumpPage}
  146. {/block:JumpPagination}
  147.  
  148. {block:NextPage}
  149. <a href="{NextPage}">»</a>
  150. {/block:NextPage}
  151. {/block:Pagination}
  152. </div>
  153.  
  154. <div id="icon">
  155. <a href="/"><img src="{PortraitURL-48}"></a></div><div id="symb">►</div>
  156.  
  157. <div id="sbar">
  158. <div id="nav"><center>
  159. <a href="/">home</a>
  160. <a href="/ask">ask</a>
  161. <a href="/archive">archive</a>
  162. <a href="/submit">submit</a>
  163. <a href="http://sirmerlin.tumblr.com/tagged/themes">theme</a></center></div><br>
  164.  
  165. <div id="sidebarimg">
  166. <img src="{image:sidebar}" /></div><br>
  167. <div id="sidelinks"><center>
  168. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  169. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  170. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  171. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  172. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}</center></div><br>
  173.  
  174. <div id="description">
  175. {block:Description}
  176. {Description}
  177. {/block:Description}
  178. </div><br>
  179.  
  180. </div>
  181.  
  182.  
  183. <br>
  184.  
  185.  
  186. <div id="entries">
  187. {block:Posts}
  188. <div id="posts">
  189. <div id="info">
  190. {block:Date}<b><a href="{Permalink}">{Month} {DayOfMonth}, {Year}</a></b> <br> at {24HourWithZero}:{Minutes}{/block:Date}<br> <b>{block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}</b><br>
  191. {block:RebloggedFrom} <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  192. {block:ContentSource} - <a href="{SourceURL}">©</a>
  193. {/block:ContentSource}</div>
  194.  
  195.  
  196. {block:Quote}
  197. <h2><center>"{Quote}"</center>
  198. {block:Source}
  199. <div class="source">—{Source}{/block:Source}</div></h2>{/block:Quote}
  200. {block:Title}
  201. <h1>{Title}&nbsp;</h1>{/block:Title}
  202. {block:Text}
  203. {Body}{/block:Text}
  204.  
  205. {block:Link}
  206. <a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  207. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  208.  
  209. {block:Photo}
  210. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  211. {block:Photoset}
  212. <div class="post photoset">
  213. {Photoset-500}
  214. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  215. </div>{/block:Photoset}
  216.  
  217. {block:Chat}
  218. <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}
  219.  
  220. {block:Video}
  221. {Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  222.  
  223. {block:Answer}
  224. <div id="question">{Asker} asked: {Question}<br>
  225. </div><br>
  226. <div id="answer">{Answer}</div>{/block:Answer}
  227.  
  228.  
  229. {block:Audio}
  230. <span class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}" height="58" width=58"></div>{/block:AlbumArt}<center>{AudioPlayerWhite}</center></span><br><br><br>{block:Caption}{Caption}{/block:Caption}{/block:Audio}<br>
  231.  
  232.  
  233. <div id="tags">
  234. {block:HasTags}{block:Tags} #<a href="{TagUrl}">{Tag}</a>{/block:Tags}{/block:HasTags}</div></div>
  235.  
  236.  
  237. {/block:Posts}
  238.  
  239. {block:PostNotes}
  240. {PostNotes}
  241. {/block:PostNotes}
  242. </div>
  243.  
  244.  
  245. </body>
  246. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement