Advertisement
claraosmins

Theme 001

Aug 14th, 2014
14,027
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.98 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. <head>
  5.  
  6.  
  7. <meta name="color:bg" content="#f0ecec">
  8. <meta name="color:navibg" content="#0c0c0c">
  9. <meta name="color:navifont" content="#ffffff">
  10. <meta name="color:naviborderhover" content="#4e4e4e">
  11. <meta name="color:containerbg" content="#fff">
  12. <meta name="color:border" content="#f1f1f1">
  13. <meta name="color:title" content="#fff">
  14. <meta name="color:link" content="#5fc5df">
  15. <meta name="color:hover" content="#2b798c">
  16. <meta name="color:text" content="#444">
  17. <meta name="color:scrollbar" content="#eeeeee">
  18. <meta name="color:boxbg" content="#ffffff">
  19. <meta name="color:accent1" content="#f6b651">
  20. <meta name="color:accent2" content="#8ddb58">
  21. <meta name="color:projectlinks" content="#fff">
  22.  
  23.  
  24. <meta name="image:header" content=""/>
  25. <meta name="image:sidebar" content=""/>
  26.  
  27. <meta name="text:2initialsforlogo" content="JL">
  28.  
  29. <meta name="text:link1" content="">
  30. <meta name="text:link1 url" content="/">
  31. <meta name="text:link2" content="">
  32. <meta name="text:link2 url" content="/">
  33. <meta name="text:link3" content="">
  34. <meta name="text:link3 url" content="/">
  35. <meta name="text:link4" content="">
  36. <meta name="text:link4 url" content="/">
  37. <meta name="text:link5" content="">
  38. <meta name="text:link5 url" content="/">
  39.  
  40.  
  41. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  42. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  43. <link rel="shortcut icon" href="{Favicon}" />
  44. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  45.  
  46.  
  47. <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
  48. <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
  49. <link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
  50. <link href='http://fonts.googleapis.com/css?family=Graduate' rel='stylesheet' type='text/css'>
  51.  
  52.  
  53.  
  54. <script type="text/javascript" src="http://static.tumblr.com/bp5eclb/7aXlvzh6m/jquery-1.2.6.min.js"></script>
  55. <script type='text/javascript'> $(document).ready(function(){ $("img.a").hover( function() { $(this).stop().animate({"opacity": "0"}, "slow"); }, function() { $(this).stop().animate({"opacity": "1"}, "slow"); }); }); </script>
  56.  
  57.  
  58. <style type="text/css">
  59.  
  60.  
  61. @font-face { font-family: code; src:url(http://fayelikescats.b1.jcink.com/uploads/fayelikescats/codes.ttf); }
  62.  
  63. @font-face { font-family: code italic; src:url(http://fayelikescats.b1.jcink.com/uploads/fayelikescats/codesitalic.ttf); }
  64.  
  65.  
  66.  
  67. body {
  68. background: {color:bg};
  69. margin: 0px;
  70. color: {color:text};
  71. font-family: 'Gibson', sans-serif;
  72. font-size: 12px;
  73. line-height: 150%;
  74. background-position: top center;
  75. background-repeat: no-repeat;
  76. word-wrap: break-word;
  77. }
  78.  
  79. a {
  80. color: {color:link};
  81. text-decoration: none;
  82. transition: all 0.2s;
  83. -webkit-transition: all 0.2s;
  84. -moz-transition: all 0.2s;
  85. }
  86.  
  87. b {
  88. color: {color:accent2};
  89. }
  90.  
  91.  
  92. a:hover {
  93. color: {color:hover};
  94. transition: all 0.2s;
  95. -webkit-transition: all 0.2s;
  96. -moz-transition: all 0.2s;
  97. }
  98.  
  99. H2 {
  100. text-align: left;
  101. font-weight: 700;
  102. font-family: Roboto;
  103. font-size: 21px;
  104. text-transform: uppercase;
  105. color: {color:accent1};
  106. line-height: 22px;
  107. margin-bottom: -5px;
  108. margin-top: -3px;
  109. }
  110.  
  111. blockquote {
  112. padding-left: 15px;
  113. margin-left: 10px;
  114. border-left: 2px solid {color:border};
  115. }
  116.  
  117. .clear {
  118. clear: both;
  119. }
  120.  
  121. #header {
  122. position:relative;
  123. margin:auto;
  124. width:1100px;
  125. height: 410px;
  126. margin-bottom: 0px;
  127. background-image:url({image:header});
  128. z-index: 999;
  129. }
  130.  
  131. #contain {
  132. width: 1100px;
  133. background-color: {color:containerbg};
  134. margin: 0px auto;
  135. margin-top: 400px;
  136. height: 500%;
  137. min-height:1500px;
  138. }
  139.  
  140. .title {
  141. font-weight: bold;
  142. color: {color:title};
  143. padding: 10px;
  144. font-size: 12px;
  145. background-color: {color:accent1};
  146. text-transform: uppercase;
  147. font-family: code italic;
  148. font-style: italic;
  149. letter-spacing: 2px;
  150. padding-top: 19px;
  151. padding-left: 20px;
  152. font-weight: 500;
  153. }
  154.  
  155.  
  156. #navbg {
  157. width: 1100px;
  158. margin: auto;
  159. background-color: {color:containerbg};
  160. height: 80px;
  161. z-index: 99; }
  162.  
  163. #navigation {
  164. width:700px;
  165. background-color:{color:navibg};
  166. position:absolute;
  167. height: 25px; padding: 10px; padding-top: 15px;
  168. text-align: center;
  169. z-index: 99999999999999999;
  170. font-family: 8px;
  171. margin:auto;
  172. margin-left: 50px;
  173. }
  174.  
  175. #navigation a {
  176. font-family: code italic;
  177. text-transform: uppercase;
  178. letter-spacing: 5px;
  179. margin-right: 30px;
  180. color: {color:navifont};
  181. font-family: 8px;
  182. padding-bottom: 5px;
  183. }
  184.  
  185. #navigation a:hover {
  186. border-bottom: 3px solid {color:naviborderhover};
  187. padding-bottom: 5px; }
  188.  
  189. .logo {
  190. margin-left: 1000px;
  191. position: absolute;
  192. font-family: code;
  193. font-size: 15px;
  194. margin-top: -35px;
  195. border: 1px solid {color:border};
  196. padding: 15px;
  197. height: 17px; width: 17px;
  198. border-radius: 100px;
  199. }
  200.  
  201.  
  202. #sidebar {
  203. margin-left: 665px;
  204. position: absolute;
  205. width: 350px;
  206. margin-top: 50px;
  207. z-index: 999999;
  208. }
  209.  
  210. #sidebar #section {
  211. margin-bottom: 30px;
  212. background-color:{color:boxbg};
  213. margin-top: px;
  214. padding: 20px;
  215. border: 3px double {color:border};
  216. text-align: justify;
  217. border-top: 0px solid #fff;
  218. }
  219.  
  220.  
  221. #sidebar #section a {
  222. color: {color:text};
  223. font-weight: bold;
  224. }
  225.  
  226.  
  227. #posts {
  228. width: 670px;
  229. margin-left: 70px;
  230. margin-top: -400px;
  231. z-index: 999999;
  232. padding-top: 30px;
  233. }
  234.  
  235. #post {
  236. margin-bottom: 50px;
  237. width: 500px;
  238. background-color: #fff;
  239. padding: 15px;
  240. border: 3px double {color:border};
  241. margin-top: 20px;
  242. }
  243.  
  244.  
  245. .permalink {
  246. padding-top: 6px;
  247. letter-spacing: 1px;
  248. margin-top: 10px;
  249. text-transform: uppercase;
  250. font-size: 8px;
  251. padding-bottom: 0px;
  252. margin-bottom: -5px;
  253. line-height:170%;
  254. }
  255.  
  256. .tags {
  257. padding-top: 6px;
  258. letter-spacing: 1px;
  259. margin-top: 0px;
  260. text-transform: uppercase;
  261. font-size: 8px;
  262. line-height:170%;
  263. }
  264.  
  265. .permalink a {
  266. color: {color:Text};
  267. }
  268.  
  269.  
  270. .border500 {
  271. overflow: hidden;
  272. margin-top: -8px;
  273. height: 1px;
  274. width: 410px;
  275. background-color: {color:border};
  276. margin-top: 9px;
  277. }
  278.  
  279.  
  280. .border2 {
  281. width: 90px;
  282. height:3px;
  283. background-color: {color:link};
  284. margin-top: 7px;}
  285.  
  286.  
  287. .border5 {
  288. border-top:1px solid {color:border};
  289. padding:10px;
  290. margin-top:20px;
  291. }
  292.  
  293.  
  294. .notes {
  295. margin-top: 20px;
  296. width: 500px;
  297. margin-left: -40px;
  298. margin-bottom: 70px;
  299. }
  300.  
  301. .notes li {
  302. list-style: none;
  303. padding: 5px;
  304. margin-bottom: 10px;
  305. border-radius: 5px;
  306. box-shadow: 0px 1px 2px rgba(0,0,0,0.0544445);
  307. }
  308.  
  309. .notes li img {
  310. float: right;
  311. width: 12px;
  312. }
  313.  
  314. #pagination {
  315. padding: 20px;
  316. margin-bottom: 25px;
  317. border: 1px solid #fafafa;
  318. font-size: 21px;
  319. width: 500px;
  320. font-weight: bold;
  321. text-transform: uppercase;
  322. text-align: center;
  323. }
  324.  
  325. #posts #pagination a, #posts #pagination span {
  326. display: inline-block;
  327. margin: 0px 3px;
  328. color: {color:accent1};
  329. }
  330.  
  331.  
  332.  
  333. h1 { font-family: calibri;
  334. font-size: 11px;
  335. font-weight: 500;}
  336.  
  337.  
  338. .projects a {
  339. padding: 3px 5px;
  340. margin-right: 5px;
  341. color: {color:projectlinks};
  342. background: {color:accent2};
  343. }
  344.  
  345. .projects b {
  346. color: {color:accent2};
  347. font-size:15px;
  348.  
  349. }
  350.  
  351. {CustomCSS}
  352.  
  353. </style></head><body>
  354. <div id="navbg"><br><br><br>
  355. <div id="navigation" style="font-size: 9px;">
  356.  
  357. <a href="/">index</a>
  358.  
  359. <a href="/ask">message</a>
  360.  
  361. <a href="{text:link1 url}">{text:link1}</a>
  362. {/block:IfLink1}
  363. {block:IfLink2}
  364. <a href="{text:link2 url}">{text:link2}</a>
  365. {/block:IfLink2}
  366. {block:IfLink3}
  367. <a href="{text:link3 url}">{text:link3}</a>
  368. {/block:IfLink3}
  369. <a href="{text:link4 url}">{text:link4}</a>
  370. {/block:IfLink4}
  371. <a href="{text:link5 url}">{text:link5}</a>
  372. {/block:IfLink5}
  373.  
  374. </div>
  375.  
  376. <div class="logo"> {text:2initialsforlogo} </div>
  377.  
  378.  
  379. </div>
  380.  
  381.  
  382. <div id="header">
  383. </div>
  384.  
  385.  
  386.  
  387. <div id="contain">
  388.  
  389.  
  390. <section id="sidebar">
  391. <div id="section" style="line-height: 150%; text-align: justify; color: #353535; background-image:url({image:sidebar}); height:200px; background-position: bottom; border: 0px solid #f1f1f1">
  392.  
  393.  
  394. </div>
  395.  
  396.  
  397.  
  398. <div class="title">Welcome</div>
  399. <div id="section">
  400.  
  401.  
  402. {Description}
  403.  
  404. </div>
  405.  
  406. <div class="title">Projects</div>
  407. <div id="section" class="projects">
  408.  
  409.  
  410.  
  411. <img src="http://placehold.it/90x128" align="left" style="width: 90px; margin-right:15px; border: 1px solid #f1f1f1; padding: 5px;">
  412. <div style="height: 4px;"></div><div style="height: 12px;"></div>
  413. <b>Title (Year )</b><BR>
  414. <i>Person as Character</i><BR>
  415. Release Date<BR>
  416. Genre: Genre<BR>
  417. <div style="height: 15px;"></div>
  418. <a href="/" style="font-weight: 500;">Photos</a> <a href="/" style="font-weight: 500;">IMDb</a>
  419. <div style="height: 8px;"></div>
  420.  
  421. <br>
  422. <p>
  423.  
  424.  
  425. </div>
  426.  
  427. <div class="title">The Editors</div>
  428. <div id="section" class="members">
  429.  
  430.  
  431. {block:GroupMembers}
  432. <table style="margin-top:0px;">
  433. {block:GroupMember}
  434. <tr>
  435. <td style="width:40px;">
  436. <img src="{GroupMemberPortraitURL-40}" width="40px;" height="auto;" style="margin-right: 10px; padding: 5px; border: 1px solid #f1f1f1">
  437. </td>
  438. <td style="width:290px; height:auto;">
  439. <div id="m" style="margin-top:10px;">
  440. <a href="{GroupMemberURL}" style="font-weight:500;">{GroupMemberName}</a></div>
  441. </td>
  442. </tr>
  443. {/block:GroupMember}
  444. </table>
  445. {/block:GroupMembers}
  446.  
  447. </div>
  448.  
  449.  
  450. <div class="title">Affiliates</div>
  451. <div id="section">
  452.  
  453.  
  454.  
  455. <a href="/apply"> <img src="http://placehold.it/45x65" style="border: 1px solid #f1f1f1; padding: 5px; margin: 1px;"> </a>
  456. <a href="/apply"> <img src="http://placehold.it/45x65" style="border: 1px solid #f1f1f1; padding: 5px; margin: 1px;"> </a>
  457. <a href="/apply"> <img src="http://placehold.it/45x65" style="border: 1px solid #f1f1f1; padding: 5px; margin: 1px;"> </a>
  458. <a href="/apply"> <img src="http://placehold.it/45x65" style="border: 1px solid #f1f1f1; padding: 5px; margin: 1px;"> </a>
  459. <a href="/apply"> <img src="http://placehold.it/45x65" style="border: 1px solid #f1f1f1; padding: 5px; margin: 1px;"> </a>
  460.  
  461.  
  462.  
  463. </div>
  464.  
  465. <div class="title" >Site Stats</div>
  466. <div id="section">
  467.  
  468.  
  469. <b>About:</b> Jennifer Lawrence<br>
  470.  
  471. <b>Established:</b> August 2014 <br>
  472.  
  473. <b>Currently Online: 3</b> <br>
  474.  
  475. <b>Hits:</b> 152426
  476. <br>
  477. </div>
  478.  
  479. <div class="title">Disclaimer</div>
  480. <div id="section">
  481.  
  482.  
  483. Our site claims no credit for any videos posted on this site unless stated otherwise. information on this blog are copyright to their respectful owners. If there is any content appearing on this blog that belongs to you and do not wish for it appear on this site, please message us with a link to say which post and it will be promptly removed.
  484.  
  485. </div>
  486. </section>
  487.  
  488.  
  489.  
  490. <section id="posts">
  491. {block:Posts}
  492.  
  493.  
  494.  
  495. <div id="post" >
  496. {block:Date}
  497. <div class="permalink">
  498.  
  499.  
  500. <a href="{Permalink}" style="font-weight: bold;">{Month} {DayOfMonthWithZero}{DayOfMonthSuffix}, {Year} </a> ·
  501.  
  502.  
  503. <a href="{Permalink}" style="color:{color:accent2};">{NoteCountWithLabel}</a> &nbsp;&nbsp; {block:RebloggedFrom} || &nbsp;&nbsp;<a href="{ReblogParentURL}" title="{ReblogParenttitle}" style="color:{color:accent2}">via </a>&nbsp;&nbsp; {block:ContentSource}• &nbsp;&nbsp; <a href="{ReblogRootURL}" "{ReblogRootName}" title="{ReblogRoottitle}" style="color:{color:links}" style="color:{color:accent2}">src</a>{/block:ContentSource}
  504. {/block:RebloggedFrom} {block:RebloggedFrom}
  505. <a title ="{ReblogParentName}" href="{ReblogParentURL}"></a>
  506. {/block:RebloggedFrom}</a>
  507. {block:ContentSource}
  508. <a title ="{SourceTitle}" href="{SourceURL}"></a>
  509. {/block:ContentSource}
  510.  
  511.  
  512.  
  513. </div><div style="height:3px;"></div><div class="border2" style="float:left;"></div><div class="border500" style="float:right;"></div><br>
  514.  
  515.  
  516. {/block:Date}
  517.  
  518.  
  519. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  520.  
  521. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  522.  
  523. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  524. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  525.  
  526. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  527.  
  528. {block:Photoset}<center>{Photoset-500}</center>
  529. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  530.  
  531. {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}
  532.  
  533. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  534.  
  535. {block:Answer}
  536. <div class="ask"><div style="color: #555555; padding: 10px; padding-bottom: 8px; background-color: #f7f7f7; text-transform: none; font-style: italic;"><table><td><img src="{AskerPortraitURL-30}" style="border: 8px solid #fff; margin: 1px; margin-right: 5px;"></td><td><font style="font-size: 8px; text-transform: uppercase; width: 64px; line-height: 30%; margin-top: -10px; letter-spacing: 1px;"> {Asker} SAID:</font><br><font style="text-transform: lowercase;">
  537. {Question}</font></td></table>
  538. </div><div style="margin-left: 0px; margin-top: -5px;">
  539. {Answer}</div></div>
  540. {/block:Answer}
  541.  
  542. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="100px" height="100px" align="left" style="margin-right:10px;" />{/block:AlbumArt}
  543. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  544. {/block:ExternalAudio}
  545. <br>{AudioPlayerwhite}<br></span>
  546. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  547.  
  548. {block:HasTags}<center><table><td><div class="border5" style="width: 70px;">
  549. </div></td>
  550. <td><div class="tags" style="margin-left: 10px; margin-right: 10px;">
  551. {block:Tags}<a href="{TagURL}" style="font-style:italic; font-size: 9px; font-weight: bold; color: {color:accent2}">{Tag} &nbsp; &nbsp;</a>{/block:Tags}</div></td>
  552. <td><div class="border5" style="width: 70px;">
  553. </div></td></table></center>
  554.  
  555. {/block:HasTags}
  556.  
  557. </div>
  558.  
  559.  
  560.  
  561. {/block:Date}
  562.  
  563.  
  564.  
  565.  
  566. <p>
  567. {block:PostNotes}
  568. <div style="margin-left:15px;">
  569. {PostNotes}{/block:PostNotes}
  570.  
  571.  
  572. {/block:Posts}
  573.  
  574.  
  575.  
  576. <div id="pagi">
  577. {block:IndexPage}
  578. <div id="pagination">
  579. {block:Pagination}
  580. {block:JumpPagination length="5"}
  581. {block:CurrentPage}
  582. <span class="current_page">{PageNumber}</span>
  583. {/block:CurrentPage}
  584. {block:JumpPage}
  585. <a class="jump_page" href="{URL}">{PageNumber}</a>
  586. {/block:JumpPage}
  587. {/block:JumpPagination}
  588. {/block:Pagination}
  589. </div>
  590. {/block:IndexPage}
  591. </div>
  592. <div style="position:fixed; font-size:8px; color:{color:text}; letter-spacing:0px; bottom:2px; font-family: calibri; right:2px;">
  593. <a href="http://claraosmin.tumblr.com/">THEME</a></div>
  594. </div>
  595.  
  596. </div>
  597.  
  598. </div>
  599. </div>
  600.  
  601. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement