Cum pot sa

Pentru întrebări legate de facilităţile forumului phpBB 3.0.x, acest loc este cel mai potrivit.
Reguli forum
Aveti o problema si vreti sa primiti ajutor? Click aici ! Nu uitati si de regulamentul forumului !
csmioveni
Utilizator înregistrat
Mesaje: 39
Membru din: 01-Sep-2008, 05:24:12

Cum pot sa

Mesaj de csmioveni »

cum as putea sterge si eu Site description: de pe forum : imagine ->

http://cs.mioveni.org/21.jpg

ca imi strica bannerul !!


si unde pot modifica culorile butoanelor board index Search View new Posts ... imagine -> http://cs.mioveni.org/22.jpg

adresa forumului meu este : www.mioveni.org/forum

Multumesc anticipat astept replay !! :D
kaz
Utilizator înregistrat
Mesaje: 42
Membru din: 27-Ian-2009, 01:16:05

Mesaj de kaz »

si unde pot modifica culorile butoanelor board index Search View new Posts ... imagine -> http://cs.mioveni.org/22.jpg
Intrii in melankolia/theme/stylesheet.css si cauti:

Cod: Selectaţi tot

.menu2 a:hover {stylesheet.css (line 185)
color:#FFFFFF !important;
text-decoration:none;
}
.menu2 a:link, .menu2 a:visited {stylesheet.css (line 180)
color:#000000 !important;
text-decoration:none;
Schimbi #FFFFFF si #000000 cu ce culori vrei.
csmioveni
Utilizator înregistrat
Mesaje: 39
Membru din: 01-Sep-2008, 05:24:12

Mesaj de csmioveni »

ms :) pentru ajutor
, la prima chestiune stie careva ??!!:)
Niculescu9
Utilizator înregistrat
Mesaje: 107
Membru din: 15-Ian-2009, 20:56:18

Mesaj de Niculescu9 »

Am incercat sa caut aceasta linie si nu a mers .

Poftim stylesheet.css al meu :

Cod: Selectaţi tot

/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		subSilver2
	Based on style:	subSilver2 (the default phpBB 2 style)
	
	This is an alternative style for phpBB3 for those wishing to stay with
	the familiar subSilver style of phpBB version 2.x
	
	Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/


/* Main blocks
---------------------------------------- */
#header-bg {
	width: 820px;
	height: 200px;
	margin: auto;
}

#wrap-bg {
	width: 820px;
	margin: auto;
}

#wrap {
	padding: 0;
	width: 780px;
	margin: auto;
}

#simple-wrap {
	padding: 6px 10px;
}

#page-body {
	margin: 4px 0;
	clear: both;
}

#page-footer {
	clear: both;
}

#page-footer h3 {
	margin-top: 20px;
}

#footer-bg {
	width: 820px;
	height: 150px;
	margin: auto;
}

#logo {
	color: #FFFFFF;
	padding: 50px 0pt 0pt 400pt;
	text-align: center;
	
}

a#logo, a.logo:visited {
	color: #FFFFFF;
	font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	white-space: nowrap;}

a#logo:hover {
	color: #40BFE7;
	font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	padding: 3px 25px 3px 6px;
	white-space: nowrap;}}

/* Background
--------------------------------------------- */
#header-bg {
	background-image: url("{T_THEME_PATH}/images/bg_header.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}

#wrap-bg {
	background-image: url("{T_THEME_PATH}/images/bg_wrap.gif");
	background-repeat: repeat-y;
}

#footer-bg {
	background-image: url("{T_THEME_PATH}/images/bg_footer.gif");
	background-position: top left;
	background-repeat: none;
}

/* Layout
 ------------ */
* {
	/* 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: Verdana, Helvetica, Arial, sans-serif;
	color: #323D4F;
	background-color: #000000;
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	margin: 0;
}

#wrapheader {
	min-height: 120px;
	height: auto !important;
	height: 120px;
	margin: 15px 15px 0 15px;}

#wrapcentre {
	margin: 15px;
}

#wrapfooter {
	text-align: center;
	clear: both;
}

#wrapnav {
	width: 100%;
	margin: 0px;
	background-color: #ECECEC;
	border-width: 1px;
	border-style: solid;
	border-color: #A9B8C2;
}

#dropmenudiv{
	position:absolute;
	border:1px solid #E0E0E0;
	border-bottom-width: 0;
	font:normal 8pt Verdana;
	line-height:18px;
	z-index:100;

}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #E0E0E0;
	padding: 1px 0;
	text-decoration: none;
}

#dropmenudiv a:hover{
	background-color: #005D8C;
	color: #ffffff;
}

#logodesc {
	background-image: url('./images/site_logo.jpg');
	background-repeat: none;
	height: 176px;
}

#menubar {
	background: #000000 none repeat scroll 0%;
	background-image: url('./images/cellpic3.gif');
	background-repeat: repeat-x;
	padding: 0 5px 0px;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;

}

#datebar {
	margin-top: 0px;
}

#findbar {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.forumrules {
	background-color: #F9CC79;
	border-width: 1px;
	border-style: solid;
	border-color: #BB9860;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#pageheader { }
#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }


/*  Text
 --------------------- */
h1 {
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-weight: bold;
	font-size: 0em;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0em;
	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;
	color: #999;
}

p {
	font-size: 1.1em;
}

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

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

p.breadcrumbs {
	margin: 0px;
	float: left;
	color: black;
	font-weight: bold;
	white-space: normal;
	font-size: 1em;
}

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

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

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

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

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

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

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

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

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

.postauthor {
	color: #999999;
}

.postdetails {
	background-color: #2C2C2C;
	border-color: #0E0E0E;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	margin-bottom: 3px;
	padding: 3px 0px 3px 3px;
}

.postbody {
	font-size: 1.3em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

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

.posthilit {
	background-color: yellow;
}

.nav {
	margin: 0px;
	color: #666666;
	font-weight: bold;
}

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

.cattitle {

}

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

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

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

.copyright {
	color: #666666;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

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

.error {
	color: red;
}


/* Tables
 ------------ */
th {
	color: #ADAEAE;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #000;
	background-image: url('./images/cellpic3.gif');
	white-space: nowrap;
	padding: 2px 5px;
}

td {
	padding: 2px;

}

.tablebg {
	background: #000000 none repeat scroll 0%;
	color: #555A5F;
}
.tablefooter {
	background-color: #1f1f1f;
	height: 7px;
}

.catdiv {
	height: 28px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: black;
	background-image: url('./images/cellpic2.jpg');
	background-repeat: repeat-y;
}

.cat {
	height: 25px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-image: url('./images/cellpic1.gif');
	text-indent: 4px;

}

.catline {
	height: 20px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #E8E8E8;
	background-image: url('./images/cellpic1.gif');
	text-indent: 4px;
}

.row1 {
	background: #181818 none repeat scroll 0%;
	border-left: 1px solid #252525;
	border-top: 1px solid #252525;
	color: #ADAEAE;
}

.row2 {
	background: #1D1D1D none repeat scroll 0%;
	border-left: 1px solid #252525;
	border-top: 1px solid #252525;
	color: #ADAEAE;
}

.row3 {
	background: #313131 none repeat scroll 0%;
	border-left: 1px solid #252525;
	border-top: 1px solid #252525;
	color: #ADAEAE;
}

.row4 {
	background-color: #E1E4F2;
	padding: 4px;
}


.rowgood {
	background-color: #C2D6CD;
	padding: 4px;
}

.rowneutral {
	background-color: #CAC1D7;
	padding: 4px;
}

.rowbad {
	background-color: #D7C1C3;
	padding: 4px;
}

.spacer {
	background-color: #1F1F1F;
}

hr {
	height: 1px;
	border-width: 0px;
	background-color: #D1D7DC;
	color: #D1D7DC;
}

.legend {
	text-align:center;
	margin: 0 auto;
	background-color: #181818;
	border: 1px #000000 solid;
}

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

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

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

a.forumlink:hover {
	color: #40BFE7;
	font-weight: bold;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
}

a.forumlink {
	color: #666666;
	font-weight: bold;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
}

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

a.topictitle:visited {
	color: #666666;
	text-decoration: none;
}

a.topictitle:hover {
	color: #40BFE7;
	text-decoration: none;
}

th a,
th a:visited {
	color: #666666 !important;
	text-decoration: none;
}

th a:hover {
	text-decoration: underline;
}

a.menubar, a.menubar:visited {
	color: #40BFE7;
	font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	padding: 3px 20px 3px 6px;
	white-space: nowrap;}

a.menubar:hover {
	color: #FFFFFF;
	font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	padding: 3px 20px 3px 6px;
	white-space: nowrap;}}

#kat {
	background-color: #F4F4F4;
	padding: 0 5px 4px 5px;
	border: 1px #666666 solid;
}

a.kat, a.kat:visited {
	color: #40BFE7;
	font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	padding: 3px 6px 3px 6px;
	white-space: nowrap;}

a.kat:hover {
	color: #000000;
	font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	padding: 3px 6px 3px 6px;
	white-space: nowrap;}}


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

input {
	color: #666666;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #333333;
	background-color: #000000;
}

textarea {
	color: #666666;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #333333;
	background-color: #000000;
	padding: 2px;
}

select {
	color: #666666;
	background-color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #333333;
	padding: 1px;
}

option {
	padding-right: 1em;
}

input.radio {
	border: none;
	background-color: 000000;
	color: #666666;

}

.post {
	color: #666666;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #333333;
	background-color: #000000;
}

.btnbbcode {
	color: #666666;
	font-weight: normal;
	background-color: #000000;
	border: 1px solid #333333;
	font-size: 1.1em;
}

.btnmain {
	color: #666666;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #333333;
	background-color: #000000;
}

.btnlite {
	color: #666666;
	font-weight: normal;
	background-color: #000000;
	border: 1px solid #333333;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.helpline {
	background-color: #1d1d1d;
	border-style: none;
	color: #e9e9e9;
}


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 5px 0px 5px;
	padding: 4px;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #333;
	color: #999;
	background-color: #000;
	font-size: 0.85em;
	font-weight: bold;
}

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

.quotecontent, .attachcontent {
	margin: 0px 5px 10px 5px;
	padding: 5px;
	border-color: #333;
	border-width: 0px 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: #1C1C1C;
	color: #999;
}

.attachcontent {
	font-size: 0.85em;
}

.codetitle {
	margin: 10px 5px 0px 5px;
	padding: 2px 4px;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #333;
	color: #333333;
	background-color: #2C2C2C;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}

.codecontent {
	margin: 0px 5px 10px 5px;
	padding: 5px;
	border-color: #333;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #999;
	font-size: 0.85em;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #2C2C2C;
}

.syntaxbg {
	color: #666666;
}

.syntaxcomment {
	color: #FF8000;
}

.syntaxdefault {
	color: #0000BB;
}

.syntaxhtml {
	color: #000000;
}

.syntaxkeyword {
	color: #007700;
}

.syntaxstring {
	color: #DD0000;
}


/* Private messages
 ------------------ */
.pm_marked_colour {
	background-color: #000000;
}

.pm_replied_colour {
	background-color: #A9B8C2;
}

.pm_friend_colour {
	background-color: #007700;
}

.pm_foe_colour {
	background-color: #DD0000;
}


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

.blue {
	color: #006699;
}

.pbit {
padding-left: 3px;
padding-right: 0px;
padding-top: 3px;
padding-bottom: 3px;
border-bottom: 1px solid #ffffff;
margin-bottom: 3px;
float: left;
width: 175px;
}

.pbitauthor {
padding-left: 3px;
padding-right: 0px;
padding-top: 3px;
padding-bottom: 3px;
border-bottom: 1px solid #ffffff;
margin-bottom: 3px;
float: left;
width: 175px;
color: #7D8AA0;
font-size: 14px;
margin-bottom: 3px;
font-weight: bold;
}

.pbitdetails {
padding-left: 3px;
padding-right: 0px;
padding-top: 3px;
padding-bottom: 3px;
border-bottom: 1px solid #ffffff;
margin-bottom: 3px;
float: left;
width: 175px;
color: #000000;
font-size: 10px; 
text-align: left;
}
.yesil {
font-weight: bold;
color: #00AA00;
}

.gri {
font-weight: bold;
color: #8D9AAB;
}



.sep {
	color: black;
	background-color: #FFA34F;
}

table.colortable td {
	padding: 0;
}

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

csmioveni
Utilizator înregistrat
Mesaje: 39
Membru din: 01-Sep-2008, 05:24:12

Mesaj de csmioveni »

:P deci nimeni nu stie?
Avatar utilizator
Shadow of Wishes
Autor de StiluriAutor de Stiluri
Mesaje: 796
Membru din: 03-Mar-2007, 20:18:30
Versiune: 3.0.6 SVN
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Experimentat

Mesaj de Shadow of Wishes »

csmioveni scrie::P deci nimeni nu stie?
Cred ca toti care au avut bunavointa sa se caute prin cod, stiu cum se rezolva...eu zic sa te uiti prin overall_header.html sa vezi daca nu descoperi singur.
Nu ofer suport prin PM. Astepti raspunsul pe forum. Probabilitatea ca acesta sa vina intr-un timp scurt, nu este garantata.
الحرب لا يقرر من هو على حق ، الذي غادر للتو.
Niculescu9
Utilizator înregistrat
Mesaje: 107
Membru din: 15-Ian-2009, 20:56:18

Mesaj de Niculescu9 »

Macar ne poti spune si noua cum modificam acele culori ? De la menu ....Multumesc
Avatar utilizator
Shadow of Wishes
Autor de StiluriAutor de Stiluri
Mesaje: 796
Membru din: 03-Mar-2007, 20:18:30
Versiune: 3.0.6 SVN
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Experimentat

Mesaj de Shadow of Wishes »

Niculescu9 scrie:Macar ne poti spune si noua cum modificam acele culori ? De la menu ....Multumesc
Nu stiu despre ce tema vorbesti (nu asta ma intereseaza pe mine), dar ce clasa sau id foloseste meniul la care faci referire?
Nu ofer suport prin PM. Astepti raspunsul pe forum. Probabilitatea ca acesta sa vina intr-un timp scurt, nu este garantata.
الحرب لا يقرر من هو على حق ، الذي غادر للتو.
Niculescu9
Utilizator înregistrat
Mesaje: 107
Membru din: 15-Ian-2009, 20:56:18

Mesaj de Niculescu9 »

Habar n-am . Sunt cam paralel . Folosesc melankolia
kaz
Utilizator înregistrat
Mesaje: 42
Membru din: 27-Ian-2009, 01:16:05

Mesaj de kaz »

Intrii in melankolia/theme/stylesheet.css si cauti:

Cod: Selectaţi tot

.menu2 a:hover {stylesheet.css (line 185)
color:#FFFFFF !important;
text-decoration:none;
}
.menu2 a:link, .menu2 a:visited {stylesheet.css (line 180)
color:#000000 !important;
text-decoration:none;
Schimbi #FFFFFF si #000000 cu ce culori vrei.[/quote]

Nu e destul de clar, niculescu ? :)
Închis

Înapoi la “3.0.x Cum pot să...?”

Cine este conectat

Utilizatori ce ce navighează pe acest forum: Niciun utilizator înregistrat și 3 vizitatori