Advertisement
mycreeptonight

theme #4

Aug 5th, 2012
2,647
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.12 KB | None | 0 0
  1. <!--
  2.  
  3. theme #4 by mycreeptonight
  4. do not remove the credit, use as a base or claim as your own
  5. -->
  6.  
  7. <html>
  8. <head>
  9.  
  10. <!-- DEFAULT VARIABLES -->
  11. <meta name="color:background" content="#fcfaf8" />
  12. <meta name="color:info" content="#fcb3bc" />
  13. <meta name="color:link background" content="#fcfaf8" />
  14. <meta name="color:blogtitle" content="#ee6d6d" />
  15. <meta name="color:link" content="#f87589" />
  16. <meta name="color:lhover" content="#e6c497" />
  17. <meta name="color:text" content="#757474" />
  18. <meta name="color:title2" content="#f58b8b" />
  19. <meta name="color:select" content="#e6c497" />
  20. <meta name="color:border" content="#e7c7b1" />
  21. <meta name="color:description" content="#bbbbbb" />
  22. <meta name="color:posttitle" content="#fca16b" />
  23. <meta name="color:scrollbar" content="#fdc8a9" />
  24.  
  25. <meta name="font:body" content="arial" />
  26.  
  27. <meta name="image:sidebar" content=""/>
  28.  
  29. <meta name="text:secondtitle" content="second title hi" />
  30.  
  31.  
  32. <meta name="text:Link1" content="" />
  33. <meta name="text:Link1 Title" content="" />
  34. <meta name="text:Link2" content="" />
  35. <meta name="text:Link2 Title" content="" />
  36.  
  37.  
  38. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  39. <title>{Title}</title>
  40. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  41. <link rel="shortcut icon" href="{Favicon}" />
  42. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  43. <style type="text/css">
  44.  
  45. body {
  46. color:{color:text};
  47. background-color:{color:background};
  48. background-image: url('{image:background}');
  49. background-position:left;
  50. background-attachment:fixed;
  51. background-repeat:no-repeat;
  52. font-size:10px;
  53. font-family:{font:body};
  54. line-height:110%;
  55. text-align:justify}
  56.  
  57. a:link, a:active, a:visited{color: {color:link}; text-decoration:none}
  58. a:hover{color:{color:lhover}}
  59.  
  60.  
  61. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px;}
  62. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:10px!important;}
  63. ::-webkit-scrollbar {background-color:#ffffff; height:10px; width:10px;}
  64.  
  65. ::-moz-selection {background-color:transparent; font-style:bold; color:{color:background};}
  66. ::selection {background-color:transparent; font-style:bold; color:{color:select};}
  67.  
  68.  
  69. #entries {
  70. margin-left:440px;
  71. margin-top:20px;
  72. width:525px;}
  73.  
  74. #posts {
  75. width:500px;
  76. background-color:{color:background};
  77. margin-bottom:10px;
  78. padding:5px;}
  79.  
  80. #description {
  81. font-family: calibri;
  82. font-size:10px;
  83. text-transform: none;
  84. text-align: center;
  85. padding: 10px;
  86. line-height: 1.15;}
  87.  
  88.  
  89. #blogtitle {text-align: center; color:{color:blogtitle}; font-family: georgia; text-transform:none; letter-spacing:0px; font-size:20px; margin-left:0px; margin-top:5px;}
  90.  
  91. .title2 {color:{color:title2}; position:center; text-transform:uppercase; margin-bottom:5px; font-family:calibri; letter-spacing:2px; font-size:10px;}
  92.  
  93. #sidebar {
  94. width:220px;
  95. height: 800px;
  96. position: fixed;
  97. top: 140px;
  98. left: 165px;
  99. overflow:hidden;
  100. background-color: {color:background};
  101. font-family: arial;
  102. font-size: 11px;
  103. line-height: 14px;
  104. padding:10px;
  105. -moz-border-radius: 0px 0px 0px 0px;
  106. text-transform:lowercase;
  107. text-align:left;
  108. letter-spacing: 0px;}
  109.  
  110. #sidebarimg img {
  111. width: 220px;
  112. height:auto;
  113. margin-top: 0px;
  114. text-align:center;
  115. border: dotted 1px {color:border};
  116. -moz-border-radius: 15px;
  117. border-radius: 15px;
  118. }
  119.  
  120.  
  121. posttitle {color:{color:posttitle};
  122. font-family:georgia;
  123. font-size:16px;
  124. line-height:17px;
  125. letter-spacing:-1px;
  126. font-weight:normal;
  127. text-transform:uppercase;
  128. margin:0px;
  129. padding:0px;
  130. text-align:center}
  131.  
  132. othertitle {
  133. color:{color:title};
  134. font-family:georgia;
  135. font-size:16px;
  136. line-height:14px;
  137. letter-spacing:-1px;
  138. font-weight:normal;
  139. text-transform:uppercase;
  140. margin:0px;
  141. padding:0px;
  142. margin-bottom:-0px;
  143. text-align:center}
  144.  
  145.  
  146. #navigationbar {
  147. height: 16px;
  148. background-color: {color:background};
  149. font-size:10px;
  150. text-transform: lowercase;
  151. text-align:center;
  152. margin-top:0px;
  153. padding: 2px 0px 2px 0px;}
  154.  
  155.  
  156. .navigation {
  157. margin-top:1px;
  158. width: 220px;
  159. position: fixed;
  160. text-align: center;}
  161. .navigation a {
  162. background-color: {color:background};
  163. padding: 2px;
  164. font-family: calibri;
  165. font-size: 11px;
  166. margin-left:5px;
  167. color: {color:link};}
  168.  
  169.  
  170. #info {margin:2px 0px 2px 0px; font-family:{font:body}; font-size:10px; text-transform: lowercase; color:{color:text}; text-align:left; padding:3px;border-bottom: 1px dotted {color:info};opacity:0.6}
  171.  
  172. #tags {margin-top:3px; padding:2px; font:9px georgia; text-transform:lowercase; text-align:right; font-style: italic; letter-spacing:0px;opacity:0.7;}
  173.  
  174. #questions {text-align:left; font-style:bold; line-height:100%; padding:12px; color: {color:text}; font-family:calibri; font-size:11px; text-transform:none}
  175.  
  176. #questions a {font-family:calibri; line-height:100%; text-align:left; font-size:12px; letter-spacing:1px; text-transform:normal; color:{color:link}}
  177.  
  178. blockquote {
  179. border-left:2px {color:body} solid;
  180. padding-left:5px;
  181. margin:0px 2px 0px 10px}
  182. blockquote img, blockquote a img {max-width: 490px}
  183.  
  184. b {color:{color:link};} <!-- strong is normal -->
  185. i {color:{color:link};} <!-- em is normal -->
  186. p{margin-top:3px; margin-bottom:3px;}
  187.  
  188. img a{border:none}
  189. .audio{background-color:black; display:block;}
  190.  
  191. .source {text-align:right; font-size: 11px; padding:2px;}
  192.  
  193. .user_1 .label {color:{color:posttitle}; font-weight:bold}
  194. .user_2 .label {color:{color:text}; font-weight:bold}
  195. .user_3 .label {color:{color:link}; 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-stylhttp://www.tumblr.com/customize-classic#e: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. <body>
  206.  
  207.  
  208.  
  209. </div></div>
  210.  
  211. <div id="sidebar">
  212. <div id="blogtitle">{Title}<div class="title2">{text:secondtitle}</div></div>
  213. <div id="sidebarimg">
  214.  
  215. <img src="{image:sidebar}"/></div>
  216.  
  217. <div id="navigationbar"><div class="navigation">
  218. <a href="/">home</a>
  219. <a href="/ask">ask</a>
  220. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  221. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  222.  
  223. </div></div>
  224.  
  225.  
  226. <div id="description">{block:Description}{Description}{/block:Description}</div>
  227.  
  228. <center>
  229. <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">«</a>&nbsp;{/block:PreviousPage}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}</div><br></center>
  230.  
  231. </div>
  232.  
  233. <div id="entries">
  234.  
  235. {block:Posts}
  236. <div id="posts">
  237. {block:Quote}
  238. <othertitle><center>"{Quote}"</center>
  239. {block:Source}
  240. <div class="source">—{Source}{/block:Source}</div></othertitle>{/block:Quote}
  241. {block:Title}
  242. <posttitle>{Title}&nbsp;</posttitle>{/block:Title}
  243. {block:Text}
  244. {Body}{/block:Text}
  245. {block:Link}<a href="{URL}" {Target}>{Name}</a>
  246. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  247.  
  248. {block:Photo}
  249. {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
  250. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  251. <img src="{block:IndexPage}{PhotoURL-HighRes}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}" {block:IndexPage}width="500"{/block:IndexPage}{block:PermalinkPage}width="500"{/block:PermalinkPage}/>
  252. {block:IndexPage}</a>{/block:IndexPage}
  253. {block:PermalinkPage}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  254. {/block:PermalinkPage}
  255. {/block:Photo}
  256.  
  257. {block:Photoset}<center><a href="{Permalink}">{Photoset-500}</a></center>
  258. {block:IndexPage}{Caption}{/block:IndexPage}
  259. {block:PermalinkPage}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  260. {/block:PermalinkPage}
  261. {/block:Photoset}
  262.  
  263. {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}
  264.  
  265. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  266.  
  267. {block:Answer}<div id="questions">{Asker} said: "{Question}"</div>
  268. {Answer}{/block:answer}
  269.  
  270. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  271.  
  272.  
  273. <div id="info">
  274. {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount} · <a href="{Permalink}">{NoteCount} notes</a>{/block:NoteCount} · {block:RebloggedFrom} via <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  275. {block:ContentSource} © <a href="{SourceURL}">{SourceLink}</a>
  276. {/block:ContentSource}</div>
  277. <div id="tags">{block:HasTags}{block:Tags}+<a href="{TagUrl}">{Tag}</a>{/block:Tags}{/block:HasTags}
  278. {/block:Post}
  279.  
  280. {block:PostNotes}{PostNotes}{/block:PostNotes}
  281.  
  282. <div style="right:5px;bottom:5px;position:fixed;font-family:arial;font-size:10px;"><a href="http://lightavenue.tumblr.com/mctt">theme</a></div>
  283. </div>
  284. </div>
  285. </body>
  286. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement