mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-10 11:25:04 -05:00
35 lines
444 B
CSS
35 lines
444 B
CSS
|
body {
|
||
|
color: #222222;
|
||
|
font: 20px/1.3em Palatino,Georgia,serif;
|
||
|
background-color: #e6e6e6;
|
||
|
}
|
||
|
|
||
|
a, a:hover, a:visited {
|
||
|
color: #000;
|
||
|
}
|
||
|
header {
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
#main {
|
||
|
margin: 0 auto;
|
||
|
}
|
||
|
|
||
|
#main ul#links {
|
||
|
padding: 0;
|
||
|
list-style-type: none;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
#main ul#links li {
|
||
|
display: inline;
|
||
|
padding: 15px;
|
||
|
}
|
||
|
|
||
|
#main a.tool {
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
|
||
|
footer {
|
||
|
text-align: right;
|
||
|
}
|