Advertisement
Alliecatisallama

The Deserter V1 by Seede-r

Dec 2nd, 2012
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.95 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 1 By 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.  
  30. <title>{Title}</title>
  31. <link rel="shortcut icon" href="{Favicon}">
  32. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  33. <link rel="title" href="{title}">
  34. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  35.  
  36. <style type="text/css">
  37.  
  38. ::-webkit-scrollbar {
  39. width: 12px;}
  40.  
  41. ::-webkit-scrollbar-track {
  42. background-color:{color:scrollbackground};}
  43.  
  44. ::-webkit-scrollbar-thumb {
  45. background-color:{color:scroll};
  46. }
  47.  
  48.  
  49. #container {
  50. width:950px;
  51. text-align: center;
  52. margin: 0 auto 0px auto;
  53. }
  54.  
  55. body {
  56. background:{color:background};
  57. margin:2px;
  58. color:{color:text};
  59. font-family:calibri;
  60. font-size:12px;
  61. line-height:100%;
  62. font-style: none;}
  63.  
  64. a:link, a:visited, a:active {
  65. color: {color:link};
  66. text-decoration: none;}
  67.  
  68. #entries {
  69. position: relative;
  70. float:left;
  71. width:650px;
  72. top:0px;
  73. text-align:justify;
  74. left:190px;
  75. padding:40px;}
  76.  
  77. h1 {
  78. font-size:12px;}
  79.  
  80. h1 a {
  81. -webkit-transition: all 0.9s ease;
  82. -moz-transition: all 0.9s ease;
  83. -o-transition: all 0.9s ease;}
  84.  
  85. .source {
  86. font-size:12px;
  87. font-style:uppercase;}
  88.  
  89. .quote {
  90. font-size:14px;
  91. font-style:italic;}
  92.  
  93.  
  94. .chat{
  95. font-size:12px;
  96. text-transform:lowercase;
  97. line-height:12px;
  98. letter-spacing:2px;
  99. font-style:italic;}
  100.  
  101. #posts {
  102. margin-bottom:0px;
  103. width:500px;
  104. padding:1px;}
  105.  
  106. .info {
  107. text-transform:uppercase;
  108. font-family:'consolas';
  109. letter-spacing:2px;
  110. line-height:13px;
  111. font-size:10px;
  112. display:block;
  113. width:520px;
  114. margin-top:3px;
  115. position:absolute;
  116. margin-left:0px;
  117. text-align:center;
  118. border-top: 1px solid {color:border};
  119. -webkit-transition: all 0.5s ease;
  120. -moz-transition: all 0.5s ease;
  121. -o-transition: all 0.5s ease;}
  122.  
  123. #tags{
  124. text-transform:italic;
  125. font-size:3px;
  126. padding:1px;
  127. padding-top:5px;
  128. text-align:right;
  129. margin-top:2px;}
  130.  
  131. blockquote {
  132. padding-left:9px;
  133. border-left:3px solid;
  134. margin:1px 3px 1px 5px;
  135. border-color:{color:border};}
  136.  
  137. #info a:link {
  138. color:{color:link};}
  139.  
  140.  
  141. #ask {
  142. float:left;
  143. margin-right:7px;}
  144.  
  145. #pagination {
  146. margin-top:-170px;
  147. margin-left:140px;
  148. position: fixed;
  149. font-size:18px;
  150. text-transform:none;
  151. text-transform: lowercase;}
  152.  
  153. #sidebar {
  154. width:100px;
  155. position:fixed;
  156. margin-top:250px;
  157. padding:10px;}
  158.  
  159. #sidebarimage {
  160. width 160px;
  161. margin-left: 6px;}
  162.  
  163. #sidebarimage img {
  164. width:110px;
  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:110px;}
  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: 112px;
  186. line-height: 9px;
  187. text-align:center;
  188. background-color: {color:border};}
  189. #theme {
  190. position: fixed;
  191. bottom: 0px;
  192. right: 0px;
  193. font-family: Arial;
  194. font-size: 8px;
  195. text-transform: uppercase;
  196. text-align: right;
  197. letter-spacing: 1px;
  198. }
  199.  
  200. iframe#tumblr_controls {
  201. top: 0% !important;
  202. right:0% !important;
  203. opacity:0.3;
  204. position: fixed !important;
  205. filter:alpha(opacity=30);
  206. -webkit-transition: all 0.7s ease;
  207. -moz-transition: all 0.7s ease;
  208. -o-transition: all 0.7s ease;}
  209.  
  210. iframe#tumblr_controls:hover{
  211. top: 0% !important;
  212. right:0% !important;
  213. opacity:0.8;
  214. position: fixed !important;
  215. filter:alpha(opacity=80);
  216. -webkit-transition: all 0.7s ease;
  217. -moz-transition: all 0.7s ease;
  218. -o-transition: all 0.7s ease;}
  219.  
  220. {CustomCSS}
  221.  
  222. </style>
  223.  
  224.  
  225. </head>
  226.  
  227. <body>
  228. <div id="container">
  229.  
  230. <div id="sidebar">
  231. <div id="sidebarimage"><a href="/"</a>
  232. <img src="{image:sidebar}"></div>
  233. <div class="links"><a href="/">home</a>
  234. <a href="/ask">ask</a>
  235. {block:IfLink1} <a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:IfLink1}
  236. {block:IfLink2} <a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:IfLink2}
  237. {block:IfLink3} <a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:IfLink3}
  238. {block:IfLink4} <a href="{text:Link 4 URL}">{text:Link 4}</a>{/block:IfLink4}</div>
  239. <div class="description">
  240. {Description}
  241. </div>
  242. <br>
  243. <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">ยซ</a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}">ยป</a>{/block:NextPage}{/block:Pagination}</div>
  244.  
  245. </div>
  246.  
  247. <div id="entries">
  248.  
  249. {block:Posts}
  250.  
  251. <div id="posts">
  252.  
  253.  
  254.  
  255. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  256.  
  257. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  258.  
  259. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  260.  
  261. {block:Quote} <big>|</big>{Quote} <br>{block:Source} โ€” <em>{Source}</em>{/block:Source}{/block:Quote}
  262.  
  263. {block:Link}<h1>&raquo; <a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  264.  
  265. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  266.  
  267. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  268.  
  269. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  270.  
  271. {block:Answer}<div class="question"><b>{Asker}</b> asked: {Question}</div>
  272. {Answer}{/block:Answer}
  273.  
  274. <div id="info">
  275. <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">
  276. {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}
  277.  
  278. {block:PostNotes}
  279. <div id="postnotes">{PostNotes}</div></div>
  280. {/block:PostNotes}
  281.  
  282. </div></div>
  283. <br>
  284. {/block:Posts}
  285.  
  286. <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>
  287.  
  288. </div>
  289. </div>
  290.  
  291.  
  292.  
  293.  
  294.  
  295. </div>
  296.  
  297.  
  298. </div>
  299. </div>
  300.  
  301.  
  302. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement