Advertisement
laeverdeens

Theme 05

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