Newsletter-Archiv: Unterschied zwischen den Versionen
Aus Bündnis für Familie Tübingen.
(Die Seite wurde neu angelegt: „ <html> <head> <style> .crArchive {border:1px solid #888;background-color: #eeeeee;} .crArchiveItem {background-color: #ffffff;padding:2px;text-align:left;}…“) |
(MaxItems = 4) |
||
(4 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt) | |||
Zeile 6: | Zeile 6: | ||
.crArchiveItem {background-color: #ffffff;padding:2px;text-align:left;} | .crArchiveItem {background-color: #ffffff;padding:2px;text-align:left;} | ||
.crArchiveItem.CREven {background-color: #eeeeee;} | .crArchiveItem.CREven {background-color: #eeeeee;} | ||
.crArchiveItemDate {display:block;float:left; min-width:85px;text-align:left;} | .crArchiveItemDate {display:block;/*float:left;*/ min-width:85px;text-align:left;} | ||
.crArchiveItemName {display:inline;font-weight:bold;} | .crArchiveItemName {display:inline;font-weight:bold;} | ||
/* .crArchiveItemImage, .crArchiveItemDescription {display:none;} */ | /* .crArchiveItemImage, .crArchiveItemDescription {display:none;} */ | ||
Zeile 14: | Zeile 14: | ||
.crArchiveItemImage { | .crArchiveItemImage { | ||
margin-top: 1rem; | margin-top: 1rem; | ||
text-align: center; | |||
position: relative; | |||
} | |||
.crArchiveItemImage img { | |||
width: 75%; | |||
} | } | ||
Zeile 22: | Zeile 27: | ||
} | } | ||
a { | a, a:visited { | ||
color: #000; | color: #000; | ||
} | |||
} | } | ||
.flex-container > div , .crArchive > div { | |||
padding: 0.3rem; | |||
/* background: #ffecb3; */ | |||
} | |||
.flex-container, .crArchive { | .flex-container, .crArchive { | ||
width: 800px; | width: 800px; | ||
display: grid; | display: grid; | ||
grid-template-columns: repeat(auto-fill,minmax( | grid-template-columns: repeat(auto-fill,minmax(12rem, 1fr)); | ||
grid-row-gap: 1rem; | |||
background-color: #fff; | background-color: #fff; | ||
border: none; | border: none; | ||
</style> | </style> | ||
Zeile 44: | Zeile 50: | ||
var CRCategories = ''; | var CRCategories = ''; | ||
var CRLinkTarget = '_BLANK'; | var CRLinkTarget = '_BLANK'; | ||
var CRMaxItems = | var CRMaxItems = 4; | ||
var CRShowImage = true; | var CRShowImage = true; | ||
var CRDataURL = 'https://s3-eu-west-1.amazonaws.com/files.crsend.com/373000/373213/rss/mailings.js'; | var CRDataURL = 'https://s3-eu-west-1.amazonaws.com/files.crsend.com/373000/373213/rss/mailings.js'; |
Aktuelle Version vom 4. November 2024, 15:52 Uhr