SMItalia Forum International
23 Maggio 12, 00:52:19 *
Benvenuto, Visitatore. Per favore, effettua il login o registrati.
Hai perso la tua email di attivazione?

Login con username, password e lunghezza della sessione
News: SMItalia, la risposta Italiana a SMF
 
  Home   Forum   Help Login Registrati  
Pagine: [1]   Vai Giù
  Stampa  |  Bookmarks  
Autore Topic: Piccole Modifiche..  (Letto 5240 volte)
0 Utenti e 2 Visitatori stanno guardando questo topic.
Enzo90
Newbie
*
Offline Offline

Sesso: Maschile
Posts: 25


Guarda Profilo
« il: 09 Settembre 08, 02:57:48 »

Salve raga..
avrei bisogno di qualche aiutino per sistemare alcune cosuccie di un tema che sto editanto..
Il forum è questo..
Praticamente prima c'era uno sfondo scuro, e alcune scritte erano bianche, ora che c'è uno sfondo bianco ho problemi nel visualizzarle..
Una di queste si trova sopra alla prima sezione, accanto all'immaginetta della cartellina (selezionate quella parte e noterete alcune scritte), ecco, praticamente nel css non ho beccato nulla e mi sa che c'è da editare qualche altro file, cortesemente qualcuno sa dirmi quale??
Altro problemino, è quello del boxettino News, praticamente la parola "News:" è in nero e nn si vede, anke lì stessa cosa, guardato il css (ho poche conoscenze di css e altri codici eh^^) e nn mi sembra di aver trovato nulla per cambiare il colore lì..
Se qualcuno può indicarmi i file, gliene sarei grato, vi ringrazio, byeeee
Loggato
Chocozell
Newbie
*
Offline Offline

Sesso: Maschile
Posts: 22


Guarda Profilo WWW
« Risposta #1 il: 09 Settembre 08, 14:47:10 »

Posta i css del template ke stai usando
Loggato
Enzo90
Newbie
*
Offline Offline

Sesso: Maschile
Posts: 25


Guarda Profilo
« Risposta #2 il: 09 Settembre 08, 17:41:41 »

Ook, grassie:
Codice:
/* smFox Skin | Rediscover SMF (c) 2006 PixelSlot http://www.pixelslot.com */

/* Normal, standard links. */
a:link, a:visited
{
color: #696969;
text-decoration: none;
}
a:hover
{
text-decoration: underline;
color: #B50100;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
color: #FFFFFF;
text-decoration: none;
font-size: 12px;
font-weight: normal;
}
a.nav:hover
{
color: Black;
text-decoration: none;
}

/* Tables should show empty cells. */
table
{
empty-cells: show;
}

/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
color: Black;
font-size: 9pt;
font-family: verdana, sans-serif;
}

/* The main body of the entire forum. */
body
{
background: #f8f8f8;
margin: 0;
}

#wrapper
{
margin: auto;
max-width: 100%;
min-width: 757px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button, #footer a, #header a
{
color: #000000;
font-family: verdana, sans-serif;
text-decoration: none;
}
input, button
{
font-size: 90%;
background-color: White;
border: 1px solid Silver;
}

textarea
{
font-size: 100%;
color: #000000;
font-family: verdana, sans-serif;
}

#footerarea
{
font-size: 9px;
vertical-align: middle;
width: 100%;
margin-top: 20px;
}

#footerarea, #footerarea a {color: #696969;text-decoration: none;}
#footerarea a:link, #footerarea a:visited { text-decoration: underline;}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
font-size: 90%;
font-weight: normal;
color: #000000;
font-family: verdana, sans-serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
height: 2px;
border: 0;
color: #F2F2F2;
background-color: #F2F2F2;
width: 95%;
}

/* No image should have a border when linked */
a img{
border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
color: #000000;
padding: 5px;
font-size: 95%;
line-height: 1.4em;
margin-left: 10px;
border-bottom: 2px solid #C9D1DA;
margin-bottom: 5px;
}

/* A code block - maybe even PHP ;). */
.code
{
font-family: "courier new", "times new roman", monospace;
color: #000000;
background-color: #F5F5F5;
padding: 5px;
font-size: 95%;
line-height: 1.4em;
margin-left: 10px;
border-bottom: 3px solid #ECECEC;
/* Don't wrap its contents, and show scrollbars. */
white-space: nowrap;
overflow: auto;
/* Stop after about 24 lines, and just show a scrollbar. */
max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader
{
padding: 5px;
margin-left: 10px;
color: #636263;
font-weight: bold;
background: #E8ECEF;
border-top: 1px solid #C9D1DA;
font-size: 90%;
text-decoration: none;
}
 .codeheader
{
padding: 5px;
margin-left: 10px;
color: #696969;
font-weight: bold;
background: #ECECEC;
font-size: 90%;
text-decoration: none;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
color: red;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
width: 96%;
}

/* Highlighted text - such as search results. */
.highlight
{
background-color: yellow;
font-weight: bold;
color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
color: #696969;
background-color: #FBFBFB;
}
.windowbg2
{
color: #696969;
background-color: White;
}
.windowbg3
{
color: #696969;
background-color: #F3F3F3;
}
/* the today container in calendar */
.calendar_today
{
background-color: #FFFFFF;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
color: black;
border-bottom: solid 1px #9BAEBF;
border-top: solid 1px #9BAEBF;
padding-left: 10px;
padding-right: 10px;
background: url(images/profile.gif) top;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
font-weight: bold;
color: black;
font-style: normal;
}

.titlebg a:hover
{
color: #404040;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
color: black;
font-style: normal;
text-decoration: underline;
}

.titlebg2 a:hover
{
text-decoration: underline;
}

/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg , tr.catbg td
{
color: Black;
background: url(images/catbg.gif);
}
.catbg_l {background: url(images/catbg_l.gif);width: 15px;height: 30px;}
.catbg_r {background: url(images/catbg_r.gif);width: 15px;height: 30px;}
.catbg_bl {background: url(images/catbg_bl.gif) no-repeat;width: 15px;height: 14px;}
.catbg_br {background: url(images/catbg_br.gif) no-repeat;width: 15px;height: 14px;}
.catbg_b {background: url(images/catbg_b.gif); height: 14px; text-align: center;  font-size: 1px;  }
.cbgborder {border-left: 2px solid #C6C6C6;border-right: 2px solid #C6C6C6;}
.catbg2 , tr.catbg2 td
{
background-image: url(images/catbg2.gif);
background-color: White;
color: #ffffff;
}
.catbg2_l {background: url(images/catbg2_l.gif) no-repeat;width: 15px;height: 30px;}
.catbg2_r {background: url(images/catbg2_r.gif) no-repeat;width: 15px;height: 30px;}
.catbg2_bl {background: url(images/catbg2_bl.gif) no-repeat;width: 12px;height: 14px;}
.catbg2_br {background: url(images/catbg2_br.gif) no-repeat;width: 12px;height: 14px;}
.catbg2_b { background: url(images/catbg2_b.gif); height: 14px; text-align: center;  font-size: 1px;  }
.cbg2border { border-left: 2px solid #2F3A52;border-right: 2px solid #2F3A52; }
.catbg3 , tr.catbg3 td
{
background: url(images/catbg2.gif);
height: 25px;
}
.catbg4 , tr.catbg4 td
{
background: #2B354A;
color: White;
}
.catbg, .catbg2, .catbg3
{
background-repeat: repeat-x;
}
.catbg, .catbg2
{
font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited, .catbg3 a:hover, .catbg4 a:link, .catbg4 a:visited, .catbg4 a:hover
{
font-size: 95%;
color: White;
text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
color: #FFFFFF;
text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover
{
color: #FFFF00;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
background-color: #F5F5F5;
padding: 0px;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
background-color: transparent;
}
/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
font-size: 10px;
font-family: verdana, sans-serif;
}
.middletext
{
font-size: 90%;
}
.normaltext
{
font-size: 12px;
}
.largetext
{
font-size: 15px;
}


/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
width: 98%;
overflow: auto;
line-height: 1.3em;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
width: 100%;
overflow: auto;
padding-bottom: 3px;
line-height: 1.3em;
}

/* Sometimes there will be an error when you post */
.error{
color: red;
}


/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
background-position: left bottom;
color: white;
text-transform: uppercase;
vertical-align: top;

}
.maintab_back, .maintab_active_back
{
color: white;
text-decoration: none;
font-size:  10px;
vertical-align: top;
padding: 5px 6px 8px 6px;
font-family: tahoma, sans-serif;
}

.maintab_first
{
background-image: url(images/maintab_first.gif);
background-repeat: no-repeat;
width: 15px;
}
.maintab_back
{
background-image: url(images/maintab_back.gif);
background-repeat: repeat-x;
}
.maintab_last
{
background-image: url(images/maintab_last.gif);
background-repeat: no-repeat;
width: 15px;
}
.maintab_active_first
{
background-image: url(images/maintab_active_first.gif);
background-repeat: no-repeat;
width: 10px;
}
.maintab_active_back
{
background-image: url(images/maintab_active_back.gif);
background-repeat: repeat-x;
}
.maintab_active_last
{
background-image: url(images/maintab_active_last.gif);
background-repeat: no-repeat;
width: 10px;
}

/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited
{
color: white;
text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
color: #E2E7ED;
text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
background-position: left top;
color: white;
text-transform: uppercase;
vertical-align: top;

}
.mirrortab_back, .mirrortab_active_back
{
color: white;
text-decoration: none;
font-size: 10px;
vertical-align: bottom;
padding: 8px 6px 5px 6px;
font-family: tahoma, sans-serif;
}

.mirrortab_first
{
background-image: url(images/mirrortab_first.gif);
background-repeat: no-repeat;
width: 15px;
}
.mirrortab_back
{
background-image: url(images/mirrortab_back.gif);
background-repeat: repeat-x;
}
.mirrortab_last
{
background-image: url(images/mirrortab_last.gif);
background-repeat: no-repeat;
width: 15px;
}
.mirrortab_active_first
{
background-image: url(images/mirrortab_active_first.gif);
background-repeat: no-repeat;
width: 10px;
}
.mirrortab_active_back
{
background-image: url(images/mirrortab_active_back.gif);
background-repeat: repeat-x;
}
.mirrortab_active_last
{
background-image: url(images/mirrortab_active_last.gif);
background-repeat: no-repeat;
width: 10px;
}

/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
color: white;
text-decoration: none;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
color: #E2E7ED;
text-decoration: none;
}

#profile
{
background: #f7f7f6 url(images/profile.gif) 0 50%;
border-bottom: 1px solid #f7f7f6;
border-top: 1px solid #ff6603;
display: table;
width: 100%;
padding: 10px 0 10px 0;
}

#header {
background: url(images/head.gif);
height: 45px;
}
#header h1
{
float: left;
margin: 0;
font-size: 20px;
font-weight: normal;
}
#header ul
{
display: inline;
float: right;
  padding: 15px 0 15px 0;
margin: 0;
}
#header li
{
display: inline;
  padding: 15px 0 15px 0;
}
/* Positioning */
.left {
float: left;
}
.right {
float: right;
}
.clearing {
clear:both;
height:0;
}

/* Navigation Stuff */
.nav_div
{
background: url(images/col.gif) no-repeat;
width: 2px;
}
.nav_back
{
}
.nav_active_back
{
}
/* nav links */
.nav_back a, .nav_active_back a
{
  padding: 15px 5px 15px 5px;
}
.nav_back a:hover
{

  padding: 15px 5px 15px 5px;
}
#header a
{
text-decoration: none;
color: White;
}
#newsearch
{
background: url(images/newsearch.gif);
padding: 2px 0 2px;
border-top: 1px solid #000000;
display: table;
width: 100%;
}
#bodyarea
{
background: url(images/bodyarea.gif) repeat-x;
border-top: 1px solid #d6d6d6;
padding-top: 10px;
}
.shrink
{
width: 70%;
max-width: 70%;
min-width: 757px;
margin: auto;
}

/* smFox Skin | Rediscover SMF (c) 2006 PixelSlot http://www.pixelslot.com */

Sorry per la lunghezza ma nn mi sembra ci sia lo spoiler..
Loggato
mimmozzo18
Jr. Member
**
Offline Offline

Sesso: Maschile
Posts: 51


Guarda Profilo
« Risposta #3 il: 12 Settembre 08, 00:20:29 »

basta sostituire
Codice:
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
color: #FFFFFF;
text-decoration: none;

con
Codice:
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
color: #000000;
text-decoration: none;

poi

cambi questo
Codice:
/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
color: #FFFFFF;
text-decoration: none;
font-size: 12px;
font-weight: normal;

con

Codice:
/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
color: #000000;
text-decoration: none;
font-size: 12px;
font-weight: normal;

credo sia tutto e spero di esserti stato utile ciao
« Ultima modifica: 12 Settembre 08, 00:22:18 da mimmozzo18 » Loggato
Enzo90
Newbie
*
Offline Offline

Sesso: Maschile
Posts: 25


Guarda Profilo
« Risposta #4 il: 12 Settembre 08, 02:20:54 »

Inanzitutto grazie mille mimmozzo per avermi risposto Wink

Fatte le due modifiche, i link che segnano in che sezione ti trovi ora sono neri, purtroppo News no..

Altra cosa (sempre se non disturbo troppo..) riguardante una mod..
Dovevo installare sempre su quel forum la mod "Membergroup Color Legend II.2".
Questa mod supporta diversi temi, ma non il mio..
Praticamente fatto un test su un altro tema, questo non aveva di suo il file "BoardIndex.template.php", su cui la mod fa una piccola modifica, quindi il tema usa il file del tema di default (sempre se ho capito bene eheh)
Ora, volevo installarla su questo tema, solo che questo tema ha dentro questo file..
Provato a fare lo stesso le modifiche che dovrebbero essere fatte sul tema di default, ma mi da  un  errore la index..
Mi sai dire te o altri, come posso risolvere?? Vi allego il file del tema che uso (senza postare tutto il codice nel post eheh)
Ringrazio ancora, ciauzzz
Loggato
mimmozzo18
Jr. Member
**
Offline Offline

Sesso: Maschile
Posts: 51


Guarda Profilo
« Risposta #5 il: 13 Settembre 08, 00:12:06 »

modifica anche

questo
Codice:
#newsearch
{
background: url(images/newsearch.gif);
padding: 2px 0 2px;
border-top: 1px solid #000000;
display: table;
width: 100%;

lo cambi con

Codice:
#newsearch
{
background: url('images/newsearch.gif');
border-top: 1px solid #000000;
display: table;
width: 100%; color:#FFFFFF; padding-left:0; padding-right:0; padding-top:2px; padding-bottom:2px
« Ultima modifica: 13 Settembre 08, 00:36:09 da mimmozzo18 » Loggato
mimmozzo18
Jr. Member
**
Offline Offline

Sesso: Maschile
Posts: 51


Guarda Profilo
« Risposta #6 il: 13 Settembre 08, 00:57:50 »

per la modifica chiedi nella sezione specifica
Loggato
Enzo90
Newbie
*
Offline Offline

Sesso: Maschile
Posts: 25


Guarda Profilo
« Risposta #7 il: 13 Settembre 08, 01:07:58 »

grazie mille, ora va^^
ok, domani apro di là, grassie ancora^^
Loggato
mimmozzo18
Jr. Member
**
Offline Offline

Sesso: Maschile
Posts: 51


Guarda Profilo
« Risposta #8 il: 13 Settembre 08, 01:27:24 »

va be ti ho risolto pire la mod ti allego il boardindex moddato

auguri XD
Loggato
Enzo90
Newbie
*
Offline Offline

Sesso: Maschile
Posts: 25


Guarda Profilo
« Risposta #9 il: 13 Settembre 08, 01:39:37 »

azz grazie mille, ora li vedo i gruppi^^
mod potete chiudere se volete, thx !!!
Loggato
Pagine: [1]   Vai Su
  Stampa  |  Bookmarks  
 
Salta a:  


+ Thread Correlati o Similari
Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines | TinyPortal v0.9.7 © Bloc XHTML 1.0 Valido! CSS Valido!

Tutti i contenuti di SMItalia sono pubblicati secondo la licenza di utilizzo di Creative Commons, salvo diverse indicazioni. Lo Staff non assume alcuna responsabilità nel caso di eventuali errori contenuti negli articoli o di errori in cui fosse incorso nella loro riproduzione sul sito. Tutte le pubblicazioni su SMItalia avvengono senza eventuali protezioni di brevetti d'invenzione; inoltre, i nomi coperti da eventuale marchio registrato vengono utilizzati senza tenerne conto.

Pagina creata in 0.111 secondi con 25 queries.| ServerUptime: 288 days, 2 hours, 21 minutes