4
This is the code:
style.css:
@font-face {
font-family: 'FFFTusjBold';
src: url('../fonts/FFF/FFF_Tusj-webfont.eot');
src: local('FFFTusjBold'), url('../fonts/FFF/FFF_Tusj-webfont.woff') format('woff'), url('../fonts/FFF/FFF_Tusj-webfont.ttf') format('truetype'), url('../fonts/FFF/FFF_Tusj-webfont.svg#webfonttlERylLX') format('svg');
font-weight: normal;
font-style: normal;
globalnav.css:
#xo-globalnav {
clear: both;
min-height: 23px !important;
width: 100%;
margin: 0;
background : #fffff0 url(../img/navbar.gif) repeat-x left top;
font-family: FFFTusjBold;
font-size: 3.0em;
text-align: center;
vertical-align: middle;
I try to find where are defined those colors for visited and active (visited = #551a8b active = #0000ee) but these colors are not there so i don't know where these colors are defined.
(I've use grep to find the colors: '$ grep "#551a8b" *' recursively)
Thanks guys,
D.