.circleci
.well-known
_includes
_layouts
_posts
_sass
_base.scss
_calendar.scss
_chaospott.scss
_layout.scss
_syntax-highlighting.scss
blog
bootstrap
css
favicon
fonts
images
js
media
webfonts
.gitignore
.gitmodules
.ruby-version
404.html
Gemfile
Gemfile.lock
README.md
_config.yml
about.md
apple-touch-icon.png
browserconfig.xml
c3e_0xe_decke.png
calendar-list.html
calendar.html
calendar_old.md
cms.md
contact.md
corona.md
datenschutzerklaerung.md
favicon-16x16.png
favicon-32x32.png
favicon-96x96.png
favicon.ico
feed.xml
foobar-ev_freistellungsbescheid.pdf
impressum.md
index.html
location.md
manifest.webmanifest
status.html
virtuell.md
46 lines
568 B
SCSS
46 lines
568 B
SCSS
.cal_date {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.cal_date, .cal_day, .cal_time {
|
|
display: block;
|
|
}
|
|
|
|
.cal_summary {
|
|
font-weight: bold;
|
|
display: block;
|
|
}
|
|
|
|
.centerdamnit {
|
|
display: table;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.cal_description {
|
|
font-style: italic;
|
|
display: block;
|
|
min-height: 1em;
|
|
white-space: pre-line;
|
|
}
|
|
|
|
.cal_datetime {
|
|
float: left;
|
|
width: 8em;
|
|
text-align: right;
|
|
text-decoration: inherit;
|
|
}
|
|
|
|
.cal_descriptionbox {
|
|
margin-left: 10em;
|
|
min-height: 3em;
|
|
}
|
|
|
|
.cal_entry {
|
|
clear: both;
|
|
margin-bottom: 2em;
|
|
}
|
|
|
|
.cal_location .fa {
|
|
margin-right: 0.3em;
|
|
}
|