Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 971 → Rev 972

/kickup/trunk/webapp/style/general.css
1,6 → 1,13
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; }
h1 { font-weight: bold; font-size: 16pt; color: #5A2A9C; }
h2 { font-weight: bold; font-size: 12pt; color: #5A2A9C; }
.smallHeader { font-weight: bold; font-size: 12pt; color: #5A2A9C; margin-top: 1em; }
.subHeader { font-weight: bold; font-size: 10pt; color: #5A2A9C; background-color: #EDD9F1; }
.standardCell { background-color: white; }
th { text-align: left; font-size: 10pt; vertical-align: top; }
td { text-align: left; font-size: 10pt; vertical-align: top; }
.even { background-color: #E0D3F1; }
.odd { background-color: #EDD9F1; }
 
.error { color: red; }
 
10,11 → 17,11
.payedExactly { background-color: #67EF5D; }
.payedMore { background-color: #E476F8; }
 
.eventName { font-weight: bold; font-size: x-large; }
.eventName { font-weight: bold; font-size: 16pt; }
.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; }
.actParticipants { font-size: 10pt; text-decoration: none; }