Jump to content

Oblivion Semi-dark theme


jcdesign

Recommended Posts

Posted
Just now, jcdesign said:

Find this in oblivion folder css.


.ipsItemStatus.ipsItemStatus_read:not( .ipsItemStatus_large ) {
    color: #777;
}

replace with this.


.ipsItemStatus.ipsItemStatus_read:not( .ipsItemStatus_large ) {
    color: #479fcf;
}

 

Thank you,

Posted

Ok I changed that but I notice that the round icon shows when there are unread posts on the thread and disappears when there are no unread posts.

The star that shows you have posted in the thread stays both when there are unread posts and when there are no unread posts, it also is the same color for both.

On the IPS theme the star is there if there are read or unread posts but it changes color to show they are either read or unread silver for read and black for unread. on the oblivion theme the star is always the same color.

I wanted to change the star to blue color only when there are unread posts.

I did what you said but it keeps the star the blue color both times

Thank you

Posted
5 hours ago, CherryGirl69 said:

Ok I changed that but I notice that the round icon shows when there are unread posts on the thread and disappears when there are no unread posts.

The star that shows you have posted in the thread stays both when there are unread posts and when there are no unread posts, it also is the same color for both.

On the IPS theme the star is there if there are read or unread posts but it changes color to show they are either read or unread silver for read and black for unread. on the oblivion theme the star is always the same color.

I wanted to change the star to blue color only when there are unread posts.

I did what you said but it keeps the star the blue color both times

Thank you

You are right. Add this code anywhere in the oblivion css. 

.ipsItemStatus:not( .ipsItemStatus_large ) {
    color: #479fcf;
    font-size: 14px;
    line-height: inherit;
    vertical-align: middle;
}

.ipsItemStatus.ipsItemStatus_read {
    opacity: 0.3;
}

 

  • 4 weeks later...
Posted

Now available for both 4.2 and 4.3 beta. There are no changes witht the 4.2 version, so you don´t need to update if you still at that version.

Posted

hey @jcdesign

There seems to be a padding issue on the main page. Please see the following screenshot:

This can be fixed of course with a custom.css line, but I thought I'd bring it up.

Screen_Shot_2018-03-26_at_12_48_45_AM.png

  • 4 weeks later...
  • 6 months later...
Posted
1 hour ago, yurseli541454 said:

i buy this theme
but no landing page.
 


The landing page is not a part of the theme, just for my site. And for landing page you must have Pages app to get it work.

Read more at this thread:

 

Posted

In the pictures of the product, the picture of the page I mentioned is available. this means that this product is included. it's not a feature that is not included in the product, as if it were your fault.
image.thumb.png.0eed1de66a1a90a6668db7e80c68aa99.png

Posted

I do not care about the money you paid, but I bothered you in order to get them back. It was enough that you asked me if the Landing Page was included in one pm. Is it that you feel offended, so I can ask Lindy to put them back to you, and hope to see you no more here.

  • 7 months later...
Posted
On 2/24/2018 at 8:44 PM, jcdesign said:

You are right. Add this code anywhere in the oblivion css. 


.ipsItemStatus:not( .ipsItemStatus_large ) {
    color: #479fcf;
    font-size: 14px;
    line-height: inherit;
    vertical-align: middle;
}

.ipsItemStatus.ipsItemStatus_read {
    opacity: 0.3;
}

 

Just upgraded and had same problem before, I have added this code to the end of the css and it is fixed.  Hope that is ok.

I love the theme

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...