Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- body{
- background-color: rgb(89,89,89) ;
- font: italic 18px/22px tahoma,sans-serif;
- color: rgb(255,255,255);
- }
- mark{
- background: none;
- }
- a, .yellow{
- font: normal 18px/22px tahoma;
- text-decoration: none;
- color: rgb(227,210,158);
- }
- a:hover{
- text-decoration: underline;
- text-shadow: 1px 1px 15px rgb(255,255,128);
- }
- th{
- padding-bottom: 15px;
- text-align: left;
- font: 28px/32px Arial;
- color: rgb(187,184,178);
- }
- td {
- padding: 10px 10px 10px 0;
- }
- .greendot{
- width: 16px;
- height: 16px;
- border-radius: 51%;
- -moz-border-radius: 51px;
- -webkit-border-radius: 51px;
- -o-border-radius: 51px;
- -ms-border-radius: 51px;
- background: rgb(113,180,122);
- display: inline-block;
- margin-right: 5px;
- }
- .gray{
- color: rgb(185,184,178);
- font: normal 18px/22px tahoma;
- }
- .name{
- padding-bottom: 0;
- }
- .support{
- font: normal bold 18px/22px tahoma;
- color: rgb(215,11,4);
- padding-top: 0px;
- }
- tr td:first-child {
- width: 160px;
- }
- tr:last-child td:last-child{
- font: normal bold 18px/22px tahoma;
- color: rgb(211,106,35);
- }
Advertisement
Add Comment
Please, Sign In to add comment