<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			Schwedentor
	Based on style:		prosilver (the default phpBB 3.3.x style)
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		Gerster CALL-Systeme)
    --------------------------------------------------------------
*/


/* neu 330 */ 
@import url("normalize.css?v=3.3");
@import url("base.css?v=3.3");
@import url("utilities.css?v=3.3");
@import url("common.css?v=3.3");
@import url("links.css?v=3.3");
@import url("content.css?v=3.3");
@import url("buttons.css?v=3.3");
@import url("cp.css?v=3.3");
@import url("forms.css?v=3.3");
@import url("icons.css?v=3.3");
@import url("colours.css?v=3.3");
@import url("responsive.css?v=3.3");

/* Ab hier eigene Anpassungen 2020 */

/* externe links ; keine extra Dateien im Header laden (elonw)! */
@font-face {
  font-family: 'FontAwesome';  /* aus Joomla warp */
  src: url("../../../../templates/yoo_sun/warp/vendor/uikit/fonts/fontawesome-webfont.woff2") format('woff2'), url("../../../../templates/yoo_sun/warp/vendor/uikit/fonts/fontawesome-webfont.woff") format("woff"), url("../../../../templates/yoo_sun/warp/vendor/uikit/fonts/fontawesome-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
a.external:after {  
	font-family: FontAwesome;
	content: "\f08e";
	left: 3px;
	padding-right: 3px;
	position: relative;
	text-align: center;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
	pointer-events: none;
}
/*  eigene ausnehmen */
a[href^="http://www.schwedentor.de"]:after ,
a[href^="https://www.schwedentor.de"]:after ,
a[href^="http://92.51.166.225"]:after ,
a[href^="https://92.51.166.225"]:after {
	content: "";
}
 



/* common.css changes */
html, body {
	/* background-color: #ACA8A1; */
    background-color: #edf1f6;
    background-image: url("./images/colorwave_img.jpg");
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto auto;	
	font-family: Verdana,Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: normal;
}



body.simple {
	min-height: 100%;
	background-color: #FFF;
	padding: 0 5px;
}

#wrap {
	max-width: 1100px;
	margin: 0 auto;
	padding: 13px 23px;
	border: 2px solid #FFF;
	border-radius: 15px;
	box-shadow: 0 0 5px 2px #9D9A93, inset 0 3px 18px rgba(100, 100, 100, .25);
}

.search-header {
	box-shadow: 0 0 10px #505C65;
}

.headerbar {
	/* background-color: #7C8891; 
	background-image: url("./images/bg_header.gif"); */
	background-image: none;
	background: #6ea9c7  none repeat scroll 0 0;  /*; #edf1f6 #4692bf */   
	/* color: #fc0; */
}

.navbar {
	background-color: #DCDEE2;
}


.forabg, .forumbg {
	background-color: #505C65;
	background-image: url("./images/bg_list.gif");
}


.copyright a {
	color: #000000 !important;
}

#site-description {
    float: left;
    width: 75%;
}

/* content.css changes */
/*
li.row {
	background-color: #E8ECEE;
}

li.row:hover {
	background-color: #EBEFF1;
}

li.row.bg3 {
	background-color: #F0F4F6;
}

li.row.bg3:hover {
	background-color: #F4F8FA;
}
*/
/* imageset.css changes */
.imageset.site_logo {
	background-image: url("/forum/images/schwedenforum.jpg");
	padding-left: 360px;
	padding-top: 160px;
}

.logo {
    float: left;
    height: 165px;
    padding: 0;
    width:380px; /* auto; */
}	

/* Woerterbuch Anpassungen, Vorlage content.css */
.posthalblinks {
    float: left;
    line-height: 1.48em;
    padding: 0;
    position: relative;
    margin: 5px 0 10px;
	padding: 0 0 0 10px;	
    width: 49%;
}
.postvoll {
    float: left;
    line-height: 1.48em;
    padding: 0;
    position: relative;
    margin: 5px 10px 10px 0;
	padding: 0 10px 0 10px;	
    width: 98%;
}
.posthalbrechts {
    float: right;
    line-height: 1.48em;
    padding: 0;
    position: relative;
	width: 48%;
	border-color: #ffffff;
    border-image: none;
    border-style: solid;
    border-width: 0 0 0 1px;
    display: inline;
    margin: 5px 0 10px;
	padding: 0 0 0 10px;
    min-height: 30px;
}	
.postvoll .content ,
.posthalblinks .content ,
.posthalbrechts .content {
    font-size: 1.3em;
    overflow-x: auto;
}	
.wb_hover:hover:hover {
    background-color: #f6f4d0;
}
	
/* responsive.css changes */
@media only screen and (max-width: 920px), only screen and (max-device-width: 920px) {
	html, body {
		background-color: #FFF;
	}

	body {
		padding-left: 5px;
		padding-right: 5px;
	}

	#wrap {
		width: 850px;
		padding: 0;
		border-width: 0;
		border-radius: 0;
		box-shadow: none;
	}
}

@media only screen and (max-width: 860px), only screen and (max-device-width: 860px) {
	#wrap {
		width: auto;
	}
}
</pre></body></html>