建立內容為「body { font-size: 1.05em; } #poncho-header-wrapper { background: #e0e0e0; padding: 0.4em 0 0.2em 0; } #poncho-logo { font-size: 1.4em; } #poncho-s…」的新頁面
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
body {
/* Poncho.less diff MS */
font-size: 1.05em;
}
 
#poncho-header-wrapper {
    background: #e0e0e0;
    padding: 0.4em 0 0.2em 0;
}
 
#poncho-logo {
#poncho-logo {
    font-size: 1.4em;
width: 400px;
}
 
#poncho-search-form {
    margin-right: 0;
    max-width: 15em;
}
 
h1 {
font-size: 1.6em;
}
 
h2 {
font-size: 1.4em;
}
 
#poncho-content-wrapper {
margin: 0 auto;
padding: 0 1em 1em 1em;
}
 
#content {
margin: 0;
line-height: 140%;
}
 
#poncho-footer {
font-size: 0.9em;
}
 
#poncho-footer li {
    line-height: 1.2;
    margin: 0.2em 0;
}
}
 
@media (max-width: 700px) {
#poncho-footer li#lastmod {
#poncho-logo {
display: none;
width: 178px;
}
}
}

Latest revision as of 00:32, 10 June 2024

/* Poncho.less diff MS */
#poncho-logo {
	width: 400px;
}
@media (max-width: 700px) {
	#poncho-logo {
		width: 178px;
	}
}