Advertisement
laeverdeens

theme 04 version 1

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