Advertisement
asateam

theme three;

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