-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
96c3e4e
commit d1ab481
Showing
31 changed files
with
1,748 additions
and
56 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,86 @@ | ||
.dayInAgenda | ||
{ | ||
width: 8.5rem; | ||
float: left; | ||
} | ||
|
||
.agendaTitle | ||
{ | ||
white-space: pre-wrap; | ||
} | ||
|
||
.shortDesc | ||
{ | ||
white-space: normal; | ||
font-size: small; | ||
font-weight: normal; | ||
font-style: italic; | ||
} | ||
|
||
.agendaTitle span | ||
{ | ||
font-weight: normal; | ||
} | ||
|
||
.left | ||
{ | ||
text-align: left; | ||
margin-left: 0.2rem; | ||
padding-left: 0.2rem; | ||
} | ||
|
||
.agendaDetail | ||
{ | ||
padding-right:2rem; | ||
} | ||
|
||
.icon | ||
{ | ||
float:right; | ||
padding-right:0.5rem; | ||
} | ||
|
||
.highlight | ||
{ | ||
background-color: #ffcc00; | ||
box-shadow: 5px 5px 5px #a7a7a7; | ||
} | ||
|
||
#header | ||
{ | ||
background-image: url(../img/AOFBanner70px.png); | ||
background-repeat: no-repeat; | ||
background-color: black; | ||
background-position-y: -5px; | ||
} | ||
|
||
#h1 | ||
{ | ||
color: #ffcc00; | ||
font-weight: normal; | ||
font-size: 24px; | ||
padding-top: 24px; | ||
padding-bottom: 0px; | ||
font-family: Roboto, Helvetica, Arial, sans-serif; | ||
} | ||
|
||
#h3 | ||
{ | ||
background-image: url(../img/achab-footer-logo.svg); | ||
background-repeat: no-repeat; | ||
background-position-y: 0.5rem; | ||
background-position-x: 50%; | ||
} | ||
|
||
#speakerContent | ||
{ | ||
/*padding-left: 1.5rem;*/ | ||
} | ||
|
||
.eventTitle | ||
{ | ||
font-weight: bold; | ||
} | ||
|
||
#eventContent | ||
{ | ||
/*padding-left: 1.5rem;*/ | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.