Blabla général autour du code

A

AnonymousUser

Guest
Wolowizzard;2191457 a dit :

Je saiiiis pour le PHP, je ne trouvais pas le bon "cadre". :xp:

Alors oui, tout est dans le même dossier sur le serveur Free.
Pour la ligne @import 'index.css", je sais que c'est étrange mais avec <link rel="stylesheet" type="text/css" href="index.css" /> ça ne marchait pas en local et j'ai fini par trouver ça sur un forum et là, ça a fonctionné (appremment, ça vient d'un bug de Firefox).

Le truc, c'est qu'avec @import.... ça marche parfaitement en local...(quand j'ai fait le code, je n'avais pas encore accès au site).

J'ai justement suivi le site du Zer0.

Je viens de tenter le
<link rel="stylesheet" type="text/css" href="index.css" />, ça ne veut pas marcher. Je ne comprends pas ce qui plante....:stare:

EDIT: je viens de voir ton message Beyondzewords. Alors, pour le background, je comptais tout remettre sur une seule ligne mais à la fin, pour peaufiner (j'ai trop peur d'oublier des trucs).
Concernant cette page, en fait, il s'agit juste d'un "accueil d'accueil". Au final, ça donne juste une image et un texte (qui cache le lien pour rentrer sur le site) , le tout sur un background.

RE-EDIT: Ah non, en fait. Mettre une méga-propriété (pour font ou background), ça ne marche pas en local...

Je viens de remarquer que ton doctype (1e ligne html) est en strict, mets-toi en transitional, le w3c sera moins relou !

On peut avoir l'url quand tout est sur free (ou en privé) ?

(Et juste une petit conseil référencement : faire une page accueil d'accueil, c'est pas tip top pour le référencement vu qu'il n'y a pas de texte pour présenter le site, et avoir du contenu pour les moteurs de recherches)
 
15 Juillet 2008
1 801
1 302
3 334
J'ai un blogspot et j'aimerais faire un théme comme ça : http://next-trend.com/
C'est à dire avec les images collées au bord et directement le fond d'écran. (sans bord blanc en fait) "Par dessus" le fond j'aimerais rajouter des blocs carrés (comme the next trend a fait en bas avec tout les links) sur le côté droit. Pourriez-vous m'aider ? :pray::confused::pray:
 

Bistre

Raconteuse de salades.
7 Février 2011
469
174
4 714
mademoizelle-chic;2395616 a dit :
J'ai un blogspot et j'aimerais faire un théme comme ça : http://next-trend.com/
C'est à dire avec les images collées au bord et directement le fond d'écran. (sans bord blanc en fait) "Par dessus" le fond j'aimerais rajouter des blocs carrés (comme the next trend a fait en bas avec tout les links) sur le côté droit. Pourriez-vous m'aider ? :pray::confused::pray:

Il faut que tu changes le code CSS de ta page.

Visiblement tu as déjà 2 colonnes dans ton blogspot. A première vue je dirais qu'il faut que tu supprime le fond blanc que tu as actuellement.
A la place tu remets un fond blanc juste pour la 1ère colonne, et dans la 2ème colonne tu fais une "boîte" par élément, chaque boîte avec son propre fond blanc.
Et tu changes le style de tes photos pour qu'elles prennent toute la largeur de ta 1ère colonne.

Tu peux trouver de bons tutoriels sur le CSS ici :
Tutoriels XHTML, CSS, Accessibilité, JavaScript - Alsacreations
et là :
Apprenez à créer votre site web !

Essaie de voir ce que tu peux modifier dans ta page CSS, n'hésite pas à revenir poser des questions et à nous montrer ton code, ce sera plus facile pour t'aider.
 
9 Janvier 2007
6 178
4 226
5 894
flyspanish.tumblr.com
Les filles, j'ai un problème avec le design de mon Tumblr; je ne sais pas pourquoi, mais il refuse de mettre des espaces entre les photos quand je les ajoutes dans un post de texte, alors que sur mon autre Tumblr je n'ai pas ce problème et que sur ma dashboard ça apparaît correctement. Est ce que l'une d'entre vous saurais si en modifiant le code HTML c'est possible d'arranger ça (je m'y connais très peu, je me contente de bidouiller un peu pour modifier la taille des colonnes, les couleurs, les fonds, etc.)?
 
A

AnonymousUser

Guest
flyspanish;2483518 a dit :
Les filles, j'ai un problème avec le design de mon Tumblr; je ne sais pas pourquoi, mais il refuse de mettre des espaces entre les photos quand je les ajoutes dans un post de texte, alors que sur mon autre Tumblr je n'ai pas ce problème et que sur ma dashboard ça apparaît correctement. Est ce que l'une d'entre vous saurais si en modifiant le code HTML c'est possible d'arranger ça (je m'y connais très peu, je me contente de bidouiller un peu pour modifier la taille des colonnes, les couleurs, les fonds, etc.)?

Peux-tu mettre un lien vers ton tumblr stp ?
Et l'espace que tu veux c'est quand tu mets plusieurs photos dans un article ?
 
9 Janvier 2007
6 178
4 226
5 894
flyspanish.tumblr.com
Beyondzewords;2485126 a dit :
Peux-tu mettre un lien vers ton tumblr stp ?
Et l'espace que tu veux c'est quand tu mets plusieurs photos dans un article ?
C'est le lien "Blog" dans ma signature :) Et oui, j'aimerais pouvoir mettre un espace entre les photos d'un même article, là tu verra au niveau du 3ème article les deux photos sont collées.
(Au passage, j'aime beaucoup ton avatar)
 
A

AnonymousUser

Guest
flyspanish;2485351 a dit :
C'est le lien "Blog" dans ma signature :) Et oui, j'aimerais pouvoir mettre un espace entre les photos d'un même article, là tu verra au niveau du 3ème article les deux photos sont collées.
(Au passage, j'aime beaucoup ton avatar)

(Merci)
Il y aurait moyen que tu puisses mettre ici le code (html et css) de ton tumblr ? Ça me semble être un problème de css mais je ne sais pas si dans ton thème le css est à part ou dans le html... (et forcément ça ne se fait pas de la même manière selon où c'est...)
 
9 Janvier 2007
6 178
4 226
5 894
flyspanish.tumblr.com
Alors étant donné que j'ai une partie(vide) "Add cutsom CSS", je suppose que ceci n'est que du html:
Code :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--
	Oddment Tweak by http://kiyla.tumblr.com
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head> 
	<meta name="color:background" content="#F7F7F7">
	<meta name="color:titles" content="#1CBED4">
	<meta name="color:text" content="#707070">
	<meta name="color:text shadow" content="#ECECEC">
	<meta name="color:links" content="#2AD431">
	<meta name="color:date" content="#C5C5C5">
	<meta name="font:titles" content="georgia">
	<meta name="font:body" content="arial">
	<meta name="text:font size" content="11px">
	<meta name="if:text shadows" content="1">
	<meta name="if:show portrait" content="1">
	<meta name="if:show people i follow" content="1">
	<meta name="if:show twitter" content="0">
	<meta name="if:accordion sidebar" content="0">
	<title>{Title}</title>
	<link rel="shortcut icon" href="{Favicon}">
	<link rel="alternate" type="application/rss+xml" href="{RSS}">
	{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
	{block:IfAccordionSidebar}<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
	<script type="text/javascript" src="http://static.tumblr.com/w1vk5wh/UCSl0wmk6/ddaccordion.js"></script>
	<script type="text/javascript">
		ddaccordion.init({
			headerclass: "name", 
			contentclass: "content", 
			revealtype: "click", 
			mouseoverdelay: 200, 
			collapseprev: false, 
			defaultexpanded: [0], 
			onemustopen: false,
			animatedefault: false, 
			persiststate: true, 
			toggleclass: ["", "openpet"], 
			togglehtml: ["none", "", ""], 
			animatespeed: "fast", 
			oninit:function(expandedindices){},
			onopenclose:function(header, index, state, isuseractivated){}
		})
	</script>{/block:IfAccordionSidebar}
<style type="text/css">
	body {
		margin: 0px; 
		margin-bottom: 20px; 
		padding: 0px; 
		color:{color:text}; 
		font-family: {font:body}; 
		font-size: {text:font size}; 
		line-height:130%;
		text-align: center;
		{block:IfTextShadows}text-shadow: {color:text shadow} 1px 2px 2px;{/block:IfTextShadows}
		background-image: url("http://www.backgroundlabs.com/backgrounds/86.jpg");
			}
	div#zero{
		width:740px;
		margin:auto;
		padding:0px;
		margin-top:25px;
		padding-bottom:20px;
		overflow:show;
			}
	div#one{
		width:740px;
		float:left;
		padding:7px;
		margin-top:10px;
		background-color:[URL=http://www.madmoizelle.com/forums/misc.php?do=dbtech_usertag_hash&hash=FFF]#FFF[/URL]
		overflow:show;
			}
	div#two{
		width:225px;
		float:left;
		overflow:show;
			}
	div#three{
		width:500px;
		float:right;
		padding-left:7px;
		margin-top:-5px;
		margin-bottom:-5px;
		border-left:1px dashed {color:background};
		overflow:show;
			}
	p{
		margin:0px;
		padding:0px;
			}
	a:link, a:visited, a:active{
		color:{color:links}; 
		text-decoration:none;
			}
	a:hover{
		color:{color:date};
			}
	a img{
		border:none;
			}
	h1{
		margin:0px;
		padding:0px;
		color:{color:titles};
		font-family: {font:titles}; 
		font-size:20px;
		line-height:110%;
		font-weight:normal;
		letter-spacing:-1px;
		text-transform:lowercase; text-align:left;
			}
	.left{
		float:left;
			}
	.right{
		float:right;
		padding:5px;
		padding-bottom:px;
			}
	.description{
		font-size:;
			}
	div#post{
		width:500px;
		float:right;
		margin-top:5px;
		margin-bottom:5px;
			}
	.date{
		font-size:90%;
		color:{color:date};
		font-style:italic;
		display:block;
			}
	.content{
		display:block;
 		width:100%; {block:IfShowPortrait}min-height:120px;{/block:IfShowPortrait}
		margin-bottom:5px;
			}
	#following, #tweets {
		display:block; 
		width:225px; 
		float:left; 
		margin-top:10px;
			}
	#following tr{
		float:left;
		margin:0px; 
		padding:0px;
			}
	#following table{
		width:225px;
		margin:0px; 
		padding:0px;
		border-collapse:collapse;
			}
	#following td{
		margin:1px;
		padding:0px; 
		width:71px;  
		height:14px;
		overflow:hidden;
		border:1px solid [URL=http://www.madmoizelle.com/forums/misc.php?do=dbtech_usertag_hash&hash=eee]#eee[/URL]
		background-color:[URL=http://www.madmoizelle.com/forums/misc.php?do=dbtech_usertag_hash&hash=f5f5f5]#f5f5f5[/URL]
		float:left;
		display:inline;
		text-align:center; 
		horizontal-align:center;
		font-size:7px; 
		text-transform: uppercase;
		font-family: terminal, small fonts, serif; 
		text-wrap:none;
			}
	#following a{
		color:[URL=http://www.madmoizelle.com/forums/misc.php?do=dbtech_usertag_hash&hash=bbb%21important]#bbb!important[/URL]
			}
	#following td:hover{
		background-color:transparent;
			}
	img.portrait{
		padding:5px;
		background-color:[URL=http://www.madmoizelle.com/forums/misc.php?do=dbtech_usertag_hash&hash=f5f5f5]#f5f5f5[/URL]
		border:1px solid [URL=http://www.madmoizelle.com/forums/misc.php?do=dbtech_usertag_hash&hash=eee]#eee[/URL]
		float:left;
		margin-top:2px;
		margin-right:4px;
			}
	.notes img{
		width:10px; 
		position:relative; 
		top:1px;
			}
	ol.notes, .notes li{
		list-style:none; 
		margin:0px; 
		padding:0px;
			}
	.nav a{
		font-size:90%;
		color:{color:date};
		font-style:italic;
		display:;
			}
	.nav a:hover{
		color:{color:links};
		font-style:italic;
			}
	blockquote{
		margin:0px;
		margin-left:15px;
			}
	#twitter_update_list, #twitter_update_list li{
		list-style:none; 
		margin:0px; 
		padding:0px;
			}

	#pages{
		float:right; margin-top:5px; margin-right:-10px;
			} 
</style>
</head>
<body>
<div id="zero">
	<div class="nav">
		<a href="/">index</a>  <a href="/random">random</a>  <a href="/archive">archive</a>
		{block:AskEnabled}  <a href="/ask">ask</a>{/block:AskEnabled}
		{block:SubmissionsEnabled}  <a href="/submit">submit</a>{/block:SubmissionsEnabled}
		{block:HasPages}{block:Pages}  <a href="{URL}" class="page">{Label}</a>{/block:Pages}{/block:HasPages} 
		<a href="http://malfoy.tumblr.com">©</a>
		
	</div>	
	<div id="one">
	<div id="two">
		<h1 class="name">{Title}</h1>
		<div class="content">{block:IfShowPortrait}<img src="{PortraitURL-128}" height="100" class="portrait">{/block:IfShowPortrait}{block:Description}{Description}{/block:Description}</div>
		{block:IfShowPeopleIFollow}{block:Following}<div id="following"><h1 class="name">following</h1><span class="content"><table><tr>{block:Followed}<td><a href="{FollowedURL}">{FollowedName}</a></td>{/block:Followed}</tr></table></span></div>{/block:Following}{/block:IfShowPeopleIFollow}
		{block:IfShowTwitter}{block:Twitter}<div id="tweets"><h1 class="name">tweets</h1><span class="content"><ul id="twitter_update_list"></ul><a href="http://twitter.com/{TwitterUsername}">follow me?</a></span></div><script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script><script type="text/javascript" src="http://twitter.com/statuses/user_timeline/{TwitterUsername}.json?callback=twitterCallback2&count=10"></script>{/block:Twitter}{/block:IfShowTwitter}
	</div>
	<div id="three">
		{block:Posts}
		<div id="post">
			{block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
			{block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Photo}
			{block:Photoset}<center>{Photoset-500}</center>{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Photoset}
			{block:Quote}<h1>{Quote}</h1>{block:Source}{Source}{/block:Source}{/block:Quote}
			{block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
			{block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}<span class="{UserNumber}">{block:Label}<span class="name">{Label}</span>{/block:Label}&nbsp;{Line}<br>{/block:Lines}{/block:Chat}
			{block:Video}<center>{Video-500}</center>{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Video}
			{block:Audio}<span class="audio">{AudioPlayerBlack}</span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
			{block:Answer}<h1>{Question}</h1>{Answer}{/block:Answer}
			{block:Date}<span class="date">{block:IndexPage}
			{block:Date}<a href="{permalink}">+</a> {/block:Date}{/block:IndexPage}{Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}
			{block:PermalinkPage}
			{block:RebloggedFrom} + originally posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>.{/block:RebloggedFrom}
			{block:Photo}{block:HighRes} + <a href="{PhotoURL-HighRes}">highres</a>{/block:HighRes}{/block:Photo}
			{block:Answer} + by {Asker} + <a href="/ask">{AskLabel}</a>{/block:Answer}
			{block:Audio} + {FormattedPlayCount} plays {block:ExternalAudio} + <a href="{ExternalAudioURL}">download</a>{/block:ExternalAudio}{/block:Audio}
			{block:HasTags}{block:Tags} + <a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
			{block:NoteCount} + {NoteCountWithLabel}{/block:NoteCount}<br><br>
			{/block:PermalinkPage}</span>{/block:Date}
		{block:PostNotes}<h1 class="name">{block:IfAccordionSidebar}view {/block:IfAccordionSidebar}notes{block:IfAccordionSidebar}?{/block:IfAccordionSidebar}</h1><div class="content">{PostNotes}</div>{/block:PostNotes}
		</div>
<script type="text/javascript">var disqus_url = "{Permalink}"; var disqus_title ="{block:PostTitle}{PostTitle}{/block:PostTitle}";</script>{block:Permalink}<div id="disqus_thread"></div>
<script type="text/javascript">
  /**
    * var disqus_identifier; [Optional but recommended: Define a unique identifier (e.g. post id or slug) for this thread] 
    */
  (function() {
   var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
   dsq.src = 'http://followmyhand.disqus.com/embed.js';
   (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
  })();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript=followmyhand">comments powered by Disqus.</a></noscript>
<a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a>
{/block:Permalink}<script type="text/javascript">
var disqus_shortname = 'followmyhand';
(function () {
  var s = document.createElement('script'); s.async = true;
  s.src = 'http://followmyhand.disqus.com/count.js';
  (document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
<div style="font-size: 10px; text-align: left;"><a class="dsq-comment-count" href="{Permalink}#disqus_thread">Comments</a></div>{/block:Posts}

	</div>
	</div>

<div id="pages">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage} {CurrentPage}/{TotalPages} {block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}<BR>{/block:Pagination}
		{block:PermalinkPagination}{block:PreviousPost}&laquo; <a href="{PreviousPost}">previous</a>{/block:PreviousPost} {block:NextPost}<a href="{NextPost}">next</a> &raquo;{/block:NextPost}<BR>{/block:PermalinkPagination}</div>
</div>
</body>
 
A

AnonymousUser

Guest
Copie-colle ça en entier à la place de ce que tu viens de mettre :
normalement c'est bon, j'ai rajouté 10px de marge en haut et en bas de chaque paragraphe (ça contient l'image). Dis-moi si tu en veux plus ou moins
Code :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--
	Oddment Tweak by http://kiyla.tumblr.com
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head> 
	<meta name="color:background" content="#F7F7F7">
	<meta name="color:titles" content="#1CBED4">
	<meta name="color:text" content="#707070">
	<meta name="color:text shadow" content="#ECECEC">
	<meta name="color:links" content="#2AD431">
	<meta name="color:date" content="#C5C5C5">
	<meta name="font:titles" content="georgia">
	<meta name="font:body" content="arial">
	<meta name="text:font size" content="11px">
	<meta name="if:text shadows" content="1">
	<meta name="if:show portrait" content="1">
	<meta name="if:show people i follow" content="1">
	<meta name="if:show twitter" content="0">
	<meta name="if:accordion sidebar" content="0">
	<title>{Title}</title>
	<link rel="shortcut icon" href="{Favicon}">
	<link rel="alternate" type="application/rss+xml" href="{RSS}">
	{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
	{block:IfAccordionSidebar}<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
	<script type="text/javascript" src="http://static.tumblr.com/w1vk5wh/UCSl0wmk6/ddaccordion.js"></script>
	<script type="text/javascript">
		ddaccordion.init({
			headerclass: "name", 
			contentclass: "content", 
			revealtype: "click", 
			mouseoverdelay: 200, 
			collapseprev: false, 
			defaultexpanded: [0], 
			onemustopen: false,
			animatedefault: false, 
			persiststate: true, 
			toggleclass: ["", "openpet"], 
			togglehtml: ["none", "", ""], 
			animatespeed: "fast", 
			oninit:function(expandedindices){},
			onopenclose:function(header, index, state, isuseractivated){}
		})
	</script>{/block:IfAccordionSidebar}
<style type="text/css">
	body {
		margin: 0px; 
		margin-bottom: 20px; 
		padding: 0px; 
		color:{color:text}; 
		font-family: {font:body}; 
		font-size: {text:font size}; 
		line-height:130%;
		text-align: center;
		{block:IfTextShadows}text-shadow: {color:text shadow} 1px 2px 2px;{/block:IfTextShadows}
		background-image: url("http://www.backgroundlabs.com/backgrounds/86.jpg");
			}
	div#zero{
		width:740px;
		margin:auto;
		padding:0px;
		margin-top:25px;
		padding-bottom:20px;
		overflow:show;
			}
	div#one{
		width:740px;
		float:left;
		padding:7px;
		margin-top:10px;
		background-color:#FFF
		overflow:show;
			}
	div#two{
		width:225px;
		float:left;
		overflow:show;
			}
	div#three{
		width:500px;
		float:right;
		padding-left:7px;
		margin-top:-5px;
		margin-bottom:-5px;
		border-left:1px dashed {color:background};
		overflow:show;
			}
	p{
		margin:10px 0px;
		padding:0px;
			}
	a:link, a:visited, a:active{
		color:{color:links}; 
		text-decoration:none;
			}
	a:hover{
		color:{color:date};
			}
	a img{
		border:none;
			}
	h1{
		margin:0px;
		padding:0px;
		color:{color:titles};
		font-family: {font:titles}; 
		font-size:20px;
		line-height:110%;
		font-weight:normal;
		letter-spacing:-1px;
		text-transform:lowercase; text-align:left;
			}
	.left{
		float:left;
			}
	.right{
		float:right;
		padding:5px;
		padding-bottom:px;
			}
	.description{
		font-size:;
			}
	div#post{
		width:500px;
		float:right;
		margin-top:5px;
		margin-bottom:5px;
			}
	.date{
		font-size:90%;
		color:{color:date};
		font-style:italic;
		display:block;
			}
	.content{
		display:block;
 		width:100%; {block:IfShowPortrait}min-height:120px;{/block:IfShowPortrait}
		margin-bottom:5px;
			}
	#following, #tweets {
		display:block; 
		width:225px; 
		float:left; 
		margin-top:10px;
			}
	#following tr{
		float:left;
		margin:0px; 
		padding:0px;
			}
	#following table{
		width:225px;
		margin:0px; 
		padding:0px;
		border-collapse:collapse;
			}
	#following td{
		margin:1px;
		padding:0px; 
		width:71px;  
		height:14px;
		overflow:hidden;
		border:1px solid #eee
		background-color:#f5f5f5
		float:left;
		display:inline;
		text-align:center; 
		horizontal-align:center;
		font-size:7px; 
		text-transform: uppercase;
		font-family: terminal, small fonts, serif; 
		text-wrap:none;
			}
	#following a{
		color:#bbb!important
			}
	#following td:hover{
		background-color:transparent;
			}
	img.portrait{
		padding:5px;
		background-color:#f5f5f5
		border:1px solid #eee
		float:left;
		margin-top:2px;
		margin-right:4px;
			}
	.notes img{
		width:10px; 
		position:relative; 
		top:1px;
			}
	ol.notes, .notes li{
		list-style:none; 
		margin:0px; 
		padding:0px;
			}
	.nav a{
		font-size:90%;
		color:{color:date};
		font-style:italic;
		display:;
			}
	.nav a:hover{
		color:{color:links};
		font-style:italic;
			}
	blockquote{
		margin:0px;
		margin-left:15px;
			}
	#twitter_update_list, #twitter_update_list li{
		list-style:none; 
		margin:0px; 
		padding:0px;
			}

	#pages{
		float:right; margin-top:5px; margin-right:-10px;
			} 
</style>
</head>
<body>
<div id="zero">
	<div class="nav">
		<a href="/">index</a>  <a href="/random">random</a>  <a href="/archive">archive</a>
		{block:AskEnabled}  <a href="/ask">ask</a>{/block:AskEnabled}
		{block:SubmissionsEnabled}  <a href="/submit">submit</a>{/block:SubmissionsEnabled}
		{block:HasPages}{block:Pages}  <a href="{URL}" class="page">{Label}</a>{/block:Pages}{/block:HasPages} 
		<a href="http://malfoy.tumblr.com">©</a>
		
	</div>	
	<div id="one">
	<div id="two">
		<h1 class="name">{Title}</h1>
		<div class="content">{block:IfShowPortrait}<img src="{PortraitURL-128}" height="100" class="portrait">{/block:IfShowPortrait}{block:Description}{Description}{/block:Description}</div>
		{block:IfShowPeopleIFollow}{block:Following}<div id="following"><h1 class="name">following</h1><span class="content"><table><tr>{block:Followed}<td><a href="{FollowedURL}">{FollowedName}</a></td>{/block:Followed}</tr></table></span></div>{/block:Following}{/block:IfShowPeopleIFollow}
		{block:IfShowTwitter}{block:Twitter}<div id="tweets"><h1 class="name">tweets</h1><span class="content"><ul id="twitter_update_list"></ul><a href="http://twitter.com/{TwitterUsername}">follow me?</a></span></div><script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script><script type="text/javascript" src="http://twitter.com/statuses/user_timeline/{TwitterUsername}.json?callback=twitterCallback2&count=10"></script>{/block:Twitter}{/block:IfShowTwitter}
	</div>
	<div id="three">
		{block:Posts}
		<div id="post">
			{block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
			{block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Photo}
			{block:Photoset}<center>{Photoset-500}</center>{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Photoset}
			{block:Quote}<h1>{Quote}</h1>{block:Source}{Source}{/block:Source}{/block:Quote}
			{block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
			{block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}<span class="{UserNumber}">{block:Label}<span class="name">{Label}</span>{/block:Label}&nbsp;{Line}<br>{/block:Lines}{/block:Chat}
			{block:Video}<center>{Video-500}</center>{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Video}
			{block:Audio}<span class="audio">{AudioPlayerBlack}</span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
			{block:Answer}<h1>{Question}</h1>{Answer}{/block:Answer}
			{block:Date}<span class="date">{block:IndexPage}
			{block:Date}<a href="{permalink}">+</a> {/block:Date}{/block:IndexPage}{Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}
			{block:PermalinkPage}
			{block:RebloggedFrom} + originally posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>.{/block:RebloggedFrom}
			{block:Photo}{block:HighRes} + <a href="{PhotoURL-HighRes}">highres</a>{/block:HighRes}{/block:Photo}
			{block:Answer} + by {Asker} + <a href="/ask">{AskLabel}</a>{/block:Answer}
			{block:Audio} + {FormattedPlayCount} plays {block:ExternalAudio} + <a href="{ExternalAudioURL}">download</a>{/block:ExternalAudio}{/block:Audio}
			{block:HasTags}{block:Tags} + <a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
			{block:NoteCount} + {NoteCountWithLabel}{/block:NoteCount}<br><br>
			{/block:PermalinkPage}</span>{/block:Date}
		{block:PostNotes}<h1 class="name">{block:IfAccordionSidebar}view {/block:IfAccordionSidebar}notes{block:IfAccordionSidebar}?{/block:IfAccordionSidebar}</h1><div class="content">{PostNotes}</div>{/block:PostNotes}
		</div>
<script type="text/javascript">var disqus_url = "{Permalink}"; var disqus_title ="{block:PostTitle}{PostTitle}{/block:PostTitle}";</script>{block:Permalink}<div id="disqus_thread"></div>
<script type="text/javascript">
  /**
    * var disqus_identifier; [Optional but recommended: Define a unique identifier (e.g. post id or slug) for this thread] 
    */
  (function() {
   var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
   dsq.src = 'http://followmyhand.disqus.com/embed.js';
   (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
  })();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript=followmyhand">comments powered by Disqus.</a></noscript>
<a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a>
{/block:Permalink}<script type="text/javascript">
var disqus_shortname = 'followmyhand';
(function () {
  var s = document.createElement('script'); s.async = true;
  s.src = 'http://followmyhand.disqus.com/count.js';
  (document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
<div style="font-size: 10px; text-align: left;"><a class="dsq-comment-count" href="{Permalink}#disqus_thread">Comments</a></div>{/block:Posts}

	</div>
	</div>

<div id="pages">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage} {CurrentPage}/{TotalPages} {block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}<BR>{/block:Pagination}
		{block:PermalinkPagination}{block:PreviousPost}&laquo; <a href="{PreviousPost}">previous</a>{/block:PreviousPost} {block:NextPost}<a href="{NextPost}">next</a> &raquo;{/block:NextPost}<BR>{/block:PermalinkPagination}</div>
</div>
</body>
 
9 Janvier 2007
6 178
4 226
5 894
flyspanish.tumblr.com
Alors pour l'espace entre les photos c'est parfait, merci :) sauf que cela a malheureusement enlever le "corps" blanc qui était le fond de mes articles :yawn: et quand je remets mon ancien code il disparait quand même...bizarre bizarre. Je vais réinstaller le thème et remettre mon code pour voir ce que ça fait. Cela dit si tu n'as changé qu'une seule ligne de code je vois laquelle c'est, donc peut-être qu'en bidouillant bien j'arriverais à faire ce que je veux. Merci beaucoup pour ton aide en tout cas !
 
A

AnonymousUser

Guest
flyspanish;2488200 a dit :
Alors pour l'espace entre les photos c'est parfait, merci :) sauf que cela a malheureusement enlever le "corps" blanc qui était le fond de mes articles :yawn: et quand je remets mon ancien code il disparait quand même...bizarre bizarre. Je vais réinstaller le thème et remettre mon code pour voir ce que ça fait. Cela dit si tu n'as changé qu'une seule ligne de code je vois laquelle c'est, donc peut-être qu'en bidouillant bien j'arriverais à faire ce que je veux. Merci beaucoup pour ton aide en tout cas !

A tout hasard, ce fond blanc, tu ne l'avais pas mis avec les options tumblr sans avoir à toucher au code ?
 
9 Janvier 2007
6 178
4 226
5 894
flyspanish.tumblr.com
Beyondzewords;2489053 a dit :
A tout hasard, ce fond blanc, tu ne l'avais pas mis avec les options tumblr sans avoir à toucher au code ?

Il était déjà dans le design de base en fait, je ne l'ai pas ajouté. Mais j'ai réussi à le remettre et à mettre un espace entre les photos en regardant la ligne que tu avais modifié :)
 

Les Immanquables du forum

Participe au magazine !
Une info qu'on devrait traiter sur madmoiZelle ?
 
Nouvelle ou perdue ?
Pas de panique, on t'aime déjà !

La charte de respect du forum
Le guide technique &
le guide culturel du forum
Viens te présenter !
Un problème technique ?
Topic d'entraide sur l'orthographe et la grammaire
 
La chefferie vous informe
Les annonces de l'équipe concernant le forum et madmoiZelle
Rendre visite à madmoiZelle
Le médiateur du forum
Soutiens madmoiZelle financièrement
Topic dédié à la pub sur mad
Si vous aimez madmoiZelle, désactivez AdBlock !

Les immanquables
Les topics de blabla
En ce moment... !

Mode - Beauté - Ciné - Musique - Séries - Littérature - Jeux Vidéo - Etudes - Ecriture - Cuisine - People - Télévision

Envie de rencontrer des MadZ ?
Viens trouver le forum de ta ville !

Mode
Le pire de la mode
Ces vêtements qui te font envie
Ta tenue du jour
La tenue qui plaît
Tes derniers achats de fringues

Beauté
Astuces,bons plans économies & dupes
Le topic des vernis
Questions beauté en tout genre
 
Culture
Le meilleur des images du net
L'aide aux devoirs
Tu écoutes quoi ?
Quelle est ta série du moment ?
Quel livre lisez-vous en ce moment ?
Le dernier film que vous avez vu à la maison
Le topic philosophique
 
Société
Topic des gens qui cherchent du travail
Voyager seule : conseils et témoignages
Trucs nuls de la vie d'adulte : CAF, Banque, Mutuelle, Logement etc...
 
Les topics universels
Je ne supporte pas
Je ne comprends pas
Ca me perturbe
Je me demande
J'adore...
Je m'en veux de penser ça mais...

Cupidon
Le topic des amoureuses
Le topic des polyamoureuses
Les Célibattantes