laeverdeens

Theme 03

Mar 17th, 2013
4,299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.46 KB | None | 0 0
  1. <head>
  2.  
  3. <!--
  4. THEME BY CLARAOSMIN
  5.  
  6. -->
  7.  
  8. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  9.  
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11.  
  12. <!-- DEFAULT VARIABLES -->
  13. <meta name="color:Background" content="#ffffff" />
  14. <meta name="color:Posts" content="#ffffff" />
  15. <meta name="color:Text" content="#d7d7d7" />
  16. <meta name="color:Border" content="#cc9999" />
  17. <meta name="color:Linkhover" content="#ffffff"/>
  18. <meta name="color:Links" content="#cc9999" />
  19. <meta name="color:Scrollbar" content="#cc9999" />
  20. <meta name="color:QuestionBg" content="#f8f8f8" />
  21.  
  22. <meta name="text:Link 1 URL" content="">
  23. <meta name="text:Link 1" content="">
  24. <meta name="text:Link 2 URL" content="">
  25. <meta name="text:Link 2" content="">
  26. <meta name="text:Link 3 URL" content="">
  27. <meta name="text:Link 3" content="">
  28. <meta name="text:Link 4 URL" content="">
  29. <meta name="text:Link 4" content="">
  30.  
  31. <meta name="image:Sidebar" content="" />
  32.  
  33.  
  34. <title>{Title}</title>
  35. <link rel="shortcut icon" href="{Favicon}">
  36. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  37. {block:Description}
  38. <meta name="description" content="{MetaDescription}" />
  39. {/block:Description}
  40.  
  41. <link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'><link href='http://fonts.googleapis.com/css?family=Old+Standard+TT' rel='stylesheet' type='text/css'>
  42.  
  43. <link href='http://fonts.googleapis.com/css?family=Playfair+Display' rel='stylesheet' type='text/css'>
  44.  
  45.  
  46.  
  47. </head>
  48.  
  49. <style type="text/css">
  50.  
  51. body { background:url('http://assets.tumblr.com/images/x.gif') repeat;
  52. line-height:140%;
  53. font-family: times;
  54. font-size:11px;
  55. text-align:justify;
  56. background-color:#ffffff;
  57. color:{color:text}; }
  58.  
  59. a, a:active, a:visited{
  60. text-decoration: none;
  61. color: {color:links};}
  62.  
  63.  
  64. a:hover{
  65. color:#000000; text-shadow:1px 1px #ddc504; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out}
  66.  
  67.  
  68. big { font-size: 12px; }
  69.  
  70.  
  71.  
  72. blockquote {text-align:left;padding-left:10px; border-color:{color:border}; border-left:2px solid #d6d4ce;}
  73. blockquote img{max-width:485px;}
  74.  
  75. /* POSTS */
  76.  
  77. #container {
  78. width: 540px;
  79. margin-left: 330px; margin-top: -10px; padding-left: 35px;
  80. margin-bottom: 50px; border-right: 1px solid #f1f1f1; border-left: 1px solid #f1f1f1; padding-top: 50px;
  81. }
  82.  
  83. .quote { font-size:14px; font-style:italic; text-align:center; }
  84. .source { width:400px; float:center; margin:auto; margin-top:10px; padding-top:5px; text-align:center; border-top:3px double #f1f1f1; }
  85.  
  86. #pagey { font-size: 6px; }
  87. #pagey:a { font-size: 6px; }
  88.  
  89. h1{ font-weight: 500;
  90. font-size: 15px!important; font-family: old standard tt; text-transform: lowercase; font-style: italic; line-height: 100%;
  91. }
  92.  
  93. h3 a{ font-weight: 500;
  94. font-size: 15px!important; font-family: old standard tt; text-transform: lowercase; font-style: italic; line-height: 100%; color: {color:links};
  95. };
  96.  
  97. #post {
  98. font-size:10px;
  99. margin-bottom: 25px; padding: 10px; padding-bottom: 50px;
  100. width: 460px;
  101. background-color:{color:background};
  102. color:{color:text};
  103. text-align: justify;
  104. }
  105.  
  106. #sidey { opacity:0;
  107. text-transform:uppercase;
  108. font-family:calibri;
  109. letter-spacing:1px;
  110. line-height:13px;
  111. font-size:8px;
  112. display:block; color: #ababab;
  113. width:100px;
  114. margin-top:7px;
  115. position:absolute;
  116. margin-left:505px;
  117. text-align: left;
  118. padding-left:3px;
  119. -webkit-transition: all 0.7s ease;
  120. -moz-transition: all 0.7s ease;
  121. -o-transition: all 0.7s ease;
  122. }
  123.  
  124. .iuu { opacity: 1; color: #747474; margin-bottom: 50px;}
  125.  
  126. .iuu a { color: #747474; }
  127.  
  128. small { font-size: 10px; font-family: times; }
  129.  
  130. .credit {right: 1px;bottom: 5px;text-transform: uppercase; position: fixed; font-size: 8px; right: 7px;}
  131.  
  132. /* SIDEBAR */
  133.  
  134.  
  135.  
  136.  
  137. {block:PermalinkPage}
  138. #sidey {opacity:1;}
  139. {/block:PermalinkPage}
  140.  
  141. {block:IndexPage}
  142. #sidey {opacity:0;}
  143. {/block:IndexPage}
  144.  
  145.  
  146. #title {background-color: transparent; margin-top:5px; height:auto; padding:4px; font-family:Calibri; font-size:15px; text-transform:lowercase; font-style:none; width:200px; margin-left:0px;}
  147. #title a {padding:2px; color: #bfbfbf; font-size:15px; font-style:italic; font-family: georgia;}
  148.  
  149. /* AUDIO */
  150.  
  151. .audio {
  152. height:60px;
  153. padding:5px; margin-bottom: 55px; margin-top: 60px;
  154. }
  155.  
  156. .audio-album {
  157. position:absolute;
  158. width:110px; }
  159.  
  160. .audio-player {
  161. opacity:.5;
  162. border:25px solid #fff;
  163. width:25px;
  164. height:25px;
  165. overflow:hidden;
  166. position:absolute;
  167. z-index:2;
  168. margin-left:18px;
  169. margin-top:18px; }
  170.  
  171. .audio-info {
  172. margin-top:0px;
  173. position:relative;
  174. margin-left:120px;
  175. line-height:180%;
  176. padding:4px; }
  177.  
  178.  
  179.  
  180. .audiocaption { opacity:1; }
  181.  
  182.  
  183. /* ANSWERS */
  184.  
  185. #question {padding:10px;background-color: #f2f2f2;position: relative;border: 4px solid #f2f2f2;}
  186. #question:after, #demo:before {border: solid transparent;content: ' ';height: 0;left: 100%;position: absolute;width: 0;}
  187. #question:after {border-width: 9px;border-left-color: #f2f2f2;top: 15px;}
  188. #question:before {border-width: 14px;border-left-color: #f2f2f2;top: 10px;}
  189.  
  190.  
  191. .la { opacity: 0; margin-top: -10px; }
  192.  
  193. /* INFO */
  194.  
  195.  
  196. .ask {
  197. font-size:8px;
  198.  
  199. text-transform:uppercase;
  200. letter-spacing:1px;
  201.  
  202. padding:8px;
  203.  
  204. }
  205.  
  206. .ask a:hover {
  207. background-color:transparent;
  208. }
  209.  
  210.  
  211.  
  212.  
  213. /* CONTROLS */
  214.  
  215. iframe#tumblr_controls {
  216. right:3px !important;
  217. position: fixed !important;
  218. -webkit-transition: opacity 0.7s linear;
  219. opacity: 0.2;
  220. -webkit-transition: all 0.8s ease-out;
  221. -moz-transition: all 0.8s ease-out;
  222. transition: all 0.8s ease-out;}
  223.  
  224. iframe#tumblr_controls:hover{
  225. -webkit-transition: opacity 0.7s linear;
  226. opacity: 1;
  227. -webkit-transition: all 0.4s ease-out;
  228. -moz-transition: all 0.4s ease-out;
  229. transition: all 0.4s ease-out;}
  230.  
  231. iframe#tumblr_controls {
  232. top: 0% !important;
  233. right:0% !important;
  234. position: fixed !important;}
  235.  
  236. /* PAGINATION */
  237.  
  238. #pagination {
  239. width:200px; padding-top: 240px;
  240. font-size:10px;
  241. word-spacing:7px; }
  242.  
  243. .jump_page {
  244. padding:3px;
  245. background-color:#transparent; }
  246.  
  247. .current_page {
  248. padding:3px;
  249. background-color:#transparent;
  250. color:{color:text};}
  251.  
  252. #leftcolumn {
  253. position:fixed;
  254. width:130px;
  255. padding:10px;
  256. margin-left:0px;
  257. text-align:right;
  258. }
  259.  
  260. ol.notes li {
  261. width: 500px;
  262. padding: 10px;
  263. margin: 0 0 3px -50px;
  264. border-bottom: 1px solid #f2f2f2; }
  265.  
  266. ol.notes li img {
  267. padding-right: 10px;
  268. margin-bottom: -5px;
  269. opacity: 0.85;
  270. filter:alpha(opacity=85); }
  271.  
  272. ol.notes li:hover { border-bottom: 1px solid #f2f2f2; }
  273. ol.notes li img:hover { opacity: 1; filter:alpha(opacity=100); }
  274.  
  275.  
  276. /* SCROLLBAR */
  277.  
  278. ::-webkit-scrollbar-thumb:vertical {
  279. background-color:{color:scrollbar};
  280. height:30px;}
  281.  
  282. ::-webkit-scrollbar-thumb:horizontal {
  283. background-color:{color:scrollbar};
  284. height:10px!important;}
  285.  
  286. ::-webkit-scrollbar {
  287. background-color:{color:background};
  288. height:10px;width:08px;}
  289.  
  290. #sidebar {
  291. height:auto;
  292. padding:20px;
  293. margin-left:70px;
  294. margin-top:100px;
  295. position:fixed;
  296. color:#5e5e5e;
  297. z-index:99;
  298. }
  299.  
  300. .date a {
  301. color:#747474;
  302. }
  303.  
  304.  
  305. .date {
  306. opacity: 1;
  307. text-align: left;
  308. float: left;
  309. margin-left: 550px;
  310. width: 225px; width: 225px; margin-top: 20px;
  311. height: auto; margin-bottom: -70px;
  312.  
  313. line-height: 125%;
  314. font-style: italic;
  315. text-transform: lowercase;
  316. font-family: times;
  317. font-size: 9px;
  318. color:#747474;
  319.  
  320. }
  321.  
  322. .links { opacity: 1; width: 150px; }
  323.  
  324.  
  325. .links a, .links a:link, .links a:active, .links a:visited {
  326. width: 130px;
  327. text-align: center; text-transform: lowercase;
  328. font-family: times;
  329. font-size: 9px;
  330. letter-spacing: 1px; padding: 3px;
  331. color: {color:text};
  332. }
  333.  
  334. .links a:hover {
  335. color: {color:links}; }
  336.  
  337. .titl {
  338. font-family:old standard tt;
  339. font-size:16px; font-weight: 500;
  340. text-transform:lowercase; font-style: italic; text-align: center;
  341. }
  342.  
  343.  
  344.  
  345. .desc {
  346. width:190px;
  347. margin-left:5px;
  348. margin-top:5px; color: #b5b5b5;
  349. }
  350.  
  351. .pages {
  352. font-size:10px;
  353. color:{color:link};
  354. margin-top:5px;
  355. }
  356.  
  357. .tags {
  358. margin-left: 8; opacity: 1; color: 5f5f5f;
  359. padding-top: 5px; text-transform: lowercase;}
  360.  
  361. .tags a { color: #5f5f5f; font-style: none;
  362.  
  363. }
  364.  
  365.  
  366. .quote-source { margin-top:-40px; text-align:center; margin-bottom:20px; }
  367. .source { letter-spacing:1px;background-color:#ffffff; padding:5px;}
  368. .quote-border { border-top:3px double #dddddd; padding:10px;margin:20px 0 10px 0; }
  369.  
  370.  
  371. #pagination1 {font-family:trebuchet ms; font-size:8px; float: left; margin-left: 2px; padding: 2px; padding-right: 5px; padding-left: 5px; }
  372.  
  373. #pagination {font-family:trebuchet ms; font-size:8px; float: left;}
  374.  
  375. #pagination a{font-family:trebuchet ms;
  376. font-size:8px; float: left; margin-left: 2px; padding: 2px; padding-left: 5px; padding-right: 5px;}
  377.  
  378. #pagination a:hover{color:{color:link hover};}
  379.  
  380. @font-face { font-family: "justus"; src: url('http://static.tumblr.com/ihkaswt/lhgmidrko/justus-oldstyle.ttf'); }
  381.  
  382. @font-face { font-family: "baskere"; src: url('http://static.tumblr.com/ihkaswt/EfYmids2v/new_baskerville_italic.ttf'); }
  383.  
  384. #pagination a:hover{color:{color:link hover};}
  385.  
  386. .nav2 {position: fixed;width: 500px; padding: 10px 20px; background-color: #fff; color: #777; bottom: 0px; margin-left: 340px; text-align: center; font-size: 9px;}
  387.  
  388. @font-face {
  389. font-family: 'Bodoni';
  390. src: url("http://static.tumblr.com/w1f0ilq/0M3m0pi4a/bodonixt.ttf");
  391. }
  392.  
  393.  
  394.  
  395. {CustomCSS}
  396. </style>
  397.  
  398. <body>
  399.  
  400.  
  401. <div id="sidebar" style="margin-top: 70px; margin-left: 55px;">
  402.  
  403. <div style="width: 205px; padding: 5px; padding-top: -1px; padding-right: 10px; background-color: fff; margin-left: -5px; font-family:times; font-size:10px; font-size: 11px; overflow: auto; line-height: 150%; text-align: justify; color: 5f5f5f;">
  404.  
  405. <center><div style="padding: 5px; background-color: fff; margin-right: 3px; margin-bottom: 8px; width: 140px; border-radius: 100px; height: 140px; background-image: url({image:sidebar}); moz-border-radius: 100px; background-position: center;"></div></center>
  406.  
  407. <center>
  408.  
  409.  
  410. {Description}
  411. </center>
  412.  
  413. </div>
  414. <div class="links" style="width: 205px; font-family: times; text-transform: lowercase; font-style: italic; padding-top: 5px; border-top: 1px solid #f1f1f1;"><center>
  415. <a href="/">index</a>
  416. <a href="/ask">ask me</a>
  417. <a href="{text:Link 1 URL}">{text:Link 1}</a>
  418. <a href="{text:Link 2 URL}">{text:Link 2}</a>
  419. <a href="{text:Link 3 URL}">{text:Link 3}</a>
  420. <a href="{text:Link 4 URL}">{text:Link 4}</a>
  421. <center><br>
  422. <img src="http://i.imgur.com/bSiGX1Z.png" style="margin-top:-15px;"></center>
  423.  
  424. </div>
  425.  
  426. <p>
  427.  
  428. </div>
  429.  
  430.  
  431. <div id="container">
  432.  
  433.  
  434. {block:Posts}
  435. <div id="post" style="width: 480px;">
  436.  
  437. <div class="date">
  438. {block:Date}<a href="{Permalink}">{TimeAgo}</a><br>{/block:Date}
  439.  
  440. {block:RebloggedFrom}<a href="{ReblogParentURL}">VIA</a> /{block:ContentSource} <a href="{SourceURL}">source</a><br>{/block:ContentSource}{/block:RebloggedFrom} <a href="{Permalink}">{NoteCountWithLabel}</a> <br>
  441. </div></div>
  442.  
  443.  
  444.  
  445. {block:ContentSource}
  446. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  447. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  448. {/block:SourceLogo}
  449. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  450. {/block:ContentSource}
  451.  
  452. <div style="width: 500px;">
  453. {block:Text}
  454. {block:Title}<h1>{Title}</h1>{/block:Title}
  455. {Body}
  456. {/block:Text}
  457.  
  458. {block:Photo}
  459. {LinkOpenTag}<img src="{PhotoURL-500}"/>{LinkCloseTag}
  460. {Caption}
  461. {/block:Photo}
  462.  
  463. {block:Photoset}
  464. {Photoset-500}
  465. {Caption}
  466. {/block:Photoset}
  467.  
  468. {block:Quote}
  469. <div class="quote">"{Quote}"</div>
  470. {block:Source}
  471. <div class="source">- {Source}</div>
  472. {/block:Source}
  473. {/block:Quote}
  474.  
  475. {block:Link}
  476. <h3><a href="{URL}" {Target}>{Name}</a></h3>
  477. {block:Description}{Description}{/block:Description}
  478. {/block:Link}
  479.  
  480.  
  481. {block:Video}
  482. {Video-500}
  483. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  484. {/block:Video}
  485.  
  486.  
  487. {block:Chat}
  488. {block:Title}<h1>{Title}</h1>{/block:Title}
  489. {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}
  490. {/block:Chat}
  491.  
  492. {block:Answer}
  493. <div class="ask" style="font-size: 8px; font-family: cambria; text-transform: uppercase"><table><td width="74px"><img src="{AskerPortraitURL-64}"> </img><td><td width="436px">
  494. <font style="font-size: 9px; width: 64px;">{Asker} ASKED:</font> <br>
  495.  
  496. {Question} </td></table>
  497. </div>
  498. {Answer}
  499. {/block:Answer}
  500.  
  501.  
  502. {block:Audio}
  503. <div class="audio">
  504. {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}
  505. <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  506.  
  507. <div class="audio-info">
  508. {block:TrackName}<b>Title:</b> {TrackName}<BR>{/block:TrackName}
  509. {block:Artist}<b>Artist:</b> {Artist}<BR>{/block:Artist}
  510. {block:Album}<b>Album:</b> {Album}<BR>{/block:Album}
  511. {block:PlayCount}<b>Plays:</b> {PlayCount}<BR>{/block:PlayCount}
  512. </div></div>
  513. <div class="audiocaption">{block:Caption}{Caption}{/block:Caption}</div>
  514. {/block:Audio}
  515.  
  516.  
  517.  
  518. <div class="iuu" style="text-align: center; margin-top: 5px;text-transform: lowercase; border-top: 1px solid #f1f1f1; font-family: times; font-style: italic;"> {block:HasTags}{block:Tags}<a href="{TagURL}" target="_self">#{Tag} </a>{/block:Tags}{/block:HasTags} </div></div>
  519.  
  520.  
  521. {block:PermalinkPage}{block:PostNotes}<div style="width:500px;"><div style="text-align:left;padding-bottom:10px; padding-top: 5px;">
  522. <ol class="notes">{PostNotes}</div></div>{/block:PostNotes}{/block:PermalinkPage}
  523.  
  524. {/block:Posts}
  525.  
  526.  
  527. </div>
  528.  
  529. <div class="nav2"> {block:Pagination}<center>
  530. {block:PreviousPage}
  531. <a href="{PreviousPage}"><big>←</big></a>
  532. {/block:PreviousPage}
  533.  
  534.  
  535. {block:NextPage}
  536. <a href="{NextPage}"><big>→</big></a>
  537. {/block:NextPage}<br>
  538. {/block:Pagination}</div>
  539.  
  540. </div>
  541. <a href="{ReblogRootURL}" title="{ReblogRootName}"></a>
  542. <div style="float: center;">{block:RebloggedFrom} via <a href="{ReblogParentURL}" title="{ReblogParentName}">{ReblogParentName}</a> (© <a href="{ReblogRootURL}" title="{ReblogRootName}">{ReblogRootName}</a>) {/block:RebloggedFrom}</div><div class="credit" style="font-family: calibri; font-size: 9px;"><a href="http://claraosmin.tumblr.com/">CLARAOSMIN</a></div>
  543.  
  544. </body>
  545. </html>
Advertisement
Add Comment
Please, Sign In to add comment