Links in demo updated - Radio in all styles adapted
-----

phpbb Boardannouncement

Gesperrt
Forum Member
Site Admin
Beiträge: 649
Registriert: 3. Apr 2019, 17:36
Vorname: Jutta
Dein Land: Schweiz
Wohnort: Zuchwil / SO
Kontaktdaten:

phpbb Boardannouncement

Beitrag von Forum Member » 25. Apr 2019, 17:58

Extversion 1.0.6 / 1.1.0

Code: Alles auswählen

/* style the announcement banner */
#phpbb_announcement {
	background: -moz-linear-gradient(top, rgba(243,238,231,0.8) 0%, rgba(210,205,200,0.94) 72%, rgba(188,188,188,1) 100%); /* FF3.6-15 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,238,231,0.8)), color-stop(72%,rgba(210,205,200,0.94)), color-stop(100%,rgba(188,188,188,1))); /* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(top, rgba(243,238,231,0.8) 0%,rgba(210,205,200,0.94) 72%,rgba(188,188,188,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(top, rgba(243,238,231,0.8) 0%,rgba(210,205,200,0.94) 72%,rgba(188,188,188,1) 100%); /* Opera 11.10-11.50 */
	background: -ms-linear-gradient(top, rgba(243,238,231,0.8) 0%,rgba(210,205,200,0.94) 72%,rgba(188,188,188,1) 100%); /* IE10 preview */
	background: linear-gradient(to bottom, rgba(243,238,231,0.8) 0%,rgba(210,205,200,0.94) 72%,rgba(188,188,188,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccf3eee7', endColorstr='#bcbcbc',GradientType=0 ); /* IE6-9 */
	color: #333333;
	border: 3px solid #777777;
	border-radius: 0;
	box-shadow: 0 0 10px #494949;
	margin: 10px 0;
	padding: 3px 10px 8px;
}

/* zero out any text margins and scroll any overflow */
#phpbb_announcement div {
	font-size: 1em;
	line-height: 1.4em;
	overflow-x: auto;
	overflow: hidden;
	margin: 0;
}

#phpbb_announcement a.postlink {
	border-bottom-color: #222222;
	color: #222222;
	font-size: 10px;
}

#phpbb_announcement a.postlink:hover {
	border-bottom-color: #04172F;
	color: #04172F;
	font-size: 10px;
}

#phpbb_announcement a.postlink:visited {
	border-bottom-color: #222222;
	color: #222222;
	font-size: 10px;
}

/* make posted images responsive */
#phpbb_announcement .postimage {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
}

/* style the close button */
#phpbb_announcement .close {
	background: transparent url('images/close.png') no-repeat 0 0;
	opacity: 0.6;
	float: right;
	width: 12px;
	height: 12px;
	margin: 0 0 0 4px;
}

/* reposition close button for right to left languages */
.rtl #phpbb_announcement .close {
	float: left;
	margin: 0 4px 0 0;
}

/* hide close button on desktops by default */
.notouch #phpbb_announcement .close {
	opacity: 0;
	transition: opacity 0.5s;
}

/* display the close button on mouse-over of the banner */
.notouch #phpbb_announcement:hover .close {
	opacity: 0.6;
}

/* fix for lists, force them to display inside containing div */
#phpbb_announcement ul,
#phpbb_announcement ol {
	margin-left: 20px;
}

.rtl #phpbb_announcement ul,
.rtl #phpbb_announcement ol {
	margin-right: 20px;
	margin-left: 0;
}

/* clear floats */
.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '.';
}

Gesperrt

Zurück zu „Ahoi“