aboutsummaryrefslogtreecommitdiffhomepage
path: root/css
diff options
context:
space:
mode:
authortom.c <contact@tomcanac.com>2013-04-08 09:44:45 +0200
committertom.c <contact@tomcanac.com>2013-04-08 09:44:45 +0200
commit4d94769a56979f6ee896ffaef453f09d03e7e4fe (patch)
tree9395c0132a68ecc65ebe53c277e46dbe0dd5fa05 /css
parent7eca3552c8f14a57b59bdb4be4ea8994616467d7 (diff)
downloadwallabag-4d94769a56979f6ee896ffaef453f09d03e7e4fe.tar.gz
wallabag-4d94769a56979f6ee896ffaef453f09d03e7e4fe.tar.zst
wallabag-4d94769a56979f6ee896ffaef453f09d03e7e4fe.zip
modifications css
Diffstat (limited to 'css')
-rw-r--r--css/style.css26
1 files changed, 22 insertions, 4 deletions
diff --git a/css/style.css b/css/style.css
index 764cf628..604b3728 100644
--- a/css/style.css
+++ b/css/style.css
@@ -2,10 +2,13 @@ body {
2 color: #222222; 2 color: #222222;
3 font: 20px/1.3em Palatino,Georgia,serif; 3 font: 20px/1.3em Palatino,Georgia,serif;
4 background-color: #F1F1F1; 4 background-color: #F1F1F1;
5 margin: 10px;
5} 6}
6 7
7body.article { 8body.article {
8 background-color: #ffffff; 9 color: #222222;
10 font: 20px/1.3em Palatino,Georgia,serif;
11 background-color: #F1F1F1;
9} 12}
10 13
11a, a:hover, a:visited { 14a, a:hover, a:visited {
@@ -40,7 +43,16 @@ header {
40 43
41#main ul#links li { 44#main ul#links li {
42 display: inline; 45 display: inline;
43 padding: 15px; 46}
47#links a, #backhome a{
48 text-decoration: none;
49 padding: 5px 10px;
50}
51#links a:hover, #backhome a{
52 -webkit-border-radius: 2px;
53 border-radius: 2px;
54 background-color: #040707;
55 color: #F1F1F1;
44} 56}
45 57
46#main #entries { 58#main #entries {
@@ -51,7 +63,12 @@ header {
51 color: rgb(46, 46, 46); 63 color: rgb(46, 46, 46);
52 position:relative; 64 position:relative;
53 background-color: #ffffff; 65 background-color: #ffffff;
54 height: 8em; 66 padding: 15px;
67 height: 6em;
68 -webkit-border-radius: 2px;
69 border-radius: 2px;
70 -webkit-box-shadow: 0px 0px 2px -1px #000;
71 box-shadow: 0px 0px 2px -1px #000;
55} 72}
56 73
57#main #entries .entrie h2 a { 74#main #entries .entrie h2 a {
@@ -67,6 +84,7 @@ header {
67 bottom: 0; 84 bottom: 0;
68 width: 100%; 85 width: 100%;
69 text-align: right; 86 text-align: right;
87 margin-left: -20px;
70} 88}
71 89
72#main a.tool { 90#main a.tool {
@@ -74,5 +92,5 @@ header {
74} 92}
75 93
76footer { 94footer {
77 text-align: right; 95 text-align: center;
78} \ No newline at end of file 96} \ No newline at end of file