Pagina 1 din 1

Cum pot modifica culorile??

Scris: 07-Sep-2011, 10:58:43
de emmanuel55
deci vreau sa modific culoarea si marime textului din post uitati aici imagine ce va arata ce vreau sa modific
http://img17.imageshack.us/img17/2448/culoarescris.jpg

Re: Cum pot modifica culorile??

Scris: 07-Sep-2011, 11:50:19
de emmanuel55
nu ma ajuta nimeni?

Re: Cum pot modifica culorile??

Scris: 07-Sep-2011, 14:15:26
de bogdan
Subiect mutat. Tine de stiluri.

Ai rabdare sa ti se raspunda. Citeste regulamentul forumului!

Re: Cum pot modifica culorile??

Scris: 07-Sep-2011, 19:33:55
de Dragosvr92
Sunt mai multe locuri unde este specificata marimea textului.....

Pentru modifica marimea textului du te in :
styles/{stilul_tau}/theme/content.css

Cod: Selectaţi tot

.postbody h3.first {
	/* The first post on the page uses this */
	font-size: 1.7em;
}

.postbody h3 {
	/* Postbody requires a different h3 format - so change it here */
	font-size: 1.5em;
	padding: 2px 0 0 0;
	margin: 0 0 0.3em 0 !important;
	text-transform: none;
	border: none;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	line-height: 125%;
}

.postbody .content {
	font-size: 1.3em;
}
Schimba numerele proprietati font-size:

styles/{stilul_tau}/theme/colours.css
Pentru culoare:

Cod: Selectaţi tot

/* Post body styles
----------------------------------------*/
.postbody {
	color: #333333;
}

/* Content container styles
----------------------------------------*/
.content {
	color: #333333;
}

Re: Cum pot modifica culorile??

Scris: 07-Sep-2011, 20:25:03
de bogdan
Poate ar trebui scris un articol la modul general....