asateam

theme two;

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