Advertisement
Caylo

Theme 08

Nov 10th, 2013
851
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 7.63 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <!--
  4.  
  5. THEME 08 BY CAYLO (princeoberynn)
  6. Please don't steal, redistribute or remove credit!
  7. Thank you ♥
  8.  
  9. -->
  10.  
  11.  
  12. <html xml:lang="en" lang="en">
  13. <head><title>{Title}</title>
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  17.  
  18.  
  19.  
  20. <meta name="color:Title" content="#585858"/>
  21. <meta name="color:Sidebarlink" content="#747474"/>
  22. <meta name="color:Description" content="#868686"/>
  23. <meta name="color:Text" content="#868686"/>
  24. <meta name="color:Link" content="#777777"/>
  25. <meta name="color:Hover" content="#545454"/>
  26. <meta name="color:Info" content="#777777"/>
  27. <meta name="image:sidebar" content=""/>
  28. <meta name="text:Link 1" content="" />
  29. <meta name="text:Link 1 url" content="" />
  30. <meta name="text:Link 2" content="" />
  31. <meta name="text:Link 2 url" content="" />
  32. <meta name="text:Link 3" content="" />
  33. <meta name="text:Link 3 url" content="" />
  34. <meta name="text:Link 4" content="" />
  35. <meta name="text:Link 4 url" content="" />
  36. <meta name="text:Link 5" content="" />
  37. <meta name="text:Link 5 url" content="" />
  38.  
  39.  
  40. <style type="text/css">
  41.  
  42.  
  43. body {
  44.     margin:0px;
  45.     color:{color:text};
  46.     font-family: 'Cambria', serif;
  47.     font-size:10px;
  48. }
  49.  
  50. a {
  51.     text-decoration:none;
  52.     outline:none;
  53.     -moz-outline-style:none;
  54.     color:{color:link};
  55.     -webkit-transition: all 0.7s ease;
  56.     -moz-transition: all 0.7s ease;
  57.     -o-transition: all 0.7s ease;
  58. }
  59.  
  60.  
  61. a:hover {
  62.     opacity:10;
  63.     color:{color:hover};
  64.     -webkit-transition: all 0.7s ease;
  65.     -moz-transition: all 0.7s ease;
  66.     -o-transition: all 0.7s ease;
  67. }
  68.  
  69. pre, p{
  70.     white-space: -moz-pre-wrap;
  71.     white-space: -pre-wrap;
  72.     white-space: -o-pre-wrap;
  73.     white-space: pre-wrap;
  74.     word-wrap: break-word;
  75. }
  76.  
  77. small{
  78.     font-size:9px;
  79. }
  80.  
  81. img {
  82.     border:none;
  83. }
  84.  
  85. blockquote {
  86.     padding-left:20px;
  87.     border-left:1px solid #ccc;
  88. }
  89.    
  90. blockquote blockquote {
  91.     padding-left:20px;
  92.     border-left:1px solid #ccc;
  93. }
  94.  
  95. h1 {
  96.     font-size:14px;
  97.     font-weight:normal;
  98. }
  99.  
  100.  
  101. #entries {
  102.     padding:10px;
  103.     width:500px;
  104.     margin-left:450px;
  105.     margin-top:40px;
  106.     font-size:10px;
  107.     position: relative;
  108. }
  109.  
  110. #post {
  111.     width:500px;
  112.     padding-bottom:20px;
  113.     padding:10px;
  114.     margin-top:30px;
  115. }
  116.  
  117.  
  118. #sidebar {
  119.     width: 220px;
  120.     position: fixed;
  121.     margin-left: 160px;
  122.     margin-top: 130px;
  123.     text-align: center;
  124.     font-family: 'times new roman', serif;
  125. }
  126.  
  127. #sidebarimage img {
  128.     max-width: 120px;
  129.     max-height: 80px;
  130. }
  131.  
  132. #title{
  133.     font-family: 'Cambria', serif;
  134.     font-size: 25px;
  135.     text-transform: lowercase;
  136.     margin-top: 5px;
  137. }
  138.  
  139. #title a{
  140.     color:{color:Title};
  141. }
  142.  
  143. #links{
  144.     padding: 10px 0;
  145.     text-align:center;
  146.     font-family:'Cambria', serif;
  147.    
  148. }
  149.  
  150. .link {
  151.     display: inline;
  152.     margin: 0 5px;
  153. }
  154.  
  155. .link a {
  156.     color:{color:sidebarlink};
  157.     text-decoration:none;
  158.     text-shadow: 10px 0px transparent, -10px 0px transparent;
  159.     -webkit-transition: all 0.5s linear;
  160. }
  161.  
  162. .link a:hover {
  163.    color:{color:sidebarhover};
  164.     -webkit-transition: all 0.5s linear;
  165.     text-shadow: 0px 0px #aaa, -0px 0px #aaa;
  166.     z-index:4;
  167. }  
  168.  
  169.  
  170. #description {
  171.     font-size: 10px;
  172.     margin-left: 15px;
  173.     font-family:'Calibri', sans-serif;
  174.     padding: 15px;
  175.     width:160px;
  176.     line-height: 110%;
  177.     text-align:justify;
  178.     background-color: #f2f2f2;
  179.     color:{color:description};
  180. }
  181.  
  182. #pagination {
  183.     text-align: right;
  184.     width:186px;
  185.     font-size:8px;
  186.     margin-left:15px;
  187.     margin-top:10px;
  188.     font-family:'consolas', monospace;
  189.     letter-spacing:0px;
  190. }
  191.  
  192. #pagination a{
  193.     color:{color:description};
  194. }
  195.  
  196.  
  197. #info {
  198.     width: 480px;
  199.     padding: 10px;
  200.     margin-top: 15px;
  201.     text-align: center;
  202.     border-top: 1px solid #f2f2f2;
  203.     color:{color:info};
  204. }
  205.  
  206. #info a{
  207.     color:{color:info};
  208. }
  209.  
  210. #dates{
  211.     text-transform: uppercase;
  212.     font-family: 'Calibri', sans-serif;
  213.     font-size: 8px;
  214. }
  215.  
  216. .tag{
  217.     padding-right: 5px;
  218.     display: inline;
  219. }
  220.  
  221. .tag a{
  222.     color:{color:info};
  223. }
  224.  
  225. #tags {
  226.     padding-top: 5px;
  227.     font-size: 9px;
  228. }
  229.    
  230. #tags a {
  231.     display:inline;
  232.     padding:-3px;
  233.     text-align:left;
  234.     -webkit-transition: all 0.6s ease-in-out;
  235.     -moz-transition: all 0.6s ease-in-out;
  236.     -o-transition: all 0.6s ease-in-out;
  237.     -ms-transition: all 0.6s ease-in-out;
  238.     transition: all 0.6s ease-in-out;
  239. }  
  240.  
  241. #asker{
  242.     text-transform: uppercase;
  243.     padding-bottom: 10px;
  244. }
  245.  
  246. #question {
  247.     background-color: #f2f2f2;
  248.     padding: 15px;
  249.     text-align: center;
  250. }
  251.  
  252. {CustomCSS}</style></head><body>
  253.  
  254. <div id="sidebar">
  255. <div id="sidebarimage"><a href="/"><img src="{image:sidebar}"></a></div>
  256.  
  257. <div id="title"><a href="/">{Title}</a></div>
  258.  
  259. <div id="links">
  260. <div class="link"><a href="{text:link 1 url}">{text:link 1}</a></div>
  261. <div class="link"><a href="{text:link 2 url}">{text:link 2}</a></div>
  262. <div class="link"><a href="{text:link 3 url}">{text:link 3}</a></div>
  263. <div class="link"><a href="{text:link 4 url}">{text:link 4}</a></div>
  264. <div class="link"><a href="{text:link 5 url}">{text:link 5}</a></div>
  265. </div>
  266.  
  267. <div id="description">{Description}</div>
  268.  
  269. {block:Pagination}<div id="pagination">
  270. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  271. {block:JumpPagination length="3"}
  272. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  273. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  274. {/block:JumpPagination}
  275. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  276. </div>{/block:Pagination}
  277.  
  278. </div>
  279.  
  280. <div id="entries">{block:Posts}
  281.  
  282. <div id="post">
  283.  
  284. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  285.  
  286. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  287.  
  288. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  289.  
  290. {block:Quote}<center><h1>"{Quote}"</h1><br/>{Source}</center>{/block:Quote}
  291.  
  292. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  293.  
  294. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  295.  
  296. {block:Audio}
  297. {AudioPlayerWhite}
  298. {block:AudioEmbed}{AudioEmbed}{/block:AudioEmbed}
  299. {Caption}
  300. {/block:Audio}
  301.  
  302. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  303.  
  304. {block:Answer}<div id = "question">
  305. <div id="asker">{Asker} asked: </div><i>{Question}</i></div><center>{Answer}</center>{/block:Answer}
  306.  
  307. {block:Date}
  308. <div id = "info">
  309. <div id = "dates">
  310. {TimeAgo}
  311. {block:NoteCount} · <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  312. {block:RebloggedFrom} · <a href="{ReblogParentURL}">VIA</a>{/block:RebloggedFrom}  
  313. {block:ContentSource} · <a href="{SourceURL}">SOURCE</a>{/block:ContentSource}
  314. </div>
  315. {block:HasTags}
  316. <div id = "tags">
  317. {block:Tags}<div class="tag"><a href="{TagURL}">·{Tag}</a></div>{/block:Tags}
  318. </div>
  319. {/block:HasTags}
  320. </div>
  321. {/block:Date}
  322. </div>
  323. {/block:Posts}
  324.  
  325. {block:PostNotes}{PostNotes-16}{/block:PostNotes}
  326. </div>
  327.  
  328.  
  329. <!-- CREDIT, PLEASE DONT TOUCH -->
  330.  
  331. <div style="position:fixed; bottom:6px; right:12px; font-size:8px; letter-spacing:1px; font-family:gautami;"><a href="http://carolinesthemes.tumblr.com/">CAYLO</a></div>
  332.  
  333.    
  334. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement