Fondatore
Messaggi: 256
Iscritto il: sab ott 11, 2008 11:00 pm
Località: Torremaggiore(Foggia),Italia
Conoscenze Informatiche: Ottime conoscenze del mondo phpnuke, dell'html, php, mysql, css, javascript(Tutto del web!),
discrete conoscenze grafiche, infarinatura di c ++
Re: block-Who_is_Online.php + captcha ??
Apri il file styles/nomestile/theme/stylesheet.css
e metti questo all'inizio:
- Codice:
* {
/* Reset browsers default margin, padding and font sizes */
font-size: 11px;
margin: 0;
padding: 0;
}
html {
font-size: 100%;
/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
height: 100%;
margin-bottom: 1px;
}
body {
/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #828282;
font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
margin: 0;
padding: 12px 0;
}


