Advertisement
mayayo

theme 01

Feb 24th, 2014
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.24 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=Inconsolata:400,700' rel='stylesheet' type='text/css'>
  9. <link href='http://fonts.googleapis.com/css?family=Libre+Baskerville:400,400italic,700' rel='stylesheet' type='text/css'>
  10.  
  11. <!---- theme by @ noahshaiw ---->
  12. <!---- DO NOT STEAL, REMOVE CREDIT or i will be under your bed tonight ---->
  13. <!---- any questions just message me @ noahshaiw, enjoy! ---->
  14.  
  15. <meta name="color:background" content="#ffffff"/>
  16. <meta name="color:text" content="#3B3B3B"/>
  17. <meta name="color:link" content="#6b6b6b"/>
  18. <meta name="color:link hover" content="#000000" />
  19. <meta name="font:body" content="arial, sans serif, insonsolata, times, serif, baskerville"/>
  20.  
  21. <meta name="image:Sidebar" content=""/>
  22.  
  23. <meta name="text:link 1" content="link 1"/>
  24. <meta name="text:link 1 url" content="/"/>
  25. <meta name="text:link 2" content="link 2"/>
  26. <meta name="text:link 2 url" content="/"/>
  27. <meta name="text:link 3" content="link 3"/>
  28. <meta name="text:link 3 url" content="/"/>
  29. <meta name="text:link 4" content="link 4"/>
  30. <meta name="text:link 4 url" content="/"/>
  31. <meta name="text:link 5" content="link 5"/>
  32. <meta name="text:link 5 url" content="/"/>
  33. <!--- CSS --->
  34. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  35. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  36.  
  37. <script>
  38. (function($){
  39. $(document).ready(function(){
  40. $("#standardlinks a[title]").style_my_tooltips({
  41. tip_delay_time:1
  42. });
  43. });
  44. })(jQuery);
  45. </script>
  46. <style type="text/css">
  47.  
  48. <script type="text/javascript">
  49. WebFontConfig = {
  50. google: { families: [ 'Inconsolata:400,700:latin' ] }
  51. };
  52. (function() {
  53. var wf = document.createElement('script');
  54. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  55. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  56. wf.type = 'text/javascript';
  57. wf.async = 'true';
  58. var s = document.getElementsByTagName('script')[0];
  59. s.parentNode.insertBefore(wf, s);
  60. })(); </script>
  61. <script type="text/javascript">
  62. WebFontConfig = {
  63. google: { families: [ 'Libre+Baskerville:400,400italic,700:latin' ] }
  64. };
  65. (function() {
  66. var wf = document.createElement('script');
  67. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  68. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  69. wf.type = 'text/javascript';
  70. wf.async = 'true';
  71. var s = document.getElementsByTagName('script')[0];
  72. s.parentNode.insertBefore(wf, s);
  73. })(); </script>
  74. html, body, h1, h2, h3, h4, h5, h6, p, ol, blockquote {margin:0; padding:0; list-style:none;}
  75.  
  76. body {font-family: 'Libre Baskerville', serif; color: {color:text}; background-color: {color:background}; line-height:5px;}
  77. a {color: {color:link};}
  78. a:hover {color: {color:link hover};}
  79. a {text-decoration:none;}
  80.  
  81. b, strong {color:{color:text}}
  82. i, em {color:{color:text}}
  83. small {font-size:8px;}
  84. big {font-size:12px;}
  85. ul {list-style:square;text-align:justify;}
  86.  
  87. blockquote {padding: 3px 0 3px 13px;border-left: 1px solid {color:text};text-align:justify;}
  88.  
  89. blockquote p {display:block!important;}
  90.  
  91. blockquote img {max-width:220px!important;}
  92.  
  93. /* content */
  94. #content {margin-left:500px; position:absolute; width:400px; margin-top:25px;}
  95.  
  96. /* sidebar */
  97. #sidebar {margin-left:auto; margin-right:auto; overflow: hidden; top: 1px; line-height:15px; width:500px; height:320px; position: float; margin-bottom: 15px; text-align: center; margin-top:190px;}
  98. #sidebar h1 a {color: {color:text}; text-decoration: none;}
  99. #sidebar h1 a:hover {color: {color:text}; text-decoration: none;}
  100.  
  101. #description {display:block;width:400px; height:30px; margin-bottom:400px; font-size:10px; font-family: helvetica; background:#f1f1f1; padding-top:5px; padding-bottom:5px;position:float; color:010101; margin-right:150px; word-wrap:break-word;}
  102.  
  103. #links {
  104. text-align:center;
  105. letter-spacing:11px;
  106. word-spacing:3px;
  107. margin-left:auto;
  108. }
  109.  
  110.  
  111. #links a {
  112. margin:-6px;
  113. margin-top:10px;
  114. display:inline-block;
  115. border: 1px solid #FFFFFF;
  116. background:#000000;
  117. -moz-border-radius:100%;
  118. -webkit-border-radius:100%;
  119. border-radius:100%;
  120. height:10px;
  121. width:10px;
  122. letter-spacing:1px;
  123. text-transform:lowercase;
  124. transition-duration: 0.7s;
  125. -moz-transition-duration: 0.7s;
  126. -webkit-transition-duration: 0.7s;
  127. -o-transition-duration: 0.7s;
  128. }
  129.  
  130. #links a:hover {
  131. height:12px;
  132. width:12px;
  133. background:#FFFFFF;
  134. border:1px solid #000000;
  135. }
  136.  
  137.  
  138. #s-m-t-tooltip{
  139. /* basic */
  140. max-width:300px;
  141. z-index:10;
  142. margin:24px 14px 7px 12px;
  143. /* style and design */
  144. padding:2px;
  145. background:#222; /* fallback if rgba not supported */
  146. background:rgba(0,0,0,0.8);
  147. font-size:11px;
  148. color:#fff;
  149. }
  150.  
  151. #title {font-size:15px;
  152. margin-bottom:3px;font-weight:bold;color:#3b3b3b;font-family:'Inconsolata', sans-serif; margin-left:220px;}
  153.  
  154. #title:hover {
  155. letter-spacing:3px;
  156. font-size:14px;
  157. font-weight:italic;
  158. transition-duration: 1s;
  159. -moz-transition-duration: 1s;
  160. -webkit-transition-duration: 1s;
  161. -o-transition-duration: 1s;}
  162.  
  163. /* pagination */
  164. #pagination {width: 175px; border-top:1px solid #eee; padding: 3px; font-size: 11px; line-height: 21px; text-shadow: 0 1px 1px #fff; text-align: center; margin-top:-200px; margin-left:450px; letter-spacing:1px; text-transform: lowercase; font-style: bold; font-family: 'Libre Baskerville', serif; position:fixed;}
  165. #pagination:hover {font-style:italic; letter-spacing:4px;
  166. -webkit-transition:all 0.5s;
  167. -moz-transition:all 0.5s;
  168. -ms-transition:all 0.5s;
  169. -o-transition:all 0.5s;
  170. transition:all 0.5s;}
  171.  
  172. /* posts */
  173. #post:{width:400px; line-height: 18px; clear: both; margin-top:50px; margin-right:500px;}
  174. #post:hover {.tags{block:ifTagsHover}
  175. opacity:1;
  176. -webkit-transition:all 0.5s;
  177. -moz-transition:all 0.5s;
  178. -ms-transition:all 0.5s;
  179. -o-transition:all 0.5s;
  180. transition:all 0.5s;
  181. {/block:ifTagsHover}
  182. }
  183. .post h3 {font-size: 1em;}
  184. .caption blockquote {padding-left: 20px;}
  185.  
  186. /* kinds of posts */
  187. .post text {text-align: left;}
  188.  
  189. .post photo {margin-bottom: 5px; text-align: center;}
  190. .post photo img {border: 0;}
  191.  
  192. .post quote {text-align: left;}
  193. .post quote .source {font-size: 12px;}
  194.  
  195. .answer {text-align: justify; line-height: 15px;}
  196. .question {margin-bottom: 0px; line-height: 15px;}
  197.  
  198. .post link {text-align: left;}
  199.  
  200. .post audio {text-align: left; }
  201. .post video {text-align: left;}
  202.  
  203. .post chat {text-align: left;}
  204. .post chat li {list-style-type: none;}
  205.  
  206. /* metadata */
  207. #info {margin-top: 5px; font-family:helvetica; font-size: 10px; text-transform:uppercase; margin-bottom: 60px; line-height:150%;}
  208.  
  209. ol.notes {font-family:'Libre Baskerville', serif; display:block; text-align:left; margin-bottom:30px; text-transform:uppercase;}
  210. ol.notes li.note{padding:1%;}
  211.  
  212. .pagenotes {text-align:left; text-transform:uppercase;}
  213.  
  214. .tags {}
  215. .tags a {margin-right:5px;text-transform:uppercase;}
  216. .tags a:hover {margin-right:5px;text-decoration:underline;}
  217. /*custom css */
  218. .caption{padding-top:13px;padding-left:10px;padding-bottom:5px;margin-top:5px;text-align:left;font-size:10px;font-style:italic;padding-right:10px;}
  219.  
  220. .post img{width:500px;}
  221.  
  222. /*credit*/
  223. #credit {position:fixed; right:10px; bottom:10px; text-shadow:2px 1px #eee; text-transform:uppercase; font:8px 'times'; letter-spacing:1px; padding:5px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
  224.  
  225. {CustomCSS}
  226.  
  227. </style></head>
  228. <body>
  229.  
  230. <div id="content">
  231.  
  232. <div id="sidebar">
  233.  
  234. <div id="title">{title}</div>
  235.  
  236. <img src="{image:Sidebar}" />
  237. <div id="description"> {description}
  238.  
  239. <div id="links">
  240.  
  241. <a href="URL" title="link one"></a>
  242. <a href="URL" title="link two"></a>
  243. <a href="URL" title="link three"></a>
  244. <a href="URL" title="link four"></a>
  245. <a href="URL" title="link five"></a>
  246. </div>
  247.  
  248. </div>
  249.  
  250. </div>
  251.  
  252. <div id="pagination">
  253. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a> {/block:PreviousPage}{block:NextPage} <a href="{NextPage}">forth</a>{/block:NextPage}{/block:Pagination}
  254. </div>
  255. <div id="entries">
  256.  
  257. <div id="post">
  258.  
  259. {block:ContentSource}
  260. <!-- {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  261. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  262. {/block:SourceLogo}
  263. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  264. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  265.  
  266. {block:Posts}
  267. {block:Text}
  268. <li class="post text">
  269. {block:Title}
  270. <h3><a href="{Permalink}">{Title}</a></h3>
  271. {/block:Title}{Body}
  272. </li>
  273. {/block:Text}
  274.  
  275. {block:Photo}
  276. <li class="post photo">
  277. <img src="{PhotoURL-400}" alt="{PhotoAlt}"/>
  278.  
  279. {block:Caption}
  280. <div class="caption">{Caption}</div>
  281. {/block:Caption}
  282. </li>
  283. {/block:Photo}
  284.  
  285. {block:Photoset}
  286. <li class="post photoset">
  287. {Photoset-400}{block:Caption}
  288. <div class="caption">{Caption}</div>
  289. {/block:Caption}
  290. </li>
  291. {/block:Photoset}
  292.  
  293. {block:Quote}
  294. <li class="post quote">
  295. {Quote}
  296. {block:Source}
  297. <div class="source">— {Source}</div>
  298. {/block:Source}
  299. </li>
  300. {/block:Quote}
  301.  
  302. {block:Link}
  303. <li class="post link">
  304. <a href="{URL}" {Target}>{Name}</a>
  305.  
  306. {block:Description}
  307. <div class="description">{Description}</div>
  308. {/block:Description}
  309. </li>
  310. {/block:Link}
  311.  
  312. {block:Chat}
  313. <li class="post chat">
  314. {block:Title}
  315. <h3><a href="{Permalink}">{Title}</a></h3>
  316. {/block:Title}
  317.  
  318. <ul class="chat">
  319. {block:Lines}
  320. <li class="{Alt} user_{UserNumber}">
  321. {block:Label}
  322. <span class="label">{Label}</span>
  323. {/block:Label}{Line}
  324. </li>
  325. {/block:Lines}
  326. </ul>
  327. </li>
  328. {/block:Chat}
  329.  
  330. {block:Answer}
  331. <div style="color:{color:text};">
  332. <b>{Asker}</b>: <div class="question">{Question}</div>
  333. </div><br>
  334. <div class="answer">{Answer}</div>
  335. {/block:Answer}
  336.  
  337. {block:Video}
  338. <li class="post video">
  339. {Video-500}{block:Caption}
  340. <div class="caption">{Caption}</div>
  341. {/block:Caption}
  342. </li>
  343. {/block:Video}
  344.  
  345. {block:Audio}
  346. <li class="post audio">
  347. {AudioPlayerBlack}{block:Caption}
  348. <div class="caption">{Caption}</div>
  349. {/block:Caption}
  350. </li>
  351. {/block:Audio}
  352.  
  353. <div id="info">
  354. {block:Date}<b>{Month} {DAYOFMONTH}{DAYOFMONTHSUFFIX}</b></a>{/block:Date} WITH <a href="{Permalink}"> {NoteCountWithLabel}</a>
  355. {block:permalinkpage} / {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParenttitle}">VIA</a> / {block:ContentSource}<a href="{ReblogRootURL}" "{ReblogRootName}" title="{ReblogRoottitle}" style="color:#252525}">SOURCE</a>{/block:ContentSource}{/block:RebloggedFrom}{/block:permalinkpage}<br/>{block:HasTags}<div class="tags">TAGGED: {block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  356. </div>
  357.  
  358. {block:PostNotes}<div class="pagenotes">{PostNotes}</div>{/block:PostNotes}
  359. {/block:Posts}
  360. </ol>
  361.  
  362. <div id="credit">
  363. <a href="http://jemcarstairs.co.vu">
  364. NSH
  365. </a>
  366.  
  367. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement