Следите за новостями любимого конструктора сайтов uCoz в социальных сетях!
Размер шрифта меняем в стилях строку номер 79:
.uMenuV li {margin: 0;padding: 0 0 0 20px;background: url('/.s/t/822/8.gif') left center no-repeat;margin-bottom: .6em;font-size: 10pt;}
чтобы изменить цвет, добавьте в стили в самый низ:
#uMenuDiv1 a {color:red;}
вместо red пропишите нужный вам цвет, подобрать код цвета можете здесь - http://www.color-hex.com/
Попробуйте в стили добавить:
#uMenuDiv1 a:hover {font-size:25;color:red;}
вместо red пропишите нужный цвет при наведении и вместо 25 пропишите нужный размер шрифта.
В CSS:
/* Site Menus */ .uMenuH li {float:left;padding:0 5px;} .uMenuV .uMenuItem {font-weight:normal;} .uMenuV li a:link {text-decoration:none; color:#7D7D7D} .uMenuV li a:active {text-decoration:none; color:#7D7D7D} .uMenuV li a:visited {text-decoration:none; color:#7D7D7D} .uMenuV li a:hover {text-decoration:none; color:#016CAC} .uMenuV a.uMenuItemA:link {text-decoration:none; color:#016CAC} .uMenuV a.uMenuItemA:visited {text-decoration:none; color:#016CAC} .uMenuV a.uMenuItemA:hover {text-decoration:none; color:#000000} .uMenuV .uMenuArrow {position:absolute;width:10px;height:10px;right:0;top:3px;background:url('/.s/img/wd/1/ar1.gif') no-repeat 0 0;} .uMenuV li {margin: 0; padding: 0 0 0 20px; background: url('/.s/t/822/8.gif') left center no-repeat; margin-bottom: .6em; font-size: 10pt;} /* --------- */
/* Site Menus */ .uMenuH li {float:left;padding:0 5px;}
.uMenuV .uMenuItem {font-weight:normal;} .uMenuV li a:link {text-decoration:none; color:#7D7D7D} .uMenuV li a:active {text-decoration:none; color:#7D7D7D} .uMenuV li a:visited {text-decoration:none; color:#7D7D7D} .uMenuV li a:hover {text-decoration:none; color:#016CAC}
.uMenuV a.uMenuItemA:link {text-decoration:none; color:#016CAC} .uMenuV a.uMenuItemA:visited {text-decoration:none; color:#016CAC} .uMenuV a.uMenuItemA:hover {text-decoration:none; color:#000000} .uMenuV .uMenuArrow {position:absolute;width:10px;height:10px;right:0;top:3px;background:url('/.s/img/wd/1/ar1.gif') no-repeat 0 0;} .uMenuV li {margin: 0; padding: 0 0 0 20px; background: url('/.s/t/822/8.gif') left center no-repeat; margin-bottom: .6em; font-size: 10pt;} /* --------- */
цвет ссылок меню
цвет активной ссылки меню
размер шрифта
А как сделать чтоб при наведении шрифт увеличивался и был другим цветом?
Изменить цвет у
.uMenuV li a:hover {text-decoration:none; color:#016CAC} .uMenuV a.uMenuItemA:hover {text-decoration:none; color:#000000}
.uMenuV li a:hover {text-decoration:none; color:#016CAC}
.uMenuV a.uMenuItemA:hover {text-decoration:none; color:#000000}
и добавить к ним, например font-size: 12pt;