Advertisement
sharmun

THEME 07 BY SHARMUN

Jul 28th, 2013
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.28 KB | None | 0 0
  1. <html>
  2.  
  3. <head>
  4.  
  5. <link href='http://fonts.googleapis.com/css?family=Armata' rel='stylesheet' type='text/css'>
  6.  
  7. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  8. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  9.  
  10. <!--
  11. THEME 07 BY SHARMUN (ALL THE ASK/ANSWER CODES GOES TO MALFOYMANNOR.TUMBLR.COM)!!!
  12. -->
  13.  
  14. <head>
  15.  
  16. <title>{Title}</title>
  17.  
  18.  
  19. <link rel="shortcut icon" href="{Favicon}">
  20. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  21. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  22.  
  23. <!--Fonts-->
  24.  
  25. <link href='http://fonts.googleapis.com/css?family=Port+Lligat+Slab' rel='stylesheet' type='text/css'>
  26.  
  27. <link href='http://fonts.googleapis.com/css?family=Anaheim' rel='stylesheet' type='text/css'>
  28.  
  29. <link href='http://fonts.googleapis.com/css?family=Sintony' rel='stylesheet' type='text/css'>
  30.  
  31. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  32.  
  33. <!--Colors-->
  34.  
  35. <meta name="color:Background" content="#ffffff"/>
  36. <meta name="color:Text" content="#949998"/>
  37. <meta name="color:Link" content="#1e1e20"/>
  38. <meta name="color:sblinks" content="#cccccc"/>
  39. <meta name="color:linkhover" content="#f1f1f1"/>
  40. <meta name="color:scrollbar" content="#f1f1f1"/>
  41. <meta name="color:scrollbarbg" content="#f1f1f1"/>
  42.  
  43. <!--Images-->
  44.  
  45. <meta name="image:Background" content=""/>
  46. <meta name="image:Sidebar" content=""/>
  47.  
  48. <!--Links-->
  49.  
  50. <meta name="text:Link1" content="/" />
  51. <meta name="text:Link1 Title" content="" />
  52.  
  53. <meta name="text:Link2" content="/" />
  54. <meta name="text:Link2 Title" content="" />
  55.  
  56. <meta name="text:Link3" content="/" />
  57. <meta name="text:Link3 Title" content="" />
  58.  
  59. <meta name="text:Link4" content="/" />
  60. <meta name="text:Link4 Title" content="" />
  61.  
  62. <style type="text/css">
  63.  
  64. /* --- SCROLLBAR ---*/
  65.  
  66. ::-webkit-scrollbar-thumb:vertical {
  67. background-color:{color:scrollbar};
  68. height:5px;}
  69. ::-webkit-scrollbar-thumb:horizontal {
  70. background-color:{color:scrollbar};
  71. height:5px!important;}
  72. ::-webkit-scrollbar {
  73. background-color:{color:scrollbg};
  74. height:5px;
  75. width:6px;}
  76.  
  77. /* --- BODY ---*/
  78.  
  79. body {background:{color:background}; margin:0px; color:{color:text}; font-family:cambria; font-size:9px; line-height:100%;}
  80.  
  81. a {
  82. text-decoration:none;
  83. outline:none;
  84. -moz-outline-style:none;
  85. color:{color:link};
  86. padding:1px;
  87. -webkit-transition: all 0.7s ease;
  88. -moz-transition: all 0.7s ease;
  89. -o-transition: all 0.7s ease;}
  90.  
  91. a:hover {
  92. color: {color:link hover};
  93. text-decoration:none;
  94. -webkit-transition: all 0.7s ease;
  95. -moz-transition: all 0.7s ease;
  96. -o-transition: all 0.7s ease;}
  97.  
  98.  
  99. blockquote {
  100. padding-left:7px;
  101. margin:2px;
  102. border-left:5px solid {color:text};
  103. }
  104.  
  105. h1 {
  106. font-weight:normal;
  107. font-size:10px;
  108. text-align:center;
  109. font-style:normal;
  110. line-height:80%;
  111. letter-spacing:1px;
  112.  
  113. color:{color:text};
  114. }
  115.  
  116. h1 a {
  117. -webkit-transition: all 0.7s ease;
  118. -moz-transition: all 0.7s ease;
  119. -o-transition: all 0.7s ease;}
  120.  
  121. h1 a:hover {
  122. font-style:italic;
  123. font-size:15px;
  124. -webkit-transition: all 0.7s ease;
  125. -moz-transition: all 0.7s ease;
  126. -o-transition: all 0.7s ease;}
  127.  
  128. h2 {
  129. font-size:15px;
  130. text-align:center;
  131. line-height:100%;
  132. letter-spacing:-0.5px;
  133. color:{color:text};
  134. font-weight:normal;
  135. padding:5px;
  136. padding-bottom:2px;
  137. }
  138.  
  139. h3 a:hover{
  140. background-color:transparent
  141. }
  142.  
  143. /* --- POSTS ---*/
  144.  
  145.  
  146. #entries {padding:10px; width:500px; margin-left:435px;; margin-top:-334px;}
  147.  
  148. #post {width:500px; padding-top:10px; padding-bottom:10px; font-style:none;}
  149.  
  150. #post:hover #tags{opacity:1; margin-top:4px; -webkit-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out; transition:all 0.5s ease-in-out;}
  151.  
  152. #notes { font-family:cambria; text-transform:lowercase; font-size:9px; }
  153.  
  154. #info { text-align:left; padding:1px; margin-top:5px; margin-bottom:10px;
  155. text-transform: none; font-family:cambria; font-size:9px; margin-left:-5px; }
  156.  
  157. #info #tags { opacity:0; -webkit-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out; transition:all 0.5s ease-in-out; }
  158.  
  159. #info:hover #tags { opacity:1; margin-top:4px; -webkit-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out; transition:all 0.5s ease-in-out; }
  160.  
  161. #tags { font-family:cambria; letter-spacing:1px; text-transform:none;
  162. font-size:9px; margin-left:0px; margin-top:-2px; }
  163.  
  164. /* --- AUDIO ---*/
  165.  
  166. .audio {
  167. width:500px;
  168. padding-bottom:10px;
  169. background-color:{color:infobg};
  170. }
  171.  
  172. .albumart {
  173. float:left;
  174. padding:0px 10px 10px 0px;
  175. }
  176.  
  177. .albumart img {
  178. width:45px;
  179. height:45px;
  180. }
  181.  
  182. .playercontainer {
  183. text-align:left;
  184. padding:10px;
  185. background-color:#ffffff;
  186. width:480px;
  187. }
  188.  
  189. .audioinfo {
  190. padding:10px;
  191. color:{color:text};
  192. }
  193.  
  194.  
  195.  
  196. /* --- SIDEBAR ---*/
  197.  
  198. #sidebar { width:120px; position:absolute; margin-left:50px; margin-top:-285px; opacity:1; }
  199.  
  200.  
  201. #sidebarimage img { width:120px; padding:3px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease }
  202.  
  203. #links { width:120px; border-bottom:7px white dotted; background-color:#ffffff;font-family:cambria; font-size:15px;opacity:1; text-align:center; padding-top:4px; letter-spacing:1px; text-transform:uppercase; padding-bottom:-15px; margin-top:5px; margin-left:3px; color:{color:sblinks}; }
  204.  
  205. #links a:hover { color:{linkhover}; -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease }
  206.  
  207. #description { font-family: 'Armata', sans-serif; padding:3px; font-size:10px; opacity: 1; text-align:justify; margin-top:6px; margin-left:6px; }
  208.  
  209. #pagination { font-size:50px;position:fixed; text-align:center; color:{color:link}; font-family:serif; letter-spacing:1px; margin-left:1110px; margin-top:-120px; }
  210.  
  211.  
  212. /* --- ASKS ---*/
  213.  
  214. .asker {
  215. font-weight:700;
  216. font-style:italic;
  217. text-transform:uppercase;
  218. font-family: times new;
  219. font-size:14px;
  220. color:{color:bg};
  221. }
  222.  
  223. .ask {
  224. padding:10px;
  225. width:480px;
  226. text-align:right;
  227. font-size:10px;
  228. color:{color:bg};
  229. background-color:{color:ask};
  230. font-family:calibri;
  231. text-transform: uppercase;
  232. border-top: 3px solid {color:link};
  233.  
  234.  
  235. }
  236.  
  237. .ans {
  238. width:480px;
  239. padding:10px;
  240. color:{color:text};
  241. font-style: normal;
  242. font-family:calibri;
  243. text-transform: uppercase;
  244. font-size:10px;
  245. letter-spacing: 1px;
  246.  
  247. }
  248.  
  249.  
  250. .quote {width: 70%; margin: 20px auto; line-height: 150%}
  251.  
  252. .source {text-align: right;
  253. font-size: {text:Small Font Size};
  254. {block:IfUppercase}text-transform: uppercase;{/block:IfUppercase}
  255. letter-spacing: {text:Letterspacing};
  256. margin-top: 10px;}
  257.  
  258. .quote_short {font-size: 18px; font-family: {text:Main Font};}
  259. .quote_medium {font-size: 14px; font-family: {text:Main Font};}
  260. .quote_long {font-size: {text:Post Font Size}; font-family: {text:Main Font};}
  261.  
  262. {CustomCSS}
  263.  
  264.  
  265. </style>
  266.  
  267.  
  268. </head>
  269.  
  270.  
  271. <body>
  272.  
  273.  
  274. <div style="
  275.  
  276. width:100%;
  277.  
  278. height:100px;
  279.  
  280. border:1px solid black;
  281.  
  282. background-color: #000000;
  283.  
  284. margin-left:-10; margin-top:-20px;">
  285.  
  286. </div>
  287.  
  288.  
  289.  
  290. <div style="
  291.  
  292. width:240px;
  293.  
  294. height:370px;
  295.  
  296. border:1px solid black;
  297.  
  298. background-color: #000000;
  299.  
  300. margin-left:0px; margin-top:-10px;">
  301.  
  302. </div>
  303.  
  304. <div style="
  305. width:200px;
  306. height:320px;
  307. border:7px solid white;
  308. margin-left:10px; margin-top:-360px;">
  309. </div>
  310.  
  311. <div style="
  312. width:174px;
  313. height:300px;
  314. border:5px solid white;
  315. margin-left:25px; margin-top:-322px;">
  316. </div>
  317.  
  318. <div id="sidebar">
  319. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  320. <div id="links">
  321. <p>
  322. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  323. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}<p>
  324. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  325. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  326. </div>
  327.  
  328. <div id="description">{Description}</div>
  329.  
  330. {block:Pagination} <div align="center" id="pagination">{block:PreviousPage}<a href="{PreviousPage}">PREV<p></a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">NEXT</a>{/block:NextPage}</div>{/block:Pagination}
  331. </div>
  332.  
  333. <div id="entries">{block:Posts}<div id="post">
  334.  
  335. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  336.  
  337. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  338.  
  339. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  340.  
  341. {block:Quote}
  342. <div class="cap">
  343. <div class="quote">
  344. <div class="quote_{Length}">“{Quote}”</div>
  345. {block:Source}<div class="source">- {Source}</div>{/block:Source}
  346. </div></div>
  347. {/block:Quote}
  348.  
  349. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  350.  
  351. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  352.  
  353.  
  354. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  355. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  356. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  357. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  358. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  359.  
  360. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  361.  
  362. {block:Answer}
  363. <div class="ask">
  364. <span class="asker">{Asker} asked: </span><br><br>{Question}</div>
  365. <div id="caption"><div class="ans">{Answer}</div>
  366. </div>
  367. {/block:answer}
  368.  
  369. <div id="info"> posted <a href="{Permalink}">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} with <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}
  370. {block:ContentSource}(Source: <a href="{SourceURL}"> <a href="{SourceURL}"> <a href="{SourceURL}">{SourceLink}</a>)</a>{/block:ContentSource}{/block:RebloggedFrom}
  371. {block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}">{Tag}</a>, {/block:Tags}</div>{/block:HasTags}</div></div>
  372. {/block:Posts}<div id="tags" st>
  373. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  374. {/block:Posts}</div></div></div>
  375.  
  376. <div style="font-family:cambria; font-size: 8px; letter-spacing: 1px; float: right; position: fixed; bottom: 5px; right: 5px; text-transform:uppercase;"><a href="http://sharmun.tumblr.com">SHARMUN</a></div>
  377.  
  378. </body>
  379.  
  380. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement