Advertisement
mycreeptonight

theme #10

Jan 13th, 2013
537
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.17 KB | None | 0 0
  1. <!--
  2.  
  3. theme #10 by lightavenue
  4. do not remove the credit, use as a base or claim as your own
  5. -->
  6.  
  7. <html>
  8. <head>
  9.  
  10.  
  11. <!-- DEFAULT VARIABLES -->
  12. <meta name="color:background" content="#ffffff" />
  13. <meta name="color:info" content="#949494" />
  14. <meta name="color:link" content="#c78686" />
  15. <meta name="color:hover" content="#e9e7e8" />
  16. <meta name="color:text" content="#949292" />
  17. <meta name="color:select" content="#8b8181" />
  18. <meta name="color:border" content="#c9c7c7" />
  19. <meta name="color:posttitle" content="#a08f8f" />
  20. <meta name="color:blogtitle" content="#8f8e8e" />
  21. <meta name="color:scrollbar" content="#858484" />
  22.  
  23. <meta name="if:title" content=""/>
  24.  
  25. <meta name="image:sidebar" content=""/>
  26.  
  27. <meta name="text:Link1" content="" />
  28. <meta name="text:Link1 Title" content="" />
  29. <meta name="text:Link2" content="" />
  30. <meta name="text:Link2 Title" content="" />
  31. <meta name="text:Link3" content="" />
  32. <meta name="text:Link3 Title" content="" />
  33. <meta name="text:Link4" content="" />
  34. <meta name="text:Link4 Title" content="" />
  35.  
  36.  
  37. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  38. <title>{Title}</title>
  39. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  40. <link rel="shortcut icon" href="{Favicon}" />
  41. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  42. <link href='http://fonts.googleapis.com/css?family=Engagement' rel='stylesheet' type='text/css'>
  43. <style type="text/css">
  44.  
  45. body {
  46. color:{color:text};
  47. background-color:{color:background};
  48. background-position:left;
  49. background-attachment:fixed;
  50. background-repeat:no-repeat;
  51. font-size:9px;
  52. font-family:cambria;
  53. line-height:110%;
  54. text-align:justify}
  55.  
  56. a:link, a:active, a:visited{color: {color:link}; text-decoration:none}
  57.  
  58. a:hover { background-color:{color:hover};
  59. color:#616161;
  60. -webkit-transition: all 0.4s ease-out;
  61. -moz-transition: all 0.4s ease-out;
  62. -o-transition: all 0.4s ease-out;
  63. }
  64. img {
  65. border:none;
  66. }
  67.  
  68.  
  69. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px;}
  70. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:10px!important;}
  71. ::-webkit-scrollbar {background-color:#ffffff; height:10px; width:5px;}
  72.  
  73. ::-moz-selection {background-color:transparent; font-style:bold; color:{color:background};}
  74. ::selection {background-color:transparent; font-style:bold; color:{color:select};}
  75.  
  76. h1 { text-transform: lowercase; font-family:cambria; font-style: italic; letter-spacing:-1px; font-size:15px;}
  77.  
  78.  
  79.  
  80.  
  81. #entries {
  82. margin-left:500px;
  83. margin-top:50px;
  84. width:500px;
  85. }
  86.  
  87.  
  88.  
  89. #posts {
  90. width:500px;
  91. margin-top:40px;
  92. text-align:justify;
  93. font-style:none;
  94. text-transform:none;
  95. font-size:11px;
  96. line-height:90%;
  97. letter-spacing:0.5px;
  98. color:{color:text};
  99. }
  100.  
  101.  
  102.  
  103. #description {
  104. font-family:cambria;
  105. font-style:italic;
  106. letter-spacing: 1px;
  107. font-size:10px;
  108. text-transform: none;
  109. text-align: center;
  110. padding: 10px;
  111. line-height: 1;
  112. background-color: {color:background}; }
  113.  
  114.  
  115. #navigationbar {
  116. height: 15px;
  117. background-color: {color:background};
  118. font-size:10px;
  119. text-transform: uppercase;
  120. text-align:center;
  121. }
  122.  
  123. #navigationbar a:hover{
  124. opacity:0.75;
  125. -moz-transition-duration:0.5s;
  126. -webkit-transition-duration:0.5s;
  127. -o-transition-duration:0.5s;
  128. }
  129.  
  130.  
  131. #blogtitle {
  132. height: 20px;
  133. background-color: {color:background};
  134. color:{color:blogtitle};
  135. font-size:13px;
  136. text-align:center;
  137. text-transform: none;
  138. font-family: cambria;
  139. font-style:italic;
  140. margin-top:0px; }
  141.  
  142. #sidebar {
  143. width:165px;
  144. height: 800px;
  145. position: fixed;
  146. top: 160px;
  147. left: 255px;
  148. overflow:hidden;
  149. background-color: {color:sidebar};
  150. font-family: arial;
  151. font-size: 11px;
  152. line-height: 14px;
  153. padding:10px;
  154. -moz-border-radius: 0px 0px 0px 0px;
  155. text-transform:lowercase;
  156. text-align:left;
  157. letter-spacing: 0px;}
  158.  
  159. #sidebarimg img {
  160. width: 160px;
  161. height:auto;
  162. margin-top: 0px;
  163. text-align:center;
  164. -moz-border-radius: 0px;
  165. border-radius: 0px;
  166. padding:5px; background-color:{color:#ffffff};}
  167. }
  168.  
  169. #sidebarimg img:hover{
  170. opacity:0.75;
  171. -moz-transition-duration:0.5s;
  172. -webkit-transition-duration:0.5s;
  173. -o-transition-duration:0.5s;
  174. }
  175.  
  176. posttitle {color:{color:posttitle};
  177. font-family:cambria;
  178. font-size:15px;
  179. line-height:14px;
  180. letter-spacing:1px;
  181. font-weight:none;
  182. font-style:italic;
  183. text-transform:lowercase;
  184. margin:0px;
  185. padding:0px;
  186. text-align:center}
  187.  
  188. othertitle {
  189. color:{color:posttitle};
  190. font-family:cambria;
  191. font-size:15px;
  192. line-height:14px;
  193. letter-spacing:1px;
  194. font-weight:none;
  195. font-style:italic;
  196. text-transform:lowercase;
  197. margin:0px;
  198. padding:0px;
  199. margin-bottom:-0px;
  200. text-align:center}
  201.  
  202.  
  203.  
  204. .navigation {
  205. margin-top:3px;
  206. width: 160px;
  207. position: center;
  208. text-align: center;}
  209. .navigation a {
  210. background-color: transparent;
  211. padding: 2px;
  212. font-family: consolas;
  213. font-style: none;
  214. font-size: 9px;
  215. margin-left:5px;
  216. color: {color:link};
  217. border-top: 1px solid {color:border}; padding:2px;
  218. border-bottom: 1px solid {color:border}; padding:2px;
  219. }
  220.  
  221.  
  222.  
  223. .bubble {align:right;background: #eee; margin:7px 0px 5px 66px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
  224. .bubble p {margin:1px 0px;}
  225. .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid #eee}
  226. .askborder {float: left;margin: 1px 4px 0 0;padding: 2px; background: #eee}
  227.  
  228.  
  229.  
  230. #audio {margin-bottom:5px; width:500px; height:100px}
  231. .artcover {width:100px; height:100px; position:absolute;}
  232. .artcover img {width:100px; height:100px; float:left;}
  233. .player {position:absolute; z-index:1; background:#000; opacity:0.2; width:100px; height:100px; display:block; -webkit-transition:all 0.4s ease-in-out; -moz-transition:all 0.4s ease-in-out; -o-transition:all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition:all 0.5s ease-in-out;}
  234. .player:hover {opacity:0.5; -webkit-transition:all 0.4s ease-in-out; -moz-transition:all 0.4s ease-in-out; -o-transition:all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition:all 0.5s ease-in-out;}
  235. .audioplayer {width:25px; height:25px; margin-top:34px; margin-left:33px; overflow:hidden; padding:3px;}
  236. .audioinfo {margin-left:110px; line-height:140%; font-family:Cambria font-size:10px!important;}
  237.  
  238. blockquote {
  239. border-left:1px solid {color:text};
  240. padding-left:5px;
  241. margin:5px;
  242. }
  243.  
  244. b {color:{color:link};} <!-- strong is normal -->
  245. i {color:{color:link};} <!-- em is normal -->
  246. p{margin-top:3px; margin-bottom:3px;}
  247.  
  248. img a{border:none}
  249. .audio{background-color:black; display:block;}
  250.  
  251. .source {text-align:right; font-size: 11px; padding:2px;}
  252.  
  253. .user_1 .label {color:{color:posttitle}; font-weight:bold}
  254. .user_2 .label {color:{color:text}; font-weight:bold}
  255. .user_3 .label {color:{color:link}; font-weight:bold}
  256. ul.chat, .chat ol, .chat li {
  257. list-style:none;
  258. margin:0px;
  259. padding:0px
  260. }
  261.  
  262. .notes img{width:10px; position:relative; top:1px;}
  263. ol.notes, .notes li{list-stylhttp://www.tumblr.com/customize-classic#e:none; margin:0px; padding:0px;}
  264. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  265.  
  266. </style>
  267. <style type="text/css">{CustomCSS}</style>
  268. </head>
  269. <body>
  270.  
  271. <div id="sidebar">
  272.  
  273. {block:iftitle}<div id="blogtitle">{Title}</div>{/block:iftitle}
  274.  
  275. <div id="sidebarimg">
  276.  
  277.  
  278. <img src="{image:sidebar}"/></div>
  279.  
  280.  
  281. <div id="navigationbar"><div class="navigation">
  282.  
  283. <a href="{text:Link1}" target="_self">{text:Link1 Title}</a>
  284. <a href="{text:Link2}" target="_self">{text:Link2 Title}</a>
  285. <a href="{text:Link3}" target="_self">{text:Link3 Title}</a>
  286. <a href="{text:Link4}" target="_self">{text:Link4 Title}</a>
  287.  
  288. </div></div>
  289.  
  290. <div id="description">{block:Description}{Description}{/block:Description}</div>
  291. <br>
  292. <br>
  293. <center><big><big><big><div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">ยซ</a>&nbsp;{/block:PreviousPage}{block:NextPage}<a href="{NextPage}">ยป</a>{/block:NextPage}</div><br> </big></big></big></center>
  294.  
  295. </div></div>
  296.  
  297. <div id="entries">
  298.  
  299.  
  300.  
  301. {block:Posts}
  302. <div id="posts">
  303. {block:Quote}
  304. <othertitle><center>"{Quote}"</center>
  305. {block:Source}
  306. <div class="source">โ€”{Source}{/block:Source}</div></othertitle>{/block:Quote}
  307. {block:Title}
  308. <posttitle>{Title}&nbsp;</posttitle>{/block:Title}
  309. {block:Text}
  310. {Body}{/block:Text}
  311.  
  312. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  313.  
  314. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br><br>{/block:Lines}{/block:Chat}
  315.  
  316. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  317.  
  318. {block:Photoset}<center>{Photoset-500}</center>
  319. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  320.  
  321. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  322.  
  323. {block:Answer}<img src="{AskerPortraitURL-48}" align="left" class="askborder"><div class="bubble"><span></span>{Asker}: {Question}&nbsp;</div>{Answer}{/block:Answer}
  324.  
  325.  
  326. {block:Audio}
  327. <div id="audio"><div class="artcover"><img src="http://static.tumblr.com/tiu5k68/4HZm80h4d/music001.png"></div>{block:AlbumArt}<div class="artcover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="player">
  328. <div class="audioplayer">{AudioPlayerBlack}</div></div><div class="audioinfo"><br><b>Title:</b> <span{block:TrackName} style="display: none;"{block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br /><b>Artist:</b>
  329. <span{block:Artist} style="display: none;"{block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br /><b>Album:</b> <span{block:Album} style="display: none;"{block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}<br />{block:ExternalAudio}<b>Download:</b> <a href="{ExternalAudioURL}">Click Here</a><br />{/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div></div>{block:Caption}{Caption}{/block:Caption}
  330. {/block:Audio}
  331.  
  332.  
  333. </div>
  334.  
  335. <div style="border-top: 1px solid {color:border}; border-bottom: 1px solid {color:border}; padding:0px;
  336. color:{color:info};
  337. padding: 5px; font-size:8px; font-family: consolas; font-style:none; font- opacity: 0.8; text-decoration:blink; letter-spacing:0px;line-height:120%; text-transform:uppercase;">
  338. {block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">
  339. {NoteCountWithLabel}</a>&nbsp;{block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a>
  340. {block:ContentSource}&copy; <a href="{SourceURL}"><b>{SourceLink}</b></a>{/block:ContentSource}{/block:RebloggedFrom}<br>{block:HasTags}{block:Tags}+<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  341. </div>
  342.  
  343. <br>
  344. {/block:Posts}
  345. {block:PostNotes} {PostNotes} {/block:PostNotes}
  346.  
  347. </div>
  348.  
  349.  
  350. <div style="right:5px;bottom:5px;position:fixed;font-family:consolas;font-size:10px;"><a href="http://lightavenue.tumblr.com/mctt">THEME</a></div>
  351.  
  352. </body>
  353. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement