keverdeen

theme nine

Oct 4th, 2013
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.79 KB | None | 0 0
  1. <head>
  2. <!-- DEFAULT VARIABLES -->
  3. <meta name="color:background" content="#FFFFFF" />
  4. <meta name="color:text" content="#857C70" />
  5. <meta name="color:link" content="#C4B9AC" />
  6. <meta name="color:border" content="#fcf8f0" />
  7. <meta name="color:slinks" content="#F3EBE0" />
  8. <meta name="color:scrollback" content="#F3EBE0" />
  9. <meta name="color:scrollthumb" content="#F3EBE0" />
  10. <meta name="color:scrollcorner" content="#F3EBE0" />
  11.  
  12. <meta name="font:title" content="georgia"/>
  13. <meta name="font:body" content="arial" />
  14. <meta name="font:slinks" content="arial" />
  15.  
  16. <meta name="text:Link 01" content="" />
  17. <meta name="text:Link 02" content="" />
  18. <meta name="text:Link 03" content="" />
  19. <meta name="text:Link 04" content="" />
  20. <meta name="text:Link 01 URL" content="" />
  21. <meta name="text:Link 02 URL" content="" />
  22. <meta name="text:Link 03 URL" content="" />
  23. <meta name="text:Link 04 URL" content="" />
  24.  
  25.  
  26. <meta name="image:Sidebar IMG" content=""/>
  27. <meta name="image:Sidebar IMG2" content=""/>
  28.  
  29.  
  30. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  31. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  32. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  33. <link rel="shortcut icon" href="{Favicon}" />
  34. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  35. <style type="text/css">
  36.  
  37. ::-webkit-scrollbar { background:{color:scrollback};width:2px }
  38. ::-webkit-scrollbar-thumb { background:{color:scrollthumb};width:2px }
  39. ::-webkit-scrollbar-corner { background:{color:scrollcorner}; }
  40.  
  41. /*---- BODY ----*/
  42.  
  43. body {
  44. color:{color:text};
  45. background-color:{color:background};
  46. font-family:arial;
  47. font-size:11px;
  48. line-height:100%;
  49. text-align:justify}
  50.  
  51. a:link, a:active, a:visited{
  52. color: {color:link};
  53. text-decoration:none; }
  54. a:hover{color:{color:text};}
  55.  
  56.  
  57. /*---- SIDEBAR ----*/
  58.  
  59. #sidebar {
  60. position:fixed;
  61. margin-top: 170px;
  62. margin-left: 160px;}
  63.  
  64. #sidebar1 {
  65. width: 250px;
  66. height: 300px;
  67. overflow:hidden;
  68. border: 7px solid {color:background};
  69. }
  70.  
  71. #sidebar11 {
  72. width: 264px;
  73. height: 314px;
  74. overflow:hidden;
  75. border: 1px solid {color:border};
  76. }
  77.  
  78. #sidebar22 {
  79. width: 250px;
  80. height: 300px;
  81. background-color: #cbc0c0;
  82. z-index: 10;
  83. position: relative;
  84. top: -150px;
  85. -webkit-transition: .8s ease-in-out all; -moz-transition: .8s ease-in-out all; -o-transition: .8s ease-in-out all; transition: .8s ease-in-out all;
  86. }
  87.  
  88. #sidebar3 {
  89. width: 250px;
  90. height: 150px;
  91. border: 0px solid #cbc0c0;
  92. padding: 0px;
  93. z-index: 4;
  94. }
  95.  
  96. #sidebar1:hover #sidebar22 {
  97. position:relative;
  98. top:-15px;
  99. right:0px;
  100. -webkit-transition: .8s ease-in-out all; -moz-transition: .8s ease-in-out all; -o-transition: .8s ease-in-out all; transition: .8s ease-in-out all;
  101. }
  102.  
  103.  
  104. #stext {
  105. font-family:calibri;
  106. width:90px;
  107. height: 110px;
  108. overflow: auto;
  109. float: left;
  110. font-size:8px;
  111. text-transform: uppercase;
  112. padding:7px 5px 10px 3px;
  113. letter-spacing:0px;
  114. margin-top: 0px;
  115. text-align:justify;
  116. color:{color:Font};
  117. margin-left: 0px;
  118. line-height:100%;}
  119.  
  120. #imgpadding {
  121. width:140px;
  122. padding:3px 0px 3px 7px;
  123. float: right;
  124. border-left:1px solid {color:border}; }
  125.  
  126. #imgside {
  127. width:135px;
  128. height:120px;
  129. overflow: hidden;}
  130.  
  131. #squote {
  132. font-family:calibri;
  133. line-height:80%;
  134. width:100px;
  135. font-size:8px;
  136. text-transform: uppercase;
  137. padding:10px 0px 10px 0px;
  138. letter-spacing:0px;
  139. margin-top: 0px;
  140. text-align:justify;
  141. color:{color:Font}; }
  142.  
  143. #stext a {
  144. text-decoration:none;}
  145.  
  146. #sidebar2 {
  147. margin-top:188px;
  148. margin-left:439px;
  149. color: {color:sbar};
  150. position:fixed; }
  151.  
  152.  
  153. /*---- LINKS ----*/
  154.  
  155.  
  156. #nav { position:fixed; overflow:hidden;}
  157. #slink {
  158. display:inline-block;
  159. height: 10px;
  160. width: 100px;
  161. font-size: 8px;
  162. font-family: calibri;
  163. margin-top:0px;
  164. color: {color:link};
  165. padding: 5px 0px 5px 0px;
  166. margin: 0px 0px 0px 0px;
  167. text-align:center;
  168. letter-spacing:1px;
  169. text-transform: uppercase;
  170. border-top:1px solid {color:border};}
  171.  
  172. #slink a{font-family: georgia; color: {color:link}; text-align:center; letter-spacing:3px; text-transform: uppercase; }
  173.  
  174. #slink a:hover {font-family: georgia; color: {color:text}; text-align:center; letter-spacing:3px; text-transform: lowercase;}
  175. /*---- PAGES ----*/
  176.  
  177. #pagin{ background-color: transparent; font-family: georgia; font-size:10px; text-transform:lowercase; text-align:center; padding: 5px; margin-top:0px;}
  178.  
  179. /*---- POSTS ----*/
  180.  
  181. #entries{right:30%; margin-left:559px; margin-top:-5px; width:532px; }
  182.  
  183. #posts{overflow:hidden; margin-bottom: 0px; padding: 15px; border:1px solid {color:border} }
  184.  
  185.  
  186. #posttitle{font-family:{font:title}; color:{color:text}; text-transform:lowercase; font-size:19px; text-align: center; line-height:13px; font-weight:normal; margin:0px; padding:3px; margin-left:10px;}
  187.  
  188. #quote{color:{color:title}; font-family:{font:title};font-style:italic; font-size:19px; line-height:12px; letter-spacing:0px; font-weight:normal; text-transform:lowercase; margin:0px; padding:0px; margin-bottom:-0px; text-align:justify; }
  189.  
  190.  
  191. h3{color:{color:link}; font-family:georgia; font-size:19px; letter-spacing:0px; font-weight:normal; font-style:normal; text-transform:lowercase; line-height:14px; margin-left:5px; margin-top:10px; margin-bottom:-10px; text-align:left; letter-spacing:1px}
  192.  
  193. h3 a:hover{background-color:transparent}
  194.  
  195. #source {text-align: left}
  196.  
  197. blockquote {border-left:2px {color:body} solid; padding-left:5px; padding-top: 5px; margin:0px 2px 0px 10px}
  198.  
  199. p{margin-top:4px; margin-bottom:4px}
  200. blockquote {padding:0px; padding-left:5px; margin:4px; border-left:2px solid {color:text}}
  201.  
  202. img a{border:none; width:100%}
  203. .audio{background-color:black; display:block;}
  204.  
  205.  
  206. .user_1 .label {color:{color:link}; font-weight:bold}
  207. .user_2 .label {color:{color:text}; font-weight:bold}
  208. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  209.  
  210.  
  211. /*---- MESSAGES ----*/
  212.  
  213. #asker { width: 100%; color:{color:link} ; text-transform: uppercase; line-height: 10px}
  214. #asker a, a:hover{color:{color:link}}
  215. .q { width: 450px; padding:0px; font-size: 9px;text-transform: uppercase; text-indent: 0px; border-bottom: 1px solid {color:border};}
  216. .a {padding-top: 3px}
  217.  
  218.  
  219. /*---- POSTINFO ----*/
  220.  
  221. #postinfo {text-align:left; display:block; padding: 5px 3px 5px 15px; font-family:calibri; text-transform:uppercase; font-size:8px; line-height:11px; letter-spacing:0px; }
  222.  
  223.  
  224. #source { display:block; margin:2px 0px 2px 0px; padding:2px; }
  225.  
  226. #source img { display: inline; height: 20px; margin-right: 5px; border: 5px solid {color:side};}
  227.  
  228. #turnapage {position:fixed; width:100px; height: 50px; background-color: {color:background}; margin-top:0px; margin-left: 0px; font-family:calibri; font-size:8px; padding-top: 5px; color: {color:link}; border-top:1px solid {color:border};}
  229. #nextpage {margin-top: 6px; color: {color:link}; text-align:center; line-height:22px; font-family:calibri; font-size:8px; padding: 2px 4px 2px 4px; }
  230.  
  231.  
  232. #notes{background-color:{color:Accent}; width:510px; margin-bottom:15px;}
  233.  
  234. #notess{width:500px; background-color:{color:Accent}; padding:3px 7px 3px 7px;}
  235.  
  236. #credittime {
  237. color:#fff;
  238. float:right;
  239. position:fixed;
  240. right:3px;
  241. text-align:center;
  242. bottom:5px;
  243. padding:3px;
  244. font-family:calibri;
  245. line-height:80%;
  246. font-size:8px;
  247. text-transform: uppercase;
  248. letter-spacing:0px;
  249. color:{color:Font};
  250. }
  251. </style>
  252. <style type="text/css">{CustomCSS}</style>
  253. </head>
  254.  
  255. <body>
  256.  
  257. <div id="sidebar"><div id="sidebar11"><div id="sidebar1"><div id="sidebar3"><div id="stext">{block:Description}{Description}{/block:Description}</div> <div id="imgpadding"><div id="imgside"><img src="http://i.imgur.com/UllYmzV.gif" height="120px"/></div></div></div>
  258. <div id="sidebar22"><img src="{image:Sidebar IMG}" width="250px"></div></div></div></div>
  259.  
  260.  
  261. <div id="sidebar2"><div id="squote"><big>❝</big> {Title}</div>
  262. <div class="slink"><a href="/" id="slink"><span>home</span></a> <p>
  263. <a href="/ask" id="slink"><span>ask</span></a> <p>
  264. <a href="/archive" id="slink"><span>archive</span></a><p>
  265. <a href="{text:Link 01 URL}" id="slink"><span>{text:Link 01}</span></a><p>
  266. <a href="{text:Link 02 URL}" id="slink"><span>{text:Link 02}</span></a><p>
  267. <a href="{text:Link 03 URL}" id="slink"><span>{text:Link 03}</span></a><p>
  268. <a href="{text:Link 04 URL}" id="slink"><span>{text:Link 04}</span></a>
  269. </div>
  270. <div id="turnapage"> <div class="nextpage">
  271. <center>{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  272. {block:JumpPagination length="5"}{block:CurrentPage}
  273. <span class="current_page" style="padding-right:5px;padding-left:5px;">{PageNumber}</span>
  274. {/block:CurrentPage}
  275. {block:JumpPage}<a class="jump_page" style="padding-right:5px;padding-left:5px;" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  276. {/block:JumpPagination}
  277. {block:NextPage}<a href="{NextPage}">»</a> {/block:NextPage}</center>
  278. </div></div>
  279. </div>
  280.  
  281.  
  282.  
  283. <center>
  284. </center>
  285.  
  286.  
  287.  
  288.  
  289.  
  290. <br><div id="entries">
  291.  
  292.  
  293. {block:Posts}
  294. <div id="posts">
  295.  
  296.  
  297.  
  298. {block:Title}<div id="posttitle">{Title}&nbsp;</div>{/block:Title}
  299. {block:Text}{Body}{/block:Text}
  300.  
  301. {block:Quote}<div id="quote">"{Quote}"</div></br> — {Source}{/block:Quote}
  302.  
  303. {block:Link}<a href="{URL}" class="link" {Target}><div id="posttitle">{Name}&nbsp;</div></a>
  304. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  305.  
  306. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  307. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  308.  
  309. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  310.  
  311. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  312.  
  313. {block:Answer}
  314. <center><div class="q"><b>{Asker}</b>:<p>{Question}</div></center>
  315. <div class="a">{Answer}</div>
  316. {/block:Answer}
  317. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  318.  
  319. </div>
  320.  
  321. <div id="postinfo">
  322.  
  323. POSTED <a href="{Permalink}">{TimeAgo}</a> - <a href="{Permalink}">{NoteCountwithlabel}</a> {block:RebloggedFrom} - <a href="{ReblogParentURL}">via {ReblogRootName}</a>{block:ContentSource} - <a href="{SourceURL}">© {SourceLink}</a>{/block:ContentSource}{/block:RebloggedFrom}<p>
  324. {block:HasTags}<p>{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  325. </div>
  326. {/block:Posts}
  327. {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  328.  
  329. <div id="credittime"><a href="http://keverdeen.tumblr.com">keverdeen</a>
  330.  
  331. </body>
  332. </html>
Advertisement
Add Comment
Please, Sign In to add comment