Advertisement
jaceherondaling

Theme #4

May 26th, 2014
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.92 KB | None | 0 0
  1. <!DOCTYPE>
  2.  
  3. <!--------------------------------------------------------------
  4.  
  5. Base Code by louerry
  6. This is a base code (basically you use this code as a background for your own theme) so you can remove credit when you finish creating the theme. However if someone asks if you used a base code please say that you used mine. Also putting a link in your FAQ's for your themes would be great as well. Any questions feel free to ask.
  7.  
  8. ---------------------------------------------------------->
  9.  
  10. <html>
  11. <head>
  12.  
  13.  
  14. <meta name="color:background" content="#FFFFFF">
  15. <meta name="color:link" content="#E6E4E4">
  16. <meta name="color:hover" content="#454545">
  17. <meta name="color:infobg" content="#FCFCFC">
  18. <meta name="color:text" content="#9A9A9A">
  19. <meta name="color:tags" content="#EDEDED">
  20. <meta name="color:scrollbar" content="#D6D5D5">
  21. <meta name="color:border" content="#FAFAFA">
  22. <meta name="color:descriptionbg" content="#FAFAFA">
  23.  
  24. <meta name="text:link1" content="">
  25. <meta name="text:link1 url" content="/">
  26. <meta name="text:link2" content="">
  27. <meta name="text:link2 url" content="/">
  28. <meta name="text:link3" content="">
  29. <meta name="text:link3 url" content="/">
  30. <meta name="text:link4" content="">
  31. <meta name="text:link4 url" content="/">
  32.  
  33. <meta name="text:title1" content="Here goes your title">
  34. <meta name="text:title2" content="Here goes your title">
  35.  
  36. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  37. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  38. <link rel="shortcut icon" href="{Favicon}" />
  39. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  40.  
  41. <style type="text/css">
  42.  
  43. a {
  44. color:{color:link};
  45. text-decoration:none;
  46. -moz-transition-duration:0.6s;
  47. -webkit-transition-duration:0.6s;
  48. -o-transition-duration:0.6s;
  49. }
  50.  
  51. a:hover {
  52. color:{color:hover};
  53. text-decoration:none;
  54. -moz-transition-duration:0.6s;
  55. -webkit-transition-duration:0.6s;
  56. -o-transition-duration:0.6s;
  57. }
  58.  
  59. ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:8px}
  60. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  61. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  62.  
  63.  
  64. body {
  65. background-color:{color:background};
  66. font-family:Calibri;
  67. font-weight:normal;
  68. }
  69.  
  70. h1 {
  71. font-weight:normal;
  72. font-size:10px;
  73. text-align:center;
  74. font-style:normal;
  75. line-height:80%;
  76. letter-spacing:1px;
  77. text-transform:lowercase;
  78. color:{color:text};
  79. }
  80.  
  81. h2 {
  82. font-size:15px;
  83. text-align:center;
  84. line-height:100%;
  85. letter-spacing:-0.5px;
  86. color:{color:text};
  87. font-weight:normal;
  88. padding:5px;
  89. padding-bottom:2px;
  90. }
  91.  
  92. blockquote {
  93. border-left:2px solid {color:text};
  94. padding-left:5px;
  95. margin:5px;
  96. }
  97.  
  98. #theme {
  99. background-color:{color:background};
  100. width:700px;
  101. margin: 0 auto -12px auto;
  102. text-align: center;
  103. }
  104.  
  105.  
  106. .links {
  107. margin-bottom:10px;
  108. font-size:12px;
  109. text-transform:lowercase;
  110. text-align:center;
  111. width:450px;
  112. letter-spacing:2px;
  113. line-height:170%;
  114. }
  115.  
  116. .links a{
  117. padding:3px;
  118. color:{color:link};
  119. letter-spacing:0px;
  120. text-decoration:none;
  121. -moz-transition-duration:1s;
  122. -webkit-transition-duration:1s;
  123. -o-transition-duration:1s;
  124. }
  125.  
  126. .links a:hover{
  127. color:{color:hover};
  128. -moz-transition-duration:1s;
  129. -webkit-transition-duration:1s;
  130. -o-transition-duration:1s;
  131. }
  132.  
  133. .desc {
  134. margin-bottom:10px;
  135. text-align:justify;
  136. width:500px;
  137. padding:10px 10px 10px 10px;
  138. height:auto;
  139. background-color:{color:descriptionbg};
  140. font-size:10px;
  141. color:{color:text};
  142. letter-spacing:1px;
  143. line-height:150%;
  144. }
  145.  
  146. .desc a {
  147. color:{color:link};
  148. }
  149.  
  150.  
  151.  
  152.  
  153. .btitle {
  154. width:500px;
  155. margin-bottom:10px;
  156. text-align:center;
  157. padding:0 0 0 5px;
  158. font-family:arial;
  159. text-transform:uppercase;
  160. font-size:18px;
  161. }
  162.  
  163. .stitle {
  164. width:500px;
  165. margin-top:10px;
  166. margin-bottom:10px;
  167. text-align:center;
  168. padding:0 5px 0 5px;
  169. font-family:arial;
  170. text-transform:uppercase;
  171. font-size:18px;
  172. }
  173.  
  174. #stuffcontainer {
  175. margin-top:25px;
  176. margin-left:100px;
  177. margin-bottom:80px;
  178. text-align:justify;
  179. background-color:{color:background};
  180. color:{color:text};
  181. margin-bottom: 35px;
  182. }
  183.  
  184.  
  185. #stuff {
  186. width:500px;
  187. margin-top:75px;
  188. text-align:justify;
  189. font-size:11px;
  190. line-height:90%;
  191. letter-spacing:0x;
  192. color:{color:text};
  193. }
  194.  
  195. .caption {
  196. width:500px;
  197. text-align:justify;
  198. line-height:120%;
  199. }
  200.  
  201. /**Ask Posts**/
  202.  
  203. .ask {
  204. padding:10px;
  205. text-align:center;
  206. color:{color:asktext};
  207. background-color:{color:infobg};
  208. }
  209.  
  210. .ans {
  211. text-align:left;
  212. padding:5px;
  213. color:{color:text};
  214. }
  215.  
  216. /**Audio Posts**/
  217.  
  218. .audio {
  219. height:60px;
  220. padding:5px;
  221. margin-bottom:55px;
  222. }
  223.  
  224. .audio-album {
  225. position:absolute;
  226. width:110px;
  227. -webkit-transition: opacity 0.6s linear;
  228. opacity: 1;
  229. }
  230.  
  231. .audio-player {
  232. opacity:1;
  233. filter:alpha(opacity=90);
  234. width:25px;
  235. height:25px;
  236. overflow:hidden;
  237. position:absolute;
  238. border:30px;
  239. z-index:2;
  240. margin-left:43px;
  241. margin-top:43px;
  242. opacity:0;
  243. -webkit-transition: all 0.6s ease-out;
  244. -o-transition: all 0.6s ease-out;
  245. -webkit-transition: all 0.6s ease-out;
  246. -moz-transition: all 0.6s ease-out;
  247. }
  248.  
  249. .audio-info {
  250. margin-top:7px;
  251. position:relative;
  252. margin-left:120px;
  253. line-height:180%;
  254. padding:2px;
  255. }
  256.  
  257. .audio:hover .audio-player {
  258. opacity:.6;
  259. -webkit-transition: all 0.6s ease-out;
  260. -o-transition: all 0.6s ease-out;
  261. -webkit-transition: all 0.6s ease-out;
  262. -moz-transition: all 0.6s ease-out;
  263. }
  264.  
  265. /**Chat Posts**/
  266.  
  267. ul.chat, .chat ol, .chat li {
  268. list-style:none;
  269. margin:0px;
  270. padding:2px;
  271. }
  272.  
  273. .label {
  274. text-decoration:bold;
  275. font-weight:700;
  276. margin-right:5px;
  277. }
  278.  
  279. /**Post Info, Notes**/
  280.  
  281. #postinfo {
  282. width:500px;
  283. padding:3px;
  284. font-size:9px;
  285. color:{color:link};
  286. text-transform:lowercase;
  287. font-style:normal;
  288. letter-spacing:2px;
  289. text-align:center;
  290. border-top:1px dotted {color:border};
  291. -moz-transition-duration:0.5s;
  292. -webkit-transition-duration:0.5s;
  293. -o-transition-duration:0.5s;
  294. }
  295.  
  296. #postinfo a {
  297. color:{color:link};
  298. text-align:center;
  299. letter-spacing:1px;
  300. font-style:normal;
  301. }
  302.  
  303. #postinfo a:hover {
  304. color:{color:hover};
  305. }
  306.  
  307. #tags {
  308. text-align:center;
  309. font-size:10px;
  310. font:calibri;
  311. }
  312.  
  313. .note {
  314. text-transform:lowercase;
  315. font-style:normal;
  316. letter-spacing:0px;
  317. font-size: 9px;
  318. text-align:left;
  319. line-height:90%;
  320. margin-left:100px;
  321. padding-bottom:-10px;
  322. }
  323.  
  324. .note li {
  325. list-style-type:none;
  326. padding:10px 25px 10px 25px;
  327. text-align:left;
  328. margin:0px;
  329. -moz-transition-duration:0.5s;
  330. -webkit-transition-duration:0.5s;
  331. -o-transition-duration:0.5s;
  332. }
  333.  
  334. #pagi {
  335. width:400px;
  336. margin-bottom:80px;
  337. font-size:15px;
  338. letter-spacing:0px;
  339. text-transform:lowercase;
  340. text-align:center;
  341. margin-left:auto;
  342. margin-right:auto;
  343. color: {color:text};
  344. }
  345.  
  346. #pagi a {
  347. color:{color:link};
  348. }
  349.  
  350. #pagi a:hover {
  351. color:{color:hover};
  352. }
  353.  
  354. #credit {
  355. position:fixed;
  356. font-size:10px;
  357. font-weight:normal;
  358. line-height:150%;
  359. letter-spacing:2px;
  360. right:10px;
  361. bottom:10px;
  362. text-transform:uppercase;
  363. text-align:center;
  364. }
  365.  
  366. #credit a {
  367. padding:3px;
  368. color:{color:text};
  369. background-color:{color:background};
  370. -moz-transition-duration:0.5s;
  371. -webkit-transition-duration:0.5s;
  372. -o-transition-duration:0.5s;
  373. }
  374.  
  375. {CustomCSS}
  376.  
  377. </style></head>
  378.  
  379. <body>
  380. <div id="theme">
  381.  
  382.  
  383. <div id="stuffcontainer">
  384.  
  385. <div class="btitle">{text:title1}</div>
  386. <div class="desc">{Description}</div>
  387. <div class="links">
  388. <a href="/">home</a>
  389. <a href="/ask">message</a>
  390. {block:IfLink1}<a href="{text:link1 url}">{text:link1}</a>{/block:IfLink1}
  391. {block:IfLink2}<a href="{text:link2 url}">{text:link2}</a>{/block:IfLink2}
  392. {block:IfLink3}<a href="{text:link3 url}">{text:link3}</a>{/block:IfLink3}
  393. {block:IfLink4}<a href="{text:link4 url}">{text:link4}</a>{/block:IfLink4}</div>
  394. <div class="stitle">{text:title2}</div>
  395.  
  396.  
  397. {block:Posts}
  398.  
  399. <div id="stuff">
  400.  
  401. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  402.  
  403. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  404.  
  405. {block:Link}<a href="{URL}"><h2><i>{Name}</i></h2></a>
  406. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  407.  
  408. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  409.  
  410. {block:Photoset}<center>{Photoset-500}</center>
  411. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  412.  
  413. {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}
  414.  
  415. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  416.  
  417. {block:Answer}<div class="ask"><i>{Asker} whispered:</i> {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  418.  
  419. {block:Audio}
  420. <div class="audio">
  421. {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}
  422. <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  423.  
  424. <div class="audio-info">
  425. {block:TrackName}<b>Title:</b> {TrackName}<BR>{/block:TrackName}
  426. {block:Artist}<b>Artist:</b> {Artist}<BR>{/block:Artist}
  427. {block:Album}<b>Album:</b> {Album}<BR>{/block:Album}
  428. {block:PlayCount}<b>Plays:</b> {PlayCount}<BR>{/block:PlayCount}
  429. </div></div>
  430. <div class="audiocaption">{block:Caption}{Caption}{/block:Caption}</div>
  431. {/block:Audio}
  432.  
  433. <div id="postinfo">{block:Date}Posted <a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount} + <a href="{Permalink}"> {NoteCountWithLabel}</a>{/block:NoteCount}</div>
  434. <div id="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  435. </div>
  436. {/block:Posts}
  437.  
  438. {block:PostNotes}
  439. {PostNotes}
  440. {/block:PostNotes}
  441.  
  442.  
  443.  
  444. <div id="credit"><a href="http://anacresta.tumblr.com/">AC</a></div>
  445.  
  446. </div>
  447. </div>
  448. </div>
  449.  
  450. {block:Pagination}
  451. <br><br><br><br>
  452. <div id="pagi">
  453. {block:PreviousPage} <a href="{PreviousPage}">&larr; {text:previous page}</a>
  454. </u>&nbsp;&nbsp;{/block:PreviousPage}
  455. <small>{CurrentPage} of {TotalPages}</small>
  456. {block:NextPage} &nbsp;&nbsp;<a href="{NextPage}">{text:next page} &rarr;</a></u>{/block:NextPage}
  457. {/block:Pagination}
  458. </div>
  459. </div>
  460.  
  461.  
  462. </div>
  463. </body>
  464. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement