mirror of
https://github.com/wallabag/wallabag.git
synced 2025-07-27 17:28:39 +00:00
modifications css
This commit is contained in:
parent
7eca3552c8
commit
4d94769a56
4 changed files with 58 additions and 5 deletions
|
@ -2,10 +2,13 @@ body {
|
|||
color: #222222;
|
||||
font: 20px/1.3em Palatino,Georgia,serif;
|
||||
background-color: #F1F1F1;
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
body.article {
|
||||
background-color: #ffffff;
|
||||
color: #222222;
|
||||
font: 20px/1.3em Palatino,Georgia,serif;
|
||||
background-color: #F1F1F1;
|
||||
}
|
||||
|
||||
a, a:hover, a:visited {
|
||||
|
@ -40,7 +43,16 @@ header {
|
|||
|
||||
#main ul#links li {
|
||||
display: inline;
|
||||
padding: 15px;
|
||||
}
|
||||
#links a, #backhome a{
|
||||
text-decoration: none;
|
||||
padding: 5px 10px;
|
||||
}
|
||||
#links a:hover, #backhome a{
|
||||
-webkit-border-radius: 2px;
|
||||
border-radius: 2px;
|
||||
background-color: #040707;
|
||||
color: #F1F1F1;
|
||||
}
|
||||
|
||||
#main #entries {
|
||||
|
@ -51,7 +63,12 @@ header {
|
|||
color: rgb(46, 46, 46);
|
||||
position:relative;
|
||||
background-color: #ffffff;
|
||||
height: 8em;
|
||||
padding: 15px;
|
||||
height: 6em;
|
||||
-webkit-border-radius: 2px;
|
||||
border-radius: 2px;
|
||||
-webkit-box-shadow: 0px 0px 2px -1px #000;
|
||||
box-shadow: 0px 0px 2px -1px #000;
|
||||
}
|
||||
|
||||
#main #entries .entrie h2 a {
|
||||
|
@ -67,6 +84,7 @@ header {
|
|||
bottom: 0;
|
||||
width: 100%;
|
||||
text-align: right;
|
||||
margin-left: -20px;
|
||||
}
|
||||
|
||||
#main a.tool {
|
||||
|
@ -74,5 +92,5 @@ header {
|
|||
}
|
||||
|
||||
footer {
|
||||
text-align: right;
|
||||
text-align: center;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue