madysthemes

Theme #5

Oct 14th, 2012
1,471
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.12 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <meta name="color:Background" content="#fffdfd" />
  5. <meta name="color:Text" content="#303030" />
  6. <meta name="color:Link" content="#88857a" />
  7. <meta name="color:Linkhovercolor" content="#c8cac8" />
  8. <meta name="color:Title" content="#686661" />
  9. <meta name="color:Linksbg" content="#fffefd" />
  10. <meta name="color:Exlink" content="#fffefd" />
  11.  
  12. <meta name="text:Link1" content="/" />
  13. <meta name="text:Link1 Title" content="link 1" />
  14. <meta name="text:Link2" content="/" />
  15. <meta name="text:Link2 Title" content="link 2" />
  16. <meta name="text:Link3" content="/" />
  17. <meta name="text:Link3 Title" content="link 3" />
  18. <meta name="text:Link4" content="/" />
  19. <meta name="text:Link4 Title" content="link 4" />
  20. <meta name="text:Link5" content="/" />
  21. <meta name="text:Link5 Title" content="link 5" />
  22.  
  23. <meta name="image:Sidebar" content=""/>
  24. <meta name="image:Background" content="" />
  25.  
  26. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  27. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  28. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  29. <link rel="shortcut icon" href="{Favicon}" />
  30. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  31.  
  32. <style type="text/css">
  33.  
  34. ::-webkit-scrollbar-thumb:vertical {
  35. background-color: {color:title};
  36. height:100px;
  37. }
  38.  
  39. ::-webkit-scrollbar-thumb:horizontal {
  40. background-color: {color:Font};
  41. height:10px !important;
  42. }
  43.  
  44. ::-webkit-scrollbar {
  45. height:10px;
  46. width:7px;
  47. background-color: {color:Background};
  48. }
  49.  
  50. body {
  51. color:{color:text};
  52. background-color:{color:background};
  53. background-image: url('{image:background}');
  54. background-position: center;
  55. background-attachment:fixed;
  56. font-size:10px;
  57. font-family:marcellus;
  58. line-height:10px;
  59. text-align:justify;
  60. letter-spacing:0px;
  61. }
  62.  
  63.  
  64. a:link, a:active, a:visited{
  65. color: {color:link};
  66. text-decoration:none}
  67. a:hover{color:{color:linkhovercolor};
  68. transition: all 0.8s ease-in-out;
  69. -webkit-transition: all 0.8s ease-in-out;
  70. -moz-transition: all 0.8s ease-in-out;
  71. -ms-transition: all 0.8s ease-in-out;
  72. -o-transition: all 0.8s ease-in-out;
  73. }
  74.  
  75. #posts {
  76. margin-left:550px;
  77. margin-top:50px;
  78. width:500px;
  79. }
  80.  
  81.  
  82. #title {
  83. color:{color:title};
  84. font-family:marcellus;
  85. font-size:20px;
  86. text-transform:lowercase;
  87. padding:3px;
  88. text-align:center;
  89. margin-bottom:5px;
  90. margin-top:3px;
  91. letter-spacing:-1px;
  92. }
  93.  
  94.  
  95. #posts{
  96. margin-bottom:10px;
  97. overflow:hidden;
  98. border-left:0px solid;
  99. border-right:0px solid;
  100. padding:3px;
  101. }
  102.  
  103. ::selection {
  104. background-color:{color:italic};
  105. color:{color:Background}
  106. }
  107.  
  108.  
  109. #pagination {
  110. width:180px;
  111. position:fixed;
  112. font-size:30px;
  113. text-align:center;}
  114.  
  115. #questions {color: {color:text}; padding:10px; margin-bottom:0px; text-align:center; font-family:{font:text}; font-size:10px;}
  116.  
  117. #questions a {color:{color:link}}
  118.  
  119. #sbar img{
  120. width:250px;
  121. height:272px;
  122. border-radius:0px;
  123. }
  124.  
  125. #sbar {
  126. width:250px;
  127. margin-left:150px; margin-top:150px; position:fixed; overflow:hidden;
  128. }
  129.  
  130. #description {text-align:center; letter-spacing:1px; width:250px; font-size:11px; padding:3px;}
  131.  
  132.  
  133. #sbar:hover {opacity:1; -webkit-transition: all 1s ease;}
  134.  
  135. #sbar:hover #nav {margin-top:65px; margin-left: 68px; height:auto;}
  136.  
  137. #nav {position:absolute; margin-top:40px; margin-left: -205px; width:70px; height:180px; -webkit-transition: all 1s ease;
  138. }
  139.  
  140. #sidelinks {width:120px; font-size:10px; font-family:marcellus sc; line-height:30px; padding-top: 5px; margin-bottom: 5px; float: left; display:block; overflow: hidden; text-align:center; text-transform: uppercase; color: {color:exlink}; background:{color:linksbg};opacity: 1;}
  141.  
  142. #sidelinks:hover {
  143. opacity:0.8;
  144. -webkit-transition: all 0.6s ease;
  145. }
  146.  
  147. #credit {
  148. position:fixed;
  149. background: #fff;
  150. left:8px;
  151. bottom:8px;
  152. padding:5px;
  153. text-transform:lowercase;
  154. letter-spacing:1px;
  155. font-size:10px;
  156.  
  157. .left {
  158. margin-left:-5px;
  159. margin-top:-2px;
  160. }
  161.  
  162. .nav {
  163. color:{color:link};
  164. text-align:center;
  165. font-family: calibri;
  166. font-size:10px;
  167. text-transform:uppercase;
  168. letter-spacing:0px;
  169. border-top:1px dotted #cac9c9;
  170. }
  171.  
  172. .nav a:hover {
  173. border-bottom:0px dashed;
  174. }
  175.  
  176.  
  177.  
  178. h1{ color:{color:title}; font-size:14px; font-family:marcellus new; margin-bottom:-2px;}
  179.  
  180.  
  181. blockquote {border-left:2px {color:body} solid; padding-left:5px; margin:0px 2px 0px 10px}
  182. blockquote img, blockquote a img {max-width: 490px}
  183.  
  184. h3{color:{color:title}; font-family:cambria; text-transform:lowercase; font-size:12px; line-height:11px; letter-spacing:0px; font-style:italic; margin:0px; padding:0px;}
  185. big{ color:{color:big}; font-size:17px;}
  186. b, strong{color:{color:bold};}
  187. i, em{color:{color:italic};}
  188. small{color:{color:title}; font-family:calibri; font-size:9px; text-transform:uppercase; letter-spacing: 1px;}
  189. p{margin-top:3px; margin-bottom:3px}
  190.  
  191. img a{border:none}
  192. .audio{background-color:black; display:block;}
  193.  
  194. .user_1 .label {color:{color:lhover}; font-weight:bold}
  195. .user_2 .label {color:{color:text}; font-weight:bold}
  196. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  197.  
  198. .notes img{width:10px; position:relative; top:1px;}
  199. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  200. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  201.  
  202. </style>
  203. <style type="text/css">{CustomCSS}</style>
  204. </head>
  205.  
  206. <body>
  207.  
  208.  
  209. <div id="sbar">
  210.  
  211.  
  212. <div id="nav">
  213. {block:ifLink1}<a href="{text:Link1}" id="sidelinks">{text:Link1 Title}</a>{/block:ifLink1}<br>
  214. {block:ifLink2}<a href="{text:Link2}" id="sidelinks">{text:Link2 Title}</a>{/block:ifLink2}<br>
  215. {block:ifLink3}<a href="{text:Link3}" id="sidelinks">{text:Link3 Title}</a>{/block:ifLink3}
  216. {block:ifLink4}<a href="{text:Link4}" id="sidelinks">{text:Link4 Title}</a>{/block:ifLink4}<br>
  217. {block:ifLink5}<a href="{text:Link5}" id="sidelinks">{text:Link5 Title}</a>{/block:ifLink5}
  218. </div>
  219. <div id="title">{title}</div>
  220. <div id="sideimg"><img src="{image:sidebar}"></div>
  221.  
  222. <div id="description">{block:Description}{Description}{/block:Description}
  223. <br><br>
  224. {block:Pagination}<div id="pagination">
  225. {block:PreviousPage}
  226. <a href="{PreviousPage}">«</a>
  227. {/block:PreviousPage}
  228. {block:NextPage}
  229. <a href="{NextPage}">»</a>
  230. {/block:NextPage}
  231. </div>{/block:Pagination}
  232.  
  233. </div>
  234. </div>
  235.  
  236.  
  237.  
  238. <div id="entries">
  239. {block:Posts}
  240. <div id="posts">
  241. {block:Quote}<div id="titles">"{Quote}"&nbsp; - {Source}</div>{/block:Quote}
  242. {block:Title}<div id="titles">{Title}&nbsp;</div>{/block:Title}
  243. {block:Text}{Body}{/block:Text}
  244.  
  245. {block:Link}<a href="{URL}" class="link" {Target}><div id="titles">{Name}&nbsp;</div></a>
  246. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  247.  
  248.  
  249. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  250.  
  251.  
  252. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  253.  
  254. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  255.  
  256. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  257.  
  258. {block:Answer}<div id="questions">{Asker} asked, "{Question}"</div>
  259. {Answer}{/block:answer}
  260.  
  261. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}<br>
  262.  
  263.  
  264. {block:RebloggedFrom} — <a href="{ReblogParentURL}"><a href="{ReblogParentURL}"> via</a>{/block:RebloggedFrom}
  265. {block:ContentSource}, <a href="{SourceURL}"> source</a>
  266. {/block:ContentSource}
  267. {/block:Date}<br></div></div>
  268. {/block:Posts}
  269. {block:PostNotes}{PostNotes}{/block:PostNotes}
  270. </div>
  271.  
  272. <!-- idk your hair looks really nice right now what shampoo do you use -->
  273.  
  274. <!----please dont remove credit, i work hard on my themes :)--->
  275.  
  276.  
  277. <div id="credit"><a href="http://inspiredbylou.tumblr.com/" target="_blank">theme</a></div>
  278.  
  279. </body>
  280. </html>
Advertisement
Add Comment
Please, Sign In to add comment