跳转到内容

User:Charlesorium/test3.css

维基百科,自由的百科全书
注意:保存之后,你必须清除浏览器缓存才能看到做出的更改。Google ChromeFirefoxMicrosoft EdgeSafari:按住⇧ Shift键并单击工具栏的“刷新”按钮。参阅Help:绕过浏览器缓存以获取更多帮助。
.philosophie-portal-left, 
.philosophie-portal-right {
	padding: 0px;
	border: 1px solid #7bc5ae;
} h2 {
		margin: 0px;
		padding: 0.25em;
		background: #e6f6ef;
		color:#7bc5ae;
		font-family:Georgia, Times, serif;
		font-size:150%;
		border: none;
} h3 {
		margin: 0px;
		padding: 0.25em;
		color:#7bc5ae;;
		font-family:Georgia, Times, serif;
		font-size:150%;
		font-weight: 400;
		border: none;
		text-align:center;
}


.philosophie-portal-left {
	float: left;
	width: calc(60% - 1em);
	margin: 0.5em 0em 0.5em 0.5em;
}
.philosophie-portal-right {
	float: right;
	width: calc(40% - 1em);
	margin: 0.5em 0.5em 0.5em 0em;
}