Ok
Another way if possible because Lucida is the font used for Tab headers, things for sale etc.
Have this Italic font on its own so we control the font used for it.
What do you think ?
Ok
Another way if possible because Lucida is the font used for Tab headers, things for sale etc.
Have this Italic font on its own so we control the font used for it.
What do you think ?
Hi there theremotedr,
Personally, I prefer to keep everything simple...What do you think ?
...and I would make them italic or bold wherever necessary.Code:font-family: verdana, arial, helvetica, sans-serif;
If you don't want to use basics then you have to take the @font-face route.
When visitors come to your site it's because you "have been supplying spare
replacement vehicle car keys & fobs for many years" not because you are
using the "Lucida Handwriting" font.
Arty-farty fonts will be at the very bottom of their list of requirements.
coothead
~ the original bald headed old fart ~
theremotedr (01-04-2017)
Hi there theremotedr,
it is very easy to lose sight of what your site is about.
You are looking at with very different eyes to those of your visitors.
You are now concerned with making it look right to your eyes but
you don't have any real idea what will look right to your visitors.
Your main priority should always be to make certain that the real
content is easily obtainable and understandable to your first time
visitors and potential customers.
You can make a site that looks heavenly and perfect to your eyes
but you wont be buying any fobs, cases, keys or remotes from it.
coothead
~ the original bald headed old fart ~
theremotedr (01-05-2017)
You are correct.
The Italic question was mainly for it looking out of sync with the site.
Just wanted things to look the same etc.
Quick question.
The text colour on the warning message, if I remember correctly I didn't see a font colour option
In its css for it to be changed from black to white etc or was there the option ?
Hi there theremotedr,
you can add "color: #fff;" here...
Code:#warning { display: none; position: absolute; bottom:104%; left: 50%; width: 17.4em; padding: 0.5em; border:0.06em solid #000000; border-radius: 1em; background-color: #CB2027; box-shadow: 0.4em 0.4em 0.4em #000; font-size: 0.5em; line-height: 1.2em; }
coothead
~ the original bald headed old fart ~
theremotedr (01-04-2017)
Morning,
Coothead,
Did something change with respect to the scrolling text as shown here http://www.theremotedoctor.co.uk/acc...llto=selection
I mean the text below Return To Menu was cutting off way before it finished.
Within the page itself i change the figure to width 50em,see below, but the best i can get it is cutting off at the word Remote towards then end.
Code:#marquee { height: 2.5em; border-radius: 1em; border: 0px solid #5d0e13; box-shadow: 0.25em 0.25em 0.5em #000; overflow: hidden; background-color: #66c2f1; } #marquee p { width: 50em; line-height: 3.5em; margin: 0; font-size: 0.8em; font-weight: bold; white-space: nowrap; animation: marquee 12s linear infinite;
Hi there theremotedr,
you need to adjust the animation to match the set "p" width...
Code:@keyframes marquee { 0% {margin-left: 100%;} 100% {margin-left: -50em;} }
coothead
~ the original bald headed old fart ~
Thats typical of me,
Now this one has been changed and fine.
what is this for that i touched ?
Code:#marquee p { width: 50em;
Bookmarks