Pagina 1 din 1

Cum Schimb Culoarea Text ului in Topic

Scris: 16-Mar-2011, 10:14:59
de SeLeCT
salutare si bine v-am gasit !
Sun nou atat pe forum cat si in phpbb si vin si eu ca omu sarac cu o intrebare:
Cum pot schimba culoarea textului dintr-un topic , culoare textului e foarte apropiata de culoare fundalului
Imagine
Imi cer scuze si rog un moderator sa mute topicul daca nu am postat unde trebuie
Am folosit search dar nu am gasit nimic pe intelesul meu si sincer sa fiu nu am insistat prea mult , va multumesc pentru timpul acordat

Re: Cum schimb culoarea textului în subiecte?

Scris: 16-Mar-2011, 10:27:40
de 1960
Salut şi bine ai venit!

Vezi aici, pentru ceea ce doreşti tu :
http://www.phpbb.ro/viewtopic.php?f=49& ... nt#p122629

Mai multe rezultate, pe care e bine să le verifici dacă îţi sunt de folos :
Culoare font

Nu sunt genial, dar :
În limba română, cuvintele unei propoziţii nu se scriu cu literă mare, ca în germană.
Sfat de pe net Să scriem şi să vorbim corect româneşte

Re: Cum Schimb Culoarea Text ului in Topic

Scris: 16-Mar-2011, 12:12:47
de SeLeCT
Multumesc mult, dar totusi nu am inteles ultima parte cu liera mare de obicei sunt atent cum si ce scriu, oricum orice corectare e bine venita :) thx

Am urmarit topicul acela dar nu am reusit nimic
Initial in theme din stilul meu aveam doar stylesheet.css dar am mai adaugat eu din prosilver si celelalte .css uri printre care se afla si colours.css afecteaza cu ceva asta ?

stylesheet.css ul meu

Cod: Selectaţi tot

/* Layout
 ------------ */
@import url("common.css");
@import url("buttons.css");
@import url("mchat.css");
@import url("content.css");
@import url("cp.css");
@import url("forms.css");
@import url("tweaks.css");

* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: "sans-serif", Tahoma, Helvetica, Arial, verdana;
	color: #F3F3F3;
	background: #1B1B1B; 
	font-size: 10px;
	margin: 0;
	padding: 0;
}
#body-simple {
	background: #1B1B1B;
	padding: 5px;
}
div#body { 

    padding: 5px;
}

/* Misc stuff */
img {
	border: none;
}

.gen {
	margin: 1px 1px;
	font-size: 1.2em;
}

.genmed {
	margin: 1px 1px;
	font-size: 1.1em;
}

.gensmall {
	margin: 1px 1px;
	font-size: 1em;
        color: #616161;
}

.titles {
	font-family: "Tahoma", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
}

.error, table td .error {
	color: #FF6600;
}

.spacer {
	background: #1B1B1B;
}

hr	{ height: 0px; border: solid #1B1B1B 0px; border-top-width: 1px;}

.pagination {
	padding: 4px;
	font-size: 1em;
	font-weight: bold;
}

/* Links
 ------------ */
a {
	color: #f5f5f5;
	text-decoration: none;
}

a:active,
a:visited {
	color: #f5f5f5;
	text-decoration: none;
}

a:hover {
	color: #ff6600;
	text-decoration: underline;
}

a.forumlink {
	font-weight: bold;
	font-family: "Tahoma", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
        color: #f5f5f5;
	text-align: center;
}

a.topictitle {
	margin: 1px 0px;
	font-family: "Tahoma", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
        color: #f5f5f5;
}

a.topictitle, .postbody a {
	color: #f5f5f5;
}
a.topictitle:visited, .postbody a:visited {
	color: #ff6600;
}
a.topictitle:visited:hover, .postbody a:visited:hover {
	color: #ff6600;
}
a.topictitle:hover, .postbody a:hover {
	color: #ff6600;
}

/* Header and logo */
#maintable {
	margin: 0 auto;
	background-color: #000000;
}
#header, .row-left, .row-right { padding: 0; }
.row-left { width 2; background-color: #000000; }
.row-right { width 2; background-color: #000000; }

#logorow {
	background-color: #000000;
	text-align: center;
	padding: 0;
}

#logo-left {
	background-color: #000000;
}
#logo-right {
	background-color: #000000;
	padding: 4px 15px 0 15px;
	text-align: left;
	overflow: hidden;
}

.pm-notify-new, .pm-notify-unread {
	border-left: solid 1px #1F1F1F;
	border-right: solid 1px #1F1F1F;
	border-top: solid 1px #1F1F1F;
	border-bottom: solid 1px #1F1F1F;
	background: #1F1F1F;
	margin: 10px 0;
	padding: 10px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
.pm-notify-new a, .pm-notify-new a:visited, .pm-notify-unread a, .pm-notify-unread a:visited { text-decoration: 

underline; }
.pm-notify-header {
	margin-bottom: 10px;
	color: #FF3200;
}
.pm-notify-new { padding: 30px; }

/* Navigation buttons */
.navrow {
	background: url(images/pathway.gif) top left repeat-x; 
	border-top: solid 1px #f5f5f5;
	border-bottom: solid 1px #f5f5f5;
	height: 21px;
	overflow: hidden;
	color: #f5f5f5;
	text-align: center;
	font-size: 11px;
	padding-top: 4px;
}
/* * html .navrow { padding: 0; } */
.navrow b, .navrow strong { font-weight: normal; }
.navrow a, .navrow a:visited {
	color: #f5f5f5;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}
.navrow a:hover { 
	color: #ff6600; 
	text-decoration: underline; 
}

a.link-new, a.link-new:visited { color: #f5f5f5; }
a.link-new:hover, a.link-new:visited:hover { color: #ff6600; }

/* footer */
.row-bottom { 
    padding: 0;
    overflow: hidden;
    background-color: #f5f5f5; 
    height: 10px;
}
* html .row-bottom { font-size: 1px; line-height: 1px; }
.row-bottom div {
    height: 10px;
    background-color: #f5f5f5; 
}
.row-bottom div div {
    background-color: #f5f5f5; 
}

/* Content and tables */
#contentrow {
	padding: 8px;
}

.tablebg {
	border: solid 1px #1B1B1B; 
      background: url(images/pathway.gif) top left repeat-x; 
}
.block-start .tablebg { 
    border-top-width: 0; 
    border-bottom-width: 0; 

}

.row1, .row2, .row3, .legend, .forumrules, tr.row1 .row, tr.row2 .row, tr.row3 .row, .postbottom {
	border-left: solid 1px #2F2F2F;
	border-right: solid 1px #2F2F2F;
	border-top: solid 1px #2F2F2F;
	border-bottom: solid 1px #2F2F2F;
	background: #1B1B1B;
	padding: 3px;
}
th {
	color: #f5f5f5; 
	font-size: 11px; 
	font-weight: bold;
	background: #0E0E0E;
	white-space: nowrap;
	padding: 0 5px;
	text-align: center;
	height: 26px;
	border-left: solid 1px #2F2F2F;
	border-right: solid 1px #2F2F2F;
	border-top: solid 1px #2F2F2F;
	border-bottom: solid 1px #2F2F2F;
}
th a, th a:visited {
	color: #f5f5f5 !important;
	text-decoration: underline;
}
th a:hover {
	color: #f5f5f5;
	text-decoration: underline;
}

td {
	padding: 1px;
}
td.profile {
	padding: 1px;
}
.catdiv, .cat, .cathead {
	height: 24px;
	padding: 0 3px;
	border-left: solid 1px #2F2F2F;
	border-right: solid 1px #2F2F2F;
	border-top: solid 1px #2F2F2F;
	border-bottom: solid 1px #2F2F2F;
	background: #1B1B1B;
	color: #f5f5f5;
}

.cat, .cathead {
	text-indent: 4px;
}

.catdiv a, .cathead a, .cat a {
    color: #616161;
    text-decoration: underline;
}
.catdiv a:hover, .cathead a:hover, .cat a:hover {
    color: #FF491F;
    text-decoration: underline;
}


/* Table header */
caption, .cap-div { 
	margin: 0; 
	padding: 0;
	background: url(images/panelgrad1s.gif) top left repeat-x;
	border-top: solid 1px #2F2F2F;
	border-bottom: solid 1px #2F2F2F;
        border-left: solid 1px #2F2F2F;
        border-right: solid 1px #2F2F2F;
	white-space: nowrap;
	height: 27px;
	text-align: center;
}
.cap-left {

}
.cap-right {

	padding-top: 6px;
	padding-left: 23px;
	height: 21px;
}
caption, caption h1, caption h2, caption h3, caption h4, caption span,
.cap-div, .cap-div h1, .cap-div h2, .cap-div h3, .cap-div h4, .cap-div span { 
	font-size: 12px;
	font-weight: bold;
	color: #f5f5f5;
}
caption h1, caption h2, caption h3, caption h4, caption span,
.cap-div h1, .cap-div h2, .cap-div h3, .cap-div h4, .cap-div span { 
	display: inline;
}
caption a, caption a:visited, .cap-div a, .cap-div a:visited {
	color: #f5f5f5;
	text-decoration: underline;
}
caption a:hover, .cap-div a:hover {
	color: #f5f5f5;
	text-decoration: underline;
}



/* Footer */
#wrapfooter {
	text-align: center;
	color: #f5f5f5;
	padding-top: 10px;
}

.copyright {
	color: #f5f5f5;
	font-weight: normal;
	font-size: 9px;
	line-height: 1.2em;
}
.copyright a, .copyright a:visited {
	color: #f5f5f5;
	text-decoration: underline;
}
.copyright a:hover { color: #f5f5f5; }


/* Breadcrumbs */
.breadcrumb .row1 { 
    border-width: 1px 0 0 1px; 
    background: #2F2F2F;  
    color: #f5f5f5;   
}
p.breadcrumbs {
	margin: 0;
	padding: 0;
	float: left;
	color: #f5f5f5;

	white-space: normal;
	font-size: 1em;
}
.rtl p.breadcrumbs {
	float: right;
}

p.datetime {
	margin: 0;
	padding: 0;
	float: right;
	white-space: nowrap;
	font-size: 1em;
}

.rtl p.datetime {
	float: left;
}

/* Index/viewforum */
.subforum.read { 
	background: url(images/sub_old.gif) top left no-repeat;
	padding-left: 12px;
}
.subforum.unread { 
	background: url(images/sub_new.gif) top left no-repeat;
	padding-left: 12px;
}
.legend {
	text-align: center;
	margin: 0 auto;

}
.legend-viewforum { 
	margin: 0; 
	text-align: left; 
	border-top-color: #1B1B1B;
	border-left-color: #1B1B1B;
}

.forumrules {
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	border-left: solid 1px #C1C5CB;
	border-right: solid 1px #B4B9BF;
	border-top: solid 1px #C1C5CB;
	border-bottom: solid 1px #B4B9BF;
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
}
.forumrules h3 {
	color: #f5f5f5;
}

/* Post */
.postsubject {
	font-size: 12px;
	font-weight: bold;
	color: #f5f5f5;
}
td.postbottom { 
	background: #1B1B1B; 
	font-size: 10px;
	color: #f5f5f5;
	white-space: nowrap;
	padding: 1px;
	vertical-align: middle;
	border-left: solid 1px #2F2F2F;
	border-top: solid 1px #2F2F2F;
	border-right: solid 1px #2F2F2F;
	border-bottom: solid 1px #2F2F2F;
}
td.postbuttons { padding-top: 3px; }
.postdetails { 
	color: #f5f5f5;
	font-size: 10px; 
	text-align: left;
}
.postdetails b {
	color: #f5f5f5;
}
.posterrank		{ font-size: 9px; color: #f5f5f5; }
.posterprofile	{ font-size: 10px; color: #f5f5f5; }

.postauthor {
	color: #f5f5f5;
	font-size: 12px;
	margin-bottom: 3px;
	font-weight: bold;
}
.postonline { margin-bottom: 2px; }

.postreported, .postreported a:visited, .postreported a:hover, .postreported a, .postreported a:active {
	margin: 1px 0px;
	color: #f5f5f5;
	font-weight: bold;
}

.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a, .postapprove a:active {
	color: #f5f5f5;
	font-weight: bold;
}

.postapprove img, .postreported img {
	vertical-align: bottom;
}

.postbody {
	font-size: 12px;
	line-height: 1.4em;
	margin: 3px 0;
}
.signature {
	font-size: 11px;
	color: #f5f5f5;
	margin-top: 5px;
}
.signature .line { color: #f5f5f5; }

.postbody li, ol, ul {
	margin: 0 0 0 1.5em;
}

.rtl .postbody li, .rtl ol, .rtl ul {
	margin: 0 1.5em 0 0;
}

.posthilit {
	background-color: #B3BCC1;
}

.postsubject {
	font-size: 12px;
	font-weight: bold;
	color: #f5f5f5;
}

.postbody a { text-decoration: underline; }

/* UCP */
.folder-current a, .folder-current a:visited {
	color: #f5f5f5;
	font-weight: bold;
}
.folder-current a:hover { color: #f5f5f5; }

td.pm_marked_colour { background: #FF3200; }
td.pm_marked_colour_left { border-left: solid 3px #FF3200; padding-left: 2px; }
td.pm_marked_colour_right { border-right: solid 3px #FF3200; padding-right: 2px; }

td.pm_replied_colour { background: #889095; }
td.pm_replied_colour_left { border-left: solid 3px #889095; padding-left: 2px; }
td.pm_replied_colour_right { border-right: solid 3px #889095; padding-right: 2px; }

td.pm_friend_colour { background: #007700; }
td.pm_friend_colour_left { border-left: solid 3px #007700; padding-left: 2px; }
td.pm_friend_colour_right { border-right: solid 3px #007700; padding-right: 2px; }

td.pm_foe_colour { background: #DD0000; }
td.pm_foe_colour_left { border-left: solid 3px #DD0000; padding-left: 2px; }
td.pm_foe_colour_right { border-right: solid 3px #DD0000; padding-right: 2px; }


/* Form Elements
 ------------ */
form {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

textarea, select, .post, .btnbbcode, .btnmain, .btnlite, .btnfile, .helpline {
	font-weight: normal;
	font-family: "Tahoma", Verdana, Helvetica, sans-serif;
	color: #f5f5f5;
	border: 1px solid #2F2F2F;
	background-color: #1B1B1B;
}
.cat .btnmain, .cat .btnlite, .cat select {
    color: #f5f5f5;
    background-color: #1B1B1B;
    border-color: #2F2F2F;
}

input {
	font-size: 1.1em;
	padding: 1px;
}
textarea {
	font-size: 1.3em; 
	line-height: 1.4em;
	padding: 2px;
}
select {
	font-size: 1.1em;
	padding: 1px;
        color: #f5f5f5;
}

option {
	padding: 0 1em 0 0;
}

.rtl option {
	padding: 0 0 0 1em;
}

.post {
	border-style: solid;
	border-width: 1px;
}

.btnbbcode {
	font-size: 1.1em;
	color: #f5f5f5;
	border: 1px solid #2F2F2F;
}
.btnbbcode:hover {
	border-color: #2F2F2F;
	color: #f5f5f5;
}

.btnmain {
	font-weight: bold;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
	font-weight: normal;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnfile {
	font-weight: normal;
	padding: 1px 5px;
	font-size: 1.1em;
}

.helpline {
	background-color: transparent;
	color: #f5f5f5;
	border-style: none;
}
#helpline { color: #f5f5f5; }

* html textarea, * html select, * html .post, * html .btnmain, * html .btnlite, * html .btnfile {
	border-color: #2F2F2F;
        color: #f5f5f5;
}
* html .cat .btnmain, * html .cat .btnlite {
    border-color: #2F2F2F;
}
textarea:hover, select:hover, .post:hover, .btnmain:hover, .btnlite:hover, .btnfile:hover {
	border-color: #2F2F2F;
}
textarea:focus, select:focus, .post:focus, .btnmain:focus, .btnlite:focus, .btnfile:focus {
	border-color: #2F2F2F; 
	color: #f5f5f5;
}
.cat .btnmain:hover, .cat .btnlite:hover, .cat select:hover {
    border-color: #2F2F2F;
}
.cat .btnmain:focus, .cat .btnlite:focus, .cat select:focus {
    border-color: #2F2F2F;
    color: #f5f5f5;
}

label:hover { 
	color: #f5f5f5; 
}

/* BBCode
 ------------ */
.quotetitle, .attachtitle, .codetitle {
	padding: 2px 4px;
	border: solid 1px #4F4F4F;
	color: #f5f5f5;
	background-color: #1B1B1B;
	font-size: 0.85em;
	font-weight: bold;
}

.quotetitle .quotetitle {
	font-size: 1em;
}

.quotecontent, .attachcontent {
	margin: 5px 5px 10px 5px;
	padding: 5px;
	border-color: #2F2F2F;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
/*	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif; */
	background-color: #2F2F2F;
	color: #f5f5f5;
}

.attachcontent {
	font-size: 0.85em;
}

.codecontent {
	direction: ltr;
	margin: 0px 5px 10px 5px;
	padding: 5px;
	border-color: #2F2F2F;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 11px;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #F0F3F5;
	color: #444;
}

.quotewrapper, .codewrapper, .attachwrapper {
	clear: both;
	margin: 10px 5px;
	background: #1B1B1B url(images/code_header.gif) top left no-repeat;
	padding-left: 19px;
	border: solid 1px #4F4F4F;
	border-bottom-color: #4F4F4F;
	border-right-color: #4F4F4F;
}
.quotewrapper { background-image: url(images/quote_header.gif); }
.quotewrapper .quotetitle, .codewrapper .codetitle, .attachwrapper .attachtitle { 
	margin: 0; 
	border-width: 0 0 1px 1px;
}
.quotewrapper .quotecontent, .codewrapper .codecontent, .attachwrapper .attachcontent {
	margin: 0; 
	border-width: 1 0 0 1px;
}
.attachcontent, html>body .postbody {
	overflow: auto;
	overflow-x: auto;
}

.syntaxbg {
	color: #f5f5f5;
}

.syntaxcomment {
	color: #f5f5f5;
}

.syntaxdefault {
	color: #f5f5f5;
}

.syntaxhtml {
	color: #f5f5f5;
}

.syntaxkeyword {
	color: #f5f5f5;
}

.syntaxstring {
	color: #f5f5f5;
}


/* More misc stuff */
h1 {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 120%;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}

h4 {
	margin: 0px;
	font-size: 1.1em;
	font-weight: bold;
}

p {
	font-size: 1.1em;
}

p.moderators {
	margin: 0px;
	float: left;
	color: #889095;
	font-weight: bold;
}

.rtl p.moderators {
	float: right;
}

p.linkmcp {
	margin: 0px;
	float: right;
	white-space: nowrap;
}

.rtl p.linkmcp {
	float: left;
}

p.searchbar {
	padding: 2px 0;
	white-space: nowrap;
} 

p.searchbarreg {
	margin: 0px;
	float: right;
	white-space: nowrap;
}

.rtl p.searchbarreg {
	float: left;
}

p.forumdesc {
	padding-bottom: 4px;
}

p.topicauthor {
	margin: 1px 0px;
}

p.topicdetails {
	margin: 1px 0px;
}
td.history-current, tr.row1 td.history-current, tr.row2 td.history-current {
	background: #1B1B1B;
}

table.colortable td {
	padding: 0;
}

pre {
	font-size: 1.1em;
	font-family: Monaco, 'Courier New', monospace;
}

.nowrap {
	white-space: nowrap;
}

.username-coloured {
	font-weight: bold;
}

.sep {
	color: #f5f5f5;
}


/* bugs */
@media all and (min-width: 0px)
@import url("portal.css");

{
	/* reset file input style for Opera - it changes only text color and border, but not bg color */
	.btnfile, .btnfile:hover, .btnfile:focus { 
		border: none; 
		background-color: #1B1B1B;
		color: #000;
	}

}
help :cry:

Re: Cum schimb culoarea textului in subiecte?

Scris: 16-Mar-2011, 13:46:31
de 1960
SeLeCT scrie:Multumesc mult, dar totusi nu am inteles ultima parte cu liera mare de obicei sunt atent cum si ce scriu, oricum orice corectare e bine venita :) thx

Am urmarit topicul acela dar nu am reusit nimic
Initial in theme din stilul meu aveam doar stylesheet.css dar am mai adaugat eu din prosilver si celelalte .css uri printre care se afla si colours.css afecteaza cu ceva asta ?

.............................

Nu aş vrea să îţi dau un răspuns eronat, nu sunt expert în phpbb, am crezut că acele linkuri în care se dezbate aceeaşi problemă, îţi vor fi de folos şi vei reuşi.
Ca o părere personală, nu cred că schimbarea ar afecta restul, dar, ia-o doar ca o părere de afon.
Dacă schimbi doar fragmentul ce ţine de zona respectivă, nu ar trebui să afecteze alte zone.


În ce priveşte scrisul, mă refeream la modul în care ai scris titlul subiectului.

Re: Cum Schimb Culoarea Text ului in Topic

Scris: 16-Mar-2011, 13:53:12
de SeLeCT
Multumesc mult pentru ajutor astept si alte sfaturi/pareri
Am copiat in graba dupa titlul / textul pentru a face un print

Gata am rezolvat :)
Rezolvarea: Dupa ce am urmat topicul dat mai sus am inchis si redeschis brownserul si modificarile sunt vizibile

Re: Cum Schimb Culoarea Text ului in Topic

Scris: 16-Mar-2011, 15:27:58
de bogdan
Nu trebuia decat sa cureti cache-ul forumului: knowledge/kb_show.php?id=128