Advertisement
lovedbyliam

Theme 12: Basic Bitch 2.0

Jan 28th, 2014
853
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.69 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4.  
  5. <script>
  6. var current_obj='';
  7.  
  8. function showLinks(objID) {
  9. var obj=document.getElementById(objID);
  10. if (current_obj.style) {
  11. current_obj.style.display='none';
  12. }
  13. obj.style.display='block';
  14. current_obj=obj;
  15. }
  16. </script>
  17.  
  18.  
  19.  
  20.  
  21. <head><title>{Title}</title>
  22. <link rel="shortcut icon" href="{Favicon}">
  23. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  24. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  25.  
  26. <!---- what the fuck is up, hombre?
  27. themecredit: asschlin, don't mess with
  28. the credit please and thank you hunny! :) --->
  29.  
  30. <meta name="color:Background" content="#ffffff"/>
  31. <meta name="color:Text" content="#000000"/>
  32. <meta name="color:Link" content="#6b6b6b"/>
  33. <meta name="color:Link Hover" content="#000000" />
  34.  
  35. <meta name="image:Sidebar" content=""/>
  36.  
  37. <meta name="text:section 1 name" content="" />
  38. <meta name="text:section 2 name" content="" />
  39. <meta name="text:section 3 name" content="" />
  40. <meta name="text:section 4 name" content="" />
  41.  
  42.  
  43.  
  44. <!--- CSS --->
  45.  
  46. <style type="text/css">
  47.  
  48. html, body, h1, h2, h3, h4, h5, h6, p, ol, blockquote {margin:0; padding:0; list-style:none;}
  49.  
  50. body {
  51. font: 9px arial;
  52. color: {color:text};
  53. background-color: {color:background};
  54. line-height:100%;}
  55.  
  56. a {color: {color:link};}
  57. a:hover {
  58. color: {color:link hover};
  59. -moz-transition-duration:0.5s;
  60. -webkit-transition-duration:0.5s;
  61. -o-transition-duration:0.5s;}
  62. a {text-decoration:none;}
  63.  
  64. b, strong {color:{color:text}}
  65. i, em {color:{color:text}}
  66. small {font-size:9px;}
  67. big {font-size:12px;}
  68. ul {list-style:square;text-align:justify;}
  69.  
  70. blockquote {padding: 0px 0px 0px 5px;border-left: 1px solid {color:text};text-align:justify;}
  71.  
  72. blockquote p {display:block!important;}
  73.  
  74. blockquote img {max-width:220px!important;}
  75.  
  76. /* content */
  77. #content {
  78. left:50%;
  79. margin-left:-150px;
  80. position:absolute;
  81. width:400px;
  82. margin-top: 25px;
  83. margin-bottom: 25px;}
  84.  
  85. #title {
  86. font-size:21px;
  87. font-family:'elephant';
  88. letter-spacing:-2px;
  89. line-height: 100%;
  90. text-align:center;
  91. text-transform: lowercase;
  92. width:245px;
  93. margin-bottom:-2px;
  94. font-weight:500;
  95. font-style:italic;}
  96.  
  97. /* sidebar */
  98. #sidebar {
  99. width:245px;
  100. height:auto;
  101. position:fixed;
  102. margin-top:100px;
  103. margin-left:-290px;
  104. overflow:hidden;
  105. background-color:{color:sidebar};
  106. padding:6px 6px 6px 0px;
  107. text-align:center;}
  108.  
  109. #sidebar h1 a {
  110. color: {color:text};
  111. text-decoration: none;}
  112.  
  113. #sidebar h1 a:hover {
  114. color: {color:text};
  115. text-decoration: none;}
  116.  
  117. #sidebar img {
  118. width:245px;
  119. padding:6px 6px 6px 0px;}
  120.  
  121. #description {
  122. width:245px;
  123. font-family:arial;
  124. font-size:9px;
  125. text-align:justify;
  126. padding-right:4px;
  127. padding-top:5px;
  128. line-height:100%;
  129. color:{color:text};}
  130.  
  131. #linkss {
  132. text-align:center;
  133. display:navigate;
  134. padding:5px 0px;
  135. font-size:12px;
  136. letter-spacing:10px;
  137. text-transform:lowercase;
  138. font-family:arial;
  139. color:{color:link};
  140. border-bottom:1px solid #eee;}
  141.  
  142. #linkss a {
  143. color:{color:sidelink};
  144. }
  145.  
  146. #linkss a:hover {
  147. color:{color:sidelink hover};
  148. }
  149.  
  150. #sideline {
  151. color:{color:border};
  152. }
  153.  
  154. #sideline:before {content: "";
  155. height:1px;
  156. width:1px;
  157. display:inline-block;
  158. margin-right:5px;
  159. margin-bottom:2px;
  160. background-color:{color:background};
  161. }
  162.  
  163. #sidebar:hover #sideline:before {content: "";
  164. height:1px;
  165. width:1px;
  166. display:inline-block;
  167. background-color:{color:border};
  168. }
  169.  
  170. #sidebar:hover #sideline:hover {
  171. color: {color:sidelink hover};
  172. transition-duration: 0.6s;
  173. -moz-transition-duration: 0.6s;
  174. -webkit-transition-duration: 0.6s;
  175. -o-transition-duration: 0.6s;
  176. }
  177.  
  178. #link1, #link2, #link3, #link4, #link5 {
  179. width:240px;
  180. margin-left:0px;
  181. margin-top:2px;
  182. font-family:arial;
  183. font-size:9px;
  184. text-align:justify;
  185. line-height:100%;
  186. padding:0px 0px 0px 0px;
  187. }
  188.  
  189. .showhide_element {
  190. display:none;
  191. }
  192.  
  193.  
  194. /* pagination */
  195. #pagination {
  196. width:500px;
  197. bottom:20px;
  198. margin-left:-80px;
  199. padding-bottom:30px;
  200. font-size:9px;
  201. font-family:helvetica;
  202. text-align:left;
  203. letter-spacing:1px;
  204. }
  205.  
  206. #pagination a {
  207. color:{color:sidelink};
  208. }
  209. .jump_page {
  210. padding:10px;
  211. color:{color:sidelink};
  212. border-top:0px dotted {color:hover};
  213. }
  214. .jump_page:hover {
  215. color:{color:sidelink hover};
  216. border-top:0px dotted #000000;
  217. }
  218. .current_page {
  219. padding:10px 8px 10px 10px;
  220. color:{color:sidelink};
  221. border-top:0px dotted {color:hover};
  222. }
  223.  
  224.  
  225. /* posts */
  226. .post {line-height: 18px; clear: both;}
  227. .post h3 {font-size: 1em;}
  228. .caption blockquote {padding-left: 20px;}
  229.  
  230. /* kinds of posts */
  231. .post text {text-align: left;}
  232.  
  233. .post photo {margin-bottom: 5px; text-align: center;}
  234. .post photo img {border: 0;}
  235.  
  236. .post quote {text-align: left;}
  237. .post quote .source {font-size: 12px;}
  238.  
  239. .answer {text-align: justify;}
  240. .question {margin-bottom: 0px;}
  241.  
  242. .post link {text-align: left;}
  243.  
  244. .post audio {text-align: left; }
  245. .post video {text-align: left;}
  246.  
  247. .post chat {text-align: left;}
  248. .post chat li {list-style-type: none;}
  249.  
  250. /* metadata */
  251. #info {
  252. margin-top: 10px;
  253. font-size: 9px;
  254. text-transform:lowercase;
  255. margin-bottom: 10px;
  256. line-height:100%;}
  257.  
  258. ol.notes, .notes li {
  259. padding:2px;
  260. list-style:none;
  261. margin-top:10px;
  262. text-align:justify;}
  263.  
  264. .notes img {
  265. width:7px;
  266. padding-right:2px;}
  267.  
  268. .pagenotes {text-align:left;}
  269.  
  270. .tags {margin-top:5px;}
  271. .tags a {margin-right:5px;}
  272. .tags a:hover {margin-right:5px;text-decoration:underline;}
  273.  
  274. .ask {
  275. text-align:justify;
  276. padding:5px 5px 5px 5px;
  277. background-color:{color:question};
  278. line-height:14px;
  279. }
  280.  
  281.  
  282. /*custom css */
  283. .caption{padding-top:1px;padding-left:1px;padding-bottom:5px;margin-top:0px;text-align:left;font-size:9px;font-style:italic; padding-right:0px;}
  284.  
  285. .post img{width:400px;}
  286.  
  287.  
  288. {CustomCSS}
  289.  
  290. </style></head>
  291. <body>
  292.  
  293. <div id="content">
  294. <div id="sidebar">
  295. <div id="title">{title}</div>
  296. <a href="/"><img src="{image:sidebar}"></a>
  297. <div id="description">
  298. {description}
  299. </div>
  300.  
  301. <div id="linkss">
  302. <a href="/">↺</a>
  303. <a href="/ask">✉</a>
  304. <a href="#" onClick="showLinks('link1');return false;" id="sideline">{text:section 1 name}</a>
  305. <a href="#" onClick="showLinks('link2');return false;">{text:section 2 name}</a>
  306. <a href="#" onClick="showLinks('link3');return false;">{text:section 3 name}</a>
  307. <a href="#" onClick="showLinks('link4');return false;">{text:section 4 name}</a>
  308. <a href="http://www.keciasthemes.tumblr.com">®</a>
  309. </div>
  310.  
  311. <!-- 1RST LINK. -->
  312.  
  313. <div id="link1" class="showhide_element">
  314. <!-- EXAMPLE. -->
  315. You can add whatever you'd like in this little box. It can be long, it can be short. Just sure sure that it's not too long.
  316. <!-- END OF EXAMPLE. -->
  317. </div>
  318.  
  319. <!-- 2ND LINK. -->
  320.  
  321. <div id="link2" class="showhide_element">
  322. <!-- EXAMPLE. -->
  323. normal, <b>bold</b>, <i>italic</i>, <u>underline</u>, <small>small</small>, <big>big</big>
  324. <!-- END OF EXAMPLE. -->
  325. </div>
  326.  
  327.  
  328. <!-- 3RD LINK. -->
  329.  
  330. <div id="link3" class="showhide_element">
  331. <!-- EXAMPLE. -->
  332. You can add lists under these<br>
  333. <ul>
  334. <li>i</li>
  335. <li>love</li>
  336. <li>you</li>
  337. <li>:))</li>
  338. </ul>
  339. <!-- END OF EXAMPLE. -->
  340. </div>
  341.  
  342. <!-- 4TH LINK. -->
  343.  
  344. <div id="link4" class="showhide_element">
  345. <!-- EXAMPLE. -->
  346. If you need more just copy from the first div id tag all the way to the closing tags for each of the boxes. If you need more help, you can always ask me. :)
  347. <!-- END OF EXAMPLE. -->
  348. </div>
  349. </div>
  350.  
  351.  
  352.  
  353. <div id="entries">
  354.  
  355. <ol id="posts">
  356.  
  357. {block:ContentSource}
  358. <!-- {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  359. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  360. {/block:SourceLogo}
  361. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  362. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  363.  
  364. {block:Posts}
  365. {block:Text}
  366. <li class="post text">
  367. {block:Title}
  368. <h3><a href="{Permalink}">{Title}</a></h3>
  369. {/block:Title}{Body}
  370. </li>
  371. {/block:Text}
  372.  
  373. {block:Photo}
  374. <li class="post photo">
  375. <img src="{PhotoURL-400}" alt="{PhotoAlt}"/>
  376.  
  377. {block:Caption}
  378. <div class="caption">{Caption}</div>
  379. {/block:Caption}
  380. </li>
  381. {/block:Photo}
  382.  
  383. {block:Photoset}
  384. <li class="post photoset">
  385. {Photoset-400}{block:Caption}
  386. <div class="caption">{Caption}</div>
  387. {/block:Caption}
  388. </li>
  389. {/block:Photoset}
  390.  
  391. {block:Quote}
  392. <li class="post quote">
  393. {Quote}
  394. {block:Source}
  395. <div class="source">— {Source}</div>
  396. {/block:Source}
  397. </li>
  398. {/block:Quote}
  399.  
  400. {block:Link}
  401. <li class="post link">
  402. <a href="{URL}" {Target}>{Name}</a>
  403.  
  404. {block:Description}
  405. <div class="description">{Description}</div>
  406. {/block:Description}
  407. </li>
  408. {/block:Link}
  409.  
  410. {block:Chat}
  411. <li class="post chat">
  412. {block:Title}
  413. <h3><a href="{Permalink}">{Title}</a></h3>
  414. {/block:Title}
  415.  
  416. <ul class="chat">
  417. {block:Lines}
  418. <li class="{Alt} user_{UserNumber}">
  419. {block:Label}
  420. <span class="label">{Label}</span>
  421. {/block:Label}{Line}
  422. </li>
  423. {/block:Lines}
  424. </ul>
  425. </li>
  426. {/block:Chat}
  427.  
  428. {block:Answer}
  429. <div class="ask">
  430. {Asker} asked: {Question}
  431. </div>
  432. {Answer}
  433. {/block:Answer}
  434.  
  435. {block:Video}
  436. <li class="post video">
  437. {Video-500}{block:Caption}
  438. <div class="caption">{Caption}</div>
  439. {/block:Caption}
  440. </li>
  441. {/block:Video}
  442.  
  443. {block:Audio}
  444. <li class="post audio">
  445. {AudioPlayerBlack}{block:Caption}
  446. <div class="caption">{Caption}</div>
  447. {/block:Caption}
  448. </li>
  449. {/block:Audio}
  450.  
  451. <div id="info">
  452. {block:Date}<u>{Month} {DayOfMonth}{DayOfMonthSuffix}</u></a>{/block:Date} — <a href="{Permalink}"> {NoteCount}</a> <font color=#{color:accent}>♥</font> <a href="{ReblogURL}" target="_blank" style="color:{color:text}">&#8635;</a>
  453. {block:permalinkpage} / {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParenttitle}">via</a> / {block:ContentSource}<a href="{ReblogRootURL}" "{ReblogRootName}" title="{ReblogRoottitle}" style="color:{color:text}">src</a>{/block:ContentSource}{/block:RebloggedFrom}{/block:permalinkpage}<br/>
  454. {block:HasTags}<div class="tags"><b>Tagged:</b> {block:Tags}#<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  455. </div>
  456.  
  457. {block:PostNotes}<div class="pagenotes">{PostNotes}</div>{/block:PostNotes}
  458. {/block:Posts}
  459. </ol>
  460. <br><br><br>
  461. <div id="pagination">
  462. <CENTER>{block:IndexPage}
  463. {block:Pagination}
  464. {block:PreviousPage}
  465. <a href="{PreviousPage}">BACK</a>&nbsp;&nbsp;
  466. {/block:PreviousPage}
  467. {block:JumpPagination length="3"}
  468. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  469. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  470. {/block:JumpPagination}
  471. {block:NextPage}
  472. &nbsp;&nbsp;<a href="{NextPage}">NEXT</a>
  473. {/block:NextPage}
  474. {/block:Pagination}
  475. {/block:IndexPage}</CENTER>
  476. </div>
  477.  
  478.  
  479. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement