View Single Post
Posts: 299 | Thanked: 241 times | Joined on Oct 2009 @ Singapore
#294
Originally Posted by Reflektorfalke View Post
Wasn´t this file for the rss feed layout?
I meant the layout of the matches tab...
Yeah... Sorry... Read and replied too early in the morning...

Here it is:

Code:
<style type='text/css'>
    .Date 
    {
            font-family: verdana, geneva, arial, helvetica, sans-serif; 
            font-size: 30px;
            padding: 2px;
            margin: 5px;
    }
    .Match 
    {
            font-family: verdana, geneva, arial, helvetica, sans-serif; 
            font-size: 30px;
            color: black; 
            border-width: 1px;
            border-style: solid;
            border-color: #0000FF;
            margin: 2px;
            padding: 2px 1px;
            -webkit-border-radius: 5px;
    }
    .header {
            font-family: verdana, geneva, arial, helvetica, sans-serif; 
            font-weight: bold;
            font-size: 28px;
            padding: 2px;    }
    .odd {
            background-color: #ebebeb;
            font-family: verdana, geneva, arial, helvetica, sans-serif; 
            font-size: 28px;
            padding: 2px;    }
    .even {
            font-family: verdana, geneva, arial, helvetica, sans-serif; 
            font-size: 28px;
            padding: 2px;    }
    .lines {background-color: #000;}
    .highlight {font-weight: bold;}
</style>
__________________
My Maemo Apps:
QTeachMe
- Flashcard app
MobiTifo (which was formerly known as QSportsEvent) - Sports leagues tracking (mainly football).
 

The Following User Says Thank You to magnuslu For This Useful Post: