aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/baggy/css/main.css
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2014-11-03 22:48:07 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2014-11-03 22:48:07 +0100
commit3eba7538a4cbbefcfc5638a68236a4fc5f823138 (patch)
tree531cedbed75dcd21448f4bf95f400dbe1b8ef690 /themes/baggy/css/main.css
parentfa6f5db97fab612a17a992da5e681b33995dd4c7 (diff)
parentefd0a9f5f11c85fc216f2c8f05b377e7f8680a12 (diff)
downloadwallabag-3eba7538a4cbbefcfc5638a68236a4fc5f823138.tar.gz
wallabag-3eba7538a4cbbefcfc5638a68236a4fc5f823138.tar.zst
wallabag-3eba7538a4cbbefcfc5638a68236a4fc5f823138.zip
Merge pull request #920 from jsit/uifixes
Many small UI changes/fixes to Baggy theme and English translation files
Diffstat (limited to 'themes/baggy/css/main.css')
-rwxr-xr-xthemes/baggy/css/main.css23
1 files changed, 19 insertions, 4 deletions
diff --git a/themes/baggy/css/main.css b/themes/baggy/css/main.css
index 924ab5ef..028c8b4e 100755
--- a/themes/baggy/css/main.css
+++ b/themes/baggy/css/main.css
@@ -70,7 +70,7 @@ h2, h3, h4 {
70 text-transform: uppercase; 70 text-transform: uppercase;
71} 71}
72 72
73p, li { 73p, li, label {
74 color: #666; 74 color: #666;
75} 75}
76 76
@@ -281,12 +281,12 @@ h2:after {
281#listmode a:hover { 281#listmode a:hover {
282 opacity: 1; 282 opacity: 1;
283} 283}
284.tablemode { 284#listmode.tablemode {
285 background-image: url("../img/baggy/table.png"); 285 background-image: url("../img/baggy/table.png");
286 background-repeat: no-repeat; 286 background-repeat: no-repeat;
287 background-position: bottom; 287 background-position: bottom;
288} 288}
289.listmode { 289#listmode.listmode {
290 background-image: url("../img/baggy/list.png"); 290 background-image: url("../img/baggy/list.png");
291 background-repeat: no-repeat; 291 background-repeat: no-repeat;
292 background-position: bottom; 292 background-position: bottom;
@@ -331,7 +331,7 @@ footer a {
331 margin-bottom: 2em; 331 margin-bottom: 2em;
332} 332}
333 333
334.estimatedTime a { 334.estimatedTime .reading-time {
335 color: #999; 335 color: #999;
336 font-style: italic; 336 font-style: italic;
337 font-weight: normal; 337 font-weight: normal;
@@ -418,6 +418,7 @@ footer a {
418.entrie h2 { 418.entrie h2 {
419 text-transform: none; 419 text-transform: none;
420 margin-bottom: 0; 420 margin-bottom: 0;
421 line-height: 1.2;
421} 422}
422 423
423 .entrie h2:after { 424 .entrie h2:after {
@@ -774,6 +775,16 @@ a.add-to-wallabag-link-after:after {
774 width: 100%; 775 width: 100%;
775} 776}
776 777
778.more-info {
779 font-size: 0.85em;
780 line-height: 1.5;
781 color: #aaa;
782}
783
784 .more-info a {
785 color: #aaa;
786 }
787
777/* ========================================================================== 788/* ==========================================================================
778 5 = Article 789 5 = Article
779 ========================================================================== */ 790 ========================================================================== */
@@ -799,6 +810,10 @@ blockquote {
799 margin: 0; 810 margin: 0;
800} 811}
801 812
813#article h1 {
814 text-align: left;
815}
816
802#article h2, #article h3, #article h4 { 817#article h2, #article h3, #article h4 {
803 text-transform: none; 818 text-transform: none;
804} 819}