Advertisement
zmmaliks

theme 51 by sunraysalive.

Jul 20th, 2013
1,504
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.02 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <!-- NOTORIOUS Theme #51 by sunraysalive. ®
  3. - If you download this theme, like or reblog the post
  4. - Please don't remove the credits
  5. - DON'T USE THIS THEME AS BASE
  6. thanks ^~^-->
  7.  
  8. <html>
  9. <head>
  10. <!-- DEFAULT VARIABLES -->
  11.  
  12. <meta name="color:background" content="#ffffff" />
  13. <meta name="color:info" content="#ffffff" />
  14. <meta name="color:title" content="#353535" />
  15. <meta name="color:text" content="#353535" />
  16. <meta name="color:link" content="#353535" />
  17. <meta name="color:linkhovercolor" content="#1f1e1e" />
  18. <meta name="color:imgsidebar bg" content="#FAFAFA">
  19. <meta name="color:tags" content="#353535">
  20. <meta name="color:questions text" content="#353535">
  21. <meta name="color:blockquote text" content="#353535">
  22. <meta name="color:chat text" content="#353535">
  23. <meta name="color:menu bg" content="#ffffff">
  24.  
  25. <meta name="image:sids image" content=""/>
  26. <meta name="image:sids image2" content=""/>
  27.  
  28. <meta name="text:Link1" content="/" />
  29. <meta name="text:Link1 Title" content="link 1" />
  30. <meta name="text:Link2" content="/" />
  31. <meta name="text:Link2 Title" content="link 2" />
  32. <meta name="text:Link3" content="/" />
  33. <meta name="text:Link3 Title" content="link 3" />
  34. <meta name="text:Link4" content="/" />
  35. <meta name="text:Link4 Title" content="link 4" />
  36.  
  37. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>
  38.  
  39. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  40. <title>{Title}</title>
  41.  
  42. <link rel="shortcut icon" href="{Favicon}" />
  43. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  44. <style type="text/css">
  45.  
  46.  
  47. /* ------------ BODY/LINKS -------------- */
  48.  
  49. body{
  50. color: {color:text};
  51. background-color:{color:background};
  52. background-position: center;
  53. background-attachment:fixed;
  54. font-family: arial;
  55. font-size:10px;
  56. text-transform:none;
  57. letter-spacing:0px;
  58. line-height:11px;
  59. text-align:justify;
  60. opacity: 1.0;}
  61.  
  62. a:link, a:active, a:visited{
  63. color: {color:link};
  64. text-decoration:none;
  65. -webkit-transition-duration: .90s;
  66. padding: 1px;}
  67. a:hover{
  68. color:{color:linkhovercolor};
  69. -webkit-transition-duration: .90s;}
  70.  
  71. /* ------------ POSTS -------------- */
  72.  
  73. .entries{
  74. padding:5px;
  75. width:520px;
  76. margin-left:450px;
  77. margin-top:60px;
  78. background-color: {color:background};}
  79.  
  80. .post{
  81. width:500px;
  82. padding:5px;
  83. background-color:{color:background};
  84. margin-top: 30px;}
  85.  
  86. /* ------------ SIDE/DESCRIPTION/PAGINATION -------------- */
  87.  
  88. #sidebar{
  89. width:200px;
  90. text-align:center;
  91. margin-top:100px;
  92. position:fixed;
  93. overflow:hidden;
  94. background-color: transparent;
  95. font-size:8.5px;
  96. padding:0px;
  97. margin-left:240px;}
  98.  
  99. #sidebar img{
  100. cursor:crosshover;
  101. width: 80px;
  102. height:80px;
  103. opacity: 1.0;
  104. border:1px solid #eeeeee;
  105. padding: 4px;
  106. z-index: 1;
  107. margin-left:-4px;
  108. margin-top:10px;}
  109.  
  110. #description{
  111. margin-top:-10px;
  112. width: 180px;
  113. margin-left: 5px;
  114. margin-bottom:10px;
  115. background-color: {color:background};
  116. text-align:justify;
  117. color:{color:text};
  118. font-family: times;
  119. font-style: normal;
  120. font-size:9px;
  121. letter-spacing:1px;
  122. line-height: 12px;
  123. opacity: 1.0;
  124. padding: 5px;}
  125.  
  126. #description a{
  127. color:{color: link};
  128. -webkit-transition-duration: .90s;}
  129. #description a:hover{
  130. color:{color: linkhovercolor};
  131. -webkit-transition-duration: .90s;}
  132.  
  133. /* ------------ TITLES -------------- */
  134.  
  135. h1{
  136. color:{color:title};
  137. font-family:trebuchet ms;
  138. letter-spacing:0px;
  139. font-weight:none;
  140. font-style: normal;
  141. font-size:11px;
  142. line-height:12px;
  143. text-transform:normal;
  144. margin-left:0px;
  145. margin-bottom: 15px;
  146. padding:5px;
  147. text-align:left;}
  148.  
  149. h2{
  150. color:{color:title};
  151. font-family: times;
  152. letter-spacing: 1px;
  153. font-size:13px;
  154. line-height:12px;
  155. font-weight:bold;
  156. text-transform:normal;
  157. margin-left:-5px;
  158. margin-bottom: 7px;
  159. padding:8px;
  160. text-align:left;}
  161.  
  162. /* ------------ MENUS -------------- */
  163.  
  164. #contentlinks{
  165. margin-top:0px;
  166. margin-left:-5px;
  167. padding: 2px;
  168. display:inline-block;
  169. width:200px;}
  170.  
  171. #links a{
  172. margin-left: 0px;
  173. text-align: center;
  174. display:inline-block;
  175. font-weight: bold;
  176. font-family: times;
  177. font-style: italic;
  178. font-size:10px;
  179. letter-spacing:1px;
  180. text-transform:lowercase;
  181. color: {color:link};
  182. padding: 3px;
  183. background-color: transparent;
  184. -webkit-transition-duration: .90s;}
  185.  
  186. #links a:hover{
  187. margin-left: 0px;
  188. text-align: center;
  189. display:inline-block;
  190. font-weight: none;
  191. font-family: times;
  192. font-style: italic;
  193. font-size:10px;
  194. letter-spacing:1px;
  195. text-transform:lowercase;
  196. padding: 3px;
  197. color: {color: linkhovercolor};
  198. -webkit-transition-duration: .90s;
  199. text-decoration: underline;}
  200.  
  201. /* ------------ PERMALINK/TAGS -------------- */
  202.  
  203. .info{
  204. font-family:times;
  205. color:#9e9d9d;
  206. font-size: 10px;
  207. letter-spacing: 0px;
  208. font-style: none;
  209. padding:5px;
  210. margin-top:15px;
  211. margin-left: -6px;
  212. text-transform:lowercase;
  213. background: transparent;
  214. width: 500px;
  215. line-height:10px;
  216. -webkit-transition-duration: .90s;}
  217.  
  218. .tags{
  219. border-top:1px solid #eeeeee;
  220. font-family:times;
  221. color:#9e9d9d;
  222. padding: 3px;
  223. padding-top:3px;
  224. font-size: 10px;
  225. letter-spacing: 0px;
  226. font-style: italic;
  227. opacity: 1.0;
  228. text-align:left;
  229. line-height:10px;
  230. margin-left:-4px;
  231. margin-top: 5px;
  232. text-transform:lowercase;
  233. transition-duration: .160s;}
  234.  
  235. .tags a:hover{
  236. transition-duration: .200s;}
  237.  
  238. /* ------------ QUESTIONS -------------- */
  239.  
  240. .questions{
  241. color:{color:questions text};
  242. font-style: none;
  243. font-size:10px;
  244. padding: 2px;
  245. text-align:left;
  246. letter-spacing: 0px;
  247. background-color:{color:background};
  248. margin-left:-3px;}
  249.  
  250. .questions a:hover{
  251. color:{color:linkhovercolor};}
  252.  
  253. .answer{
  254. color:{color:text};
  255. font-style: none;
  256. font-size:10px;
  257. background-color:{color:background};
  258. padding:5px;
  259. text-align:left;
  260. line-height: 11px;
  261. width: 490px;
  262. margin-top: 8px;
  263. margin-bottom: 10px;
  264. margin-left:-6px;}
  265.  
  266. /* ------------ BLOCKQUOTE/SPACE/PHOTO -------------- */
  267.  
  268. blockquote{
  269. border-left:0px solid #212121;
  270. color:{color:text};
  271. background-color:#f8f8f8;
  272. font-size:11px;
  273. font-family:times;
  274. margin-left: 20px;
  275. font-style: none;
  276. margin:5px;
  277. padding:5px;
  278. max-width: 490px;
  279. letter-spacing: 0px;}
  280. blockquote img, blockquote a img {max-width: 490px;}
  281.  
  282. p{margin-top:3px; margin-bottom:3px}
  283. pre{background-color: #fafafa; padding: 3px; border-bottom: 1px solid #f5f5f5;}
  284.  
  285. img{
  286. opacity: 1.0;}
  287.  
  288. /* ------------ AUDIO -------------- */
  289.  
  290. .audio{
  291. opacity: 1.0;
  292. position:relative;
  293. overflow:hidden;
  294. min-height:130px;
  295. font-size: 9px;}
  296.  
  297. .player{
  298. position:absolute;
  299. z-index:3;
  300. background:#000000;
  301. margin-top:45px;
  302. margin-left:73px;
  303. opacity:0.75;
  304. filter:alpha(opacity=75);
  305. border:0px #000000 solid;
  306. border-radius: 100px;}
  307.  
  308. .audioplayer{
  309. background: #ffffff;
  310. border: 0px solid #f8f8f8;
  311. width:363px;
  312. height:15px;
  313. overflow:hidden;
  314. padding:5px;
  315. padding-bottom:13px;
  316. margin-right:5px;
  317. margin-top: 5px;}
  318.  
  319. .audioinfo{
  320. margin-top: 15px;
  321. margin-left:120px;
  322. line-height:10px;
  323. font-family: times;
  324. font-size:10px!important;
  325. font-style: italic;}
  326.  
  327. .audiocaption{
  328. margin-left:20px;}
  329.  
  330. .audiocaption img{
  331. max-width:330px!important;}
  332.  
  333. .audiocaption blockquote img{
  334. max-width:320px!important;}
  335.  
  336. .audiocaption blockquote blockquote img{
  337. max-width:310px!important;}
  338.  
  339. /* ------------ CHAT -------------- */
  340.  
  341. .user_1 .label {color:{color:chat text}; font-weight:bold;}
  342. .user_2 .label {color:{color:chat text}; font-weight:bold;}
  343. .user_3 .label {color:{color:chat text}; font-weight:bold;}
  344. .user_4 .label {color:{color:chat text}; font-weight:bold;}
  345. .user_5 .label {color:{color:chat text}; font-weight:bold;}
  346. .user_6 .label {color:{color:chat text}; font-weight:bold;}
  347. .user_7 .label {color:{color:chat text}; font-weight:bold;}
  348. .user_8 .label {color:{color:chat text}; font-weight:bold;}
  349. .user_9 .label {color:{color:chat text}; font-weight:bold;}
  350. .user_10 .label {color:{color:chat text}; font-weight:bold;}
  351. .user_11 .label {color:{color:chat text}; font-weight:bold;}
  352. .user_12 .label {color:{color:chat text}; font-weight:bold;}
  353. .user_13 .label {color:{color:chat text}; font-weight:bold;}
  354. .user_14 .label {color:{color:chat text}; font-weight:bold;}
  355. .user_15 .label {color:{color:chat text}; font-weight:bold;}
  356. .user_16 .label {color:{color:chat text}; font-weight:bold;}
  357. .ul.chat {}
  358. .chat ol {}
  359. .chat li {list-style:none; margin-left:-40px; padding:-5px; font-style: italic; font-size: 11px; letter-spacing: 0.5px; background-color: #ffffff; border: 0px double #f8f8f8; font-family:times;}
  360.  
  361. /* ------------ NOTES -------------- */
  362.  
  363. ol.notes {padding: 0px; margin: 25px 0px; list-style-type: none; border-top: solid 0px #eeeeee; font-family: times; font-size: 9px; text-transform: lowercase; letter-spacing: 1px; text-align: left; font-style: none;}
  364.  
  365. ol.notes li.note {padding: 5px; border-bottom: solid 1px #eeeeee;}
  366.  
  367. ol.notes li.note img.avatar {vertical-align: -4px; margin-right: 10px; width: 24px; height: 24px; border-radius: 0px; border: 0px; opacity: 0.9; padding: 3px; border: dotted 1px #e5e5e5;}
  368.  
  369. ol.notes li.note span.action {font-style: none;}
  370.  
  371. ol.notes li.note .answer_content {font-weight: normal;}
  372.  
  373. ol.notes li.note blockquote {border: 0px solid {color:blockquote border}; color: {color:text}; background-color: {color:background}; padding: 4px 10px; margin: 10px 0px 0px 25px;}
  374.  
  375. ol.notes li.note blockquote a {text-decoration: none;}
  376.  
  377. /* ------------ CREDITS D O N T R E M O V E PLEASE!!! -------------- */
  378.  
  379. .credit a{
  380. position:fixed;
  381. bottom:15px;
  382. right:15px;
  383. font: 9px times;
  384. background: {color:questions bg};
  385. color: {color:title color};
  386. border: 0px solid #f2f2f2;
  387. text-transform:lowercase;
  388. letter-spacing: 1px;
  389. padding: 5px;
  390. cursor: crosshair;
  391. font-style: italic;}
  392. .credit a:hover{
  393. color:{color:linkhovercolor};
  394. opacity:1.0;
  395. text-decoration:underline;}
  396. </style>
  397. </head>
  398.  
  399. <body>
  400. <div id="sidebar">
  401. <div id="contentlinks"><div id="links">{block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}{block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}{block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}{block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}{block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}</div></div>
  402. <div id="description">
  403. <table>
  404. <tr>
  405. <td widht="50%">
  406.  
  407. <Script Language="JavaScript">
  408. hoje = new Date()
  409. numero_de_imagens = 2
  410. segundos = hoje.getSeconds()
  411. numero = segundos % numero_de_imagens
  412. if (numero == 0){
  413. banner = "{image:sids image}"
  414. }
  415. if (numero == 1){
  416. banner = "{image:sids image2}"
  417. }
  418. document.write('<img src="' + banner + '" width="80">') </script></td>
  419. <td align="left" widht="50%"><div style="text-align:justify; margin-top:-15px; margin-left: 3px;">{Description}
  420. </td></div>
  421. </tr>
  422. </table></div>
  423. <div style="text-align:left; margin-left: 10px; margin-top: -15px;">{block:Pagination}{block:PreviousPage}
  424. <a href="{PreviousPage}"><b>previous</b></a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}"><b>next</b></a>{/block:NextPage}{/block:Pagination}</div>
  425. </div>
  426. </div>
  427. </div>
  428. </div>
  429. <div class="entries">{block:Posts}<div class="post">
  430.  
  431. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  432.  
  433. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  434.  
  435. {block:Photoset}<div style="opacity: 1.0;">{Photoset-500}{block:Caption}{Caption}{/block:Caption}</div>{/block:Photoset}
  436.  
  437. {block:Quote}<h2>{Quote} {block:Source}{Source}{/block:Source}</h2>{/block:Quote}
  438.  
  439. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:description}{/block:Link}
  440.  
  441. {block:Chat}{block:Title}<a href="{Permalink}"><h1>{Title}</h1></a>{/block:Title}<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}
  442.  
  443. {block:Audio}<div class="audio"><span style="background-color:{color:Background}; position:absolute; width:60px; height:60px; margin-left:-15px;">{block:AlbumArt}<img src="{AlbumArtURL}" width="70px" height="70px" align="left" style="margin-left:50px; margin-top: 16px; opacity: 1.0; border-radius: 0px; border:1px solid #e6e4e4; padding:3px;" />{/block:AlbumArt}</span><div class="audioinfo"><b>Title:</b> <span{block:TrackName} style="display: none;"{block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br /><b>Artist:</b> <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> {FormattedPlayCount}
  444. <br><div class="audioplayer">{AudioPlayerWhite}</div>
  445. </div>
  446. <br><div class="audiocaption">{block:Caption}{Caption}{/block:Caption}</div></div>{/block:Audio}
  447.  
  448. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  449.  
  450. {block:Answer}<div class="questions"><b>{Asker}:</b> "{Question}"</div>
  451. <div class="answer">{Answer}</div>{/block:answer}
  452.  
  453. <div class="info">{block:Date}<span style="font-weight:normal; font-style:normal; text-transform:capitalize; background-color:#212121; padding:5px;"><a href="{permalink}"><font color="#ffffff">{ShortMonth}, {DayOfMonth}</font></a></span>{/block:Date}<span style="font-weight:none;">{block:NoteCount} <a href="{Permalink}">{NoteCount}0 notes</a>{/block:NoteCount}</span><div style="float:right;">{block:RebloggedFrom}<font color="#212121">via:</font><a href="{ReblogParentURL}"><a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}<font color="#212121">/ source:</font><a href="{SourceURL}">{SourceTitle}</font></a>{/block:ContentSource}</span></span></div></div>
  454. <div class="tags">{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}</div>
  455. </div>
  456. {/block:Posts}
  457. {block:Posts}{PostNotes}{/block:Posts}
  458. <div class="credit" align="right"><a href="http://sunraysalivethemes.tumblr.com/">credit</a></div>
  459. </body>
  460. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement