Pagina 1 din 1
Modificare tema
Scris: 06-Feb-2010, 16:52:56
de CaTalyN
Buna ziua,
As vrea sa va intreb cum schimb culoarea urmatoare:
http://fifa-best.org/viewtopic.php?f=2&t=5 (din gri-ul respectiv sa pun alta culoare). De unde o schimb ?

Re: Modificare tema
Scris: 26-Feb-2010, 20:18:15
de danutz!
din stylesheet.css
Daca doresti ca in loc de griul ala sa ai alb,adauga codul asta in stylesheet.css
Cod: Selectaţi tot
/* 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: tahoma;
color: #444;
background: #f9f9f9;
font-size: 10px;
margin: 0;
padding: 0;
}
#body-simple {
background: #FFF;
padding: 5px;
}
div#body {
background: #f9f9f9;
padding: 0px;
}
/* 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: 11px;
}
.titles {
font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
font-weight: bold;
font-size: 1.3em;
text-decoration: none;
}
.error, table td .error {
color: #FF3200;
}
.spacer {
background: #A5ADB2 url("{T_THEME_PATH}/images/cathead.gif") top left repeat-x;
}
hr { height: 0px; border: solid #B4B9BF 0px; border-top-width: 1px;}
.pagination {
padding: 4px;
font-size: 1em;
font-weight: bold;
}