Thành viên:Vinhtantran/Trang Chính/styles.css

Cache: Sau khi lưu biểu mẫu này, phải xóa bộ nhớ đệm (cache) của trình duyệt để những thay đổi hiện ra:

Firefox, Chrome, Safari, Opera — Shift­Reload / Tải lại       Internet Explorer — Ctrl­Refresh / Làm tươi       Konqueror — Reload / Tải lại

Nếu bạn viết mã JavaScript, chú ý đọc hướng dẫn để tránh mâu thuẫn với mã mặc định của mạng.

/* DivTable.com */
.header{
	width: 98%;
	font-size: 95%; 
	background: transparent url(//upload.wikimedia.org/wikipedia/commons/e/e1/Wikisource-logo-sfondo.png) no-repeat scroll 0 0;
	background-repeat: no-repeat; 
	background-position: -80px -20px; 
	border: 1px solid #C2DFFF; 
	margin: 0 auto;
	margin-bottom: 5px;
	min-height: 90px;
	box-shadow: 0 0 .3em #999; 
	border-radius: .4em;
}
.bg_logo{
	float:left;
	width:20%;
}
.tc-header-t{
	float:left;
	width:55%;
}
.tc-header-p{
	float:right;
	background-color: transparent; 
	text-align: center;
	width: 20%;
	padding: 5px;
}
.tc-col-t{
	float:left;
	width:60%;
}
.tc-col-p{
	float:right;
	width:40%;
}
@media (max-width: 720px) {
  .tc-col-t {
    float:none;
    width:100%;
    margin:0 auto;
  }
  .tc-col-p {
    float:none;
    width:100%;
    margin:0 auto;
  }
  .superfluo {
  	display:none;
  }
}