claraosmins

Theme 002

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