Merge lp:~eviltwin1/feedreader/css-fix into lp:feedreader/trunk

Proposed by JeanLuc
Status: Merged
Approved by: JeanLuc
Approved revision: 341
Merged at revision: 342
Proposed branch: lp:~eviltwin1/feedreader/css-fix
Merge into: lp:feedreader/trunk
Diff against target: 127 lines (+27/-13)
1 file modified
data/ArticleView/style.css (+27/-13)
To merge this branch: bzr merge lp:~eviltwin1/feedreader/css-fix
Reviewer Review Type Date Requested Status
JeanLuc Approve
Review via email: mp+265132@code.launchpad.net

Description of the change

fix theme bugs in articleView css

To post a comment you must log in.
Revision history for this message
JeanLuc (eviltwin1) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'data/ArticleView/style.css'
2--- data/ArticleView/style.css 2015-07-15 20:47:27 +0000
3+++ data/ArticleView/style.css 2015-07-17 14:26:47 +0000
4@@ -154,11 +154,11 @@
5 background-color: #eee;
6 }
7 .tlblue {
8- background-color: #2295AB;
9- color: white;
10+ background-color: #2295AB;
11+ color: white;
12 }
13 .tlgrey {
14- background-color: #eee;
15+ background-color: #eee;
16 }
17 h1,
18 h2,
19@@ -167,7 +167,7 @@
20 h5,
21 h6 {
22 color: #318c34;
23- font-weight: 500;
24+ font-weight: 500;
25 font-family: 'Open Sans', Arial, sans-serif, sans;
26 text-align: left;
27 }
28@@ -175,7 +175,7 @@
29 margin-bottom: 1rem;
30 padding-bottom: 0.75rem;
31 border-bottom: 2px solid #318c34;
32- font-size: 2.5rem;
33+ font-size: 2.5rem;
34 font-weight: 300;
35 }
36 h3 {
37@@ -190,12 +190,12 @@
38 }
39 h5 {
40 color: #000;
41- font-size: 1.2rem;
42+ font-size: 1.2rem;
43 margin-bottom: 0.25rem;
44 }
45 h6 {
46 color: #000;
47- font-size: 1rem;
48+ font-size: 1rem;
49 margin-bottom: 0.25rem;
50 text-transform: uppercase;
51 }
52@@ -211,28 +211,28 @@
53 p {
54 margin-bottom: 1rem;
55 color: #1d1f1c;
56- font-size: 1rem;
57+ font-size: 1rem;
58 line-height: 1.8em;
59 text-align: left;
60 }
61 pre,
62 code {
63 background-color:#eee;
64- overflow:auto;
65+ overflow:auto;
66 margin:0 0 1em;
67 }
68 pre {
69 padding:.5em 1em;
70 }
71 code {
72- padding:.3em .3em;
73+ padding:.3em .3em;
74 }
75 p:last-of-type {
76 margin-bottom: 0;
77 }
78 a {
79 color: #318c34;
80- outline : none;
81+ outline : none;
82 }
83 a:hover {
84 text-decoration: none;
85@@ -281,10 +281,10 @@
86 }
87 header.post h1 {
88 color: #000;
89- font-weight: 600;
90+ font-weight: 600;
91 }
92 header.post a:link {
93- outline : none;
94+ outline : none;
95 text-decoration: none;
96 }
97 header.post span.source {
98@@ -304,8 +304,21 @@
99 }
100 /* MIDNIGHT THEME -- also default dark */
101 div.theme.midnight {
102+ color:rgba(255, 255, 255, 0.6);
103 background: #233540;
104 }
105+div.theme .midnight pre{
106+ background-color:rgba(255, 255, 255, 0.6);
107+ color:#233540;
108+ font-family: 'Open Sans';
109+ font-size: 12px;
110+}
111+
112+div.theme.midnight table,
113+div.theme.midnight th,
114+div.theme.midnight td {
115+ border: 1px solid rgba(255, 255, 255, 0.6);
116+}
117 div.theme.midnight div.content th,
118 div.theme.midnight header.post {
119 background: rgba(0, 0, 0, 0.1);
120@@ -344,6 +357,7 @@
121 div.theme.midnight div.content h6,
122 div.theme.midnight div.content p {
123 color: rgba(255, 255, 255, 0.6);
124+ text-align: justify;
125 }
126 div.theme.spring {
127 background: #f8fff2;

Subscribers

People subscribed via source and target branches

to all changes: