Changeset 30e1bd26dfb472cb579210f3a54666c7e288e045
- Timestamp:
- 03/18/07 13:46:59 (1 year ago)
- git-parent:
- Files:
-
- clients/jstarmap/net/driftingsouls/ds2/framework/CanvasWindowManager.java (modified) (1 diff)
- src/net/driftingsouls/ds2/server/framework/pipeline/generators/DSGenerator.java (modified) (1 diff)
- templates/portal.html (modified) (2 diffs)
- web/format.css (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
clients/jstarmap/net/driftingsouls/ds2/framework/CanvasWindowManager.java
r1a69c4d r30e1bd2 138 138 Font fontList[] = ge.getAllFonts(); 139 139 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"))) ) { 142 142 fontName = fontList[i].getName(); 143 143 break; src/net/driftingsouls/ds2/server/framework/pipeline/generators/DSGenerator.java
r138943f r30e1bd2 149 149 StringBuffer sb = getResponse().getContent(); 150 150 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"); 152 152 sb.append("<br /><br /><br />\n"); 153 153 sb.append("QCount: "+getDatabase().getQCount()+"<br />\n"); templates/portal.html
rd735085 r30e1bd2 29 29 img {display:block; border:none; padding:0px; margin:0px;} 30 30 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} 33 33 34 34 form br { /* Alle Zeilenumbrueche in Formularen auswaehlen */ … … 36 36 } 37 37 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;} 55 55 --> 56 56 </style> web/format.css
rae09dfe r30e1bd2 17 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 18 18 */ 19 body {background-color: #000000; color: white; font-family: arial ; }19 body {background-color: #000000; color: white; font-family: arial, helvetica; } 20 20 21 21 hr {color: white;} 22 22 23 p {color: white; font-family: arial ; margin-left: 5px;}23 p {color: white; font-family: arial, helvetica; margin-left: 5px;} 24 24 25 25 form br { /* Alle Zeilenumbrueche in Formularen auswaehlen */ … … 29 29 form { padding:1px; margin:0px } 30 30 31 span.smallfont {color: white; font-family: arial ; font-size: 16px;}32 span.verysmallfont {color: white; font-family: arial ; font-size: 12px;}31 span.smallfont {color: white; font-family: arial, helvetica; font-size: 16px;} 32 span.verysmallfont {color: white; font-family: arial, helvetica; font-size: 12px;} 33 33 span.libwarentt {font-size: 14px} 34 34 span.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;} 35 span.ok {color: green; font-weight:bold} 36 span.error {color: #E00000; font-weight:bold} 37 38 div.smallfont {color: white; font-family: arial, helvetica; font-size: 16px;} 39 div.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;} 40 42 td {border-style: solid; border-width: 1px; background-color: #000000; border-color: #808080; color: white;}*/ 41 43 42 table.links {color: white; font-family: arial ; border-style: solid; border-width: 0px;}44 table.links {color: white; font-family: arial, helvetica; border-style: solid; border-width: 0px;} 43 45 td.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;} 44 46 45 47 td.angrifflog {border-style: solid; border-width: 1px; background-color: #c0c0c0; border-color: #a0a0a0; color: #000050; font-size: 12px;} 46 48 47 table.schiff {color: white; font-family: arial ; border-style: solid; border-width: 1px;}49 table.schiff {color: white; font-family: arial, helvetica; border-style: solid; border-width: 1px;} 48 50 td.schiff {border-style: solid; border-width: 1px; background-color: #000000; border-color: #a0a0a0; font-size:16px} 49 51 50 table.nav {color: white; font-family: arial ; border-style: solid; border-width: 1px; border-spacing:0px }52 table.nav {color: white; font-family: arial, helvetica; border-style: solid; border-width: 1px; border-spacing:0px } 51 53 td.nav {border-style: solid; border-width: 0px; background-color: #c0c0c0; border-color: #c0c0c0; font-size:16px} 52 54 53 table.show {color: white; font-family: arial ; border-style: solid; border-width: 0px;}55 table.show {color: white; font-family: arial, helvetica; border-style: solid; border-width: 0px;} 54 56 td.show {border-style: solid; border-width: 2px; background-color: #101010; border-color: #000000;} 55 57 td.show2 {border-style: solid; border-width: 2px; background-color: #000000; border-color: #000000;} 56 58 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} 59 table.academy {color: white; font-family: arial, helvetica; border-style: solid; border-width: 0px;} 60 61 td.schiffWaren { border-style: solid; border-color: #808080; border-width: 1px; background-color: #000000; color: white; font-family: arial, helvetica; font-size: 13px; } 62 td.schiffData { border-style: solid; border-color: #808080; border-width: 1px; background-color: #000000; color: white; font-family: arial, helvetica; font-size: 16px; } 63 64 table.tooltip {color: white; font-family: arial, helvetica; font-size: 14px; border-style: none; border-width: 0px;} 65 td.tooltip {border-style: solid; border-color: #808080; border-width: 1px; background-color: #000000; color: white; font-family: arial, helvetica; font-size: 14px; } 66 font.tooltip {color: white; font-family: arial, helvetica; font-size: 14px;} 67 68 table.gfxtooltip {color: white; font-family: arial, helvetica; font-size: 14px; border-style: none; border-width: 0px; background-color: transparent; } 69 td.gfxtooltip {background-color: transparent; color: white; font-family: arial, helvetica; font-size: 14px; border-style: none; border-width: 0px; } 70 font.gfxtooltip {color: white; font-family: arial, helvetica; font-size: 14px;} 71 72 font.smallTooltip {color: white; font-family: arial, helvetica; font-size: 14px;} 73 74 td.friendlyShips {background-color: #000000; color: green; font-family: arial, helvetica;} 75 td.enemyShips {background-color: #000000; color: red; font-family: arial, helvetica;} 76 77 table.stats {color: #000000; font-family: arial, helvetica; border-style: none; border-width: 0px;} 78 td.statsData {background-color: #000000; color: white; font-family: arial, helvetica; font-size: 16px; border-style: none; border-width: 0px;} 79 80 table.ally {color: #000000; font-family: arial, helvetica; border-style: none; border-width: 0px;} 81 td.allyData {background-color: #000000; color: white; font-family: arial, helvetica; font-size: 16px; border-style: none; border-width: 0px;} 82 83 table.noBorder {color: #000000; font-family: arial, helvetica; border-style: none; border-width: 0px;} 84 td.noBorder {background-color: transparent; color: white; font-family: arial, helvetica; border-style: none; border-width: 0px;} 85 td.noBorderS {background-color: transparent; color: white; font-family: arial, helvetica; font-size: 16px; border-style: none; border-width: 0px;} 86 87 table.Border { border-style: solid; border-color: #808080; border-width: 1px; color: #000000; font-family: arial, helvetica; } 88 td.Border { border-style: solid; border-color: #808080; border-width: 1px; background-color: transparent; color: white; font-family: arial, helvetica; } 89 td.BorderS { border-style: solid; border-color: #808080; border-width: 1px; background-color: transparent; color: white; font-family: arial, helvetica; font-size: 16px; } 90 91 table.BorderX { border-style: solid; border-color: #808080; border-width: 1px; background-color:transparent; color: #000000; font-family: arial, helvetica; font-size:14px} 92 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')} 93 td.BorderXnBG { border-style: solid; border-color: #808080; border-width: 1px; background-color:transparent; color: #C7C7C7; font-family: arial, helvetica; font-size:14px} 94 95 table.noBorderX {background-color:transparent; color: #000000; font-family: arial, helvetica; border-style: none; border-width: 0px; font-size:14px} 96 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')} 97 td.noBorderXnBG {background-color:transparent; color: #C7C7C7; font-family: arial, helvetica; border-style: none; border-width: 0px; font-size:14px} 98 99 td.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} 100 td.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} 96 101 97 102 a:link {color: #000080; font-weight: bold; text-decoration: none;} … … 100 105 a:active {color: #0000FF; font-weight: bold; text-decoration: none;} 101 106 107 a.forschinfo:link {color: #0060F0; font-weight: normal; text-decoration: none} 108 a.forschinfo:visited {color: #0060F0; font-weight: normal; text-decoration: none} 109 a.forschinfo:hover {color: #F0A000; font-weight: normal; text-decoration: none} 110 a.forschinfo:active {color: #0000FF; font-weight: normal; text-decoration: none} 111 102 112 a.cargo:link {color: #1060F0; font-weight: bold; text-decoration: none;} 103 113 a.cargo:visited {color: #1060F0; font-weight: bold; text-decoration: none;} … … 120 130 a.academy:active {color: #0000FF; font-weight: bold; text-decoration: none; font-size: 16px;} 121 131 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 132 a.back:link {color: green; text-decoration: none;} 133 a.back:visited {color: green; text-decoration: none;} 134 a.back:hover {color: #F0A000; text-decoration: none;} 135 a.back:active {color: green; text-decoration: none;} 136 137 a.ok:link {color: green; text-decoration: normal; font-weight:bold; } 138 a.ok:visited {color: green; text-decoration: normal; font-weight:bold; } 139 a.ok:hover {color: #F0A000; text-decoration: normal; font-weight:bold; } 140 a.ok:active {color: green; text-decoration: normal; font-weight:bold; } 141 142 a.error:link {color: #E00000; text-decoration: none; font-weight:bold;} 143 a.error:visited {color: #E00000; text-decoration: none; font-weight:bold;} 144 a.error:hover {color: #F0A000; text-decoration: none; font-weight:bold;} 145 a.error:active {color: #FF0000; text-decoration: none; font-weight:bold;} 146 147 /* Cargo-Linkclass im Handel */ 152 148 a.handelwaren:link {color: #0060F0; font-weight: normal; text-decoration: none; font-size: 14px;} 153 149 a.handelwaren:visited {color: #0060F0; font-weight: normal; text-decoration: none; font-size: 14px;} … … 155 151 a.handelwaren:active {color: #0000FF; font-weight: normal; text-decoration: none; font-size: 14px;} 156 152 153 /* Default Cargo-Linkclass */ 157 154 a.schiffwaren:link {color: #0060F0; font-weight: normal; text-decoration: none; font-size: 13px;} 158 155 a.schiffwaren:visited {color: #0060F0; font-weight: normal; text-decoration: none; font-size: 13px;} … … 185 182 a.profile_alog:active {color: #000050; font-weight: normal; text-decoration: none; font-size: 12px;} 186 183 187 /*188 Die Link-Klassen fuer die neue Schiffsansicht (bekanntermassen nur in Mozilla richtig dargestellt)189 */190 191 184 a.noborder:link {color: #000000; font-weight: bold; text-decoration: none; font-size: 16px;} 192 185 a.noborder:visited {color: #000000; font-weight: bold; text-decoration: none; font-size: 16px;}
