Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Applying Themes only changes default.aspx

web-app

It seems that no matter what theme I apply in administration, it pulls army.css in the pages beyond default.aspx. I've even changed main.aspx and issues from default to Blue, but it's still pulling army.

<%@ Page Language="C#" MasterPageFile="~/MasterPages/ProjectMaster.Master" AutoEventWireup="true" CodeBehind="Issues.aspx.cs" Inherits="CounterSoft.Gemini.IssuesWeb" Title="Gemini" Theme="Blue" %>

Can somone help me understand what I'm doing wrong? I've cleared cache and even took the drastic step of iisreset, but that didn't work either.

Swampboy
· 1
Swampboy
Replies (4)
helpful
0
not helpful

Since I couldn't figure out why it's pulling army.css, i ended up just copying the blue theme in that folder. I'd still like to solve the mystery however, if you can tell me.
Thx,


Swampboy
· 1
Swampboy
helpful
0
not helpful

One other thing i've noticed in styling the app is that the style alink is used in sections where it makes sense to have a darker background2 as on main.aspx where projects are listed, as well as in administration links where the bg is white, or should be, as it uses webform style.

Trying to find a color that is light enough for contrast on blue and dark enough for white means my admin links will have to be a little lighter. But it doesnt' appear that I can change the style called in a particular td unless i have access to the .cs pages.


Swampboy
· 1
Swampboy
helpful
0
not helpful

Users can specify their own theme choice via My Profile which will override default specified under Administration. Is this causing the conflict?


Harvey Kandola
· 212
Harvey Kandola
helpful
0
not helpful

Doh! That's exactly the issue. I went to my profile, switch theme and it changed. Odd thing is that it was set to default, whereas the css being used was army.css. I'll copy the blue back to blue folder and army back to its folder and set it there. Thanks so much!

 


Swampboy
· 1
Swampboy