Advertisement
nicolemakesthemes

Someone Else

Nov 25th, 2013
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.52 KB | None | 0 0
  1. <!--THEME BY NICOLEMAKESTTHEMES; do not steal/claim as your own, use as a base code or remove credit -->
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5. <head><title>{Title}</title>
  6. <link rel="shortcut icon" href="{Favicon}">
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  9.  
  10. <meta name="color:Background" content="#ffffff"/>
  11. <meta name="color:Title" content="#0202"/>
  12. <meta name="color:Text" content="#838282"/>
  13. <meta name="color:Link" content="#b8b8b8"/>
  14. <meta name="color:Linkhover" content="#949494"/>
  15. <meta name="color:Linkbackground" content="#e8e8e8"/>
  16. <meta name="color:Hover" content="#838282"/>
  17. <meta name="color:Infohover" content="#838282"/>
  18. <meta name="color:Border" content="#838282"/>
  19. <meta name="image:sidebar" content=""/>
  20. <meta name="text:Link 1 Title" content="link 01">
  21. <meta name="text:Link 1 URL" content="01">
  22. <meta name="text:Link 2 Title" content="link 02">
  23. <meta name="text:Link 2 URL" content="02">
  24. <meta name="text:Link 3 Title" content="link 03">
  25. <meta name="text:Link 3 URL" content="03">
  26. <meta name="text:Link 4 Title" content="link 04">
  27. <meta name="text:Link 4 URL" content="04">
  28.  
  29. <style type="text/css">
  30.  
  31.  
  32. body {
  33. background:{color:background};
  34. margin:0px;
  35. color:{color:text};
  36. font-family:arial;
  37. font-size:10px;
  38. line-height:100%;
  39. }
  40.  
  41. a {
  42. text-decoration:none;
  43. outline:none;
  44. -moz-outline-style:none;
  45. color:{color:link};
  46. }
  47.  
  48. a:hover{
  49. color:{color:hover};
  50. }
  51.  
  52. img {
  53. border:none;
  54. }
  55.  
  56. blockquote {
  57. padding-left:5px;
  58. border-left:2px solid;
  59. }
  60.  
  61. blockquote blockquote {
  62. padding-left:5px;
  63. border-left:2px solid;
  64. }
  65.  
  66. h1 {
  67. font-size:15px;
  68. }
  69.  
  70. #entries {
  71. padding:10px;
  72. width:500px;
  73. margin-left:500px;
  74. margin-top:40px;
  75. }
  76.  
  77. #post {
  78. width:500px;
  79. margin-bottom:50px;
  80. }
  81.  
  82. #sidebar {
  83. position:fixed;
  84. margin-left:50px;
  85. margin-top:200px;
  86. }
  87.  
  88.  
  89. #title {
  90. color:{color:title};
  91. font-size:35px;
  92. font-family:arial;
  93. text-align:center;
  94. margin-left:69px;
  95. letter-spacing:-3px;
  96. margin-top:-10px;
  97. font-weight:bold;
  98. text-transform:lowercase;
  99. position:fixed;
  100. padding-left:29px;
  101. }
  102.  
  103.  
  104.  
  105. }
  106.  
  107. #sidebarimage {
  108. width 300px;
  109.  
  110.  
  111. }
  112.  
  113. #sidebarimage img {
  114. width:300px;
  115. margin-left:100px;
  116. margin-top:10px;
  117.  
  118. }
  119.  
  120. #links {
  121. width:290px;
  122. margin-left:100px;
  123. margin-top:0px;
  124. padding:5px;
  125. text-align:center;
  126. word-spacing:3px;
  127. font-size:12px;
  128. display:block;
  129. color:{color:link};
  130. text-transform:uppercase;
  131. font-family:tahoma;
  132. background-color:{color:linkbackground};
  133. }
  134.  
  135. #links a:hover {
  136.  
  137. font-style:italic;
  138. color:{color:linkhover};
  139.  
  140. }
  141.  
  142. #description {
  143. text-align:center;
  144. margin-top:5px;
  145. margin-left:100px;
  146. width:300px;
  147. }
  148.  
  149. #pagination {
  150. font-size:8px;
  151. text-align:center;
  152. margin-left:110px;
  153. }
  154.  
  155. #info {
  156.  
  157. text-align:left;padding-top:3px;
  158.  
  159. margin-top:5px;
  160.  
  161. margin-bottom:10px;
  162.  
  163. text-transform: uppercase;
  164.  
  165. font-family:arial;
  166.  
  167. letter-spacing:0px;
  168. text-align:center;
  169.  
  170. font-size:8px;
  171.  
  172. line-height: 10px;
  173.  
  174. color:{color:link};
  175.  
  176. border-bottom:1px solid {color:Border}
  177.  
  178.  
  179. }
  180.  
  181.  
  182.  
  183. #info a {
  184.  
  185. color:{color:link};
  186.  
  187. text-align:center;
  188.  
  189. font-style:normal;
  190.  
  191.  
  192.  
  193. }
  194.  
  195.  
  196.  
  197. #info a:hover {
  198.  
  199. font-style:italic;
  200. color:{color:infohover};
  201.  
  202. }
  203.  
  204.  
  205.  
  206. .note {
  207.  
  208. text-transform:lowercase;
  209.  
  210. font-style:normal;
  211.  
  212. letter-spacing:0px;
  213.  
  214. font-size: 12px;
  215.  
  216. text-align:left;
  217.  
  218. line-height:90%;
  219.  
  220. margin-left:-40px
  221.  
  222. border-bottom:1px solid {color:Border}
  223.  
  224. }
  225.  
  226.  
  227.  
  228. .note li {
  229.  
  230. list-style-type:none;
  231.  
  232. border-bottom:1px solid {color:Border}
  233.  
  234. padding:10px 25px 10px 25px;
  235.  
  236. text-align:left;
  237.  
  238. margin:0px;
  239.  
  240. -moz-transition-duration:0.5s;
  241.  
  242. -webkit-transition-duration:0.5s;
  243.  
  244. -o-transition-duration:0.5s;
  245.  
  246. }
  247.  
  248.  
  249.  
  250. .tags {
  251.  
  252. font-style:italic;
  253.  
  254. width:500px;
  255.  
  256. text-transform:lowercase;
  257.  
  258. font-family:arial;
  259.  
  260. color:{color:tags};
  261.  
  262. letter-spacing:2px;
  263.  
  264. line-height:120%;
  265.  
  266. font-size:12px;
  267.  
  268. text-align:center;
  269.  
  270. padding:2px;
  271.  
  272. -moz-transition-duration:0.5s;
  273.  
  274. -webkit-transition-duration:0.5s;
  275.  
  276. -o-transition-duration:0.5s;
  277.  
  278.  
  279.  
  280. }
  281.  
  282.  
  283.  
  284. .tags a {
  285.  
  286. color:{color:tags};
  287.  
  288. letter-spacing:1px;
  289.  
  290. padding:1px;
  291.  
  292. }
  293.  
  294.  
  295.  
  296. .tags a:hover {
  297.  
  298. color:{color:link};
  299.  
  300. font-style:normal;
  301.  
  302. }
  303.  
  304. .ask {
  305.  
  306. padding:10px;
  307.  
  308. text-align:left;
  309.  
  310. color:{color:text};
  311.  
  312. text-transform: lowercase;
  313.  
  314. font-family:arial;
  315.  
  316. background-color:#eee;
  317.  
  318. border-bottom:1px solid #eee;
  319.  
  320. }
  321.  
  322.  
  323.  
  324. .ans {
  325.  
  326. text-align:left;
  327.  
  328. padding:10px;
  329.  
  330. color:{color:text};
  331.  
  332. }
  333.  
  334. #cred {
  335. position:fixed;
  336. font-size:8px;
  337. font-weight:normal;
  338. line-height:150%;
  339. letter-spacing:2px;
  340. right:10px;
  341. bottom:10px;
  342. text-transform:uppercase;
  343. text-align:center;
  344. color:{color:040404};
  345. }
  346.  
  347. #cred a {
  348. padding:3px;
  349. color:{color:040404};
  350. background-color:{color:ffff};
  351. -moz-transition-duration:0.5s;
  352. -webkit-transition-duration:0.5s;
  353. -o-transition-duration:0.5s;
  354. }
  355.  
  356.  
  357.  
  358. {CustomCSS}</style></head><body>
  359.  
  360.  
  361. <div id="sidebar">
  362.  
  363. <div id="title">{Title}</div>
  364.  
  365. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  366.  
  367. <div id="links">
  368. <a href="/">home</a>
  369. <a href="{text:Link 1 URL}">{text:Link 1 Title}</a>
  370. <a href="{text:Link 2 URL}">{text:Link 2 Title}</a>
  371. <a href="{text:Link 3 URL}">{text:Link 3 Title}</a>
  372. <a href="{text:Link 4 URL}">{text:Link 4 Title}</a>
  373. </div>
  374.  
  375. <div id="description">{Description}</div>
  376.  
  377. {block:Pagination}<div id="pagination">
  378. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  379. {block:JumpPagination length="5"}
  380. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  381. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  382. {/block:JumpPagination}
  383. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  384. </div>{/block:Pagination}
  385.  
  386. </div>
  387.  
  388. <div id="entries">{block:Posts}<div id="post">
  389.  
  390. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  391.  
  392. {block:Photo}{LinkOpenTag}<center><img src="{PhotoURL-500}"></center>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  393.  
  394. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  395.  
  396. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  397.  
  398. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  399.  
  400. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  401.  
  402. {block:Audio}<left><span class="audio">{AudioPlayerBlack}</left></span>{block:Artist}<b></b> {Artist}<br />{/block:Artist}{block:TrackName}<b></b> {TrackName}<br />{/block:TrackName}
  403. {/block:ExternalAudio}<b></b> {PlayCount} plays<br>
  404. {/block:Audio}
  405.  
  406. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  407.  
  408. {block:Answer}<div class="ask">{Asker} was like: {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  409.  
  410. <div id="info">posted <a href="{Perimalink}"> {block:Date}<a href="{Permalink}">{Month} {DayOfMonth}</a> {/block:Date}, <a href="{Permalink}">{NoteCount}% </a> {block:RebloggedFrom} ♡ <a href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}
  411. &
  412. {block:ContentSource}<a href="{SourceURL}"> source <a href="{SourceURL}"></a>{/block:ContentSource}{/block:RebloggedFrom}<div id="tags" st>
  413.  
  414. {block:HasTags}<div id="tags">{block:Tags} # <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  415.  
  416. {/block:Posts}
  417.  
  418. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  419.  
  420.  
  421. {/block:Posts}</div>
  422.  
  423. <div id="cred"><a href="http://nicolemakestthemes.tumblr.com">NMT</a></div>
  424.  
  425. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement