![]() |
2010-04-17
, 09:19
|
|
Posts: 597 |
Thanked: 490 times |
Joined on Dec 2009
@ Germany
|
#92
|
Seems though that SoccerDB is not so good for 'knock-out' stages of competitions and thus cups and our beloved WC! Any ideas there?
![]() |
2010-04-17
, 10:09
|
Posts: 299 |
Thanked: 241 times |
Joined on Oct 2009
@ Singapore
|
#93
|
Ah one thing that hasnīt been mentioned in this thread: Portrait Mode!
The Following 2 Users Say Thank You to magnuslu For This Useful Post: | ||
![]() |
2010-04-17
, 11:22
|
Posts: 299 |
Thanked: 241 times |
Joined on Oct 2009
@ Singapore
|
#95
|
<HTML> <style type="text/css"> .Date { font-family: verdana, geneva, arial, helvetica, sans-serif; background-color: #00FF66; padding: 2px; margin: 5px; border-left-style: groove; border-left-color: green; border-left-width: 5px; border-bottom-style: ridge; border-bottom-color: yellow; border-bottom-width: 5px; } .Match { font-family: verdana, geneva, arial, helvetica, sans-serif; color: blue; background-color: #ffffff; padding: 2px 1px; } </style> <script type="text/javascript" src="http://www.aragon.ws/soccerdb/getmatches.php?id=714&css=Match&cssDate=Date"></script> </HTML> <script type="text/javascript" src="http://www.aragon.ws/soccerdb/gettable.php?id=714&css=Match"></script> </HTML>
![]() |
2010-04-17
, 12:02
|
Posts: 287 |
Thanked: 165 times |
Joined on Oct 2009
@ The Netherlands
|
#96
|
<HTML> <head> <style type="text/css"> body { font-family: verdana, geneva, arial, helvetica, sans-serif; } table { background-color: white; color: blue; } .Date { background-color: #00FF66; color: black; padding: 2px; margin: 5px; border-left-style: groove; border-left-color: green; border-left-width: 5px; border-bottom-style: ridge; border-bottom-color: yellow; border-bottom-width: 5px; } .Match { padding: 2px 1px; } </style> <script type="text/javascript" src="http://www.aragon.ws/soccerdb/getmatches.php?id=714&css=Match&cssDate=Date"></script> <script type="text/javascript" src="http://www.aragon.ws/soccerdb/gettable.php?id=714&css=Match"></script> </head> <body> </body> </HTML>
![]() |
2010-04-17
, 12:10
|
Posts: 287 |
Thanked: 165 times |
Joined on Oct 2009
@ The Netherlands
|
#97
|
The Following User Says Thank You to robbie For This Useful Post: | ||
![]() |
2010-04-17
, 12:12
|
Posts: 299 |
Thanked: 241 times |
Joined on Oct 2009
@ Singapore
|
#98
|
![]() |
2010-04-17
, 12:16
|
Posts: 299 |
Thanked: 241 times |
Joined on Oct 2009
@ Singapore
|
#99
|
The Following 2 Users Say Thank You to magnuslu For This Useful Post: | ||
![]() |
2010-04-17
, 12:18
|
|
Posts: 597 |
Thanked: 490 times |
Joined on Dec 2009
@ Germany
|
#100
|
Anyone is an ace on CSS classes?
The SoccerDB site explains how the HTML can be formatted here: http://www.aragon.ws/soccerdb/site/usingmatches.php
As I'm more of a developer than a designer, community help is appreciated here... I haven't figured out if it is possible to use a style for the table either. So far I only got to work with the matches.
<HTML> <style type="text/css"> .Date { font-family: verdana, geneva, arial, helvetica, sans-serif; background-color: #4F81BD; padding: 2px; margin: 5px; border-style: solid; border-color: #8EB4E3; border-width: 2px; -moz-border-radius: 5px; } .Match { font-family: verdana, geneva, arial, helvetica, sans-serif; color: black; background-color: #8EB4E3; padding: 2px 1px; } .header { font-family: verdana, geneva, arial, helvetica, sans-serif; font-weight: bold; padding: 2px; } .odd { background-color: #ebebeb; font-family: verdana, geneva, arial, helvetica, sans-serif; padding: 2px; } .even { background-color: #fff; font-family: verdana, geneva, arial, helvetica, sans-serif; padding: 2px; } .lines { background-color: #000; } .highlight { font-weight: bold; } </style> <script type="text/javascript" src="http://www.aragon.ws/soccerdb/getmatches.php?id=714&css=Match&cssDate=Date"></script> <script type="text/javascript" src="http://www.aragon.ws/soccerdb/gettable.php?id=391&&showHeader=true &cssHeader=header&cssLines=lines&css1=odd&css2=even&highlightTeam=24&cssHighlight=highlight"></script> <script type="text/javascript" src="http://www.aragon.ws/soccerdb/gettable.php?id=714&css=Match"></script> </HTML>
I know there is a lot of whining about portrait mode out there, but I think it would be a really nice addition to this app.
Especially when you think about league tables and long match days or maybe for the World Cup screens with the matches and the group tables in one view...
Plus, the addition of club logos / flags might make a certain line height necessary and will look probably better in portrait mode!?
I understand that this is easier to implement with PR1.2 (right?).
Just wanted to suggest you keep that in mind ;-)