Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 976 → Rev 1003

/kickup/tags/release-1.0/webapp/style/general.css
0,0 → 1,30
body { font-family: verdana, sans-serif; }
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; }
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; }
.listCell { border-bottom: 1px solid #C0C0C0; }
.headerCell { border-bottom: 1px solid black; }
.error { color: red; }
.obligated { color: red; }
.obligatedText { color: red; font-size: 8pt; }
 
.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: 16pt; }
.important { font-weight: bold; }
.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: 8pt; text-decoration: none; }