Advertisement
sharmun

THEME O8 BY SHARMUN

Aug 17th, 2013
628
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.85 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <link href='http://fonts.googleapis.com/css?family=Playball' rel='stylesheet' type='text/css'>
  9.  
  10. <link href='http://fonts.googleapis.com/css?family=Squada+One' rel='stylesheet' type='text/css'>
  11.  
  12. <link href='http://fonts.googleapis.com/css?family=Mrs+Saint+Delafield' rel='stylesheet' type='text/css'>
  13.  
  14. <link href='http://fonts.googleapis.com/css?family=Special+Elite' rel='stylesheet' type='text/css'>
  15.  
  16. <!---- theme by SHARMUN--->
  17.  
  18. <meta name="color:Background" content="#ffffff"/>
  19. <meta name="color:Text" content="#45474e"/>
  20. <meta name="color:Link" content="#151516"/>
  21. <meta name="image:sidebar" content=""/>
  22. <meta name="color:linkhover" content="#cecece"/>
  23. <meta name="color:bold" content="#202125">
  24. <meta name="color:italic" content="#cecece">
  25. <meta name="color:asker bg" content="#f5f5f5">
  26. <meta name="color:border" content="#cecece">
  27.  
  28. <meta name="text:Link1" content="" />
  29. <meta name="text:Link1 Title" content="" />
  30. <meta name="text:Link2" content="" />
  31. <meta name="text:Link2 Title" content="" />
  32. <meta name="text:Link3" content="" />
  33. <meta name="text:Link3 Title" content="" />
  34.  
  35. <style type="text/css">
  36. body {
  37. background:{color:background};
  38. margin:0px;
  39. color:{color:text};
  40. font-family:arial;
  41. font-size:10px;
  42. line-height:100%;
  43. }
  44.  
  45. a {
  46. color:{color:link};
  47. text-decoration: none;
  48. }
  49.  
  50. a:hover {
  51. color:{color:linkhover};
  52.  
  53.  
  54. }
  55.  
  56. img {
  57. border:none;
  58. }
  59.  
  60. blockquote {
  61. padding-left:5px;
  62. border-left:2px solid;
  63. }
  64.  
  65. blockquote blockquote {
  66. padding-left:5px;
  67. border-left:2px solid;
  68. }
  69.  
  70. h1 {
  71. font-size:15px;
  72. }
  73.  
  74. b, strong {
  75. color:{color:bold};
  76. font-weight:bold;
  77. }
  78.  
  79. i, em {
  80. color:{color:italic};
  81. }
  82.  
  83. #entries {
  84. padding:10px;
  85. width:400px;
  86. margin-left:530px;
  87. margin-top:60px;
  88. border-left: 1px solid black;
  89. }
  90.  
  91. #post {
  92. width:400px;
  93. padding-bottom:20px;
  94. }
  95.  
  96. #tags {
  97. font-family:cambria;
  98. letter-spacing:0px;
  99. text-transform:lowercase;
  100. font-size:10px;
  101. font-style:italic;
  102. margin-top:2px;
  103. text-align:right;
  104. width:350px;
  105. color:#cdcccc;
  106. }
  107.  
  108. #tags a {
  109. display:inline-block;
  110. padding:-3px;
  111. text-align:right;
  112. color:#aeb3b3;
  113. -webkit-transition: all 0.6s ease-in-out;
  114. -moz-transition: all 0.6s ease-in-out;
  115. -o-transition: all 0.6s ease-in-out;
  116. -ms-transition: all 0.6s ease-in-out;
  117. -transition: all 0.6s ease-in-out;
  118. }
  119.  
  120. #sidebar {
  121. width:100%;
  122. position:fixed;
  123. margin-left:250px;
  124. margin-top:150px;
  125. }
  126.  
  127. #title {
  128. font-size:40px;
  129. padding:15px;
  130. margin-top:-210px;
  131. text-align:center;
  132. margin-bottom:5px;
  133. letter-spacing:3px;
  134. background-color:#000000;
  135. color:#cecece;
  136. width:835px;
  137. height:12px;
  138. font-family: 'Mrs Saint Delafield', cursive;
  139. }
  140.  
  141. #sidebarimage {
  142. width 100px;
  143. }
  144.  
  145. #sidebarimage img {
  146. width:100px;
  147. height:100px;
  148. }
  149.  
  150. #description {
  151. width:100px;
  152. font-size:10px;
  153. margin-top:-105px;
  154. padding:6px;
  155. margin-left:-1110px;
  156. text-align:left;
  157. font-family: 'Special Elite', cursive;
  158. }
  159.  
  160. #pagination {
  161. font-size:25px;
  162. font-family: 'Playball', cursive;
  163. text-align:center;
  164. margin-left:170px;
  165. }
  166.  
  167. #info {
  168. width:490px;
  169. padding:5px;
  170. font-size:8px;
  171. color:{color:link};
  172. margin-top:10px;
  173. margin-bottom:5px;
  174. letter-spacing:2px;
  175. text-align:left;
  176. }
  177.  
  178. #questions {
  179. padding:8px;
  180. font-family:cambria;
  181. letter-spacing:2px;
  182. text-align:right;
  183. font-style:italic;
  184. border:3px {color:border} solid;
  185. color:{color:text};
  186. background-color:{color:background}
  187. }
  188.  
  189. #answer {
  190. font-size:10px;
  191. text-transform:lowercase;
  192. }
  193.  
  194. #links {
  195. padding:5px;
  196. font-size:11px;
  197. text-align:center;
  198. letter-spacing:2px;
  199. position:absolute;
  200. float:left;
  201. width:100%;
  202. margin-left:-750px;
  203. margin-top:-100px;
  204. font-family: 'Squada One', cursive;
  205. }
  206.  
  207. #cred {
  208. position:fixed;
  209. bottom:15px;
  210. right:15px;
  211. font-size:8px;
  212. padding:5px;
  213. text-transform:uppercase;
  214. border:1px solid {color:border}; padding: 2px 3px 2px 3px;}
  215.  
  216. .quote {width: 70%; margin: 20px auto; line-height: 150%}
  217.  
  218. .source {text-align: right;
  219. font-size: {text:Small Font Size};
  220. {block:IfUppercase}text-transform: uppercase;{/block:IfUppercase}
  221. letter-spacing: {text:Letterspacing};
  222. margin-top: 10px;}
  223.  
  224. .quote_short {font-size: 18px; font-family: {text:Main Font};}
  225. .quote_medium {font-size: 14px; font-family: {text:Main Font};}
  226. .quote_long {font-size: {text:Post Font Size}; font-family: {text:Main Font};}
  227.  
  228. {CustomCSS}</style></head><body>
  229.  
  230. <div id="sidebar">
  231.  
  232. <div id="title">{Title}</div>
  233.  
  234. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  235.  
  236. <center><div id="links">
  237. <a href="/">home</a><p>
  238. <a href="/ask">ask</a><p>
  239. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}<p>
  240. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}<p>
  241. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3} </center>
  242.  
  243. <center><div id="description">{Description}</div></center>
  244.  
  245.  
  246. <div id="pagination">
  247. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">contraire
  248. </a>{/block:PreviousPage}<p>
  249. {block:NextPage}<a href="{NextPage}">avant</a>{/block:NextPage}{/block:Pagination}
  250. </div>
  251.  
  252. </div>
  253. <div id="cred"><a href="http://sharmun.tumblr.com"target="_blank">SHARMUN</a> </div>
  254. <div id="entries">{block:Posts}<div id="post">
  255.  
  256. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  257.  
  258. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  259.  
  260. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  261.  
  262. {block:Quote}
  263. <div class="cap">
  264. <div class="quote">
  265. <div class="quote_{Length}">“{Quote}”</div>
  266. {block:Source}<div class="source">- {Source}</div>{/block:Source}
  267. </div></div>
  268. {/block:Quote}
  269.  
  270. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  271.  
  272. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  273.  
  274. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  275. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  276. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  277. {/block:ExternalAudio}<br>
  278. {/block:Audio}
  279.  
  280. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  281.  
  282. {block:Answer}<div id="questions"><b>{Asker}</b> asked: {Question}</div>
  283. <div id="answer">{Answer}</div>{/block:answer}
  284.  
  285. <div id="info"> <a href="{Perimalink}">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} with <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom} - <a href="{ReblogParentURL}"> via </a> {/block:RebloggedFrom}
  286. {block:ContentSource} - <a href="{SourceURL}">©</a>{/block:ContentSource}{/block:RebloggedFrom}{block:HasTags}<div id="tags">tagged as:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  287.  
  288. {block:PostNotes}{PostNotes}{/block:PostNotes}
  289. {/block:Posts}</div>
  290. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement