Jump to content

Night Mode Theme


Day_

Recommended Posts

  • 3 weeks later...
Posted (edited)

I am trying to figure out how to get the commenting area black when using the Pages CMS with this theme.  This happens with the commenting section under an article.

I tried adding:

.ipsTabs_panel {
    background: #000;
}

but that did not work.

Screen Shot 2020-04-24 at 3.38.10 AM.png

[edited]

Here it the code to fix this issue.

/* Pages Comment Background for Articles */
.ipsWidget.ipsWidget_horizontal .ipsTabs_panel {
  background: #121418;
}

 

Edited by JoshB84
Fixed with help from Axen
Posted

These 3 Gallery edits I figured out on my own. 🙂

When you go add an image. The DropZone border is white. This will change it to match the skin.

/* Gallery Add Image DropZone Border */
.cGallerySubmit_uploadImages .ipsAttachment_dropZone:not( .ipsDragging ) {
  border-color: #121418;
}

When you go to add an Gallery image. The background is white. This will change the color to match the skin.

/* Gallery Image Submit Background */
#elGallerySubmit_imageUploader .ipsAttachment_fileList .ipsImageAttach {
  background-color: #121418;
  border: 5px solid;
  border-color: #121418;
}

After submitting the Gallery image. This changes the highlight color when you hover over the image from solid white to match the skin.

/* Gallery Image Submit Background Hover */
#elGallerySubmit_imageUploader .ipsAttachment_fileList .ipsImageAttach:hover {
  background-color: #25262a;
  border-color: #25262a;
}

 

  • 3 months later...
Posted
59 minutes ago, BigP said:

I'm trying to download but got this error: Error code: 1D161/3

You must have an active license to be able to use the marketplace.

  • 7 months later...
Posted
Just now, FGS said:

Hello,

Is this template compatible with > 4.5 versions ?

No it’s not, sorry. With 4.6 around the corner I may look at updating it for that release 

Posted
8 minutes ago, day_ said:

No it’s not, sorry. With 4.6 around the corner I may look at updating it for that release 

Thank you for your work.

  • Recently Browsing   0 members

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