Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 968 → Rev 969

/kickup/trunk/webapp/style/general.css
1,3 → 1,20
.error { color:red; }
.payed { background-color:white; }
.notpayed { background-color:#FFC0C0; }
body { font-family: verdana, sans-serif; }
h1 { font-weight: bold; font-size: x-large; color: #5A2A9C; }
h2 { font-weight: bold; font-size: large; color: #5A2A9C; }
 
.error { color: red; }
 
.payedNull { background-color: white; }
.payedNone { background-color: #FFC0C0; }
.payedLess { background-color: #F90B5F; }
.payedExactly { background-color: #67EF5D; }
.payedMore { background-color: #E476F8; }
 
.eventName { font-weight: bold; font-size: x-large; }
.personCount { font-weight: bold; }
.eventDate { font-weight: bold; margin:4px; }
.eventPlace { font-weight: bold; margin:4px; }
.eventAddress { margin:4px; }
.eventAdmins { font-weight: bold; }
.actParticipants { font-size: small; text-decoration: none; }