-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBloggr_rez.css
46 lines (32 loc) · 1.47 KB
/
Bloggr_rez.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
@-moz-document domain('www.blogger.com') {
HTML > BODY {min-width:320px;}
/* Original min-width:1100px */
BODY.bo2 a:link {color:blue;}
BODY.bo2 a:visited {color:navy;}
/* MAIN CONTENT */
DIV.OYKEW4D-e-e {min-width:240px;}
/* Original min-width:1100px */
DIV.OYKEW4D-e-d {min-width:240px;}
/* Original min-width:1100px */
/* POSTS: This is the big one with lots of paddings originally */
DIV.OYKEW4D-i-n {padding-right:0px; padding-left:241px;}
/* POSTS TABLE CONTAINER */
DIV.editPosts {overflow-x:auto;}
/* POSTS TABLE */
TABLE.bloggPostTable {table-layout:auto !important;}
/* POSTS TABLE COLUMN WIDTHS (above made pointless by auto table-layout) */
BODY.lang_en TABLE.bloggPostTable COLGROUP > COL:last-child {width:5.7em;}
/* POST LISTS: TABLE: CELLS (widths are set at colgroup above in table code) */
TD.OYKEW4D-p-a {padding:8px 0px; vertical-align:top;}
/* POSTS LIST: TABLE: BLOG LINKS */
A.OYKEW4D-c-g {overflow:initial; text-overflow:inherit; white-space:normal; text-decoration:underline; color:navy;}
/* unset or inherit */
/* POSTS LIST: TABLE: Blog tags */
BODY.bo2 .OYKEW4D-c-c {color:navy; opacity:1.0;}
/* POSTS LIST: TABLE: blog action links */
TABLE.bloggPostTable .blogg-visible-on-select {visibility:visible;}
BODY.bo2 .bloggPostTable .blogg-visible-on-select {opacity:1.0;}
}
@-moz-document regexp('https://www\\.blogger\\.com/blogger\\.g\\?blogID\\=*\\#editor/.*') {
HTML > BODY {min-width:514px; background-color:navy;}
}