aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/css
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-08-05 15:54:37 +0200
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-08-05 15:54:37 +0200
commit55821e04c188997d258645975220828e195d0df4 (patch)
tree9a85831aa55c35c2fa69122220f7c873d73a9143 /tpl/css
parentb161295d0b53a5ae194e236b0a7c662e9ac2ff9a (diff)
downloadwallabag-55821e04c188997d258645975220828e195d0df4.tar.gz
wallabag-55821e04c188997d258645975220828e195d0df4.tar.zst
wallabag-55821e04c188997d258645975220828e195d0df4.zip
share email +twitter / class messages
Diffstat (limited to 'tpl/css')
-rwxr-xr-xtpl/css/messages.css13
-rw-r--r--tpl/css/style-dark.css4
-rw-r--r--tpl/css/style-light.css8
-rw-r--r--tpl/css/style.css6
4 files changed, 30 insertions, 1 deletions
diff --git a/tpl/css/messages.css b/tpl/css/messages.css
new file mode 100755
index 00000000..702fac49
--- /dev/null
+++ b/tpl/css/messages.css
@@ -0,0 +1,13 @@
1.messages { width: 100%; -moz-border-radius: 4px; border-radius: 4px; display: block; padding: 10px 0; margin: 10px auto 10px; clear: both; }
2.messages a.closeMessage { margin: -14px -8px 0 0; display:none; width: 16px; height: 16px; float: right; background: url(../img/messages/close.png) no-repeat; }
3/*.messages:hover a.closeMessage { visibility:visible; }*/
4.messages p { margin: 3px 0 3px 10px !important; padding: 0 10px 0 23px !important; font-size: 14px; line-height: 16px; }
5.messages.error { border: 1px solid #C42608; color: #c00 !important; background: #FFF0EF; }
6.messages.error p { background: url(../img/messages/cross.png ) no-repeat 0px 50%; color:#c00 !important; }
7.messages.success {background: #E0FBCC; border: 1px solid #6DC70C; }
8.messages.success p { background: url(../img/messages/tick.png) no-repeat 0px 50%; color: #2B6301 !important; }
9.messages.warning { background: #FFFCD3; border: 1px solid #EBCD41; color: #000; }
10.messages.warning p { background: url(../img/messages/warning.png ) no-repeat 0px 50%; color: #5F4E01; }
11.messages.information, .messages.info { background: #DFEBFB; border: 1px solid #82AEE7; }
12.messages.information p, .messages.info p { background: url(../img/messages/help.png ) no-repeat 0px 50%; color: #064393; }
13.messages.information a { text-decoration: underline; } \ No newline at end of file
diff --git a/tpl/css/style-dark.css b/tpl/css/style-dark.css
index 0fcced24..49fe1011 100644
--- a/tpl/css/style-dark.css
+++ b/tpl/css/style-dark.css
@@ -65,6 +65,10 @@ a.archive-off span:hover {
65 background: url('../img/dark/checkmark-on.png') no-repeat; 65 background: url('../img/dark/checkmark-on.png') no-repeat;
66} 66}
67 67
68a.twitter span {
69 background: url('../img/dark/twitter.png') no-repeat;
70}
71
68/*** ***/ 72/*** ***/
69/*** ARTICLE PAGE ***/ 73/*** ARTICLE PAGE ***/
70 74
diff --git a/tpl/css/style-light.css b/tpl/css/style-light.css
index c1d98326..5d584eb3 100644
--- a/tpl/css/style-light.css
+++ b/tpl/css/style-light.css
@@ -75,6 +75,14 @@ a.archive-off span:hover {
75 background: url('../img/light/checkmark-on.png') no-repeat; 75 background: url('../img/light/checkmark-on.png') no-repeat;
76} 76}
77 77
78a.twitter span {
79 background: url('../img/light/twitter.png') no-repeat;
80}
81
82a.email span {
83 background: url('../img/light/envelop.png') no-repeat;
84}
85
78/*** ***/ 86/*** ***/
79/*** ARTICLE PAGE ***/ 87/*** ARTICLE PAGE ***/
80 88
diff --git a/tpl/css/style.css b/tpl/css/style.css
index 6b9f6aca..333a0b77 100644
--- a/tpl/css/style.css
+++ b/tpl/css/style.css
@@ -47,6 +47,10 @@ header h1 {
47 cursor: pointer; 47 cursor: pointer;
48} 48}
49 49
50ul#messages {
51
52}
53
50#main, #article { 54#main, #article {
51 margin: 0 auto; 55 margin: 0 auto;
52} 56}
@@ -99,6 +103,7 @@ input[type=submit].delete {
99} 103}
100 104
101.tools { 105.tools {
106 float: right;
102 text-align: right; 107 text-align: right;
103} 108}
104 109
@@ -121,7 +126,6 @@ input[type=submit].delete {
121 top: 0px; 126 top: 0px;
122 right: 0px; 127 right: 0px;
123 width: 100%; 128 width: 100%;
124 text-align: left;
125} 129}
126 130
127#article .tools ul li{ 131#article .tools ul li{