Advertisement
themesbysunny

theme 9: silence

Jun 9th, 2013
3,731
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.58 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!-- theme 9: silence
  4. lionshearted
  5. follow the rules please
  6. -->
  7.  
  8.  
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  10. <head>
  11. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  12. <title>{Title}</title>
  13. <link rel="shortcut icon" href="{Favicon}">
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  16.  
  17.  
  18. <meta name="color:Background" content="#ffffff"/>
  19. <meta name="color:Sidebar" content="#ffffff"/>
  20. <meta name="color:Text" content="#a8a8a8"/>
  21. <meta name="color:Link" content="#b8b8b8"/>
  22. <meta name="color:Tags" content="f0f0f0"/>
  23. <meta name="color:Hover" content="#f2f2f2"/>
  24. <meta name="color:SBHover" content="#f2f2f2"/>
  25. <meta name="color:Line" content="#f2f2f2"/>
  26. <meta name="color:Border" content="#e4e4e4"/>
  27. <meta name="color:Info" content="#a8a8a8"/>
  28. <meta name="color:Answer" content="#f8f8f8"/>
  29. <meta name="image:sidebar" content=""/>
  30. <meta name="image:bg" content=""/>
  31.  
  32. <meta name="text:Link 1" content="" />
  33. <meta name="text:Link 1 Text" content="" />
  34. <meta name="text:Link 2" content="" />
  35. <meta name="text:Link 2 Text" content="" />
  36. <meta name="text:Link 3" content="" />
  37. <meta name="text:Link 3 Text" content="" />
  38. <meta name="text:Link 4" content="" />
  39. <meta name="text:Link 4 Text" content="" />
  40.  
  41. <meta name="color:scrollbarbg" content="ffffff"/>
  42.  
  43.  
  44. <style type="text/css">
  45.  
  46. /* --- SCROLLBAR ---*/
  47.  
  48. ::-webkit-scrollbar {
  49. width: 5px;height: 5px;}
  50. ::-webkit-scrollbar-button:start:decrement,
  51. ::-webkit-scrollbar-button:end:increment {
  52. height: 6px;display: block;background-color: {color:white};}
  53. ::-webkit-scrollbar-track-piece {
  54. background-color: {color:scrollbarbg};}
  55. ::-webkit-scrollbar-thumb:vertical {
  56. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  57.  
  58.  
  59. /* --- BODY ---*/
  60.  
  61. body {
  62. background:{color:background};
  63. margin:0px;
  64. color:{color:text};
  65. font-family:times;
  66. font-size:9px;
  67. line-height:130%;
  68. letter-spacing:1px;
  69. }
  70.  
  71. a {
  72. text-decoration:none;
  73. outline:none;
  74. -moz-outline-style:none;
  75. color:{color:link};
  76. }
  77.  
  78. img {
  79. border:none;
  80. }
  81.  
  82. blockquote {
  83. padding-left:5px;
  84. border-left:2px solid;
  85. }
  86.  
  87. blockquote blockquote {
  88. padding-left:5px;
  89. border-left:2px solid;
  90. }
  91.  
  92. h1 {
  93. font-size:9px;
  94. text-transform:uppercase;
  95. }
  96.  
  97. a:hover {
  98. opacity:10;
  99. color:{color:hover};
  100. -webkit-transition: all 0.7s ease;
  101. -moz-transition: all 0.7s ease;
  102. -o-transition: all 0.7s ease
  103. }
  104.  
  105. /* --- POST ENTRIES ---*/
  106.  
  107.  
  108. #entries {
  109. padding:10px;
  110. width:400px;
  111. margin-left:360px;
  112. margin-top:0px;
  113. padding-top:60px;
  114. padding-left:80px;
  115. font-size:10px;
  116. }
  117.  
  118. /* --- BODY: POSTS ---*/
  119.  
  120.  
  121. #post {
  122. width:400px;
  123. padding-bottom:20px;
  124. padding:10px;
  125. margin-top:15px;
  126. background-color:{color:Post};
  127. }
  128.  
  129. /* --- SIDEBAR IMAGE ---*/
  130.  
  131.  
  132. #sidebar {
  133. width:95px;
  134. position:fixed;
  135. margin-left:230px;
  136. margin-top:190px;
  137. opacity:1;
  138. background-color:;
  139. }
  140.  
  141. #sidebarimage {
  142. width:95px;
  143. }
  144.  
  145. #sidebarimage img {
  146. margin-left:-3px;
  147. width:110px;
  148. padding:1px;
  149. border:;
  150. }
  151.  
  152. /* --- SIDEBAR LINKS ---*/
  153.  
  154. .links {
  155. position:relative;
  156. font-size:8px;
  157. width:115px;
  158. font-family:times;
  159. margin-left:0px;
  160. margin-top:7px;
  161. text-align:center;
  162. text-transform:lowercase;
  163. font-style:italic;
  164. letter-spacing:1px;
  165. line-height:100%;
  166. color:{color:link};
  167. word-spacing:2px;
  168. }
  169.  
  170. .links a {
  171. font-size: 9px;
  172. -moz-transition-duration:0.5s;
  173. -webkit-transition-duration:0.5s;
  174. -o-transition-duration:0.3s;
  175. }
  176.  
  177. .links a:hover {
  178. color:{color:Hover}
  179. -moz-transition-duration:0.5s;
  180. -webkit-transition-duration:0.5s;
  181. -o-transition-duration:0.5s;
  182. }
  183.  
  184.  
  185. /* --- DESCRIPTION ---*/
  186.  
  187. #description {
  188. position:relative;
  189. font-family:times;
  190. line-height:100%;
  191. font-size:9px;
  192. font-style:none;
  193. width:113px;
  194. margin-top:3px;
  195. padding:6px;
  196. margin-left:-8px;
  197. text-align:justify;
  198. border-bottom:dashed 1px #e8e8e8;
  199. padding-bottom:8px;
  200. color:#919191;
  201. }
  202.  
  203. #description a {color:{color:text};-moz-transition-duration:0.4s;
  204. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  205.  
  206. /* --- PAGINATION---*/
  207.  
  208.  
  209. #pagination {
  210. width:105px;
  211. font-size:9px;
  212. text-align:center;
  213. font-family:times;
  214. letter-spacing:1px;
  215. position:relative;
  216. padding-top:7px;
  217. }
  218.  
  219. /* --- POST INFO ---*/
  220.  
  221.  
  222. #info {
  223. text-align:center;
  224. margin-top:10px;
  225. text-transform:uppercase;
  226. font-size:7px;
  227. font-style:none;
  228. padding-bottom:5px;
  229. line-height:100%;
  230. background-color:#f3f3f3;
  231. }
  232.  
  233. #info a {
  234. color:{color:Info};
  235. }
  236.  
  237. /* --- POST TAGS---*/
  238.  
  239.  
  240. #tags {
  241. font-family:sans serif;
  242. letter-spacing:0px;
  243. text-transform:lowercase;
  244. font-size:9px;
  245. font-style:italic;
  246. margin-top:4px;
  247. text-align:center;
  248. letter-spacing:1px;
  249. }
  250.  
  251. #tags
  252.  
  253. a {display:inline;color:{color:tags};padding:-3px;text-align:left;
  254. -webkit-transition: all 0.6s ease-in-out;
  255. -moz-transition: all 0.6s ease-in-out;
  256. -o-transition: all 0.6s ease-in-out;
  257. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  258.  
  259. #tags a:hover {
  260. color:#090909;
  261. }
  262.  
  263.  
  264. /* --- QUESTIONS ---*/
  265.  
  266. #asker {
  267. padding:5px;
  268. font-family:cambria;
  269. letter-spacing:1px;
  270. text-align:left;
  271. font-style:italic;
  272. margin-left:10px;
  273. border-left:3px #eee solid;
  274. background-color:{color:background}
  275. }
  276.  
  277. /* --- CREDIT dont edit pls --- */
  278.  
  279. #credz {
  280. position:fixed;
  281. bottom:3px;
  282. right:10px;
  283. font-size:9px;
  284. letter-spacing:1px;
  285. font-family:sans-serif;
  286. }
  287.  
  288. #credz a{
  289. color: #000000;
  290. }
  291.  
  292.  
  293. /* link hover title */
  294.  
  295. #s-m-t-tooltip {
  296. max-width:300px;
  297. padding:2px;
  298. margin:10px 0px 0px 10px;
  299. background-color:#F7F7F7; /* change the background color */
  300. border-top:solid 1px #e8e8e8;
  301. font-family:times; /* change the font */
  302. font-size:8px; /* change the font size */
  303. font-style:none; /* can be italic, normal, etc. */
  304. letter-spacing:2px; /* change the letter spacing */
  305. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  306. color:#000; /* change the text color */
  307. z-index:999999999999999999999999999999999999;
  308. }
  309.  
  310. {CustomCSS}</style></head><body>
  311.  
  312.  
  313. <div id="sidebar">
  314. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  315.  
  316. <div class="links"><u>
  317. <a href="{text:Link 1}">{text:Link 1 Text}</a></u>&nbsp;
  318. <u><a href="{text:Link 2}">{text:Link 2 Text}</a></u>&nbsp;
  319. <u><a href="{text:Link 3}">{text:Link 3 Text}</a></u>&nbsp;
  320. <u><a href="{text:Link 4}">{text:Link 4 Text}</a></u>&nbsp;
  321. </div>
  322.  
  323. <div id="description">
  324. {Description}
  325. </div>
  326.  
  327.  
  328. {block:Pagination}<div id="pagination">
  329. {block:Pagination}
  330. {block:PreviousPage}
  331. <a href="{PreviousPage}">back </a>
  332. {/block:PreviousPage}
  333. {block:NextPage}
  334. <a href="{NextPage}"> — forth</a>
  335. {/block:NextPage}
  336. {/block:Pagination}
  337. </div>
  338. </div>{/block:Pagination}
  339.  
  340. </div>
  341.  
  342. <div id="entries">{block:Posts}<div id="post">
  343.  
  344. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  345.  
  346. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}" width="400px">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  347.  
  348. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  349.  
  350. {block:Quote}{Quote}{/block:Quote}
  351.  
  352. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  353.  
  354. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  355.  
  356. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="90px" height="90px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  357. <p>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  358. <p>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  359. {/block:ExternalAudio}<p><b>Played:</b> {PlayCount} times
  360. <p>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  361.  
  362. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  363.  
  364. {block:Answer}<div id="asker"><span style="font-family:times;font-size:9px;font-style:italic;">{Asker}: </span>{Question}</div><br><left><font face="times">{Answer}</font></div>{/block:Answer}
  365.  
  366. <div id="info">
  367. <br>{block:NoteCount}<a href="{Permalink}">{NoteCount}</a> on {/block:NoteCount}{block:Date} <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} {ShortYear}</a>{/block:Date} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}(<a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  368. {block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}">‧ {Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  369. <br>
  370. <br>
  371. <br>
  372. {/block:Posts}
  373. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  374. {/block:Posts}</div></div></div>
  375.  
  376.  
  377.  
  378. <!--
  379. THEME MAKER CREDIT
  380. -->
  381.  
  382. <div id="credz"><a href="http://lionshearted.tumblr.com/"><strong>LH</strong></a></center></div>
  383.  
  384.  
  385. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement