Advertisement
swagity

theme001.

Nov 16th, 2012
409
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.25 KB | None | 0 0
  1. <!-----
  2. Theme #1 by Swagity.
  3. do not remove credit pls.~
  4. ----->
  5.  
  6. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  8.  
  9.  
  10. <meta name="color:background" content="#ffffff"/>
  11. <meta name="color:text" content="#838282"/>
  12. <meta name="color:link" content="#b8b8b8"/>
  13. <meta name="color:link hover" content="#616161"/>
  14. <meta name="color:border" content="#f2f2f2"/>
  15.  
  16. <meta name="text:Link 1" content="link" />
  17. <meta name="text:Link 1 URL" content="/" />
  18. <meta name="text:Link 2" content="link" />
  19. <meta name="text:Link 2 URL" content="/" />
  20. <meta name="text:Link 3" content="link" />
  21. <meta name="text:Link 3 URL" content="/" />
  22.  
  23. <head><title>{Title}</title>
  24. <link rel="shortcut icon" href="{Favicon}">
  25. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  26. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  27. <style type="text/css">
  28.  
  29. ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar};height:5px;}
  30. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:Scrollbar};height:5px!important;}
  31. ::-webkit-scrollbar {background-color:{color:Background};height:5px;width:6px;}
  32.  
  33.  
  34. body {
  35. background:{color:Background};
  36. font-family:'cambria';
  37. margin:0px;
  38. color:{color:text};
  39. font-size:9px;
  40. line-height:100%;
  41. }
  42.  
  43. a {
  44. text-decoration:none;
  45. outline:none;
  46. -moz-outline-style:none;
  47. color:{color:Link};
  48. -webkit-transition: all 0.7s ease;
  49. -moz-transition: all 0.7s ease;
  50. -o-transition: all 0.7s ease;
  51. }
  52.  
  53. a:hover {
  54. -webkit-transition: all 0.5s ease-out;
  55. -moz-transition: all 0.5s ease-out;
  56. transition: all 0.5s ease-out;
  57. color: {color:Link hover};
  58. -webkit-transition: all 0.7s ease;
  59. -moz-transition: all 0.7s ease;
  60. -o-transition: all 0.7s ease;
  61. }
  62.  
  63. img {
  64. border:none;
  65. }
  66.  
  67. blockquote {
  68. padding-left:5px;
  69. border-left:1px solid;
  70. margin:0px 2px 0px 5px;
  71. }
  72.  
  73. blockquote blockquote {
  74. padding-left:4px;
  75. border-left:1px solid;
  76. margin:0px 2px 0px 5px;
  77. }
  78.  
  79. h1 {
  80. font-size:12px;
  81. }
  82.  
  83. h1 a {-webkit-transition: all 0.7s ease;
  84. -moz-transition: all 0.7s ease;
  85. -o-transition: all 0.7s ease;}
  86.  
  87. h1 a:hover {font-size:12px; -webkit-transition: all 0.7s ease;
  88. -moz-transition: all 0.7s ease;
  89. -o-transition: all 0.7s ease;}
  90.  
  91. .quote {font-size:10px; font-style:italic;}
  92.  
  93. .source {font-size:10px; font-style:normal;}
  94.  
  95. .chat{
  96. font-size:9px;
  97. text-transform:lowercase;
  98. line-height:12px;
  99. letter-spacing:1px;
  100. font-style:italic;
  101. }
  102.  
  103. .entries {
  104. padding:10px;
  105.  
  106. margin-left:500px;
  107. margin-top:40px;
  108. margin-bottom:50px;
  109. -webkit-transition: all 0.7s ease;
  110. -moz-transition: all 0.7s ease;
  111. -o-transition: all 0.7s ease;
  112. }
  113.  
  114. .entries img{
  115. -webkit-transition: all 0.7s ease;
  116. -moz-transition: all 0.7s ease;
  117. -o-transition: all 0.7s ease;
  118. }
  119.  
  120. .entries img:hover{opacity:0.98;
  121. }
  122.  
  123. .post {
  124. border:1px solid {color:border};
  125. background-color:{color:entry};
  126. padding:10px 10px 5px 10px;
  127. padding-bottom:10px;
  128. padding-top: 10px;
  129. margin-bottom:14px;
  130. width:500px;}
  131.  
  132.  
  133. #sidebar {
  134. width:173px;
  135. position:fixed;
  136. margin-left:270px;
  137. margin-top:240px;
  138. }
  139.  
  140. .sidelinks {
  141. font-family:'courier new';
  142. width:justify;
  143. padding-left:70px;
  144. padding-right:8px;
  145. position:fixed;
  146. text-align:center;
  147. margin-left:6px;
  148. margin-top:-27px;
  149. border-bottom:0px solid {color:border};
  150. }
  151.  
  152. .sidelinks a {
  153. text-transform:uppercase;
  154. line-height:12px;
  155. color:{color:Link};
  156. margin-left:3px;
  157. margin-right:1px;
  158. font-size:9px;
  159. letter-spacing:1px;
  160. -webkit-transition: all 0.2s ease;
  161. -moz-transition: all 0.2s ease;
  162. -o-transition: all 0.2s ease;
  163. }
  164.  
  165. .sidelinks a:hover {
  166. color:#000000;
  167.  
  168. -webkit-transition: all 0.2s ease;
  169. -moz-transition: all 0.2s ease;
  170. -o-transition: all 0.2s ease;
  171. }
  172.  
  173. .sidebarimage {
  174. height:64px;
  175. width:64px;
  176. border:1px solid #f2f2f2; padding:5px; }
  177. -webkit-transition: all 0.7s ease;
  178. -moz-transition: all 0.7s ease;
  179. -o-transition: all 0.7s ease;
  180. }
  181.  
  182. .sidebarimage img {
  183. margin-left:7px;
  184. margin-top:-28px;
  185. height:64px;
  186. width:64px;
  187. border-radius:1px;
  188. -webkit-transition: all 0.7s ease;
  189. -moz-transition: all 0.7s ease;
  190. -o-transition: all 0.7s ease;
  191. }
  192.  
  193.  
  194. .description {
  195. color:{color:Text};
  196. margin-top:-64px;
  197. margin-left:80px;
  198. font-family:'consolas';
  199. text-align:left;
  200. width:88px;
  201. position:fixed;
  202. font-size:9px;
  203. line-height:9px;
  204. text-transform:uppercase;
  205. }
  206.  
  207. .info {
  208. text-transform:uppercase;
  209. font-family:'consolas';
  210. letter-spacing:1px;
  211. line-height:13px;
  212. font-size:8px;
  213. display:block;
  214. width:500px;
  215. margin-top:2px;
  216. position:absolute;
  217. margin-left:0px;
  218. text-align:center;
  219. border-top: 1px solid {color:border};
  220. -webkit-transition: all 0.7s ease;
  221. -moz-transition: all 0.7s ease;
  222. -o-transition: all 0.7s ease;
  223. }
  224.  
  225.  
  226. .tags{
  227. color:{color:links};
  228. border-top:1px solid {color:border};
  229. padding-top:5px;
  230. margin-top:10px;
  231. letter-spacing:0px;
  232. color:#888888;
  233. text-transform:lowercase;
  234. padding:1px; }
  235.  
  236. .chat {
  237. border-bottom:0px solid {color:chat};
  238. padding:2px;}
  239.  
  240. .question{
  241. background-color:transparent;
  242. padding:10px;}
  243.  
  244. ol {
  245. list-style-type: none;
  246. margin: 0 0 1.5em 2.5em; }
  247.  
  248. ol.notes li {
  249. width: 340px;
  250. padding: 5px 0;
  251. margin: 0 0 3px -28px;
  252. border-bottom: 1px solid #eeeeee; }
  253.  
  254. ol.notes li:hover {
  255. border-bottom: 1px solid #eeeeee; }
  256.  
  257. ol.notes li img {
  258. width:16px;
  259. padding-right: 10px;
  260. margin-bottom: -5px;
  261. opacity: 0.85;
  262. filter:alpha(opacity=85); }
  263.  
  264. ol.notes li img:hover {
  265. opacity: 1;
  266. filter:alpha(opacity=100); }
  267.  
  268. .user_1, .user_3, .user_5, .user_7,
  269. .user_7, .user_9, .user_11 {
  270. background-color:{color:chat};
  271. margin-right:25px;
  272. color:{color:body};}
  273.  
  274. .user_2, .user_4, .user_6, .user_8,
  275. .user_10, .user_12 {
  276. background-color:{color:entry};
  277. color:{color:body};
  278. margin-right:25px;}
  279.  
  280. ul.chat, .chat ol, .chat li {
  281. list-style:none;
  282. margin:0px;
  283. padding:5px;}
  284.  
  285. .quote {
  286. color: #aaa;
  287. display: block;
  288. background: url(http://static.tumblr.com/cc4ocei/Y5Mkzk5s7/quote.png) no-repeat 0 10px;
  289. font-style: italic;
  290. padding: 16px 18px 10px 32px; }
  291.  
  292. .quote .medium {
  293. font-size: 15px;
  294. line-height: 1.4;
  295. font-family:HelveticaNeue-CondensedBold; }
  296.  
  297. span.taghead { display:none; }
  298. a.tag + span.taghead { display:inline; color:{color:links}; }
  299.  
  300. .audio {
  301. height:60px;
  302. padding:5px;
  303. margin-bottom:5px; }
  304.  
  305. .audio-album {
  306. position:absolute;
  307. width:60px; }
  308.  
  309. .audio-player {
  310. opacity:0.6;
  311. filter:alpha(opacity=60);
  312. border:2px solid {color:border};
  313. width:25px;
  314. height:25px;
  315. overflow:hidden;
  316. position:absolute;
  317. z-index:2;
  318. margin-left:15px;
  319. margin-top:15px; }
  320.  
  321. .audio-info {
  322. margin-top:-10px;
  323. position:relative;
  324. margin-left:70px;
  325. padding:5px; }
  326.  
  327. .space { height:{text:entry space};}
  328. </style>
  329.  
  330.  
  331. {CustomCSS}
  332.  
  333. </style>
  334. </head><body>
  335.  
  336. <div id="sidebar">
  337.  
  338.  
  339. <div class="sidebarimage">
  340. <img src="{PortraitURL-64}">
  341.  
  342. {block:Pagination}{/block:Pagination}
  343. <div class="description">{Description}</div></div>
  344.  
  345. <div class="sidelinks">
  346. {block:PreviousPage}<a href="{PreviousPage}">▬</a>{/block:PreviousPage}
  347. <p style="text-align:left;"><a href="/">home</a><br />
  348. <a href="/readandask">ask</a><br />
  349. {block:IfLink1} <a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:IfLink1}<br />
  350. {block:IfLink2} <a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:IfLink2}<br />
  351. {block:IfLink3} <a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:IfLink3}<br /></p>
  352. {block:NextPage}<a href="{NextPage}">✚</a>{/block:NextPage}
  353. </div>
  354. </div>
  355.  
  356. <div class="entries">{block:Posts}<div class="post">
  357.  
  358.  
  359.  
  360. {block:Text}
  361. {block:Title}
  362. <big><big><font style="text-transform: uppercase;"><div class="title">
  363. <a href="{Permalink}">{Title}</a></div></font></big></big>
  364. {/block:Title}
  365. {Body}
  366.  
  367. {block:Date}<div class="tags"> <a href="{Permalink}">{TimeAgo}</a> {/block:Date} - with:{block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a> {/block:NoteCount} {block:RebloggedFrom}{/block:RebloggedFrom} <BR>
  368. {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags} </div>
  369. {/block:Text}
  370.  
  371.  
  372. {block:Photo}
  373. <img src="{PhotoURL-500}">
  374. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  375. {Body}
  376.  
  377. {block:Date}<div class="tags"> <a href="{Permalink}">{TimeAgo}</a> {/block:Date} - with:{block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a> {/block:NoteCount} {block:RebloggedFrom}{/block:RebloggedFrom} <BR>
  378. {block:HasTags}{/block:Tags} {/block:HasTags} </div>
  379. {/block:Photo}
  380.  
  381.  
  382. {block:Photoset}
  383. {Photoset-500}
  384. {block:Caption}{/block:Caption}
  385. {Body}
  386.  
  387. {block:Date}<div class="tags"> <a href="{Permalink}">{TimeAgo}</a> {/block:Date} - with:{block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a> {/block:NoteCount} {block:RebloggedFrom}{/block:RebloggedFrom} <BR>
  388. {block:HasTags}{/block:Tags} {/block:HasTags} </div>
  389. {/block:Photoset}
  390.  
  391.  
  392. {block:Quote}
  393. <div class="quote""><div class="medium">{Quote}</div></div>
  394. {block:Source}
  395. - {Source}
  396. {/block:Source}
  397.  
  398. {block:Date} <div class="tags"> <a href="{Permalink}">{TimeAgo}</a> {/block:Date} &emsp; {block:NoteCount} <a href="{Permalink}">{NoteCountWithLabel}</a> {/block:NoteCount} {block:RebloggedFrom} &emsp; <font style="font-family:tahoma;">&copy;</font> <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}<BR>
  399. {block:HasTags}{/block:Tags} {/block:HasTags} </div>
  400. {/block:Quote}
  401.  
  402.  
  403. {block:Link}
  404. <big><big><font style="text-transform: uppercase;"><div class="title">
  405. <a href="{URL}" {Target}>{Name}</a></div></big></big></font>
  406. {block:Description}
  407. {Description}
  408. {/block:Description}
  409.  
  410. {block:Date}<div class="tags"> <a href="{Permalink}">{TimeAgo}</a> {/block:Date} - with:{block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a> {/block:NoteCount} {block:RebloggedFrom}{/block:RebloggedFrom} <BR>
  411. {block:HasTags}{/block:HasTags} </div>
  412. {/block:Link}
  413.  
  414. {block:Chat}
  415. <ul class="chat">
  416. {block:Lines}
  417. <li class="user_{UserNumber}">
  418. {block:Label}
  419. <span class="label">
  420. {Label}</span>
  421. {/block:Label}
  422. {Line}</li>{/block:Lines}</ul>
  423. {block:Date}<div class="tags"> <a href="{Permalink}">{TimeAgo}</a> {/block:Date} - with:{block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a> {/block:NoteCount} {block:RebloggedFrom}{/block:RebloggedFrom} <BR>
  424. {block:HasTags}{/block:HasTags} </div>
  425. {/block:Chat}
  426.  
  427.  
  428. {block:Video}
  429. {Video-500}
  430. {block:Date}<div id="info"> <div class="derp"><a href="{Permalink}">{TimeAgo}</a> - with:{block:NoteCount} <a href="{Permalink}">{NoteCountWithLabel}</a> {/block:NoteCount}</div>
  431. {block:HasTags}{/block:HasTags} {block:RebloggedFrom}</a>{/block:RebloggedFrom}
  432. </div> {/block:Date}
  433. {block:Caption}
  434. <div class="caption">{Caption}</div>
  435. {/block:Caption}
  436. {/block:Video}
  437.  
  438.  
  439. {block:Audio}
  440. <div class="audio">
  441. {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}
  442. <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  443.  
  444. <div class="audio-info">
  445. {block:TrackName}<b>Title:</b> {TrackName}<BR>{/block:TrackName}
  446. {block:Artist}<b>Artist:</b> {Artist}<BR>{/block:Artist}
  447. {block:Album}<b>Album:</b> {Album}<BR>{/block:Album}
  448. {block:PlayCount}<b>Plays:</b> {PlayCount}<BR>{/block:PlayCount}
  449. </div></div>
  450. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  451.  
  452. {block:Date}<div class="tags"> <a href="{Permalink}">{TimeAgo}</a> {/block:Date} - with:{block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a> {/block:NoteCount} {block:RebloggedFrom}{/block:RebloggedFrom} <BR>
  453. {block:HasTags}{/block:Tags} {/block:HasTags} </div>
  454. {/block:Audio}
  455.  
  456.  
  457. {block:Answer}
  458. <div style="background-color:#f9f9f9;padding:5px;">
  459. <b>{Asker}:</b> {Question}
  460. </div>
  461. {Answer}
  462.  
  463. {block:Date}
  464. <p style="text-align:right;"> <div class="tags"> <a href="{Permalink}">{TimeAgo}</a> {/block:Date} &emsp; {block:NoteCount} <a href="{Permalink}">{NoteCountWithLabel}</a> {/block:NoteCount} {block:RebloggedFrom}{/block:RebloggedFrom}<BR>
  465. {block:HasTags}{/block:HasTags} </div>
  466.  
  467. {/block:Answer}
  468.  
  469. </div>
  470.  
  471. <div class="space"> </div>
  472.  
  473. {block:PostNotes}
  474. <div class="post">
  475. {PostNotes}
  476. </div>
  477. {/block:PostNotes}
  478.  
  479. {block:ContentSource}
  480. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  481. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  482. {/block:SourceLogo}
  483. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  484. {/block:ContentSource}
  485.  
  486. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  487.  
  488. {/block:Posts}
  489.  
  490.  
  491. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement