Advertisement
cinnasownmockingjay

theme2

Aug 27th, 2013
2,196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.31 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><script type="text/javascript"
  4. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  5.  
  6. <title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10.  
  11.  
  12.  
  13. <!---- base theme by meliapond @ tumblr, for public use --->
  14. <!--theme made with help from hawtornes-->
  15. <!--theme customized by cinnasownmockingjay. do not steal. do not use as a base. please enjoy!-->
  16.  
  17. <!--variables-->
  18. <!--colors-->
  19. <meta name="color:Background" content="#ffffff"/>
  20. <meta name="color:Text" content="#838282"/>
  21. <meta name="color:Link" content="#b8b8b8"/>
  22. <meta name="color:hover" content="#b8b8b8"/>
  23. <meta name="color:Linksbg" content="#b8b8b8"/>
  24. <meta name="color:title" content="#b8b8b8"/>
  25. <meta name="color:scrollbar" content="#4d4949">
  26. <meta name="color:scrollbarbg" content="#4d4949">
  27. <meta name="color:sidebar hover" content="#4d4949">
  28.  
  29. <!--images-->
  30. <meta name="image:sidebar" content=""/>
  31. <meta name="image:header" content=""/>
  32.  
  33. <!--links-->
  34. <meta name="text:Link 1" content="" />
  35. <meta name="text:Link 1 Text" content="" />
  36. <meta name="text:Link 2" content="" />
  37. <meta name="text:Link 2 Text" content="" />
  38. <meta name="text:Link 3" content="" />
  39. <meta name="text:Link 3 Text" content="" />
  40. <meta name="text:Link 4" content="" />
  41. <meta name="text:Link 4 Text" content="" />
  42. <meta name="if:Show Link 1" content="1" />
  43. <meta name="if:Show Link 2" content="1" />
  44. <meta name="if:Show Link 3" content="1" />
  45. <meta name="if:Show Link 4" content="1" />
  46.  
  47. <!--text-->
  48. <meta name="text:watching" content="">
  49. <meta name="text:reading" content="">
  50.  
  51. <style type="text/css">
  52. ::-webkit-scrollbar {background-color:{color:scrollbarbg}; height:8px; width:8px}
  53. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  54. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  55.  
  56. iframe#tumblr_controls { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:1;}
  57.  
  58. body {
  59. background:{color:background};
  60. margin:0px;
  61. color:{color:text};
  62. font-family:cambria;
  63. font-size:10px;
  64. line-height:100%;
  65. }
  66.  
  67. a {
  68. text-decoration:none;
  69. outline:none;
  70. -moz-outline-style:none;
  71. color:{color:link};
  72. }
  73.  
  74. img {
  75. border:none;
  76. }
  77.  
  78. blockquote {
  79. padding-left:5px;
  80. border-left:2px solid;
  81. }
  82.  
  83. blockquote blockquote {
  84. padding-left:5px;
  85. border-left:2px solid;
  86. }
  87.  
  88. h1 {
  89. font-size:15px;
  90. }
  91.  
  92. #entries {
  93. padding:10px;
  94. width:500px;
  95. margin-left: auto;
  96. margin-right: auto;
  97. margin-top:40px;
  98. }
  99.  
  100. #post {
  101. width:500px;
  102. padding-bottom:20px;
  103. }
  104.  
  105. #header {
  106. width:850px;
  107. height:250px;
  108. margin-top:0px;
  109. margin-left: auto;
  110. margin-right: auto;
  111. }
  112.  
  113. #header img {
  114. width:850px;
  115. height:250px;
  116.  
  117. }
  118.  
  119.  
  120.  
  121. #sidebar {
  122. width:150px;
  123. position:fixed;
  124. margin-left:100px;
  125. margin-top:50px;
  126. border-right:5px solid {color:linksbg};
  127. }
  128. #pagination {
  129. font-size:16px;
  130. margin-left:160px;
  131. margin-top:-160px;
  132. font-style:italic;
  133. }
  134.  
  135. #title {
  136. font-size:12px;
  137. text-align:center;
  138. margin-top:70px;
  139. margin-left: -60px;
  140. font-family:cambria;
  141. color:{color:title};
  142. !important; position:fixed !important;-moz-transform: rotate(90deg); -webkit-transform: rotate(90deg);
  143. }
  144.  
  145. #sidebarimage {
  146. width 150px;
  147. }
  148.  
  149. #sidebarimage img {
  150. width:150px;
  151. }
  152.  
  153. #sidebar .words{
  154. font-size:10px;
  155. opacity:0;
  156. padding:3px;
  157. padding-top:0px;
  158. padding-left:10px;
  159. width:150px; /*width of the image*/
  160. height:100%; /*height of the image*/
  161. position: absolute;
  162. text-align:left;
  163. background-color:transparent;
  164. color:{color:sidebar hover};
  165. overflow:auto;
  166. -webkit-transition: opacity 0.5s linear;
  167. -webkit-transition: all 0.5s linear;
  168. -moz-transition: all 0.5s linear;
  169. transition: all 0.5s linear;
  170. }
  171.  
  172. #sidebar:hover .words{
  173. opacity:1.0;
  174. margin-left:0px;
  175. transition: all 0.5s linear;
  176. -webkit-transition: opacity 0.5s linear;
  177. -webkit-transition: all 0.5s linear;
  178. -moz-transition: all 0.5s linear;
  179. }
  180. .words {
  181. font-family: cambria;
  182. font-size: 10px;
  183. text-transform: lowercase;
  184. text-align: center;
  185. margin-top: 10px;
  186. }
  187.  
  188. #description {
  189. padding:5px;
  190. text-align:center;
  191. float:left;
  192. margin-top:2px;
  193. margin-left:0px;
  194. margin-bottom:-2px;
  195. }
  196. #description:first-letter{
  197. float:left;
  198. display:inline-block;
  199. padding:9px;
  200. margin-bottom:-2px;
  201. margin-top:2px;
  202. margin-left:0px;
  203. font-family:cambria;
  204. font-size:20px;
  205. font-style:italic;
  206. text-transform:uppercase;
  207. background:{color:linksbg};
  208. color:#f2f2f2;}
  209. }
  210.  
  211. #info {
  212. text-align:left;
  213. margin-bottom:10px;
  214. }
  215. #source {
  216. text-align:right;
  217. margin-top:-10px;
  218. }
  219.  
  220. #tags {
  221. text-align:center;
  222. font-style:italic;
  223. font-size: 9px;
  224. color: {color:link};
  225. background-color: {color:linksbg};
  226. padding: 2px;
  227. }
  228. #tags a {
  229. letter-spacing: 1px;
  230. opacity:1;
  231. text-align:center;
  232. text-decoration:none;
  233. display:inline-block;
  234. margin-top:-12px;
  235. background-color:{color:linksbg};
  236. display:inline-block;
  237. }
  238.  
  239. #tags a:hover {
  240. opacity:1;
  241. color:{color:Hover};
  242. background-color:{color:linksbg};
  243. }
  244.  
  245. #asker {
  246. float:left;
  247. margin-right:5px;
  248. }
  249.  
  250. .links {
  251. width:836px;
  252. font-family:cambria;
  253. font-style:italic;
  254. padding: 7px;
  255. font-size:8px;
  256. margin-left: 0px;
  257. text-align:center;
  258. margin-top:0px;
  259. margin-left: auto;
  260. margin-right: auto;
  261. text-align:center;
  262. text-transform:lowercase;
  263. background-color:{color:LinksBg};
  264. border:0px solid;
  265. border-color: {color:#1D1D1D};
  266. }
  267.  
  268. .links a {
  269. width:90px;
  270. padding:9px;
  271. letter-spacing:3px;
  272. }
  273.  
  274. .links a:hover {
  275. color:{color:Hover}
  276. background-color:#fffff;
  277. }
  278. blockquote{
  279. margin-left:10px;
  280. padding-left:4px;
  281. border-left: 3px solid {color:Text};
  282. }
  283.  
  284.  
  285. {CustomCSS}</style></head><body>
  286.  
  287. <div id="header"><img src="{image:header}"/></div>
  288. <div style="color:{color:#fff};">
  289. <div class="links"><b>
  290. <a href="/">home</a>
  291. <a href="/ask">ask</a>
  292. {block:IfShowLink1}
  293. <a href="{text:Link 1}">{text:Link 1 Text}</a>
  294. {/block:IfShowLink1}
  295. {block:IfShowLink2}
  296. <a href="{text:Link 2}">{text:Link 2 Text}</a>
  297. {/block:IfShowLink2}
  298. {block:IfShowLink3}
  299. <a href="{text:Link 3}">{text:Link 3 Text}</a>
  300. {/block:IfShowLink3}
  301. {block:IfShowLink4}
  302. <a href="{text:Link 4}">{text:Link 4 Text}</a>
  303. {/block:IfShowLink4}
  304. <a href="http://cinnasownmockingjay.tumblr.com">credit</a></div>
  305. </div></div></b>
  306.  
  307. <div id="sidebar">
  308.  
  309. <div style="color:#f3f3f3">
  310. <div id="title"><b>{</b><italic>{Title}</italic><b>}</b></div>
  311. <div class="words">
  312. Watching: {text:watching}
  313. <br>
  314. Reading: {text:reading}
  315. </div>
  316. </div>
  317.  
  318. <div class="sidebarimage"><img src="{image:sidebar}"></div>
  319.  
  320.  
  321. <div id="description">{Description}</div>
  322.  
  323.  
  324. <div id="pagination">
  325. <p>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">◄</a>{/block:PreviousPage}</p><p>
  326. {block:NextPage}<a href="{NextPage}">►</a>{/block:NextPage}{/block:Pagination} </p>
  327. </div>
  328.  
  329. </div>
  330.  
  331. <div id="entries">{block:Posts}<div id="post">
  332.  
  333. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  334.  
  335. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  336.  
  337. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  338.  
  339. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  340.  
  341. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  342.  
  343. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  344.  
  345. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  346.  
  347. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  348.  
  349. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker}:<br>{Question}<br>{Answer}{/block:Answer}
  350.  
  351. <div id="info">
  352. {block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">
  353. {NoteCountWithLabel}</a></div><div id="source">{block:RebloggedFrom}via:<a href="{ReblogParentURL}"
  354. title="{ReblogParentTitle}">{ReblogParentName}</a> source:<a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}
  355. </div><br>
  356. <div id="tags">
  357. {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  358.  
  359. </div>
  360. {block:PostNotes}{PostNotes}{/block:PostNotes}
  361. {/block:Posts}</div>
  362.  
  363. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement