Jump to content
  • 0

Ссылки Разных Размеров И Цветов


psywalker
 Share

Question

10 answers to this question

Recommended Posts

  • 0
Guest Psywaker
к примеру каждой сылке присвоить свой класс

Нет,вы знаете,у меня такая ситуация,что ссылок допустим: Жирного Цвета нескольео штук,а Остальных Очень много,я не хочу каждой задавать класс,это очень долго

У меня так:

a:link {text-decoration: none; color: white; }

a:visited {color: white; }

a:active {text-decoration: none; color: #FF0000;}

a:hover {text-decoration: none; color: #ffc000; }

a.d1:link {color: #819096; text-decoration: none; }

a.d1:visited {color: #819096;}

a.d1:hover {color: #ffc000;}

А как например сделать так,чтобы обычные ссылки были Жирные,а с классом другие?

Link to comment
Share on other sites

  • 0
a:link {text-decoration: none; color: white; font-weight:bold;}
a:visited {color: white; font-weight:bold;}
a:active {text-decoration: none; color: #FF0000; font-weight:bold;}
a:hover {text-decoration: none; color: #ffc000; font-weight:bold;}


a.d1:link {color: #819096; text-decoration: none; font-weight:normal; }
a.d1:visited {color: #819096; font-weight:normal; }
a.d1:hover {color: #ffc000; font-weight:normal; }

Edited by Джин
Link to comment
Share on other sites

  • 0
Guest Psywaker
a:link {text-decoration: none; color: white; font-weight:bold;}
a:visited {color: white; font-weight:bold;}
a:active {text-decoration: none; color: #FF0000; font-weight:bold;}
a:hover {text-decoration: none; color: #ffc000; font-weight:bold;}


a.d1:link {color: #819096; text-decoration: none; font-weight:normal; }
a.d1:visited {color: #819096; font-weight:normal; }
a.d1:hover {color: #ffc000; font-weight:normal; }

Блин,опять к сожалению в этой ситуации все ссылки становяться Не Жирными,а просо Маленькими..

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy