Advertisement
Alliecatisallama

The Deserter V2 by Seede-r

Dec 2nd, 2012
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.94 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <!--
  3. The Deserter Theme #1 VERSION 2By Seede-r/Alliecatisallama
  4. Please do not use as a base for your own theme or take the code as your own as I worked hard on it and if you steal if you are therefore a peasant and I will hunt you down and force feed you rotten catfood.
  5. -->
  6.  
  7. <!-- DEFAULT VARIABLES -->
  8.  
  9.  
  10. <meta name="color:background" content="#fcfcfc"/>
  11. <meta name="color:text" content="#0e0d0d"/>
  12. <meta name="color:link" content="#0e0d0d"/>
  13. <meta name="color:border" content="#d5d2d2">
  14. <meta name="color:scrollbackground" content="#fcfcfc"/>
  15. <meta name="color:scroll" content="#443f3f">
  16. <meta name="color:title" content="#0e0d0d">
  17.  
  18. <meta name="image:sidebar" content=""/>
  19. <meta name="text:Link 1" content="link" />
  20. <meta name="text:Link 1 URL" content="/" />
  21. <meta name="text:Link 2" content="link" />
  22. <meta name="text:Link 2 URL" content="/" />
  23. <meta name="text:Link 3" content="link" />
  24. <meta name="text:Link 3 URL" content="/" />
  25. <meta name="text:Link 4" content="link" />
  26. <meta name="text:Link 4 URL" content="/" />
  27.  
  28. <head>
  29. <title>{Title}</title>
  30. <link rel="shortcut icon" href="{Favicon}">
  31. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  32. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  33.  
  34. <style type="text/css">
  35.  
  36. ::-webkit-scrollbar {
  37. width: 12px;}
  38.  
  39. ::-webkit-scrollbar-track {
  40. background-color:{color:scrollbackground};}
  41.  
  42. ::-webkit-scrollbar-thumb {
  43. background-color:{color:scroll};
  44. }
  45.  
  46.  
  47. #container {
  48. width:950px;
  49. text-align: center;
  50. margin: 0 auto 0px auto;
  51. }
  52.  
  53. body {
  54. background:{color:background};
  55. margin:2px;
  56. color:{color:text};
  57. font-family:calibri;
  58. font-size:12px;
  59. line-height:100%;
  60. font-style: none;}
  61.  
  62. a:link, a:visited, a:active {
  63. color: {color:link};
  64. text-decoration: none;}
  65.  
  66. #entries {
  67. position: relative;
  68. float:left;
  69. width:650px;
  70. top:0px;
  71. text-align:justify;
  72. left:190px;
  73. padding:40px;}
  74.  
  75. h1 {
  76. font-size:12px;}
  77.  
  78. h1 a {
  79. -webkit-transition: all 0.9s ease;
  80. -moz-transition: all 0.9s ease;
  81. -o-transition: all 0.9s ease;}
  82.  
  83. .source {
  84. font-size:12px;
  85. font-style:uppercase;}
  86.  
  87. .quote {
  88. font-size:14px;
  89. font-style:italic;}
  90.  
  91.  
  92. .chat{
  93. font-size:12px;
  94. text-transform:lowercase;
  95. line-height:12px;
  96. letter-spacing:2px;
  97. font-style:italic;}
  98.  
  99. #posts {
  100. margin-bottom:0px;
  101. width:500px;
  102. padding:1px;
  103. max-width:500px;}
  104.  
  105. .info {
  106. text-transform:uppercase;
  107. font-family:'consolas';
  108. letter-spacing:2px;
  109. line-height:13px;
  110. font-size:10px;
  111. display:block;
  112. width:520px;
  113. margin-top:3px;
  114. position:absolute;
  115. margin-left:0px;
  116. text-align:center;
  117. border-top: 1px solid {color:border};
  118. -webkit-transition: all 0.5s ease;
  119. -moz-transition: all 0.5s ease;
  120. -o-transition: all 0.5s ease;}
  121.  
  122. #tags{
  123. text-transform:italic;
  124. font-size:3px;
  125. padding:1px;
  126. padding-top:5px;
  127. text-align:right;
  128. margin-top:2px;}
  129.  
  130. blockquote {
  131. padding-left:9px;
  132. border-left:3px solid;
  133. margin:1px 3px 1px 5px;
  134. border-color:{color:border};}
  135.  
  136. #info a:link {
  137. color:{color:link};}
  138.  
  139.  
  140. #ask {
  141. float:left;
  142. margin-right:7px;}
  143.  
  144. #pagination {
  145. margin-top:-105px;
  146. margin-left:-10px;
  147. position: fixed;
  148. font-size:18px;
  149. text-transform:none;
  150. text-transform: lowercase;}
  151.  
  152. #sidebar {
  153. width:270px;
  154. position:fixed;
  155. margin-top:180px;
  156. padding:10px;
  157. margin-left:-70px;}
  158.  
  159. #sidebarimage {
  160. width 250px;
  161. margin-left: 6px;}
  162.  
  163. #sidebarimage img {
  164. width:250px;
  165. padding:6px;
  166. border: 1px solid {color:border};}
  167.  
  168. .description {
  169. font-family: consolas;
  170. font-size: 11px;
  171. margin-left: 6px;
  172. text-align: left;
  173. padding:6px;
  174. border: 1px solid {color:border};
  175. width:250px;}
  176.  
  177. .links{
  178. font-family: consolas;
  179. font-size: 11px;
  180. margin-top: -3px;
  181. margin-left: 6px;
  182. letter-spacing: 2px;
  183. font-style:italic;
  184. padding: 6px;
  185. width: 252px;
  186. line-height: 9px;
  187. text-align:center;
  188. background-color: {color:border};}
  189.  
  190. #theme {
  191. position: fixed;
  192. bottom: 0px;
  193. right: 0px;
  194. font-family: Arial;
  195. font-size: 8px;
  196. text-transform: uppercase;
  197. text-align: right;
  198. letter-spacing: 1px;
  199. }
  200.  
  201. iframe#tumblr_controls {
  202. top: 0% !important;
  203. right:0% !important;
  204. opacity:0.3;
  205. position: fixed !important;
  206. filter:alpha(opacity=30);
  207. -webkit-transition: all 0.7s ease;
  208. -moz-transition: all 0.7s ease;
  209. -o-transition: all 0.7s ease;}
  210.  
  211. iframe#tumblr_controls:hover{
  212. top: 0% !important;
  213. right:0% !important;
  214. opacity:0.8;
  215. position: fixed !important;
  216. filter:alpha(opacity=80);
  217. -webkit-transition: all 0.7s ease;
  218. -moz-transition: all 0.7s ease;
  219. -o-transition: all 0.7s ease;}
  220.  
  221. {CustomCSS}
  222.  
  223. </style>
  224.  
  225.  
  226. </head>
  227.  
  228. <body>
  229. <div id="container">
  230.  
  231. <div id="sidebar">
  232. <div id="sidebarimage"><a href="/"</a>
  233. <img src="{image:sidebar}"></div>
  234. <div class="links"><a href="/">home</a>
  235. <a href="/ask">ask</a>
  236. {block:IfLink1} <a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:IfLink1}
  237. {block:IfLink2} <a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:IfLink2}
  238. {block:IfLink3} <a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:IfLink3}
  239. {block:IfLink4} <a href="{text:Link 4 URL}">{text:Link 4}</a>{/block:IfLink4}</div>
  240. <div class="description">
  241. {Description}
  242. </div>
  243. <br>
  244. <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">ยซ</a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}">ยป</a>{/block:NextPage}{/block:Pagination}</div>
  245.  
  246. </div>
  247.  
  248. <div id="entries">
  249.  
  250. {block:Posts}
  251.  
  252. <div id="posts">
  253.  
  254.  
  255.  
  256. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  257.  
  258. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  259.  
  260. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  261.  
  262. {block:Quote} <big>|</big>{Quote} <br>{block:Source} โ€” <em>{Source}</em>{/block:Source}{/block:Quote}
  263.  
  264. {block:Link}<h1>&raquo; <a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  265.  
  266. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  267.  
  268. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  269.  
  270. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  271.  
  272. {block:Answer}<div class="question"><b>{Asker}</b> asked: {Question}</div>
  273. {Answer}{/block:Answer}
  274.  
  275. <div id="info">
  276. <div style="font: 8px consolas;text-transform:uppercase;padding:5px;margin-top:8px;">{block:Date}posted <a href="{Permalink}">{TimeAgo}</a>{/block:Date} {block:RebloggedFrom} <a href="{ReblogParentURL}"> - via</a>{/block:RebloggedFrom} {block:ContentSource}<a href="{SourceURL}"> <a href="{SourceURL}"> - source</a>{/block:ContentSource} {block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} <a href="{Permalink}">({NoteCount})</a></div><BR><div class="tags">
  277. {block:HasTags}<div class="tags" style="font-size: 10px; text-transform:uppercase; margin-top:-15px;margin-left:20px;"> <big> | </big>Tagged as: {block:Tags} <a href="{TagURL}">{Tag}</a> &nbsp;&nbsp;{/block:Tags} </div>{/block:HasTags}
  278.  
  279. {block:PostNotes}
  280. <div id="postnotes">{PostNotes}</div></div>
  281. {/block:PostNotes}
  282.  
  283. </div></div>
  284. <br>
  285. {/block:Posts}
  286.  
  287. <div id="theme"></a><a href="http://seede-r.tumblr.com/"><img src="http://i1065.photobucket.com/albums/u386/AHT_Livingston/Untitled-2.png?t=1344121641"></a></div>
  288.  
  289. </div>
  290. </div>
  291.  
  292. </div>
  293.  
  294.  
  295. </div>
  296. </div>
  297.  
  298.  
  299. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement