Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
gordielachance authored and gordielachance committed Sep 15, 2016
1 parent 6a720e3 commit 8827835
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 13 deletions.
24 changes: 14 additions & 10 deletions _inc/css/bbppu.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,48 +6,52 @@ body a.bbppu-hentry, body ul.bbppu-hentry > li:first-child {
transition: border 500ms ease-out;
}
/* line 14, ../scss/bbppu.scss */
body .bbppu-bookmark .dashicons {
body .bbppu-bookmark .bbppu-bookmark-icon {
text-decoration: none;
}
/* line 16, ../scss/bbppu.scss */
body .bbppu-bookmark .bbppu-bookmark-icon.dashicons {
font-size: 1.5em;
}
/* line 19, ../scss/bbppu.scss */
/* line 22, ../scss/bbppu.scss */
body .bbppu-mark-as-read {
margin-bottom: 15px;
text-align: right;
}
/* line 23, ../scss/bbppu.scss */
/* line 26, ../scss/bbppu.scss */
body .bbppu-mark-as-read a .bbppu-loading {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
}
/* line 27, ../scss/bbppu.scss */
/* line 30, ../scss/bbppu.scss */
body .bbppu-mark-as-read a.loading .bbppu-loading {
filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
opacity: 1;
}
/* line 34, ../scss/bbppu.scss */
/* line 37, ../scss/bbppu.scss */
body:not(.rtl) a.bbppu-hentry, body:not(.rtl) ul.bbppu-hentry > li:first-child {
padding-left: 5px;
}
/* line 38, ../scss/bbppu.scss */
/* line 41, ../scss/bbppu.scss */
body:not(.rtl) a.bbppu-hentry.bbppu-read,
body:not(.rtl) ul.bbppu-hentry.bbppu-read > li:first-child {
border-left: 5px solid #EAEAEA;
}
/* line 43, ../scss/bbppu.scss */
/* line 46, ../scss/bbppu.scss */
body:not(.rtl) a.bbppu-hentry.bbppu-unread,
body:not(.rtl) ul.bbppu-hentry.bbppu-unread > li:first-child {
border-left: 5px solid #21759B;
}
/* line 50, ../scss/bbppu.scss */
/* line 53, ../scss/bbppu.scss */
body.rtl a.bbppu-hentry, body.rtl ul.bbppu-hentry > li:first-child {
padding-right: 5px;
}
/* line 54, ../scss/bbppu.scss */
/* line 57, ../scss/bbppu.scss */
body.rtl a.bbppu-hentry.bbppu-read,
body.rtl ul.bbppu-hentry.bbppu-read > li:first-child {
border-right: 5px solid #EAEAEA;
}
/* line 59, ../scss/bbppu.scss */
/* line 62, ../scss/bbppu.scss */
body.rtl a.bbppu-hentry.bbppu-unread,
body.rtl ul.bbppu-hentry.bbppu-unread > li:first-child {
border-right: 5px solid #21759B;
Expand Down
7 changes: 5 additions & 2 deletions _inc/scss/bbppu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ body{
}

.bbppu-bookmark{
.dashicons{
font-size: 1.5em;
.bbppu-bookmark-icon{
text-decoration: none;
&.dashicons{
font-size: 1.5em;
}
}
}

Expand Down
3 changes: 2 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ Have a look at the file /bbppu-template.php, which contains functions you could

== Screenshots ==

1. Style of the read / non-read forums
1. Style of the read / non-read forums. The flag icon is a link to reach the last read reply.
2. Options page

== Localization ==

Expand Down
Binary file added screenshot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshot-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8827835

Please sign in to comment.