Don't like ads? PRO users don't see any ads ;-)

THEME 005

By: dimkabelikov on Apr 14th, 2012  |  syntax: None  |  size: 9.95 KB  |  hits: 712  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <!--
  2.     theme 5 by dimkabelikov please respect my work! do not remove the credit or claim this is yours
  3. -->
  4.  
  5. <head>
  6.  
  7. <title>{Title}</title>
  8. <link rel="shortcut icon" href="{Favicon}" />
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  10.  
  11. <!-- DEFAULT VARIABLES -->
  12.         <meta name="color:Background" content="#fffdf1"/>
  13.         <meta name="color:scrollbg" content="#fcf8ed"/>
  14.         <meta name="color:scroll" content="#d4cabe"/>
  15.         <meta name="color:Img border" content="#d4cabe"/>
  16.         <meta name="color:dotted" content="#d29696"/>
  17.         <meta name="color:Text" content="#cfbdaa"/>
  18.         <meta name="color:Title" content="#d29696"/>
  19.         <meta name="color:Stitle" content="#e0c8b5"/>
  20.         <meta name="color:Entry" content="#fcf8ed"/>
  21.         <meta name="color:Links" content="#a56471"/>
  22.         <meta name="color:LHover" content="#b66f7d"/>
  23.         <meta name="color:Sidebar" content="#fcf8ed"/>
  24.         <meta name="color:Tbar" content="#fffdf1"/>
  25.         <meta name="color:Nav" content="#c68c8c"/>
  26.         <meta name="color:Nav Hover" content="#d29696"/>
  27.         <meta name="color:Nlinks" content="#fffdf1"/>
  28.         <meta name="color:NLHover" content="#fcfaee"/>
  29.         <meta name="color:Infobackground" content="#f7f3e7"/>
  30.  
  31.         <meta name="image:Sidebar" content=""/>
  32.         <meta name="image:Background" content=""/>
  33.  
  34.         <meta name="font:title" content="georgia" />
  35.         <meta name="font:body" content="arial" />
  36.  
  37.         <meta name="text:Link 1" content=""/>
  38.         <meta name="text:Link 1 Title" content=""/>
  39.         <meta name="text:Link 2" content="">
  40.         <meta name="text:Link 2 Title" content=""/>
  41.         <meta name="text:Link 3" content=""/>
  42.         <meta name="text:Link 3 Title" content=""/>
  43.         <meta name="text:Link 4" content="">
  44.         <meta name="text:Link 4 Title" content=""/>
  45.         <meta name="text:Link 5" content=""/>
  46.         <meta name="text:Link 5 Title" content=""/>
  47.        
  48.        
  49.  
  50. <style type="text/css">
  51.  
  52. body{color:{color:Text}; background-attachment:fixed; background-color:{color:Background}; background-image: url('{image:Background}'); bottom left; background-repeat: no-repeat; text-align:justify; font-family:arial; font-size:10px;}
  53.  
  54. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scroll}; height:10px;}
  55. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scroll}; height:10px!important;}
  56. ::-webkit-scrollbar {background-color:{color:scrollbg}; height:6px; width:10px;}
  57.  
  58. a {color: {color:links}; text-decoration:none;}
  59. a:hover {color:{color:lhover};}
  60.  
  61. b, strong{color:#cfa67b}
  62.  
  63. @font-face {
  64. font-family: 'LavanderiaDelicate';
  65. src: url('http://static.tumblr.com/2lqtwbf/0Gylyrsld/lavanderia_delicate-webfont.eot');
  66. src: url('http://static.tumblr.com/2lqtwbf/0Gylyrsld/lavanderia_delicate-webfont.eot?#iefix') format('embedded-opentype'),
  67. url('http://static.tumblr.com/2lqtwbf/2Fnlyrsn1/lavanderia_delicate-webfont.ttf') format('truetype'),
  68. url('http://static.tumblr.com/2lqtwbf/zPFlyrsmj/lavanderia_delicate-webfont.svg#LavanderiaDelicate') format('svg');
  69. font-weight: normal;
  70. font-style: normal;}
  71.  
  72. @font-face {
  73. font-family: 'LavanderiaRegular';
  74. src: url('http://static.tumblr.com/2lqtwbf/G1Dlyrsst/lavanderia_regular-webfont.eot');
  75. src: url('http://static.tumblr.com/2lqtwbf/G1Dlyrsst/lavanderia_regular-webfont.eot?#iefix') format('embedded-opentype'),
  76. url('http://static.tumblr.com/2lqtwbf/RAPlyrset/lavanderia_regular-webfont.ttf') format('truetype'),
  77. url('http://static.tumblr.com/2lqtwbf/kb1lyrsq2/lavanderia_regular-webfont.svg#LavanderiaRegular') format('svg');
  78. font-weight: normal;
  79. font-style: normal;}
  80.  
  81. #entries{position:absolute; width:514px; margin-left:440px; margin-top:7px; padding-top:10px;}
  82.  
  83. #posts{overflow:hidden; background-color:{color:entry}; border-left:0px solid {color:link}; border-right:0px solid {color:link}; padding:5px;}
  84.  
  85. #sidebar{position:fixed; margin-top:34px; margin-left:80px;}
  86. #sidebarimage{max-width:300px; max-height:300px;}
  87.  
  88. .stext{padding:10px;
  89. font-family: georgia;
  90. z-index:1;
  91. width:280px;
  92. height:280px;
  93. position:absolute;
  94. color:{color:text};
  95. background-color:{color:entry};
  96. opacity:0;
  97. transition: all 0.7s ease-in-out 0s;
  98.           -webkit-transition: all 0.7s ease-in-out 0s;
  99.           -moz-transition: all 0.7s ease-in-out 0s;
  100.           -o-transition: all 0.7s ease-in-out 0s;
  101.           box-transition: all 0.7s ease-in-out 0s;
  102. }
  103.  
  104. .stext:hover{
  105. opacity:.9;
  106. transition: all 0.7s ease-in-out 0s;
  107.           -webkit-transition: all 0.7s ease-in-out 0s;
  108.           -moz-transition: all 0.7s ease-in-out 0s;
  109.           -o-transition: all 0.7s ease-in-out 0s;
  110.           box-transition: all 0.7s ease-in-out 0s;
  111. }
  112.  
  113. #description {font-size: 9px; font-family: georgia;}
  114.  
  115. #title {position:fixed; bottom:5px; left:10px; font-family:"LavanderiaRegular"; color:{color:Title}; text-transform:lowercase; font-size:25px; font-style:italic; text-align:center; text-decoration: none;}
  116.  
  117. #tbar {width:120px; float:left; margin-left:1090px; top:0px; bottom:00px; background-color:{color:tbar}; text-align:justify; position:fixed; padding:5px; height:110%}
  118.  
  119. #navigation {margin-top:50px;}
  120. #navigation a {width:80px; display:block; background-color:{color:Nav}; font:9px georgia; text-transform: lowercase; color:{color:Nlinks}; text-decoration: none; letter-spacing: 3px; text-align:center; padding:6px; margin-top:0px; margin-bottom:-9px}
  121. #navigation a:hover {background-color:{color:Nav Hover}; color:{color:NLhover} width:80px; }
  122.  
  123. #icon {margin-top:10px; margin-bottom:10px width: 80px; height:80px;}
  124.  
  125. #title2{font-size:16px; font-family:georgia; text-transform: uppercase; letter-spacing: 3px; text-decoration: none;}
  126. #title3{font-size:24px; font-family:'LavanderiaRegular'; letter-spacing:1px;}
  127.  
  128. #pagination{margin-top:5px; color:{color:Links}; font-size:62px; font-family:georgia; text-decoration:none; text-align:center; padding: 5px; text-transform:uppercase}
  129. #pagination a{color:{color:Links};}
  130. #pagination a:hover{color:{color:Lhover};}
  131.  
  132. #info {display:block; padding:4px 5px 4px 5px; color:{color:Text}; font:9px georgia; line-height:110%; text-transform:lowercase; width:495px; background-color: {color:InfoBackground}; letter-spacing:1px;}
  133. #info a {color:{color:Links};}
  134. #info a:hover {color:{color:lhover};}
  135.  
  136. #tags {background-color:transparent; font-family:georgia; text-align:right; margin-top: -2px; margin-right:7px; text-transform:lowercase; font-style:italic; font-size:9px;}
  137.  
  138. .user_1 {background-color:transparent; margin-right:10px; padding:2px;}
  139. .user_2 {background-color:transparent; margin-right:15px; padding:2px;}
  140.  
  141. #askb {background-color:{color:entry}; color: {color:text}; padding:5px; margin-top: 5px; margin-bottom:2px; font-family:georgia; font-size:10px; text-align:center; text-transform:lowercase; border-bottom:1px dotted {color:dotted};}
  142. #askb a {color:{color:links};}
  143.  
  144. #source{margin-top:3px; text-align:right; margin-bottom:5px; font-size:10px;}
  145.  
  146. blockquote{border-left:2px solid {color:271b1f}; padding-left:5px; margin:0px 2px 0px 10px;}
  147. blockquote img, blockquote a img {max-width: 490px};}
  148.  
  149. </style>
  150. </head>
  151.  
  152.    <body>
  153.  
  154. <div id="title"><a href="/">{Title}</a></div>
  155.  
  156. <div id="sidebar"><div class="stext">
  157. {block:Description}<div class="description">{Description}</div>{/block:Description}
  158. </div>
  159. {block:ifSidebarImage}<div id="sidebarimage"><img src="{image:Sidebar}"></div>{/block:ifSidebarImage}
  160. </div>
  161.  
  162.  
  163. <div id="tbar">
  164. <div align="center" id="navigation">
  165. <a href="/">home</a><br />
  166. <a href="/ask">ask</a><br />
  167. <a href="/archive">archive</a><br />
  168. {block:ifLink1Title}<a href="{text:Link 1}">{text:Link 1 Title}</a><br>{/block:ifLink1Title}
  169. {block:ifLink2Title}<a href="{text:Link 2}">{text:Link 2 Title}</a><br>{/block:ifLink2Title}
  170. {block:ifLink3Title}<a href="{text:Link 3}">{text:Link 3 Title}</a><br>{/block:ifLink3Title}
  171. {block:ifLink4Title}<a href="{text:Link 4}">{text:Link 4 Title}</a><br>{/block:ifLink4Title}
  172. {block:ifLink5Title}<a href="{text:Link 5}">{text:Link 5 Title}</a><br>{/block:ifLink5Title}
  173. <a href="http://dimkabelikov.tumblr.com/">theme</a></div>
  174. <br>
  175. <div align="center" id="icon"><img src="{PortraitURL-96}"></div>
  176. <br>
  177. <br>
  178. <div id="pagination">
  179. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  180. {/block:Pagination}</div></div><br>
  181.  
  182. <div id="entries">{block:Posts}<div id="posts">
  183.  
  184. {block:Quote}<div id="title3">"{Quote}"</div>
  185. {block:Source}<div id="source">— {Source}</div>{/block:Source}{/block:Quote}
  186.  
  187. {block:Title}<div id="title2">{Title}</div>{/block:Title}
  188. {block:Text}{Body}{/block:Text}
  189.  
  190. {block:Link}<div id="title2"><a href="{URL}" class="link" {Target}>{Name}</a></div>{block:Description}<div class="description">{Description}</div>{/block:Description}{/block:Link}
  191.  
  192. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  193. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  194.  
  195. {block:Chat}<class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}{/block:Chat}
  196.  
  197. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  198.  
  199. {block:Answer}<div id="askb">{Asker} asked: "{Question}"</div>
  200. {Answer}{/block:answer}
  201.  
  202. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  203.  
  204. <div id="info">posted <a href="{Permalink}">{TimeAgo}</a>{block:RebloggedFrom} (originally from <a href="{ReblogRootURL}">{ReblogRootName}</a>){/block:RebloggedFrom}<div style="float:right">{NoteCountWithLabel}</div></div></div>
  205. <div id="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div><BR>
  206. {/block:posts}{block:PostNotes}{PostNotes}{/block:PostNotes}
  207.  
  208. </div>
  209. </div>
  210.  
  211.  
  212. </body>
  213. </html>