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
=== modified file 'data/ArticleView/style.css'
--- data/ArticleView/style.css 2015-07-15 20:47:27 +0000
+++ data/ArticleView/style.css 2015-07-17 14:26:47 +0000
@@ -154,11 +154,11 @@
154 background-color: #eee;154 background-color: #eee;
155}155}
156.tlblue {156.tlblue {
157 background-color: #2295AB;157 background-color: #2295AB;
158 color: white;158 color: white;
159}159}
160.tlgrey {160.tlgrey {
161 background-color: #eee;161 background-color: #eee;
162}162}
163h1,163h1,
164h2,164h2,
@@ -167,7 +167,7 @@
167h5,167h5,
168h6 {168h6 {
169 color: #318c34;169 color: #318c34;
170 font-weight: 500;170 font-weight: 500;
171 font-family: 'Open Sans', Arial, sans-serif, sans;171 font-family: 'Open Sans', Arial, sans-serif, sans;
172 text-align: left;172 text-align: left;
173}173}
@@ -175,7 +175,7 @@
175 margin-bottom: 1rem;175 margin-bottom: 1rem;
176 padding-bottom: 0.75rem;176 padding-bottom: 0.75rem;
177 border-bottom: 2px solid #318c34;177 border-bottom: 2px solid #318c34;
178 font-size: 2.5rem;178 font-size: 2.5rem;
179 font-weight: 300;179 font-weight: 300;
180}180}
181h3 {181h3 {
@@ -190,12 +190,12 @@
190}190}
191h5 {191h5 {
192 color: #000;192 color: #000;
193 font-size: 1.2rem;193 font-size: 1.2rem;
194 margin-bottom: 0.25rem;194 margin-bottom: 0.25rem;
195}195}
196h6 {196h6 {
197 color: #000;197 color: #000;
198 font-size: 1rem;198 font-size: 1rem;
199 margin-bottom: 0.25rem;199 margin-bottom: 0.25rem;
200 text-transform: uppercase;200 text-transform: uppercase;
201}201}
@@ -211,28 +211,28 @@
211p {211p {
212 margin-bottom: 1rem;212 margin-bottom: 1rem;
213 color: #1d1f1c;213 color: #1d1f1c;
214 font-size: 1rem;214 font-size: 1rem;
215 line-height: 1.8em;215 line-height: 1.8em;
216 text-align: left;216 text-align: left;
217}217}
218pre,218pre,
219code {219code {
220 background-color:#eee;220 background-color:#eee;
221 overflow:auto;221 overflow:auto;
222 margin:0 0 1em;222 margin:0 0 1em;
223}223}
224pre {224pre {
225 padding:.5em 1em;225 padding:.5em 1em;
226}226}
227code {227code {
228 padding:.3em .3em;228 padding:.3em .3em;
229}229}
230p:last-of-type {230p:last-of-type {
231 margin-bottom: 0;231 margin-bottom: 0;
232}232}
233a {233a {
234 color: #318c34;234 color: #318c34;
235 outline : none;235 outline : none;
236}236}
237a:hover {237a:hover {
238 text-decoration: none;238 text-decoration: none;
@@ -281,10 +281,10 @@
281}281}
282header.post h1 {282header.post h1 {
283 color: #000;283 color: #000;
284 font-weight: 600;284 font-weight: 600;
285}285}
286header.post a:link {286header.post a:link {
287 outline : none;287 outline : none;
288 text-decoration: none;288 text-decoration: none;
289}289}
290header.post span.source {290header.post span.source {
@@ -304,8 +304,21 @@
304}304}
305/* MIDNIGHT THEME -- also default dark */305/* MIDNIGHT THEME -- also default dark */
306div.theme.midnight {306div.theme.midnight {
307 color:rgba(255, 255, 255, 0.6);
307 background: #233540;308 background: #233540;
308}309}
310div.theme .midnight pre{
311 background-color:rgba(255, 255, 255, 0.6);
312 color:#233540;
313 font-family: 'Open Sans';
314 font-size: 12px;
315}
316
317div.theme.midnight table,
318div.theme.midnight th,
319div.theme.midnight td {
320 border: 1px solid rgba(255, 255, 255, 0.6);
321}
309div.theme.midnight div.content th,322div.theme.midnight div.content th,
310div.theme.midnight header.post {323div.theme.midnight header.post {
311 background: rgba(0, 0, 0, 0.1);324 background: rgba(0, 0, 0, 0.1);
@@ -344,6 +357,7 @@
344div.theme.midnight div.content h6,357div.theme.midnight div.content h6,
345div.theme.midnight div.content p {358div.theme.midnight div.content p {
346 color: rgba(255, 255, 255, 0.6);359 color: rgba(255, 255, 255, 0.6);
360 text-align: justify;
347}361}
348div.theme.spring {362div.theme.spring {
349 background: #f8fff2;363 background: #f8fff2;

Subscribers

People subscribed via source and target branches

to all changes: