keciasthemes

themes 06: 1 col.

May 3rd, 2014
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.18 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. <!-- THEME 05 (colors) by kecia @
  4. http://asschlin.tumblr.com/
  5. - keep in mind of the rules -
  6. 1. keep credit intact, it's not even that big.
  7. 2. do not use this theme or any of my themes as a base code.
  8. 3. do not repost/claim as your own. -->
  9.  
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11.  
  12.  
  13. <head>
  14.  
  15. <meta name="color:background" content="#fff">
  16. <meta name="color:link" content="#B8B8B8">
  17. <meta name="color:hover" content="#454545">
  18. <meta name="color:text" content="#9A9A9A">
  19. <meta name="color:Blog Title" content="#ffffff"/>
  20. <meta name="color:Description Color" content="#ffffff"/>
  21. <meta name="color:Entries Background" content="#ffffff"/>
  22. <meta name="color:Posts Background" content="#fafafa"/>
  23. <meta name="color:Posts Border" content="#eeeeee"/>
  24. <meta name="color:Info Bg" content="#f8f8f8">
  25. <meta name="color:scrollbar" content="#f8f8f8">
  26. <meta name="color:accents" content="#f4f4f4"/>
  27.  
  28. <meta name="image:sidebar" content=""/>
  29.  
  30. <meta name="text:Title" content="title here" />
  31. <meta name="text:Subtitle" content="subtitle here" />
  32.  
  33. <meta name="text:Link 1 URL" content="" />
  34. <meta name="text:Link 1" content="" />
  35. <meta name="text:Link 2 URL" content="" />
  36. <meta name="text:Link 2" content="" />
  37. <meta name="text:Link 3 URL" content="" />
  38. <meta name="text:Link 3" content="" />
  39. <meta name="text:Link 4 URL" content="" />
  40. <meta name="text:Link 4" content="" />
  41.  
  42.  
  43. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  44. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  45. <link rel="shortcut icon" href="{Favicon}" />
  46. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  47.  
  48. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script><script>(function($){$(document).ready(function(){$("a[title]").style_my_tooltips({tip_follows_cursor:true,tip_delay_time:90,tip_fade_speed:600,attribute:"title"});});})(jQuery);</script>
  49. <style type="text/css">
  50.  
  51.  
  52. a {
  53. color:{color:link};
  54. text-decoration:none;
  55. -moz-transition-duration:0.5s;
  56. -webkit-transition-duration:0.5s;
  57. -o-transition-duration:0.5s;}
  58.  
  59. a:hover {
  60. color:{color:hover};
  61. text-decoration:none;
  62. -moz-transition-duration:0.5s;
  63. -webkit-transition-duration:0.5s;
  64. -o-transition-duration:0.5s;}
  65.  
  66.  
  67. ::-webkit-scrollbar-thumb:vertical {
  68. background:{color:Scrollbar};
  69. height: 80px;
  70. }
  71.  
  72. ::-webkit-scrollbar {
  73. height: 10px;
  74. width: 3px;
  75. }
  76.  
  77. body {
  78. background-color:{color:background};
  79. font-family:arial;
  80. font-size:9px;
  81. font-weight:normal;}
  82.  
  83. #s-m-t-tooltip {
  84. max-width:300px;
  85. margin:15px;
  86. padding:2px 7px;
  87. border:1px solid #ccc;
  88. border-radius:4px;
  89. background:#FFF;
  90. color:#AAA;
  91. z-index:999999;
  92. font-size:9px;
  93. text-transform:lowercase;}
  94.  
  95.  
  96. h1 {
  97. font-weight:normal;
  98. font-size:10px;
  99. text-align:center;
  100. font-style:normal;
  101. line-height:80%;
  102. letter-spacing:1px;
  103. text-transform:uppercase;
  104. color:{color:text};
  105. }
  106.  
  107. h2 {
  108. font-family:cambria;
  109. font-style:italic;
  110. font-weight:500;
  111. text-align:left;
  112. line-height:100%;
  113. letter-spacing:-1px;
  114. color:{color:text};
  115. padding:5px;
  116. padding-bottom:2px;
  117. }
  118.  
  119.  
  120. blockquote {
  121. border-left:2px solid {color:text};
  122. padding-left:5px;
  123. margin:5px;
  124. }
  125.  
  126. #theme {
  127. background-color:{color:bg};
  128. width:700px;
  129. margin: 0 auto -12px auto;
  130. text-align: center;}
  131.  
  132. #container {
  133. margin:auto;
  134. margin-left:25%;
  135. left:50%;
  136. }
  137.  
  138. #sidebar2 {
  139. position:fixed;
  140. width:260px;
  141. height:325px;
  142. margin-left:0px;
  143. }
  144.  
  145. #sidebar {
  146. background:{color:Posts Background};
  147. color:{color:text};
  148. position:fixed;
  149. width:0px;
  150. height:465px;
  151. overflow:hidden;
  152. margin-top:-100px;
  153. margin-left:-50px;
  154. text-align:left;
  155. }
  156.  
  157. #sidebar img {
  158. margin-left:10px;
  159. width:120px;
  160. padding:10px;
  161. margin-top:60px;
  162. background:{color:Posts Border};
  163. -moz-transition-duration:0.6s;
  164. -webkit-transition-duration:0.6s;
  165. -o-transition-duration:0.6s;
  166. }
  167.  
  168. #sidebar img:hover {
  169. opacity:0.7;
  170. -moz-transition-duration:0.6s;
  171. -webkit-transition-duration:0.6s;
  172. -o-transition-duration:0.6s;
  173. }
  174.  
  175.  
  176. #standardlinks{
  177. text-align:center;
  178. padding:1px;
  179. position:fixed;
  180. margin-top:-20px;
  181. margin-left:200px;
  182. list-style:none;
  183. background:{color:accents};}
  184.  
  185. #standardlinks a {
  186. line-height:9px;
  187. text-decoration:none;
  188. margin:0 7px;
  189. display:inline-block;
  190. font-family:calibri;
  191. font-size:8px;
  192. letter-spacing:1px;
  193. text-transform:uppercase;}
  194.  
  195.  
  196. #title {
  197. font-size:50px;
  198. position:absolute;
  199. margin-top:-100px;
  200. margin-left:160px;
  201. font-family:Arial;
  202. font-weight:bold;
  203. text-align:left;
  204. line-height:40%;
  205. width:400px;
  206. letter-spacing:-2px;
  207. padding-left:10px;
  208. text-transform:lowercase;
  209. color:{color:Blog Title};
  210. }
  211.  
  212. #subtititle {
  213. font-size:17px;
  214. position:absolute;
  215. margin-top:-73px;
  216. margin-left:180px;
  217. font-family:Arial;
  218. text-align:left;
  219. width:400px;
  220. padding-left:10px;
  221. font-weight:bold;
  222. letter-spacing:-1px;
  223. text-transform:lowercase;
  224. color:{color:Blog Title};
  225. }
  226.  
  227. #description {
  228. font-size:9px;
  229. width:400px;
  230. font-family:Helvetica;
  231. height:16px;
  232. text-transform:lowercase;
  233. position:absolute;
  234. text-align:center;
  235. font-style:none;
  236. line-height:140%;
  237. margin-left:150px;
  238. margin-top:-45px;
  239. padding-left:10px;
  240. letter-spacing:0px;
  241. color:{color:Description Color};
  242. -moz-transition-duration:1s;
  243. -webkit-transition-duration:1s;
  244. -o-transition-duration:1s;
  245. }
  246.  
  247. .desc {
  248. margin-top:8px;
  249. font-family:arial;
  250. text-align:justify;
  251. width:120px;
  252. font-size:9px;
  253. color:{color:text};
  254. letter-spacing:0px;
  255. line-height:90%;
  256. margin-left:20px;
  257. }
  258.  
  259. .desc a {color:{color:link};}
  260.  
  261. #pagination {
  262. padding:10px;
  263. margin-top:-30px;
  264. background:{color:accents};
  265. margin-left:135px;
  266. text-align:center;
  267. width:420px;
  268. position:fixed;
  269. font-style:none;
  270. font-family:calibri;
  271. font-size:8px;
  272. color:{color:Description Color};
  273. letter-spacing:1px;
  274. text-transform:uppercase;
  275. }
  276.  
  277. #pagination a {
  278. color:{color:Description Color};
  279. }
  280.  
  281. #pagination a:hover {
  282. color:{color:Hover};
  283. background:none;
  284. }
  285.  
  286. #stuffcontainer {
  287. width:430px;
  288. margin-left:135px;
  289. margin-top:200px;
  290. height:509px;
  291. background:{color:Posts Background};
  292. overflow:scroll;
  293. padding:5px;}
  294.  
  295.  
  296. #stuff {
  297. padding:5px;
  298. width:400px;
  299. padding:10px;
  300. margin-bottom:25px;
  301. background:{color:Entries Background};
  302. border:1px solid {color:Posts Border};
  303. }
  304.  
  305. .caption {
  306. width:400px;
  307. text-align:justify;
  308. line-height:120%;
  309. }
  310.  
  311. .ask {
  312. padding:5px;
  313. font-family:cambria;
  314. font-style:italic;
  315. text-align:left;
  316. margin-left:10px;
  317. color:{color:text};}
  318.  
  319. .ans {
  320. text-align:left;
  321. padding:1px;
  322. margin-bottom:10px;
  323. color:{color:text};}
  324.  
  325. .audio {
  326. width:400px;
  327. padding-bottom:10px;}
  328.  
  329. .albumart {
  330. float:left;
  331. padding:0px 10px 10px 0px;}
  332.  
  333. .albumart img {
  334. width:100px;
  335. height:100px;}
  336.  
  337. .playercontainer {
  338. text-align:left;
  339. padding:10px;
  340. background-color:#ffffff;
  341. width:480px;}
  342.  
  343. .audioinfo {
  344. padding:10px;
  345. color:{color:text};}
  346.  
  347. #postinfo {
  348. padding: 7px 10px 7px 10px;
  349. color:{color:text};
  350. width:380px;
  351. background:{color:Info Bg};
  352. font-size:9px;
  353. text-align:left;
  354. text-transform:lowercase;}
  355.  
  356. #postinfo a {
  357. color:{color:text};
  358. text-align:center;
  359. letter-spacing:0px;
  360. font-style:normal;}
  361.  
  362. #postinfo a:hover {
  363. color:{color:hover};}
  364.  
  365.  
  366. .note {
  367. font-style:normal;
  368. letter-spacing:0px;
  369. font-size: 9px;
  370. text-align:left;
  371. line-height:90%;
  372. margin-left:5px;
  373. }
  374.  
  375. ol.notes, .notes li {
  376. padding:2px;
  377. list-style:none;
  378. margin-top:10px;
  379. text-align:justify;}
  380.  
  381. .notes img {width:7px;padding-right:2px;}
  382.  
  383. .tags {
  384. margin-top:2px;
  385. font-family:arial;
  386. font-style:normal;
  387. width:400px;
  388. text-transform:uppercase;
  389. color:{color:text};
  390. letter-spacing:1px;
  391. line-height:120%;
  392. font-family:calibri;
  393. font-size:8px;
  394. text-align:center;
  395. padding:2px;
  396. -moz-transition-duration:0.5s;
  397. -webkit-transition-duration:0.5s;
  398. -o-transition-duration:0.5s;}
  399.  
  400. .tags a {
  401. color:{color:text};
  402. letter-spacing:0px;
  403. padding:1px;}
  404.  
  405. .tags a:hover:nth-child(3n+1) {color:{color: 1};}
  406. .tags a:hover:nth-child(3n+2) {color:{color: 2};}
  407. .tags a:hover:nth-child(3n+3) {color:{color: 3};}
  408.  
  409.  
  410. ul.chat, .chat ol, .chat li {
  411. list-style:none;
  412. margin:0px;
  413. padding:2px;
  414. }
  415.  
  416. .label {
  417. text-decoration:underline;
  418. font-weight:700;
  419. background-color:{color:infobg};
  420. margin-right:5px;
  421. }
  422.  
  423. #cred {
  424. font-family:calibri;
  425. position:fixed;
  426. font-size:8px;
  427. line-height:150%;
  428. letter-spacing:1px;
  429. right:5px;
  430.  
  431. bottom:5px;
  432. text-transform:uppercase;
  433. text-align:center;
  434. }
  435.  
  436. #cred a {
  437. padding:3px;
  438. opacity:.2;
  439. color:{color:link};
  440. -moz-transition-duration:0.5s;
  441. -webkit-transition-duration:0.5s;
  442. -o-transition-duration:0.5s;
  443. }
  444.  
  445. {CustomCSS}
  446.  
  447. </style></head>
  448.  
  449. <body>
  450. <div id="container">
  451. <div id="sidebar2">
  452. <div style="position:absolute; width:440px; height:120px; margin-top:-120px; margin-left:135px; background-color:#f8f8f8;"></div>
  453. <div id="title">{text:Title}</div>
  454. <div id="subtititle">{text:Subtitle}</div>
  455. <div id="description">{Description}</div>
  456. <div id="standardlinks">
  457. <a href="/">home</a>
  458. <a href="/ask">ask</a>
  459. <a href="/archive">archive</a>
  460. <a href="{text:Link 1 URL}">{text:Link 1}</a>
  461. <a href="{text:Link 2 URL}">{text:Link 2}</a>
  462. <a href="{text:Link 3 URL}">{text:Link 3}</a>
  463. <a href="{text:Link 4 URL}">{text:Link 4}</a>
  464. </div>
  465.  
  466.  
  467. </div>
  468. <div id="sidebar">
  469. </div>
  470.  
  471.  
  472. <div id="stuffcontainer">
  473.  
  474. {block:Posts}
  475.  
  476. <div id="stuff">
  477.  
  478.  
  479. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  480.  
  481. {block:Quote}<h2>{Quote}</h2><h1>{Source}</h1>{/block:Quote}
  482.  
  483. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  484. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  485.  
  486. {block:Photo}<center><img src="{PhotoURL-400}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  487.  
  488. {block:Photoset}<center>{Photoset-400}</center>
  489. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  490.  
  491. {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}
  492.  
  493. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  494.  
  495. {block:Answer}<div class="ask">{Asker}: {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  496.  
  497. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  498. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  499. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  500. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  501. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  502.  
  503. {block:ContentSource}
  504. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  505. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  506. {/block:SourceLogo}
  507. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  508. {/block:ContentSource}
  509.  
  510. {block:Date}<div id="postinfo"><a href="{Permalink}"><b>{TimeAgo}</b></a>{block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  511.  
  512. <span style="float:right">
  513. {block:RebloggedFrom}
  514. <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> &
  515. <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a> +
  516. {/block:RebloggedFrom}
  517. <a href="{ReblogURL}" target="_blank">reblog</a>
  518. </span></div>{/block:Date}
  519. {block:HasTags}
  520. <div class="tags">
  521. {block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}</div>
  522. {/block:HasTags}
  523. <div class="note">
  524. {block:PostNotes}{PostNotes}{/block:PostNotes}
  525. </div>
  526. </div>
  527. {/block:Posts}
  528.  
  529. </div>
  530. <div id="pagination">
  531. {block:PreviousPage}
  532. <a href="{PreviousPage}">‹ </a>
  533. {/block:PreviousPage}
  534. page {CurrentPage} out of {TotalPages} pages
  535. {block:NextPage}
  536. <a href="{NextPage}"> ›</a>
  537. {/block:NextPage}</div>
  538. </div>
  539. <div id="cred"><a href="http://asschlinthemes.tumblr.com/">asschlin</a></div>
  540.  
  541. </div>
  542. </div>
  543. </div>
  544. </body>
  545. </html>
Advertisement
Add Comment
Please, Sign In to add comment