madysthemes

Theme 9

Jan 8th, 2013
766
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.27 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}" />
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  7.  
  8. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  9.  
  10. <meta name="color:Background" content="#FCF2DD"/>
  11. <meta name="color:Sidebar" content="#FAF3ED"/>
  12. <meta name="color:Text" content="#000000"/>
  13. <meta name="color:Link" content="#D48E8E"/>
  14. <meta name="color:Link Hover" content="#000000"/>
  15. <meta name="color:Permalink" content="#F5F5F5"/>
  16. <meta name="color:Border" content="#e8e8e8"/>
  17.  
  18.  
  19.  
  20. <meta name="image:Background" content=""/>
  21. <meta name="image:Sidebar" content=""/>
  22.  
  23. <meta name="text:Link1 Url" content="/" />
  24. <meta name="text:Link1 Title" content="Link 1" />
  25. <meta name="text:Link2 Url" content="/" />
  26. <meta name="text:Link2 Title" content="Link 2" />
  27. <meta name="text:Link3 Url" content="/" />
  28. <meta name="text:Link3 Title" content="Link 3" />
  29. <meta name="text:Link4 Url" content="/" />
  30. <meta name="text:Link4 Title" content="Link 4" />
  31.  
  32.  
  33. <style type="text/css">
  34.  
  35. body
  36. {color:{color:Text};
  37. background-attachment:fixed;
  38. background-color:{color:Background};
  39. background-image: url('{image:Background}');
  40. text-align:justify;
  41. font-family:apple symbols;
  42. font-size:13px;
  43. }
  44.  
  45. a{color: {color:link}; text-decoration: none;}
  46.  
  47. a:hover{ color:{color:Link Hover};}
  48.  
  49. a img{border:0}
  50.  
  51. #entries
  52. {margin-left:445px;
  53. width:500px
  54. }
  55.  
  56. #sidebarimg
  57. {margin-bottom:-8px;
  58. padding:6px;
  59. }
  60.  
  61. #sidebarimg img
  62. {max-width:150px;
  63. height: 150px;
  64. background:white;
  65. border:4px double {color:Border};
  66. }
  67.  
  68. #sidebar
  69. {width:195px;
  70. margin-left:55px;
  71. height:auto;
  72. margin-top:60px;
  73. position:fixed;
  74. padding:3px;
  75. overflow: hidden;
  76. }
  77.  
  78. #description:hover
  79. {-webkit-transition: opacity 0.5s linear;
  80. opacity: .3;
  81. }
  82.  
  83. #description{
  84. -moz-transition: opacity 0.5s linear;
  85. opacity: 0.1;
  86. }
  87.  
  88. #description:hover{
  89. -moz-transition: opacity 0.5s linear;
  90. opacity: 1;
  91. }
  92.  
  93.  
  94. #links
  95. {width:262px;
  96. margin-left:-41px;
  97. padding:8px;
  98. text-align:center;
  99. font-size:14px;
  100. font-family:apple symbols;
  101. text-transform: lowercase;
  102. }
  103.  
  104.  
  105. #description
  106. {font-family:apple symbols;
  107. font-size:11px;
  108. margin-left: 32px;
  109. width: 120px;
  110. margin-bottom:-10px;
  111. padding:5px;
  112. color:{color:Text};
  113. background: white;
  114. -webkit-transition: opacity 0.5s linear;
  115. opacity: 0.4;
  116.  
  117. }
  118.  
  119. #pagination
  120. {font-size:43px;
  121. text-align: center;
  122. font-family:georgia;
  123. text-align:center;
  124. }
  125.  
  126. #pagination a{color:{color:Link}}
  127.  
  128. #permalink
  129. {background-color:{color:Permalink};
  130. color:{color:text};
  131. font-family: apple symbols;
  132. width: 492px;
  133. margin-bottom:2px;
  134. margin-top:8px;
  135. font-size:10px;
  136. padding:3px;
  137. text-transform: uppercase;
  138. margin-left:2px;
  139. text-align:center;
  140. font-style: none;
  141. }
  142.  
  143. #permalink a{color: {color:Link};}
  144.  
  145. #permalink a:hover{color: {color:Link Hover}}
  146.  
  147. #posts
  148. {background-color:transparent;
  149. margin-bottom:10px;
  150. margin-top:10px;
  151. padding:7px;
  152. overflow:hidden;
  153. padding:3px
  154. }
  155.  
  156. #h1
  157. {font-family:apple symbols;
  158. color:{color:Text};
  159. font-size:20px;
  160. line-height:12px;
  161. font-weight:normal;
  162. margin:0px;
  163. padding:3px;
  164. margin-left:10px;
  165. }
  166.  
  167. #source
  168. {text-align:right;
  169. font-size:09px;
  170. }
  171.  
  172.  
  173. #credit {
  174. position:fixed;
  175. background: #fff;
  176. left:8px;
  177. bottom:8px;
  178. padding:5px;
  179. text-transform:lowercase;
  180. letter-spacing:1px;
  181. font-size:10px;
  182.  
  183. blockquote
  184. {border-left:2px {color:Link} solid;
  185. padding-left:5px;
  186. margin:1px 6px 1px 10px
  187. }
  188.  
  189. p
  190. {margin-top:5px;
  191. margin-bottom:5px;
  192. }
  193.  
  194. blockquote
  195. {padding:0px;
  196. text-align:left;
  197. padding-left:5px;
  198. margin:5px;
  199. background-color:{color:Entries};
  200. border-left:3px solid {color:Link};
  201. }
  202.  
  203. .postalign
  204. {text-align:justify;
  205. padding:3px 7px 0px 7px;
  206. }
  207.  
  208. .question
  209. {background: {color:Entries};
  210. font-size: 9px;
  211. font-weight:bold;
  212. color: {color:Text};
  213. padding: 10px;
  214. }
  215.  
  216. .ask
  217. {font-size: 10px;
  218. background-color:{color:Background};
  219. color:{color:Text};
  220. margin-bottom:0px;
  221. padding: 7px;
  222. }
  223.  
  224. .asker
  225. {text-transform: lowercase;
  226. padding-bottom:0px;
  227. font-size: 11px;
  228. }
  229.  
  230. .answer{padding:4px;}
  231.  
  232. .chat {line-height: 12px; list-style: none }
  233. .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height:20px;}
  234. .person1 {background-color:{color:Background}; color: {color:text}; }
  235. .person1 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:{color:Text}}
  236. .person2 {color: {color:Text} }
  237. .person2 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:{color:Text}}
  238.  
  239. .quote{font-family:{font:Title}; font-size:13px; color: {color:Text}; font-style:italic;}
  240.  
  241. .audio{background-color:{color:Entries}; height:35px; overflow:hidden;}
  242.  
  243. i, em {color: {color:Link};}
  244. b, strong {color: {color:Title};}
  245.  
  246. ::selection {
  247. color:{color:Text};
  248. background-color: {color:Link};
  249. }
  250.  
  251. ::-moz-selection {
  252. color:{color:Text};
  253. background-color: {color:Link};
  254. }
  255.  
  256. ::-webkit-selection {
  257. color:{color:Text};
  258. background-color:{color:Link};
  259. }
  260.  
  261. </style>
  262. <style type="text/css">{CustomCSS}</style>
  263. </head>
  264.  
  265.  
  266. <body>
  267. <div id="sidebar">
  268. <div id="sidebarimg"><center><img src="{image:Sidebar}"/></center></div>
  269.  
  270. <div id="links"><a href="{text:Link1 Url}">{text:Link1 Title}</a> <a href="{text:Link2 Url}">{text:Link2 Title}</a> <a href="{text:Link3 Url}">{text:Link3 Title}</a> <a href="{text:Link4 Url}">{text:Link4 Title}</a></div>
  271. <div id="description">{block:Description}{Description}{/block:Description}</div>
  272.  
  273. <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">«</a> {/block:PreviousPage}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}</div>
  274. </div>
  275.  
  276. <div id="entries">
  277. {block:Posts}
  278. <div id="posts">
  279.  
  280. {block:Text}
  281. <div class="postalign">
  282. {block:Title}
  283. <div id="h1">{Title}</div>
  284. {/block:Title}
  285. {Body}
  286. </div>
  287. {/block:Text}
  288.  
  289.  
  290. {block:Photo}
  291. <center><a href="{LinkURL}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/></a></center>
  292. <div class="postalign">{block:Caption}{Caption}{/block:Caption}</div>
  293. {/block:Photo}
  294.  
  295. {block:Photoset}
  296. <center>{Photoset-500}</center><div class="postalign">{block:Caption}{Caption}{/block:Caption}
  297. </div>
  298. {/block:Photoset}
  299.  
  300.  
  301. {block:Quote}
  302. <div class="postalign">
  303. <div class="quote">{Quote}</div>
  304. {block:Source}
  305. <div id="source">— {Source}</div>
  306. </div>
  307. {/block:Source}
  308. {/block:Quote}
  309.  
  310. {block:Answer}<div class="postalign">
  311. <div class="ask">
  312. <div class="asker"><i>{Asker}</i> asked:</div> {Question}</div>
  313. <div class="answer">{Answer}</div>
  314. </div>
  315. {/block:Answer}
  316.  
  317. {block:Link}
  318. <div class="postalign">
  319. <div id="h1"><a href="{URL}" class="link" {Target}>{Name}</a></div>
  320.  
  321. {block:Description}
  322. {Description}
  323. {/block:Description}
  324. </div>
  325. {/block:Link}
  326.  
  327. {block:Chat}<div class="postalign">{block:Title}<div id="h1">{Title}</div>{/block:Title}
  328. <div class="chat"><ul>{block:Lines}<li class="person{UserNumber}">{block:Label}
  329. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  330. </div>{/block:Chat}
  331.  
  332. {block:Video}{Video-500}<div class="postalign">{block:Caption}{Caption}{/block:Caption}</div>{/block:Video}
  333.  
  334. {block:Audio}{block:AlbumArt}<div class="postalign"><img src="{AlbumArtURL}" width="170px" height="170px" align="left" style="margin-right:10px" />{/block:AlbumArt}{AudioPlayerBlack}<br>
  335. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  336. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  337. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br clear="all" /></div> {/block:Audio}
  338.  
  339. <div id="permalink">{block:Date}<a href="{Permalink}"><a href="{Permalink}">{TimeAgo}</a></a>{/block:Date} · {block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} · © <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:HasTags} <br> {block:Tags}
  340. #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div></div><BR>
  341. {/block:Posts}
  342.  
  343. {block:PostNotes}
  344. <div id="notes"><div id="notess">{PostNotes}</div></div></div>
  345. {/block:PostNotes}
  346.  
  347. <!-- you are beautiful, never forget that -->
  348.  
  349. <!----please dont remove credit, i work hard on my themes :)--->
  350.  
  351.  
  352. <div id="credit"><a href="http://inspiredbylou.tumblr.com/" target="_blank">theme</a></div>
  353.  
  354.  
  355. </div>
  356. </div>
  357. </body>
  358. </html>
Advertisement
Add Comment
Please, Sign In to add comment