Changeset 30e1bd26dfb472cb579210f3a54666c7e288e045

Show
Ignore:
Timestamp:
03/18/07 13:46:59 (1 year ago)
Author:
Christopher Jung <bktheg@web.de>
git-committer:
Christopher Jung <bktheg@web.de> 1174222019 +0100
git-parent:

[5fac4d5dc42212c785d7ed7f9b66e5e5a3df0cd2]

git-author:
Christopher Jung <bktheg@web.de> 1174222019 +0100
Message:

Defaultschriftart in Arial geaendert

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • clients/jstarmap/net/driftingsouls/ds2/framework/CanvasWindowManager.java

    r1a69c4d r30e1bd2  
    138138                Font fontList[] = ge.getAllFonts(); 
    139139                for( int i=0; i < fontList.length; i++ ) { 
    140                         if( (fontList[i].getName().toLowerCase().equals(new String("bankgothic md bt"))) || 
    141                                 (fontList[i].getName().toLowerCase().equals(new String("bank gothic medium bt"))) ) { 
     140                        if( (fontList[i].getName().toLowerCase().equals(new String("arial"))) || 
     141                                (fontList[i].getName().toLowerCase().equals(new String("helvetica"))) ) { 
    142142                                fontName = fontList[i].getName(); 
    143143                                break; 
  • src/net/driftingsouls/ds2/server/framework/pipeline/generators/DSGenerator.java

    r138943f r30e1bd2  
    149149                                StringBuffer sb = getResponse().getContent(); 
    150150                                if( !getDisableDebugOutput() ) { 
    151                                         sb.append("<div style=\"text-align:center; font-size:11px;color:#c7c7c7; font-family:'BankGothic Md BT','Bank Gothic Medium BT','Bank Gothic','BankGothic',courier;\">\n"); 
     151                                        sb.append("<div style=\"text-align:center; font-size:11px;color:#c7c7c7; font-family:arial, helvetica;\">\n"); 
    152152                                        sb.append("<br /><br /><br />\n"); 
    153153                                        sb.append("QCount: "+getDatabase().getQCount()+"<br />\n"); 
  • templates/portal.html

    rd735085 r30e1bd2  
    2929                img     {display:block; border:none; padding:0px; margin:0px;} 
    3030 
    31                 table.noBorder  {background-color:transparent; color: #000000; font-family: 'BankGothic Md BT','Bank Gothic Medium BT', courier; border-style: none; border-width: 0px; font-size:14px} 
    32                 td.noBorder             {background-color:transparent; color: #C7C7C7; font-family: 'BankGothic Md BT','Bank Gothic Medium BT',courier; border-style: none; border-width: 0px; font-size:14px} 
     31                table.noBorder  {background-color:transparent; color: #000000; font-family: arial, helvetica; border-style: none; border-width: 0px; font-size:14px} 
     32                td.noBorder             {background-color:transparent; color: #C7C7C7; font-family: arial, helvetica; border-style: none; border-width: 0px; font-size:14px} 
    3333                 
    3434                form br { /* Alle Zeilenumbrueche in Formularen auswaehlen */ 
     
    3636                } 
    3737                 
    38                 table.BorderX   { border-style: solid; border-color: #808080; border-width: 1px; background-color:transparent; color: #000000; font-family: 'BankGothic Md BT','Bank Gothic Medium BT','Bank Gothic','BankGothic',courier; font-size:14px} 
    39                 td.BorderX              { border-style: solid; border-color: #808080; border-width: 1px; background-color:transparent; color: #C7C7C7; font-family: 'BankGothic Md BT','Bank Gothic Medium BT','Bank Gothic','BankGothic',courier; font-size:14px; background-image: url('./data/interface/border/border_background.gif')} 
    40                 td.BorderXnBG           { border-style: solid; border-color: #808080; border-width: 1px; background-color:transparent; color: #C7C7C7; font-family: 'BankGothic Md BT','Bank Gothic Medium BT','Bank Gothic','BankGothic',courier; font-size:14px} 
    41  
    42                 table.noBorderX         {background-color:transparent; color: #000000; font-family: 'BankGothic Md BT','Bank Gothic Medium BT','Bank Gothic','BankGothic',courier; border-style: none; border-width: 0px; font-size:14px} 
    43                 td.noBorderX            {background-color:transparent; color: #C7C7C7; font-family: 'BankGothic Md BT','Bank Gothic Medium BT','Bank Gothic','BankGothic',courier; border-style: none; border-width: 0px; font-size:14px; background-image: url('./data/interface/border/border_background.gif')} 
    44                 td.noBorderXnBG         {background-color:transparent; color: #C7C7C7; font-family: 'BankGothic Md BT','Bank Gothic Medium BT','Bank Gothic','BankGothic',courier; border-style: none; border-width: 0px; font-size:14px} 
    45                  
    46                 a.menu:link                     {color: #c7c7c7; font-size:15px; font-weight: normal; text-decoration: none;} 
    47                 a.menu:visited          {color: #c7c7c7; font-size:15px; font-weight: normal; text-decoration: none;} 
    48                 a.menu:hover            {color: #719bef; font-size:15px; font-weight: normal; text-decoration: none;} 
    49                 a.menu:active           {color: #719bef; font-size:15px; font-weight: normal; text-decoration: none;} 
    50                  
    51                 a.submenu:link          {color: #c7c7c7; font-size:13px; font-weight: normal; text-decoration: none;} 
    52                 a.submenu:visited       {color: #c7c7c7; font-size:13px; font-weight: normal; text-decoration: none;} 
    53                 a.submenu:hover         {color: #719bef; font-size:13px; font-weight: normal; text-decoration: none;} 
    54                 a.submenu:active        {color: #719bef; font-size:13px; font-weight: normal; text-decoration: none;} 
     38                table.BorderX   { border-style: solid; border-color: #808080; border-width: 1px; background-color:transparent; color: #000000; font-family: arial, helvetica; font-size:14px} 
     39                td.BorderX              { border-style: solid; border-color: #808080; border-width: 1px; background-color:transparent; color: #C7C7C7; font-family: arial, helvetica; font-size:14px; background-image: url('./data/interface/border/border_background.gif')} 
     40                td.BorderXnBG           { border-style: solid; border-color: #808080; border-width: 1px; background-color:transparent; color: #C7C7C7; font-family: arial, helvetica; font-size:14px} 
     41 
     42                table.noBorderX         {background-color:transparent; color: #000000; font-family: arial, helvetica; border-style: none; border-width: 0px; font-size:14px} 
     43                td.noBorderX            {background-color:transparent; color: #C7C7C7; font-family: arial, helvetica; border-style: none; border-width: 0px; font-size:14px; background-image: url('./data/interface/border/border_background.gif')} 
     44                td.noBorderXnBG         {background-color:transparent; color: #C7C7C7; font-family: arial, helvetica; border-style: none; border-width: 0px; font-size:14px} 
     45                 
     46                a.menu:link                     {color: #c7c7c7; font-family: courier new, courier; font-size:15px; font-weight: normal; text-decoration: none;} 
     47                a.menu:visited          {color: #c7c7c7; font-family: courier new, courier; font-size:15px; font-weight: normal; text-decoration: none;} 
     48                a.menu:hover            {color: #719bef; font-family: courier new, courier; font-size:15px; font-weight: normal; text-decoration: none;} 
     49                a.menu:active           {color: #719bef; font-family: courier new, courier; font-size:15px; font-weight: normal; text-decoration: none;} 
     50                 
     51                a.submenu:link          {color: #c7c7c7; font-family: courier new, courier; font-size:13px; font-weight: normal; text-decoration: none;} 
     52                a.submenu:visited       {color: #c7c7c7; font-family: courier new, courier; font-size:13px; font-weight: normal; text-decoration: none;} 
     53                a.submenu:hover         {color: #719bef; font-family: courier new, courier; font-size:13px; font-weight: normal; text-decoration: none;} 
     54                a.submenu:active        {color: #719bef; font-family: courier new, courier; font-size:13px; font-weight: normal; text-decoration: none;} 
    5555        --> 
    5656        </style> 
  • web/format.css

    rae09dfe r30e1bd2  
    1717 *      Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA 
    1818 */ 
    19 body    {background-color: #000000; color: white; font-family: arial; } 
     19body    {background-color: #000000; color: white; font-family: arial, helvetica; } 
    2020 
    2121hr              {color: white;} 
    2222 
    23 p               {color: white; font-family: arial; margin-left: 5px;} 
     23p               {color: white; font-family: arial, helvetica; margin-left: 5px;} 
    2424 
    2525form br { /* Alle Zeilenumbrueche in Formularen auswaehlen */ 
     
    2929form    { padding:1px; margin:0px } 
    3030 
    31 span.smallfont          {color: white; font-family: arial; font-size: 16px;} 
    32 span.verysmallfont      {color: white; font-family: arial; font-size: 12px;} 
     31span.smallfont          {color: white; font-family: arial, helvetica; font-size: 16px;} 
     32span.verysmallfont      {color: white; font-family: arial, helvetica; font-size: 12px;} 
    3333span.libwarentt         {font-size: 14px} 
    3434span.nobr                       {white-space: nowrap} 
    35  
    36 div.smallfont           {color: white; font-family: arial; font-size: 16px;} 
    37 div.verysmallfont       {color: white; font-family: arial; font-size: 12px;} 
    38  
    39 /*table {color: white; font-family: arial; border-style: solid; border-width: 1px;} 
     35span.ok                         {color: green; font-weight:bold} 
     36span.error                      {color: #E00000; font-weight:bold} 
     37 
     38div.smallfont           {color: white; font-family: arial, helvetica; font-size: 16px;} 
     39div.verysmallfont       {color: white; font-family: arial, helvetica; font-size: 12px;} 
     40 
     41/*table {color: white; font-family: arial, helvetica; border-style: solid; border-width: 1px;} 
    4042td              {border-style: solid; border-width: 1px; background-color: #000000; border-color: #808080; color: white;}*/ 
    4143 
    42 table.links     {color: white; font-family: arial; border-style: solid; border-width: 0px;} 
     44table.links     {color: white; font-family: arial, helvetica; border-style: solid; border-width: 0px;} 
    4345td.links        {border-style: solid; border-right-width: 4px; border-left-width: 1px; border-top-width: 1px; border-bottom-width: 4px; background-color: #c0c0c0; border-color: #808080;  font-size: 16px;} 
    4446 
    4547td.angrifflog   {border-style: solid; border-width: 1px; background-color: #c0c0c0; border-color: #a0a0a0; color: #000050; font-size: 12px;} 
    4648 
    47 table.schiff    {color: white; font-family: arial; border-style: solid; border-width: 1px;} 
     49table.schiff    {color: white; font-family: arial, helvetica; border-style: solid; border-width: 1px;} 
    4850td.schiff               {border-style: solid; border-width: 1px; background-color: #000000; border-color: #a0a0a0; font-size:16px} 
    4951 
    50 table.nav       {color: white; font-family: arial; border-style: solid; border-width: 1px; border-spacing:0px } 
     52table.nav       {color: white; font-family: arial, helvetica; border-style: solid; border-width: 1px; border-spacing:0px } 
    5153td.nav          {border-style: solid; border-width: 0px; background-color: #c0c0c0; border-color: #c0c0c0; font-size:16px} 
    5254 
    53 table.show      {color: white; font-family: arial; border-style: solid; border-width: 0px;} 
     55table.show      {color: white; font-family: arial, helvetica; border-style: solid; border-width: 0px;} 
    5456td.show         {border-style: solid; border-width: 2px; background-color: #101010; border-color: #000000;} 
    5557td.show2        {border-style: solid; border-width: 2px; background-color: #000000; border-color: #000000;} 
    5658 
    57 table.academy   {color: white; font-family: arial; border-style: solid; border-width: 0px;} 
    58  
    59 td.schiffWaren  { border-style: solid; border-color: #808080; border-width: 1px; background-color: #000000; color: white; font-family: arial; font-size: 13px; } 
    60 td.schiffData   { border-style: solid; border-color: #808080; border-width: 1px; background-color: #000000; color: white; font-family: arial; font-size: 16px; } 
    61  
    62 table.tooltip   {color: white; font-family: arial; font-size: 14px; border-style: none; border-width: 0px;} 
    63 td.tooltip              {border-style: solid; border-color: #808080; border-width: 1px; background-color: #000000; color: white; font-family: arial; font-size: 14px; } 
    64 font.tooltip    {color: white; font-family: arial; font-size: 14px;} 
    65  
    66 table.gfxtooltip        {color: white; font-family: arial; font-size: 14px; border-style: none; border-width: 0px; background-color: transparent; } 
    67 td.gfxtooltip           {background-color: transparent; color: white; font-family: arial; font-size: 14px; border-style: none; border-width: 0px; } 
    68 font.gfxtooltip         {color: white; font-family: arial; font-size: 14px;} 
    69  
    70 font.smallTooltip       {color: white; font-family: arial; font-size: 14px;} 
    71  
    72 td.friendlyShips        {background-color: #000000; color: green; font-family: arial;} 
    73 td.enemyShips           {background-color: #000000; color: red; font-family: arial;} 
    74  
    75 table.stats     {color: #000000; font-family: arial; border-style: none; border-width: 0px;} 
    76 td.statsData    {background-color: #000000; color: white; font-family: arial; font-size: 16px; border-style: none; border-width: 0px;} 
    77  
    78 table.ally              {color: #000000; font-family: arial; border-style: none; border-width: 0px;} 
    79 td.allyData             {background-color: #000000; color: white; font-family: arial; font-size: 16px; border-style: none; border-width: 0px;} 
    80  
    81 table.noBorder          {color: #000000; font-family: arial; border-style: none; border-width: 0px;} 
    82 td.noBorder                     {background-color: transparent; color: white; font-family: arial; border-style: none; border-width: 0px;} 
    83 td.noBorderS            {background-color: transparent; color: white; font-family: arial; font-size: 16px; border-style: none; border-width: 0px;} 
    84  
    85 table.Border    { border-style: solid; border-color: #808080; border-width: 1px; color: #000000; font-family: arial; } 
    86 td.Border               { border-style: solid; border-color: #808080; border-width: 1px; background-color: transparent; color: white; font-family: arial; } 
    87 td.BorderS              { border-style: solid; border-color: #808080; border-width: 1px; background-color: transparent; color: white; font-family: arial; font-size: 16px; } 
    88  
    89 table.BorderX   { border-style: solid; border-color: #808080; border-width: 1px; background-color:transparent; color: #000000; font-family: 'BankGothic Md BT','Bank Gothic Medium BT','Bank Gothic','BankGothic',courier; font-size:14px} 
    90 td.BorderX              { border-style: solid; border-color: #808080; border-width: 1px; background-color:transparent; color: #C7C7C7; font-family: 'BankGothic Md BT','Bank Gothic Medium BT','Bank Gothic','BankGothic',courier; font-size:14px; background-image: url('./data/interface/border/border_background.gif')} 
    91 td.BorderXnBG           { border-style: solid; border-color: #808080; border-width: 1px; background-color:transparent; color: #C7C7C7; font-family: 'BankGothic Md BT','Bank Gothic Medium BT','Bank Gothic','BankGothic',courier; font-size:14px} 
    92  
    93 table.noBorderX         {background-color:transparent; color: #000000; font-family: 'BankGothic Md BT','Bank Gothic Medium BT','Bank Gothic','BankGothic',courier; border-style: none; border-width: 0px; font-size:14px} 
    94 td.noBorderX            {background-color:transparent; color: #C7C7C7; font-family: 'BankGothic Md BT','Bank Gothic Medium BT','Bank Gothic','BankGothic',courier; border-style: none; border-width: 0px; font-size:14px; background-image: url('./data/interface/border/border_background.gif')} 
    95 td.noBorderXnBG         {background-color:transparent; color: #C7C7C7; font-family: 'BankGothic Md BT','Bank Gothic Medium BT','Bank Gothic','BankGothic',courier; border-style: none; border-width: 0px; font-size:14px} 
     59table.academy   {color: white; font-family: arial, helvetica; border-style: solid; border-width: 0px;} 
     60 
     61td.schiffWaren  { border-style: solid; border-color: #808080; border-width: 1px; background-color: #000000; color: white; font-family: arial, helvetica; font-size: 13px; } 
     62td.schiffData   { border-style: solid; border-color: #808080; border-width: 1px; background-color: #000000; color: white; font-family: arial, helvetica; font-size: 16px; } 
     63 
     64table.tooltip   {color: white; font-family: arial, helvetica; font-size: 14px; border-style: none; border-width: 0px;} 
     65td.tooltip              {border-style: solid; border-color: #808080; border-width: 1px; background-color: #000000; color: white; font-family: arial, helvetica; font-size: 14px; } 
     66font.tooltip    {color: white; font-family: arial, helvetica; font-size: 14px;} 
     67 
     68table.gfxtooltip        {color: white; font-family: arial, helvetica; font-size: 14px; border-style: none; border-width: 0px; background-color: transparent; } 
     69td.gfxtooltip           {background-color: transparent; color: white; font-family: arial, helvetica; font-size: 14px; border-style: none; border-width: 0px; } 
     70font.gfxtooltip         {color: white; font-family: arial, helvetica; font-size: 14px;} 
     71 
     72font.smallTooltip       {color: white; font-family: arial, helvetica; font-size: 14px;} 
     73 
     74td.friendlyShips        {background-color: #000000; color: green; font-family: arial, helvetica;} 
     75td.enemyShips           {background-color: #000000; color: red; font-family: arial, helvetica;} 
     76 
     77table.stats     {color: #000000; font-family: arial, helvetica; border-style: none; border-width: 0px;} 
     78td.statsData    {background-color: #000000; color: white; font-family: arial, helvetica; font-size: 16px; border-style: none; border-width: 0px;} 
     79 
     80table.ally              {color: #000000; font-family: arial, helvetica; border-style: none; border-width: 0px;} 
     81td.allyData             {background-color: #000000; color: white; font-family: arial, helvetica; font-size: 16px; border-style: none; border-width: 0px;} 
     82 
     83table.noBorder          {color: #000000; font-family: arial, helvetica; border-style: none; border-width: 0px;} 
     84td.noBorder                     {background-color: transparent; color: white; font-family: arial, helvetica; border-style: none; border-width: 0px;} 
     85td.noBorderS            {background-color: transparent; color: white; font-family: arial, helvetica; font-size: 16px; border-style: none; border-width: 0px;} 
     86 
     87table.Border    { border-style: solid; border-color: #808080; border-width: 1px; color: #000000; font-family: arial, helvetica; } 
     88td.Border               { border-style: solid; border-color: #808080; border-width: 1px; background-color: transparent; color: white; font-family: arial, helvetica; } 
     89td.BorderS              { border-style: solid; border-color: #808080; border-width: 1px; background-color: transparent; color: white; font-family: arial, helvetica; font-size: 16px; } 
     90 
     91table.BorderX   { border-style: solid; border-color: #808080; border-width: 1px; background-color:transparent; color: #000000; font-family: arial, helvetica; font-size:14px} 
     92td.BorderX              { border-style: solid; border-color: #808080; border-width: 1px; background-color:transparent; color: #C7C7C7; font-family: arial, helvetica; font-size:14px; background-image: url('./data/interface/border/border_background.gif')} 
     93td.BorderXnBG           { border-style: solid; border-color: #808080; border-width: 1px; background-color:transparent; color: #C7C7C7; font-family: arial, helvetica; font-size:14px} 
     94 
     95table.noBorderX         {background-color:transparent; color: #000000; font-family: arial, helvetica; border-style: none; border-width: 0px; font-size:14px} 
     96td.noBorderX            {background-color:transparent; color: #C7C7C7; font-family: arial, helvetica; border-style: none; border-width: 0px; font-size:14px; background-image: url('./data/interface/border/border_background.gif')} 
     97td.noBorderXnBG         {background-color:transparent; color: #C7C7C7; font-family: arial, helvetica; border-style: none; border-width: 0px; font-size:14px} 
     98 
     99td.noBorderX h2         {font-size:16px; font-weight:bold; text-decoration:none; color:#FFFFFF; margin-top:1px; margin-left:0px; margin-right:0px; margin-bottom:2px} 
     100td.noBorderX h3         {font-size:14px; font-weight:bold; text-decoration:none; color:#FEB626; margin-top:1px; margin-left:0px; margin-right:0px; margin-bottom:2px} 
    96101 
    97102a:link          {color: #000080; font-weight: bold; text-decoration: none;} 
     
    100105a:active        {color: #0000FF; font-weight: bold; text-decoration: none;} 
    101106 
     107a.forschinfo:link               {color: #0060F0; font-weight: normal; text-decoration: none} 
     108a.forschinfo:visited    {color: #0060F0; font-weight: normal; text-decoration: none} 
     109a.forschinfo:hover              {color: #F0A000; font-weight: normal; text-decoration: none} 
     110a.forschinfo:active             {color: #0000FF; font-weight: normal; text-decoration: none} 
     111 
    102112a.cargo:link            {color: #1060F0; font-weight: bold; text-decoration: none;} 
    103113a.cargo:visited         {color: #1060F0; font-weight: bold; text-decoration: none;} 
     
    120130a.academy:active        {color: #0000FF; font-weight: bold; text-decoration: none; font-size: 16px;} 
    121131 
    122 a.back:link                     {color: #00C000; font-size: 16px; text-decoration: none;} 
    123 a.back:visited          {color: #00C000; font-size: 16px; text-decoration: none;} 
    124 a.back:hover            {color: #F0A000; font-size: 16px; text-decoration: none;} 
    125 a.back:active           {color: #00FF00; font-size: 16px; text-decoration: none;} 
    126  
    127 a.ok:link                       {color: #00E000; font-size: 16px; text-decoration: none;} 
    128 a.ok:visited            {color: #00E000; font-size: 16px; text-decoration: none;} 
    129 a.ok:hover                      {color: #F0A000; font-size: 16px; text-decoration: none;} 
    130 a.ok:active                     {color: #00FF00; font-size: 16px; text-decoration: none;} 
    131  
    132 a.error:link            {color: #E00000; font-size: 16px; text-decoration: none;} 
    133 a.error:visited         {color: #E00000; font-size: 16px; text-decoration: none;} 
    134 a.error:hover           {color: #F0A000; font-size: 16px; text-decoration: none;} 
    135 a.error:active          {color: #FF0000; font-size: 16px; text-decoration: none;} 
    136  
    137 td.noBorderX a.ok:link                  {color: #00E000; font-weight:normal; font-size: 16px; text-decoration: none;} 
    138 td.noBorderX a.ok:visited               {color: #00E000; font-weight:normal; font-size: 16px; text-decoration: none;} 
    139 td.noBorderX a.ok:hover                 {color: #F0A000; font-weight:normal; font-size: 16px; text-decoration: none;} 
    140 td.noBorderX a.ok:active                {color: #00FF00; font-weight:normal; font-size: 16px; text-decoration: none;} 
    141  
    142 td.noBorderX a.error:link               {color: #E00000; font-weight:normal; font-size: 16px; text-decoration: none;} 
    143 td.noBorderX a.error:visited    {color: #E00000; font-weight:normal; font-size: 16px; text-decoration: none;} 
    144 td.noBorderX a.error:hover              {color: #F0A000; font-weight:normal; font-size: 16px; text-decoration: none;} 
    145 td.noBorderX a.error:active             {color: #FF0000; font-weight:normal; font-size: 16px; text-decoration: none;} 
    146  
    147 a.forschinfo:link               {color: #0060F0; font-weight: normal; text-decoration: none; font-size: 16px;} 
    148 a.forschinfo:visited    {color: #0060F0; font-weight: normal; text-decoration: none; font-size: 16px;} 
    149 a.forschinfo:hover              {color: #F0A000; font-weight: normal; text-decoration: none; font-size: 16px;} 
    150 a.forschinfo:active             {color: #0000FF; font-weight: normal; text-decoration: none; font-size: 16px;} 
    151  
     132a.back:link                     {color: green; text-decoration: none;} 
     133a.back:visited          {color: green; text-decoration: none;} 
     134a.back:hover            {color: #F0A000; text-decoration: none;} 
     135a.back:active           {color: green; text-decoration: none;} 
     136 
     137a.ok:link                       {color: green; text-decoration: normal; font-weight:bold; } 
     138a.ok:visited            {color: green; text-decoration: normal; font-weight:bold; } 
     139a.ok:hover                      {color: #F0A000; text-decoration: normal; font-weight:bold; } 
     140a.ok:active                     {color: green; text-decoration: normal; font-weight:bold; } 
     141 
     142a.error:link            {color: #E00000; text-decoration: none; font-weight:bold;} 
     143a.error:visited         {color: #E00000; text-decoration: none; font-weight:bold;} 
     144a.error:hover           {color: #F0A000; text-decoration: none; font-weight:bold;} 
     145a.error:active          {color: #FF0000; text-decoration: none; font-weight:bold;} 
     146 
     147/* Cargo-Linkclass im Handel */ 
    152148a.handelwaren:link              {color: #0060F0; font-weight: normal; text-decoration: none; font-size: 14px;} 
    153149a.handelwaren:visited   {color: #0060F0; font-weight: normal; text-decoration: none; font-size: 14px;} 
     
    155151a.handelwaren:active    {color: #0000FF; font-weight: normal; text-decoration: none; font-size: 14px;} 
    156152 
     153/* Default Cargo-Linkclass */ 
    157154a.schiffwaren:link              {color: #0060F0; font-weight: normal; text-decoration: none; font-size: 13px;} 
    158155a.schiffwaren:visited   {color: #0060F0; font-weight: normal; text-decoration: none; font-size: 13px;} 
     
    185182a.profile_alog:active   {color: #000050; font-weight: normal; text-decoration: none; font-size: 12px;} 
    186183 
    187 /* 
    188    Die Link-Klassen fuer die neue Schiffsansicht (bekanntermassen nur in Mozilla richtig dargestellt) 
    189 */ 
    190  
    191184a.noborder:link         {color: #000000; font-weight: bold; text-decoration: none; font-size: 16px;} 
    192185a.noborder:visited      {color: #000000; font-weight: bold; text-decoration: none; font-size: 16px;}