Advertisement
nicolemakesthemes

Say My Name

Apr 2nd, 2014
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.40 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.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7.  
  8. <head>
  9.  
  10.  
  11. <meta name="color:bg" content="#FFFFFF">
  12. <meta name="color:link" content="#E6E4E4">
  13. <meta name="color:hover" content="#454545">
  14. <meta name="color:infobg" content="#FCFCFC">
  15. <meta name="color:text" content="#9A9A9A">
  16. <meta name="color:tags" content="#EDEDED">
  17. <meta name="color:scrollbar" content="#D6D5D5">
  18. <meta name="color:border" content="#FAFAFA">
  19.  
  20. <meta name="image:sidebar" content=""/>
  21.  
  22. <meta name="text:linkA url" content="/">
  23. <meta name="text:linkA" content="">
  24. <meta name="text:linkA url" content="/">
  25. <meta name="text:linkB" content="">
  26. <meta name="text:linkB url" content="/">
  27.  
  28. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  29. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  30. <link rel="shortcut icon" href="{Favicon}" />
  31. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  32.  
  33. <style type="text/css">
  34.  
  35.  
  36. a {
  37. color:{color:link};
  38. text-decoration:none;
  39. -moz-transition-duration:0.5s;
  40. -webkit-transition-duration:0.5s;
  41. -o-transition-duration:0.5s;
  42. }
  43.  
  44. a:hover {
  45. color:{color:hover};
  46. text-decoration:none;
  47. -moz-transition-duration:0.5s;
  48. -webkit-transition-duration:0.5s;
  49. -o-transition-duration:0.5s;
  50. }
  51.  
  52.  
  53. ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:8px}
  54. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  55. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  56.  
  57. body {
  58. background-color:{color:bg};
  59. font-family:Calibri;
  60. font-weight:normal;
  61. }
  62.  
  63.  
  64.  
  65.  
  66. h1 {
  67. font-weight:normal;
  68. font-size:10px;
  69. text-align:center;
  70. font-style:normal;
  71. line-height:80%;
  72. letter-spacing:1px;
  73. text-transform:uppercase;
  74. color:{color:text};
  75. }
  76.  
  77. h2 {
  78. font-size:15px;
  79. text-align:center;
  80. line-height:100%;
  81. letter-spacing:-0.5px;
  82. color:{color:text};
  83. font-weight:normal;
  84. padding:5px;
  85. padding-bottom:2px;
  86. }
  87.  
  88.  
  89. blockquote {
  90. border-left:2px solid {color:text};
  91. padding-left:5px;
  92. margin:5px;
  93. }
  94.  
  95. #theme {
  96. background-color:{color:bg};
  97. width:700px;
  98. margin: 0 auto -12px auto;
  99. text-align: center;
  100. }
  101.  
  102.  
  103. #sidebar {
  104. color:{color:text};
  105. position:fixed;
  106. width:200px;
  107. height:auto;
  108. margin-top:250px;
  109. margin-left:-150px;
  110. text-align:left;
  111. }
  112.  
  113. #sidebar img {
  114. width:250px;
  115. margin-bottom:10px;
  116. }
  117.  
  118.  
  119. .links {
  120. margin-bottom:10px;
  121. font-size:12px;
  122. text-align:center;
  123. width:250px;
  124. letter-spacing:2px;
  125. font-family:arial;
  126. font-weight:bold;
  127. text-transform:lowercase;
  128. line-height:170%;
  129. border-bottom:3px solid {color:Border}
  130.  
  131. }
  132.  
  133. .links a{
  134. padding:3px;
  135. color:{color:link};
  136. letter-spacing:0px;
  137. text-decoration:none;
  138. -moz-transition-duration:1s;
  139. -webkit-transition-duration:1s;
  140. -o-transition-duration:1s;
  141. }
  142.  
  143. .links a:hover{
  144. color:{color:hover};
  145. -moz-transition-duration:1s;
  146. -webkit-transition-duration:1s;
  147. -o-transition-duration:1s;
  148. }
  149.  
  150. .desc {
  151. margin-bottom:10px;
  152. width:250px;
  153. text-align:center;
  154. font-size:10px;
  155. color:{color:text};
  156. letter-spacing:1px;
  157. line-height:150%;
  158. }
  159.  
  160. .desc a {
  161. color:{color:link};
  162. }
  163.  
  164. #pagination {
  165. font-size:8px;
  166. margin-top:10px;
  167. text-align:center;
  168. margin-left:50px;
  169. text-transform: lowercase;
  170. font-family:arial;
  171. }
  172.  
  173. #stuffcontainer {
  174. float:left;
  175. margin-left:200px;
  176. margin-top:75px;
  177. text-align:justify;
  178. background-color:{color:bg};
  179. color:{color:text};
  180. margin-bottom: 35px;
  181. }
  182.  
  183.  
  184. #stuff {
  185. width:500px;
  186. margin-top:75px;
  187. text-align:justify;
  188. font-size:11px;
  189. line-height:90%;
  190. letter-spacing:0x;
  191. color:{color:text};
  192. }
  193.  
  194. .caption {
  195. width:500px;
  196. text-align:justify;
  197. line-height:120%;
  198. }
  199.  
  200. .ask {
  201. padding:10px;
  202. text-align:left;
  203. color:{color:text};
  204. background-color:{color:infobg};
  205. border-bottom:1px solid {color:border};
  206. border-right:1px solid {color:border};
  207. }
  208.  
  209. .ans {
  210. text-align:left;
  211. padding:10px;
  212. color:{color:text};
  213. }
  214.  
  215. .audio {
  216. width:500px;
  217. padding-bottom:10px;
  218. background-color:{color:infobg};
  219. }
  220.  
  221. .albumart {
  222. float:left;
  223. padding:0px 10px 10px 0px;
  224. }
  225.  
  226. .albumart img {
  227. width:45px;
  228. height:45px;
  229. }
  230.  
  231. .playercontainer {
  232. text-align:left;
  233. padding:10px;
  234. background-color:#ffffff;
  235. width:480px;
  236. }
  237.  
  238. .audioinfo {
  239. padding:10px;
  240. color:{color:text};
  241. }
  242.  
  243. #postinfo {
  244. width:490px;
  245. padding:5px;
  246. font-size:8px;
  247. color:{color:link};
  248. text-transform:uppercase;
  249. font-style:normal;
  250. letter-spacing:2px;
  251. text-align:center;
  252. border-top:3px solid {color:border};
  253. border-bottom:3px solid {color:border};
  254. -moz-transition-duration:0.5s;
  255. -webkit-transition-duration:0.5s;
  256. -o-transition-duration:0.5s;
  257. }
  258.  
  259. #postinfo a {
  260. color:{color:link};
  261. text-align:center;
  262. letter-spacing:2px;
  263. font-style:normal;
  264. }
  265.  
  266. #postinfo a:hover {
  267. color:{color:hover};
  268. }
  269.  
  270. .note {
  271. text-transform:uppercase;
  272. font-style:normal;
  273. letter-spacing:3px;
  274. font-size: 9px;
  275. text-align:left;
  276. line-height:90%;
  277. margin-left:-40px;
  278. }
  279.  
  280. .note li {
  281. list-style-type:none;
  282. border-bottom:1px solid {color:border};
  283. padding:10px 25px 10px 25px;
  284. text-align:left;
  285. margin:0px;
  286. -moz-transition-duration:0.5s;
  287. -webkit-transition-duration:0.5s;
  288. -o-transition-duration:0.5s;
  289. }
  290.  
  291. .tags {
  292. font-style:normal;
  293. width:500px;
  294. text-transform:uppercase;
  295. font-style:normal;
  296. color:{color:tags};
  297. letter-spacing:2px;
  298. line-height:120%;
  299. font-size:8px;
  300. text-align:right;
  301. padding:2px;
  302. -moz-transition-duration:0.5s;
  303. -webkit-transition-duration:0.5s;
  304. -o-transition-duration:0.5s;
  305. }
  306.  
  307. .tags a {
  308. color:{color:tags};
  309. letter-spacing:1px;
  310. padding:1px;
  311. }
  312.  
  313. .tags a:hover {
  314. color:{color:link};
  315. }
  316.  
  317. ul.chat, .chat ol, .chat li {
  318. list-style:none;
  319. margin:0px;
  320. padding:2px;
  321. }
  322.  
  323. .label {
  324. text-decoration:underline;
  325. font-weight:700;
  326. background-color:{color:infobg};
  327. margin-right:5px;
  328. }
  329.  
  330. #cred {
  331. position:fixed;
  332. font-size:8px;
  333. font-weight:normal;
  334. line-height:150%;
  335. letter-spacing:2px;
  336. right:10px;
  337. bottom:10px;
  338. text-transform:uppercase;
  339. text-align:center;
  340. color:{color:040404};
  341. }
  342.  
  343. #cred a {
  344. padding:3px;
  345. color:{color:040404};
  346. background-color:{color:ffff};
  347. -moz-transition-duration:0.5s;
  348. -webkit-transition-duration:0.5s;
  349. -o-transition-duration:0.5s;
  350. }
  351.  
  352. {CustomCSS}
  353.  
  354. </style></head>
  355.  
  356. <body>
  357. <div id="theme">
  358. <div id="sidebar">
  359. <img src="{image:sidebar}">
  360. <div class="links">
  361. <a href="/">home</a>
  362. <a href="/ask">message</a>
  363. {block:IfLinkA}
  364. <a href="{text:linkA url}">{text:linkA}</a>
  365. {/block:IfLinkA}
  366. {block:IfLinkB}
  367. <a href="{text:linkB url}">{text:linkB}</a>
  368. {/block:IfLinkB}
  369. </div>
  370. <div class="desc">
  371. {Description}
  372. </div>
  373. {block:Pagination}<div id="pagination">
  374. {block:PreviousPage}<a href="{PreviousPage}"><</a>&nbsp;&nbsp;{/block:PreviousPage}
  375. {block:JumpPagination length="5"}
  376. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  377. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  378. {/block:JumpPagination}
  379. {block:NextPage}<a href="{NextPage}">></a>{/block:NextPage}
  380. </div>{/block:Pagination}
  381. </div>
  382.  
  383. <div id="stuffcontainer">
  384.  
  385. {block:Posts}
  386.  
  387. <div id="stuff">
  388.  
  389. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  390.  
  391. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  392.  
  393. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  394. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  395.  
  396. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  397.  
  398. {block:Photoset}<center>{Photoset-500}</center>
  399. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  400.  
  401. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  402.  
  403. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  404.  
  405. {block:Answer}<div class="ask">{Asker} asked: {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  406.  
  407. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  408. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  409. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  410. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  411. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  412.  
  413.  
  414.  
  415. <div id="postinfo">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}
  416. &
  417. {block:ContentSource}<a href="{SourceURL}"> source <a href="{SourceURL}"></a>{/block:ContentSource}{/block:RebloggedFrom}<div id="tags" st>
  418.  
  419. {block:HasTags}<div id="tags">{block:Tags} # <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  420. <div class="note">
  421. {block:PostNotes}{PostNotes}{/block:PostNotes}
  422. </div>
  423. </div>
  424. {/block:Posts}
  425.  
  426.  
  427. </div>
  428.  
  429.  
  430. <div id="cred"><a href="http://nicolemakestthemes.tumblr.com">NMT</a></div>
  431.  
  432. </div>
  433. </div>
  434. </div>
  435. </body>
  436. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement