RSGallery2 Support Forums
Welcome, Guest. Please login or register.

Login with username, password and session length
  Home    Forum    Help    Search    Login    Register  
*
News : November 23, 2008, 07:12:36 am
+  RSGallery2 Support Forums
|-+  RSgallery2 support forums
| |-+  Display and Templates (Moderators: Jonah, Tomislav Ribicic, Daniel Tulp, Ronald Smit)
| | |-+  Comment Box Color
Advanced search
  « previous next »
Pages 1 2
Author
Topic: Comment Box Color  (Read 29451 times)
« on: April 26, 2006, 11:36:11 pm »
Tommy Boy
Guest


Email

My comment box area on my site is a ehitish background and the text is a light gray.  In the CSS, where is the line to change the background?  I can\'t seen to locate it.  Thanks.
Logged
 
Reply #1
« on: April 27, 2006, 05:55:51 am »
Daniel Tulp Offline
Administrator
Hero Member
*****
Search search search before posting please Posts: 1870
danieltulp@hotmail.com
View Profile WWW Email

the comment box is generated by the default joomla! tabs css, you can find it in the includes folder as I can recall

downsite is that in your backend of your joomla install, some changes will be applied also to the tabs there

I changed it on my own site. feel free to take a look.

Daniël
Logged

RSgallery2 developement team
RSgallery2 modules:
design.danieltulp.nl
 
Reply #2
« on: April 30, 2006, 07:45:49 am »
Hans
Guest


Email

I\'m experiencing the same problem too. My boxes are white, with a yellow character. Not readable. Could you please tell me in what file to look? I\'ve been watching at the include folder, but couldn\'t find it.
Logged
 
Reply #3
« on: April 30, 2006, 08:01:33 am »
Hans
Guest


Email

forgot: I think the poster is not talking about tabs (as could be found in the tabs folder in Includes), but about the backgroundcolour of the commentboxes, to describe the photo\'s.

Hope you\'ll find the time to look into an answer. Thanks.
Logged
 
Reply #4
« on: April 30, 2006, 09:14:04 am »
Daniel Tulp Offline
Administrator
Hero Member
*****
Search search search before posting please Posts: 1870
danieltulp@hotmail.com
View Profile WWW Email

a ok, I will check back shortly (or someone else will have to find an answer).
Logged

RSgallery2 developement team
RSgallery2 modules:
design.danieltulp.nl
 
Reply #5
« on: April 30, 2006, 10:12:07 am »
Hans
Guest


Email

I hope you\'ll find out, cause as it seems, RSGallery is just what the docter ordered! If I forget about the comment box, it\'s perfect for my purpose (wich is posting my collection on the web)
Logged
 
Reply #6
« on: May 04, 2006, 08:09:56 pm »
Tommy Boy
Guest


Email

I still haven\'t located the proper change.  I was in the tabs folder and changed one color.  It changed the colors to what I wanted, but then I lost the tabs.  They just became hyperlinks so I don\'t think that was it.
Logged
 
Reply #7
« on: May 07, 2006, 03:26:27 am »
Hans
Guest


Email

still hoping someone will find the cure.
Logged
 
Reply #8
« on: May 07, 2006, 03:44:17 pm »
Tommy Boy
Guest


Email

Me Too.
Logged
 
Reply #9
« on: May 08, 2006, 07:44:46 pm »
Jonah Offline
Administrator
Hero Member
*****
Posts: 1412

View Profile

follow my instructions in Read this first! to alter the css file.

that page will be recoded later on to not use backend styles, but can still override it in the CSS until then.
Logged

Due to time constraints, I have taken a step back from RSGallery2.  In the event of an emergency, you will need to PM me.
 
Reply #10
« on: May 08, 2006, 08:48:03 pm »
tommy boy Offline
Newbie
*
Posts: 4

View Profile Email

I understand you need to modify the .css file, but which line.  I have been trying for more than a week and can\'t figure out which lines need to be altered.
Logged
 
Reply #11
« on: May 09, 2006, 04:27:02 am »
Daniel Tulp Offline
Administrator
Hero Member
*****
Search search search before posting please Posts: 1870
danieltulp@hotmail.com
View Profile WWW Email

sorry for the late respons, I\'m still a bit confused on what you are talking about, please give me a link so I can find out.
Logged

RSgallery2 developement team
RSgallery2 modules:
design.danieltulp.nl
 
Reply #12
« on: May 09, 2006, 05:03:42 pm »
tommy boy Offline
Newbie
*
Posts: 4

View Profile Email

http://ksg.novatum.com/joomla/index.php?option=com_rsgallery2&Itemid=34&page=inline&id=1&catid=4&limitstart=0

look at the comment box at the bottom.  Where is the line I need to change in order to change it?

I have been all through one file in the includes/tabs folder.  It will get it to what I want except instead of a tabbed box like it is, it goes to a hyperlink menu type thing and is awkward.

Thanks, Tommy
Logged
 
Reply #13
« on: May 09, 2006, 06:03:38 pm »
Daniel Tulp Offline
Administrator
Hero Member
*****
Search search search before posting please Posts: 1870
danieltulp@hotmail.com
View Profile WWW Email

well, that really is done with the tabpane.css

I did this on my site: http://www.danieltulp.nl/index.php?option=com_rsgallery2&Itemid=34&page=inline&id=239&catid=10&limitstart=0

If you download the developer toolbar extension for firefox, than you are able to directly edit css and view your site at the same time.

All styles in tabpane.css refer to the layout of the comment and discription styles.

After the beta comes out, we will probably seperate this from the Tabs, as this also effects all tabs.

my tabpane.css is now:
[code:1]
.dynamic-tab-pane-control.tab-pane {
   position:   relative;
   /*width:      100%;       width needed weird IE bug */
   /*margin-right:   -2px;    to make room for the shadow */
}
.dynamic-tab-pane-control .tab-row .tab {
   width: 70px;
   height: 16px;
   border: 1px dashed #999999;
        border-bottom-width:0px;
   top: 0;
   display: inline;
   float: left;
   overflow: hidden;
   cursor: pointer;
   padding: 3px 0 0 0;
        margin: 0 0 0 0;
   border: 0;
   z-index: 1;
   font: 11px Tahoma, Helvetica, sans-serif;
   white-space: nowrap;
   text-align: center;
}
.dynamic-tab-pane-control .tab-row .tab.selected {
   width: 74px !important;
   height: 18px !important;
   border: 1px dashed #999999;
        background: #000011;
   border-bottom-width:   0;
   z-index: 3;
   padding: 2px 0px 0px 0px;
   top: -2px;
   font: 11px Tahoma, Helvetica, sans-serif;
}
.dynamic-tab-pane-control .tab-row .tab a {
   font:   11px Tahoma, Helvetica, sans-serif;
   color: #333;
   text-decoration: none;
   cursor: pointer;
        border-bottom-width:0px;

}
.dynamic-tab-pane-control .tab-row .tab.hover {
   font:   11px Tahoma, Helvetica, sans-serif;
   width: 70px;
   height: 16px;
   border: 1px dashed #999999;
   padding: 2px 0px 0px 0px;
        border-bottom-width:0px;
}
.dynamic-tab-pane-control .tab-page {
   border: 1px dashed #999999;
   z-index: 2;
   position: relative;
   top: -2px;
   font: 11px Tahoma, Helvetica, sans-serif;
   color: #333;
   /*244, 243, 238*/
   /* 145, 155, 156*/
   padding:   5px;
   width: 97%;  /* stupid stupid stupid IE!!! */
   float: left;

}
.dynamic-tab-pane-control .tab-row {
   z-index: 1;
   white-space: nowrap;
}
[/code:1]
Logged

RSgallery2 developement team
RSgallery2 modules:
design.danieltulp.nl
 
Reply #14
« on: May 10, 2006, 01:43:18 am »
tommy boy Offline
Newbie
*
Posts: 4

View Profile Email

okay, i\'ve got what I need in firefox, but in IE, it doesn\'t show up properly.  Is there a certain line that I am missing?  I see on your site it works in both IE and Firefox.

I appreciate all your help.

Tommy
Logged
 
Print  Pages 1 2
« previous next »
Jump to: