Advertisement
Alliecatisallama

Feeling 22 Theme 2

Dec 4th, 2012
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.14 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. Feeling 22 Theme #2 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:sbar" content="#f7f7f7"/>
  12. <meta name="color:text" content="#0e0d0d"/>
  13. <meta name="color:link" content="#0e0d0d"/>
  14. <meta name="color:linkbackground" content="#f7f7f7"/>
  15. <meta name="color:border" content="#d5d2d2">
  16. <meta name="color:scrollbackground" content="#fcfcfc"/>
  17. <meta name="color:scroll" content="#443f3f">
  18. <meta name="color:title" content="#0e0d0d">
  19.  
  20.  
  21. <meta name="text:Link 1" content="link" />
  22. <meta name="text:Link 1 URL" content="/" />
  23. <meta name="text:Link 2" content="link" />
  24. <meta name="text:Link 2 URL" content="/" />
  25. <meta name="text:Link 3" content="link" />
  26. <meta name="text:Link 3 URL" content="/" />
  27. <meta name="text:Link 4" content="link" />
  28. <meta name="text:Link 4 URL" content="/" />
  29. <meta name="text:Link 5" content="link" />
  30. <meta name="text:Link 5 URL" content="/" />
  31.  
  32. <head>
  33. <title>{Title}</title>
  34. <link rel="shortcut icon" href="{Favicon}">
  35. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  36. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  37.  
  38. <style type="text/css">
  39.  
  40. ::-webkit-scrollbar {
  41. width: 12px;}
  42.  
  43. ::-webkit-scrollbar-track {
  44. background-color:{color:scrollbackground};}
  45.  
  46. ::-webkit-scrollbar-thumb {
  47. background-color:{color:scroll};
  48. }
  49.  
  50.  
  51. #container {
  52. width:950px;
  53. text-align: center;
  54. margin: 0 auto 0px auto;
  55. }
  56.  
  57. body {
  58. background:{color:background};
  59. margin:2px;
  60. color:{color:text};
  61. font-family:calibri;
  62. font-size:12px;
  63. line-height:100%;
  64. font-style: none;}
  65.  
  66. a:link, a:visited, a:active {
  67. color: {color:link};
  68. text-decoration: none;}
  69.  
  70. #entries {
  71. position: relative;
  72. float:left;
  73. width:650px;
  74. top:0px;
  75. text-align:justify;
  76. margin-left:110px;
  77. padding:40px;}
  78.  
  79. h1 {
  80. font-size:12px;}
  81.  
  82. h1 a {
  83. -webkit-transition: all 0.9s ease;
  84. -moz-transition: all 0.9s ease;
  85. -o-transition: all 0.9s ease;}
  86.  
  87. .source {
  88. font-size:12px;
  89. font-style:uppercase;}
  90.  
  91. .quote {
  92. font-size:14px;
  93. font-style:italic;}
  94.  
  95.  
  96. .chat{
  97. font-size:12px;
  98. text-transform:uppercase;
  99. line-height:12px;
  100. letter-spacing:2px;
  101. font-style:italic;}
  102.  
  103. #posts {
  104. margin-bottom:0px;
  105. width:500px;
  106. padding:1px;
  107. max-width:500px;}
  108.  
  109. .info {
  110. text-transform:uppercase;
  111. font-family:'consolas';
  112. letter-spacing:2px;
  113. line-height:13px;
  114. font-size:10px;
  115. display:block;
  116. width:520px;
  117. margin-top:3px;
  118. position:absolute;
  119. margin-left:0px;
  120. text-align:center;
  121. border-top: 1px solid {color:border};}
  122.  
  123. #tags{
  124. text-transform:lowercase;
  125. font-size:3px;
  126. padding:1px;
  127. padding-top:5px;
  128. text-align:right;
  129. margin-top:2px;
  130. border: 1px solid {color:border};}
  131.  
  132. blockquote {
  133. padding-left:9px;
  134. border-left:3px solid;
  135. margin:1px 3px 1px 5px;
  136. border-color:{color:border};}
  137.  
  138. #info a:link {
  139. color:{color:link};}
  140.  
  141.  
  142. #ask {
  143. float:left;
  144. margin-right:7px;}
  145.  
  146. #pagination {
  147. margin-top:-160px;
  148. margin-left:150px;
  149. position: fixed;
  150. font-size:18px;
  151. text-transform:none;
  152. text-transform: lowercase;}
  153.  
  154. #sidebar {
  155. width:300px;
  156. height:700px;
  157. position:fixed;
  158. margin-top:480px;
  159. padding:10px;
  160. margin-left:-215px;
  161. border-right: 3px solid {color:border};}
  162.  
  163. .description {
  164. font-family: arial;
  165. font-size: 11px;
  166. margin-left: 6px;
  167. text-align: center;
  168. padding:6px;
  169. width:300px;
  170. height:700px;
  171. background-color: {color:sbar};
  172. border-right: 3px solid {color:border};}
  173.  
  174.  
  175. .links{
  176. font-family: arial;
  177. font-size: 11px;
  178. margin-top: -490px;
  179. margin-left: 6px;
  180. letter-spacing: 2px;
  181. text-transform:uppercase;
  182. padding: 6px;
  183. width: 300px;
  184. line-height: 9px;
  185. text-align:center;
  186. border-bottom: 1px solid {color:border};
  187. background-color: {color:linkbackground};
  188. border-right: 3px solid {color:border};}
  189.  
  190. #theme {
  191. position: fixed;
  192. bottom: 5px;
  193. right: 5px;
  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 class="links"><a href="/">home</a><br><br>
  233. <a href="/ask">ask</a> <br> <br>
  234. {block:IfLink1} <a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:IfLink1}<br> <br>
  235. {block:IfLink2} <a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:IfLink2}<br> <br>
  236. {block:IfLink3} <a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:IfLink3}<br> <br>
  237. {block:IfLink4} <a href="{text:Link 4 URL}">{text:Link 4}</a>{/block:IfLink4}<br> <br>
  238. {block:IfLink5} <a href="{text:Link 5 URL}">{text:Link 5}</a>{/block:IfLink5}
  239. </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 arial;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}">- with {NoteCount} notes</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> {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 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