mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-25 20:44:53 -04:00
30 lines
376 B
Text
30 lines
376 B
Text
|
|
#content {
|
|
max-width: 960px;
|
|
margin: 50px auto;
|
|
font-size: 15px;
|
|
}
|
|
|
|
#content-header, #content-footer {
|
|
color: #333;
|
|
|
|
a, a:active, a:visited {
|
|
color: @col-link;
|
|
text-decoration: none;
|
|
cursor: pointer;
|
|
|
|
&:hover {
|
|
color: #555;
|
|
}
|
|
}
|
|
}
|
|
|
|
#content-header {
|
|
padding-bottom: 12px;
|
|
margin-bottom: 32px;
|
|
}
|
|
|
|
#content-footer {
|
|
padding-top: 12px;
|
|
margin-top: 32px;
|
|
}
|