No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
/*
/*
__NOEDITSECTION__
===調整大小===
===調整大小===
<source lang="css"> */
<source lang="css"> */
body {
font-size: 1.05em;
}
#page {
padding: 2.05em 0 0 0;
}
.article {
padding: 1.2em 0 1.2em;
}
#navigation {
height: 2.4em;
}
#navigation div#bar {
height: 2.4em;
}
#navigation div#bar div {
height: 2.4em;
}
pre {
pre {
padding: 1em;
padding: 1em;
Line 37: Line 18:


/*
/*
===sidebar===
===Lite Form===
* The difference between DevmoLite and Devmo
<source lang="css"> */
<source lang="css"> */
#sidebar {
#sidebar {
position: absolute;
top: 7.6em;
}
#content {
margin: 0 0 0 0;
}
#footer {
margin: 10px 0 0 auto;
} /*
</source> */
/*
===其他語言===
* For DevmoLite
<source lang="css"> */
#sidebar {
position: absolute;
top: 7em;
text-align: right;
text-align: right;
width: 100%;
width: 100%;
Line 64: Line 28:
display: inline;
display: inline;
margin: 0 2px 0 2px;
margin: 0 2px 0 2px;
}
#content {
margin: 0;
}
#footer {
margin: 10px 0 0 auto;
} /*
} /*
</source> */
</source> */

Latest revision as of 20:38, 26 March 2011

/*
__NOEDITSECTION__
===調整大小===
<source lang="css"> */
pre {
	padding: 1em;
	line-height: 1em;
} /*
</source> */

/*
===連結底線===
<source lang="css"> */
#content a {
	text-decoration: none;
} /*
</source> */

/*
===Lite Form===
* The difference between DevmoLite and Devmo
<source lang="css"> */
#sidebar {
	text-align: right;
	width: 100%;
}
#sidebar ul li{
	display: inline;
	margin: 0 2px 0 2px;
}
#content {
	margin: 0;
}
#footer {
	margin: 10px 0 0 auto;
} /*
</source> */

/*
===不顯示 Login===
<source lang="css"> */
#pt-login,
#pt-anontalk,
#pt-anonlogin {
	display: none;
} /*
</source> */