|
Welcome,
Guest
|
|
TOPIC: Color Scheme
Color Scheme 09 Mar 2010 13:05 #1948
|
baysidesanjose.com/resources/adult-bible-study-class.html
I'm having trouble with the color scheme and setup. Any help/suggestions would be greatly appreciated. Mike |
|
|
Re:Color Scheme 09 Mar 2010 15:47 #1949
|
Hi Mike,
You will want to use the Edit CSS tab of com_biblestudy to adjust colors. A great way to see the effect of your changes before editing that file would be to use FireBug with the FireFox browser. You can edit CSS on the fly then cut and paste your changes into the component. FireBug will also show you what elements you are looking at so you know what to change. It looks like you still need to add information about your studies so they will show up on the page. Add a server record, then a folder if you like - basically you are building a url to point to your media files. Then add a study and then a mediafile record to go along with it. You want to use the Template Display Settings to determine just what shows up on the studieslist page. Hope this helps. If you have specific questions, please post them! Blessings, Tom |
|
"You shall know the truth and the truth shall set you free." JC
|
Re:Color Scheme 13 Mar 2010 20:00 #1972
|
Hi. Thanks for responding. I have gone into css and changed the colors but I can't find the right place to change all fonts to black. I've adjusted backgrounds but the the text color alludes me.
I have firebug and I've gone through the script but can't find the right color settings: /* Listing Page Items */ #listintro p, #listintro td { margin: 0; font-weight: bold; color: black; } #bsdropdownmenu { margin-bottom: 10px; } #bslisttable { margin: 0; border-collapse:separate; } #bslisttable th, #bslisttable td { text-align:left; padding:0 5px 0 5px; border:none; } #bslisttable .row1col1, #bslisttable .row2col1, #bslisttable .row3col1, #bslisttable .row4col1 { border-left: gray 2px solid; } #bslisttable .lastcol { border-right: gray 2px solid; } #bslisttable .lastrow td { border-bottom:2px solid gray; padding-bottom:7px; } #bslisttable th { background-color:black; font-weight:bold; color:white; } #bslisttable th.row1col1, #bslisttable th.row1col2, #bslisttable th.row1col3, #bslisttable th.row1col4 { border-top: gray 2px solid; padding-top:3px; } #bslisttable th.firstrow { border-bottom: gray 2px solid; } #bslisttable tr.lastrow th { border-bottom:2px solid gray; padding-bottom:3px; } #bslisttable tr.bsodd td { background-color:#FFFFFF; } #bslisttable tr.bseven td { background-color:#FFFFF0; } #bslisttable .date { white-space:nowrap; font-size:1.2em; color:black; font-weight:bold; } #bslisttable .scripture1 { white-space:nowrap; color:black; font-weight:bold; } #bslisttable .scripture2 { white-space:nowrap; color:black; font-weight:bold; } #bslisttable .title { font-size:1.2em; color:black; font-weight:bold; } #bslisttable .series_text { white-space:nowrap; color:black; } #bslisttable .duration { white-space:nowrap; font-style:italic; } #bslisttable .studyintro { } #bslisttable .teacher { white-space:nowrap; } #bslisttable .location_text { white-space:nowrap; } #bslisttable .topic_text { white-space:nowrap; } #bslisttable .message_type { white-space:nowrap; } #bslisttable .media { white-space:nowrap; } #bslisttable .store { white-space:nowrap; } #bslisttable .details-text { white-space:nowrap; } #bslisttable .details-pdf { white-space:nowrap; } #bslisttable .details-text-pdf { white-space:nowrap; } #bslisttable .detailstable td { border: none; padding: 0 2px 0 0; } #bslisttable .secondary_reference { white-space:nowrap; } #bslisttable .teacher-title-name { white-space:nowrap; } #bslisttable .submitted { white-space:nowrap; } #bslisttable .hits { white-space:nowrap; } #bslisttable .studynumber { white-space:nowrap; } #bslisttable .filesize { white-space:nowrap; } #bslisttable .custom { white-space:nowrap; } #bslisttable .commentshead { font-size: 2em; font-weight:bold; } #bslisttable .thumbnail { white-space:nowrap; } #bslisttable .mediatable td { border: none; padding: 0 6px 0 0; } #bslisttable .mediatable span.bsfilesize { font-size:0.6em; position:relative; bottom: 7px; } /* Study Details CSS */ #bsmsdetailstable { margin: 0; border-collapse:separate; } #bsmsdetailstable th, #bsmsdetailstable td { text-align:left; padding:0 5px 0 5px; border:none; } #bsmsdetailstable .row1col1, #bsmsdetailstable .row2col1, #bsmsdetailstable .row3col1, #bsmsdetailstable .row4col1 { border-left: gray 2px solid; } #bsmsdetailstable .lastcol { border-right: gray 2px solid; } #bsmsdetailstable .lastrow td { border-bottom:2px solid gray; padding-bottom:7px; } #bsmsdetailstable th { background-color:#707070; font-weight:bold; color:black; } #bsmsdetailstable th.row1col1, #bsmsdetailstable th.row1col2, #bsmsdetailstable th.row1col3, #bsmsdetailstable th.row1col4 { border-top: gray 2px solid; padding-top:3px; } #bsmsdetailstable tr.lastrow th { border-bottom:2px solid gray; padding-bottom:3px; } #bsmsdetailstable th.firstrow { border-bottom: gray 2px solid; } #bsmsdetailstable tr.bsodd td { background-color:#FFFFFF; } #bsmsdetailstable tr.bseven td { background-color:#FFFFF0; } #bsmsdetailstable .date { white-space:nowrap; font-size:1.2em; color:black; font-weight:bold; } #bsmsdetailstable .scripture1 { white-space:nowrap; color:black; font-weight:bold; } #bsmsdetailstable .scripture2 { white-space:nowrap; color:black; font-weight:bold; } #bsmsdetailstable .title { font-size:1.2em; color:black; font-weight:bold; } #bsmsdetailstable .series_text { white-space:nowrap; color:black; } #bsmsdetailstable .duration { white-space:nowrap; font-style:italic; } #bsmsdetailstable .studyintro { } #bsmsdetailstable .teacher { white-space:nowrap; } #bsmsdetailstable .location_text { white-space:nowrap; } #bsmsdetailstable .topic_text { white-space:nowrap; } #bsmsdetailstable .message_type { white-space:nowrap; } #bsmsdetailstable .media { white-space:nowrap; } #bsmsdetailstable .store { white-space:nowrap; } #bsmsdetailstable .details-text { white-space:nowrap; } #bsmsdetailstable .details-pdf { white-space:nowrap; } #bsmsdetailstable .details-text-pdf { white-space:nowrap; } #bsmsdetailstable .detailstable td { border: none; padding: 0 2px 0 0; } #bsmsdetailstable .secondary_reference { white-space:nowrap; } #bsmsdetailstable .teacher-title-name { white-space:nowrap; } #bsmsdetailstable .submitted { white-space:nowrap; } #bsmsdetailstable .hits { white-space:nowrap; } #bsmsdetailstable .studynumber { white-space:nowrap; } #bsmsdetailstable .filesize { white-space:nowrap; } #bsmsdetailstable .custom { white-space:nowrap; } #bsmsdetailstable .commentshead { font-size: 2em; font-weight:bold; } #bsmsdetailstable .thumbnail { white-space:nowrap; } #bsmsdetailstable .mediatable td { border: none; padding: 0 6px 0 0; } #bsmsdetailstable .mediatable span.bsfilesize { font-size:0.6em; position:relative; bottom: 7px; } #bsdetailstable th, #bsdetailstable td { text-align:left; padding:0 5px 0 5px; border:none; } #bsdetailstable .studydetailstext td { font-size:1.2em; color:black; font-family:Verdana, Geneva, sans-serif; } #titletable { margin: 0; border-collapse:separate; } #titletable th, #titletable td { text-align:left; padding:0 5px 0 5px; border:none; } #titletable .titlesecondline { font-weight: bold; } #titletable .titlefirstline { font-size:20px; font-weight:bold; } /* Module Style Settings */ #bsmsmoduletable { margin: 0; border-collapse:separate; } #bsmsmoduletable th, #bsmsmoduletable td { text-align:left; padding:0 5px 0 5px; border:none; } #bsmsmoduletable .row1col1, #bsmsmoduletable .row2col1, #bsmsmoduletable .row3col1, #bsmsmoduletable .row4col1 { border-left: gray 2px solid; } #bsmsmoduletable .lastcol { border-right: gray 2px solid; } #bsmsmoduletable .lastrow td { border-bottom:2px solid gray; padding-bottom:7px; } #bsmsmoduletable th { background-color:#707070; font-weight:bold; color:black; } #bsmsmoduletable th.row1col1, #bsmsmoduletable th.row1col2, #bsmsmoduletable th.row1col3, #bsmsmoduletable th.row1col4 { border-top: gray 2px solid; padding-top:3px; } #bsmsmoduletable th.firstrow { border-bottom: gray 2px solid; } #bsmsmoduletable tr.lastrow th { border-bottom:2px solid gray; padding-bottom:3px; } #bsmsmoduletable tr.bsodd td { background-color:#FFFFFF; } #bsmsmoduletable tr.bseven td { background-color:#FFFFF0; } #bsmsmoduletable .date { white-space:nowrap; font-size:1.2em; color:black; font-weight:bold; } #bsmsmoduletable .scripture1 { white-space:nowrap; color:black; font-weight:bold; } #bsmsmoduletable .scripture2 { white-space:nowrap; color:black; font-weight:bold; } #bsmsmoduletable .title { font-size:1.2em; color:black; font-weight:bold; } #bsmsmoduletable .series_text { white-space:nowrap; color:black; } #bsmsmoduletable .duration { white-space:nowrap; font-style:italic; } #bsmsmoduletable .studyintro { } #bsmsmoduletable .teacher { white-space:nowrap; } #bsmsmoduletable .location_text { white-space:nowrap; } #bsmsmoduletable .topic_text { white-space:nowrap; } #bsmsmoduletable .message_type { white-space:nowrap; } #bsmsmoduletable .media { white-space:nowrap; } #bsmsmoduletable .store { white-space:nowrap; } #bsmsmoduletable .details-text { white-space:nowrap; } #bsmsmoduletable .details-pdf { white-space:nowrap; } #bsmsmoduletable .details-text-pdf { white-space:nowrap; } #bsmsmoduletable .detailstable td { border: none; padding: 0 2px 0 0; } #bsmsmoduletable .secondary_reference { white-space:nowrap; } #bsmsmoduletable .teacher-title-name { white-space:nowrap; } #bsmsmoduletable .submitted { white-space:nowrap; } #bsmsmoduletable .hits { white-space:nowrap; } #bsmsmoduletable .studynumber { white-space:nowrap; } #bsmsmoduletable .filesize { white-space:nowrap; } #bsmsmoduletable .custom { white-space:nowrap; } #bsmsmoduletable .commentshead { font-size: 2em; font-weight:bold; } #bsmsmoduletable .thumbnail { white-space:nowrap; } #bsmsmoduletable .mediatable td { border: none; padding: 0 6px 0 0; } #bsmsmoduletable .mediatable span.bsfilesize { font-size:0.6em; position:relative; bottom: 7px; } /* Series List-Details Items */ #seriestable { margin: 0; border-collapse:separate; } #seriestable th, #seriestable td { text-align:left; padding: 3px 3px 3px 3px; border:none; } #seriestable .firstrow td { border-top: gray 2px solid; } #seriestable .firstcol { border-left: gray 2px solid; } #seriestable .lastcol { border-right: gray 2px solid; } #seriestable .lastrow td { border-bottom:2px solid gray; border-left: 2px solid gray; border-right: 2px solid gray; padding-bottom:3px; } #seriesttable tr.bsodd td { background-color:#FFFFFF; } #seriestable tr.bseven td { background-color:#FFFFF0; } #seriestable tr.onlyrow td { border-bottom: 2px solid gray; border-top: gray 2px solid; } #seriestable .thumbnail img { border: 1px solid gray; } #seriestable .teacher img { border: 1px solid gray; } #seriestable .title { font-weight: bold; font-size: larger; } #seriestable tr.noborder td{ border: none; } #seriestable .description p{ width:500px; } #seriestable .teacher { font-weight: bold; } /* Series Detail Study Links Items */ #seriesstudytable { margin: 0; border-collapse:separate; } #seriesstudytable th, #seriesstudytable td { text-align:left; padding:0 5px 0 5px; border:none; } #seriesstudytable .row1col1, #seriesstudytable .row2col1, #seriesstudytable .row3col1, #seriesstudytable .row4col1 { border-left: gray 2px solid; } #seriesstudytable .lastcol { border-right: gray 2px solid; } #seriesstudytable .lastrow td { border-bottom:2px solid gray; padding-bottom:7px; } #seriesstudytable th { background-color:#707070; font-weight:bold; color:black; } #seriesstudytable th.row1col1, #seriesstudytable th.row1col2, #seriesstudytable th.row1col3, #seriesstudytable th.row1col4 { border-top: gray 2px solid; padding-top:3px; } #seriesstudytable th.firstrow { border-bottom: gray 2px solid; } #seriesstudytable tr.lastrow th { border-bottom:2px solid gray; padding-bottom:3px; } #seriesstudytable tr.bsodd td { background-color:#FFFFFF; } #seriesstudytable tr.bseven td { background-color:#FFFFF0; } #seriesstudytable .date { white-space:nowrap; font-size:1.2em; color:black; font-weight:bold; } #seriesstudytable .scripture1 { white-space:nowrap; color:black; font-weight:bold; } #seriesstudytable .scripture2 { white-space:nowrap; color:black; font-weight:bold; } #seriesstudytable .title { font-size:1.2em; color:black; font-weight:bold; font-style:italic; } #seriesstudytable .series_text { white-space:nowrap; color:black; } #seriesstudytable .duration { white-space:nowrap; font-style:italic; } #seriesstudytable .studyintro { } #seriesstudytable .teacher { white-space:nowrap; } #seriesstudytable .location_text { white-space:nowrap; } #seriesstudytable .topic_text { white-space:nowrap; } #seriesstudytable .message_type { white-space:nowrap; } #seriesstudytable .media { white-space:nowrap; } #seriesstudytable .store { white-space:nowrap; } #seriesstudytable .details-text { white-space:nowrap; } #seriesstudytable .details-pdf { white-space:nowrap; } #seriesstudytable .details-text-pdf { white-space:nowrap; } #seriesstudytable .detailstable td { border: none; padding: 0 2px 0 0; } #seriesstudytable .secondary_reference { white-space:nowrap; } #seriesstudytable .teacher-title-name { white-space:nowrap; } #seriesstudytable .submitted { white-space:nowrap; } #seriesstudytable .hits { white-space:nowrap; } #seriesstudytable .studynumber { white-space:nowrap; } #seriesstudytable .filesize { white-space:nowrap; } #seriesstudytable .custom { white-space:nowrap; } #seriesstudytable .commentshead { font-size: 2em; font-weight:bold; } #seriesstudytable .thumbnail { white-space:nowrap; } #seriesstudytable .mediatable td { border: none; padding: 0 6px 0 0; } #seriesstudytable .mediatable span.bsfilesize { font-size:0.6em; position:relative; bottom: 7px; } #seriesstudytable .studyrow { } .tool-tip { color: #fff; width: 300px; z-index: 13000; } /* Tooltip Styles */ .tool-title { font-weight: bold; font-size: 11px; margin: 0; color: #9FD4FF; padding: 8px 8px 4px; background: url(/images/tooltip/bubble.gif) top left; } .tool-text { font-size: 11px; padding: 4px 8px 8px; background: url(/images/tooltip/bubble_filler.gif) bottom right; } .custom-tip { color: #000; width: 300px; z-index: 13000; border: 2px solid #666666; } .custom-title { font-weight: bold; font-size: 11px; margin: 0; color: black; padding: 8px 8px 4px; background: #666666; border-bottom: 1px solid #999999; } .custom-text { font-size: 11px; padding: 4px 8px 8px; background: #999999; } /* Teacher List Styles */ #bsm_teachertable { margin: 0; border-collapse:separate; } #bsm_teachertable td { text-align:left; padding:0 5px 0 5px; border:none; } #bsm_teachertable .titlerow { border-bottom: thick; } #bsm_teachertable .title { font-size:18px; font-weight:bold; border-bottom: 3px solid #999999; padding: 4px 0px 4px 4px; } #bsm_teachertable .bsm_separator { border-bottom: 1px solid #999999; } .bsm_teacherthumbnail { } #bsm_teachertable .bsm_teachername { font-weight: bold; font-size: 14px; color: black; white-space:nowrap; } #bsm_teachertable .bsm_teacheremail { font-weight:normal; font-size: 11px; } #bsm_teachertable .bsm_teacherwebsite { font-weight:normal; font-size: 11px; } #bsm_teachertable .bsm_teacherphone { font-weight:normal; font-size: 11px; } #bsm_teachertable .bsm_short { padding: 8px 4px 4px; } #bsm_teachertable .bsm_studiestitlerow { background-color: #666; } #bsm_teachertable .bsm_titletitle { font-weight:bold; color:black; } #bsm_teachertable .bsm_titlescripture { font-weight:bold; color:black; } #bsm_teachertable .bsm_titledate { font-weight:bold; color:black; } #bsm_teachertable .bsm_teacherlong { padding: 8px 4px 4px; border-bottom: 1px solid #999999; } #bsm_teachertable tr.bsodd { background-color:#FFFFFF; border-bottom: 1px solid #999999; } #bsm_teachertable tr.bseven { background-color:#FFFFF0; border-bottom: 1px solid #999999; } #bsm_teachertable .lastrow td { border-bottom:1px solid gray; padding-bottom:7px; padding-top:7px; } #bsm_teachertable .bsm_teacherfooter { border-top: 1px solid #999999; padding: 4px 1px 1px 4px; } /*Study Edit CSS */ .bsmbutton { background-color:white; } #toolbar td.white { background-color:#FFFFFF; } #toolbar a hover visited{ color:black; } /*Social Networking Items */ #bsmsshare { margin: 0; border-collapse:separate; float:right; border: 1px solid #CFCFCF; background-color: #F5F5F5; } #bsmsshare th, #bsmsshare td { text-align:center; padding:0 0 0 0; border:none; } #bsmsshare th { color:#0b55c4; font-weight:bold; } |
|
|
Re:Color Scheme 16 Mar 2010 06:44 #1976
|
In your template.css you have this:
a { color:#F9E8CF; } You need to override that in the bible study css ... e.g. #biblestudy a { color:#000000; } |
|
|
Re:Color Scheme 16 Mar 2010 08:53 #1979
|
Did that. Still no change in the text color from almost white to black. When I highlight the box I can see that the text is there.
Thanks for the help. www.baysidesanjose.com/about-us/leadership.html neww css code /* Listing Page Items */ #listintro p, #listintro td { margin: 0; font-weight: bold; color:#000000; } #bsdropdownmenu { margin-bottom: 10px; } #bslisttable { margin: 0; border-collapse:separate; } #bslisttable th, #bslisttable td { text-align:left; padding:0 5px 0 5px; border:none; } #bslisttable .row1col1, #bslisttable .row2col1, #bslisttable .row3col1, #bslisttable .row4col1 { border-left: gray 2px solid; } #bslisttable .lastcol { border-right: gray 2px solid; } #bslisttable .lastrow td { border-bottom:2px solid gray; padding-bottom:7px; } #bslisttable th { background-color:black; font-weight:bold; color:white; } #bslisttable th.row1col1, #bslisttable th.row1col2, #bslisttable th.row1col3, #bslisttable th.row1col4 { border-top: gray 2px solid; padding-top:3px; } #bslisttable th.firstrow { border-bottom: gray 2px solid; } #bslisttable tr.lastrow th { border-bottom:2px solid gray; padding-bottom:3px; } #bslisttable tr.bsodd td { background-color:#FFFFFF; } #bslisttable tr.bseven td { background-color:#FFFFF0; } #bslisttable .date { white-space:nowrap; font-size:1.2em; color:#000000; font-weight:bold; } #bslisttable .scripture1 { white-space:nowrap; color:#000000; font-weight:bold; } #bslisttable .scripture2 { white-space:nowrap; color:#000000; font-weight:bold; } #bslisttable .title { font-size:1.2em; color:#000000; font-weight:bold; } #bslisttable .series_text { white-space:nowrap; color:#000000; } #bslisttable .duration { white-space:nowrap; font-style:italic; } #bslisttable .studyintro { } #bslisttable .teacher { white-space:nowrap; } #bslisttable .location_text { white-space:nowrap; } #bslisttable .topic_text { white-space:nowrap; } #bslisttable .message_type { white-space:nowrap; } #bslisttable .media { white-space:nowrap; } #bslisttable .store { white-space:nowrap; } #bslisttable .details-text { white-space:nowrap; } #bslisttable .details-pdf { white-space:nowrap; } #bslisttable .details-text-pdf { white-space:nowrap; } #bslisttable .detailstable td { border: none; padding: 0 2px 0 0; } #bslisttable .secondary_reference { white-space:nowrap; } #bslisttable .teacher-title-name { white-space:nowrap; } #bslisttable .submitted { white-space:nowrap; } #bslisttable .hits { white-space:nowrap; } #bslisttable .studynumber { white-space:nowrap; } #bslisttable .filesize { white-space:nowrap; } #bslisttable .custom { white-space:nowrap; } #bslisttable .commentshead { font-size: 2em; font-weight:bold; } #bslisttable .thumbnail { white-space:nowrap; } #bslisttable .mediatable td { border: none; padding: 0 6px 0 0; } #bslisttable .mediatable span.bsfilesize { font-size:0.6em; position:relative; bottom: 7px; } /* Study Details CSS */ #bsmsdetailstable { margin: 0; border-collapse:separate; } #bsmsdetailstable th, #bsmsdetailstable td { text-align:left; padding:0 5px 0 5px; border:none; } #bsmsdetailstable .row1col1, #bsmsdetailstable .row2col1, #bsmsdetailstable .row3col1, #bsmsdetailstable .row4col1 { border-left: gray 2px solid; } #bsmsdetailstable .lastcol { border-right: gray 2px solid; } #bsmsdetailstable .lastrow td { border-bottom:2px solid gray; padding-bottom:7px; } #bsmsdetailstable th { background-color:#707070; font-weight:bold; color:#000000; } #bsmsdetailstable th.row1col1, #bsmsdetailstable th.row1col2, #bsmsdetailstable th.row1col3, #bsmsdetailstable th.row1col4 { border-top: gray 2px solid; padding-top:3px; } #bsmsdetailstable tr.lastrow th { border-bottom:2px solid gray; padding-bottom:3px; } #bsmsdetailstable th.firstrow { border-bottom: gray 2px solid; } #bsmsdetailstable tr.bsodd td { background-color:#FFFFFF; } #bsmsdetailstable tr.bseven td { background-color:#FFFFF0; } #bsmsdetailstable .date { white-space:nowrap; font-size:1.2em; color:black; font-weight:bold; } #bsmsdetailstable .scripture1 { white-space:nowrap; color:black; font-weight:bold; } #bsmsdetailstable .scripture2 { white-space:nowrap; color:black; font-weight:bold; } #bsmsdetailstable .title { font-size:1.2em; color:black; font-weight:bold; } #bsmsdetailstable .series_text { white-space:nowrap; color:black; } #bsmsdetailstable .duration { white-space:nowrap; font-style:italic; } #bsmsdetailstable .studyintro { } #bsmsdetailstable .teacher { white-space:nowrap; } #bsmsdetailstable .location_text { white-space:nowrap; } #bsmsdetailstable .topic_text { white-space:nowrap; } #bsmsdetailstable .message_type { white-space:nowrap; } #bsmsdetailstable .media { white-space:nowrap; } #bsmsdetailstable .store { white-space:nowrap; } #bsmsdetailstable .details-text { white-space:nowrap; } #bsmsdetailstable .details-pdf { white-space:nowrap; } #bsmsdetailstable .details-text-pdf { white-space:nowrap; } #bsmsdetailstable .detailstable td { border: none; padding: 0 2px 0 0; } #bsmsdetailstable .secondary_reference { white-space:nowrap; } #bsmsdetailstable .teacher-title-name { white-space:nowrap; } #bsmsdetailstable .submitted { white-space:nowrap; } #bsmsdetailstable .hits { white-space:nowrap; } #bsmsdetailstable .studynumber { white-space:nowrap; } #bsmsdetailstable .filesize { white-space:nowrap; } #bsmsdetailstable .custom { white-space:nowrap; } #bsmsdetailstable .commentshead { font-size: 2em; font-weight:bold; } #bsmsdetailstable .thumbnail { white-space:nowrap; } #bsmsdetailstable .mediatable td { border: none; padding: 0 6px 0 0; } #bsmsdetailstable .mediatable span.bsfilesize { font-size:0.6em; position:relative; bottom: 7px; } #bsdetailstable th, #bsdetailstable td { text-align:left; padding:0 5px 0 5px; border:none; } #bsdetailstable .studydetailstext td { font-size:1.2em; color:black; font-family:Verdana, Geneva, sans-serif; } #titletable { margin: 0; border-collapse:separate; } #titletable th, #titletable td { text-align:left; padding:0 5px 0 5px; border:none; } #titletable .titlesecondline { font-weight: bold; } #titletable .titlefirstline { font-size:20px; font-weight:bold; } /* Module Style Settings */ #bsmsmoduletable { margin: 0; border-collapse:separate; } #bsmsmoduletable th, #bsmsmoduletable td { text-align:left; padding:0 5px 0 5px; border:none; } #bsmsmoduletable .row1col1, #bsmsmoduletable .row2col1, #bsmsmoduletable .row3col1, #bsmsmoduletable .row4col1 { border-left: gray 2px solid; } #bsmsmoduletable .lastcol { border-right: gray 2px solid; } #bsmsmoduletable .lastrow td { border-bottom:2px solid gray; padding-bottom:7px; } #bsmsmoduletable th { background-color:#707070; font-weight:bold; color:black; } #bsmsmoduletable th.row1col1, #bsmsmoduletable th.row1col2, #bsmsmoduletable th.row1col3, #bsmsmoduletable th.row1col4 { border-top: gray 2px solid; padding-top:3px; } #bsmsmoduletable th.firstrow { border-bottom: gray 2px solid; } #bsmsmoduletable tr.lastrow th { border-bottom:2px solid gray; padding-bottom:3px; } #bsmsmoduletable tr.bsodd td { background-color:#FFFFFF; } #bsmsmoduletable tr.bseven td { background-color:#FFFFF0; } #bsmsmoduletable .date { white-space:nowrap; font-size:1.2em; color:black; font-weight:bold; } #bsmsmoduletable .scripture1 { white-space:nowrap; color:black; font-weight:bold; } #bsmsmoduletable .scripture2 { white-space:nowrap; color:black; font-weight:bold; } #bsmsmoduletable .title { font-size:1.2em; color:black; font-weight:bold; } #bsmsmoduletable .series_text { white-space:nowrap; color:black; } #bsmsmoduletable .duration { white-space:nowrap; font-style:italic; } #bsmsmoduletable .studyintro { } #bsmsmoduletable .teacher { white-space:nowrap; } #bsmsmoduletable .location_text { white-space:nowrap; } #bsmsmoduletable .topic_text { white-space:nowrap; } #bsmsmoduletable .message_type { white-space:nowrap; } #bsmsmoduletable .media { white-space:nowrap; } #bsmsmoduletable .store { white-space:nowrap; } #bsmsmoduletable .details-text { white-space:nowrap; } #bsmsmoduletable .details-pdf { white-space:nowrap; } #bsmsmoduletable .details-text-pdf { white-space:nowrap; } #bsmsmoduletable .detailstable td { border: none; padding: 0 2px 0 0; } #bsmsmoduletable .secondary_reference { white-space:nowrap; } #bsmsmoduletable .teacher-title-name { white-space:nowrap; } #bsmsmoduletable .submitted { white-space:nowrap; } #bsmsmoduletable .hits { white-space:nowrap; } #bsmsmoduletable .studynumber { white-space:nowrap; } #bsmsmoduletable .filesize { white-space:nowrap; } #bsmsmoduletable .custom { white-space:nowrap; } #bsmsmoduletable .commentshead { font-size: 2em; font-weight:bold; } #bsmsmoduletable .thumbnail { white-space:nowrap; } #bsmsmoduletable .mediatable td { border: none; padding: 0 6px 0 0; } #bsmsmoduletable .mediatable span.bsfilesize { font-size:0.6em; position:relative; bottom: 7px; } /* Series List-Details Items */ #seriestable { margin: 0; border-collapse:separate; } #seriestable th, #seriestable td { text-align:left; padding: 3px 3px 3px 3px; border:none; } #seriestable .firstrow td { border-top: gray 2px solid; } #seriestable .firstcol { border-left: gray 2px solid; } #seriestable .lastcol { border-right: gray 2px solid; } #seriestable .lastrow td { border-bottom:2px solid gray; border-left: 2px solid gray; border-right: 2px solid gray; padding-bottom:3px; } #seriesttable tr.bsodd td { background-color:#FFFFFF; } #seriestable tr.bseven td { background-color:#FFFFF0; } #seriestable tr.onlyrow td { border-bottom: 2px solid gray; border-top: gray 2px solid; } #seriestable .thumbnail img { border: 1px solid gray; } #seriestable .teacher img { border: 1px solid gray; } #seriestable .title { font-weight: bold; font-size: larger; } #seriestable tr.noborder td{ border: none; } #seriestable .description p{ width:500px; } #seriestable .teacher { font-weight: bold; } /* Series Detail Study Links Items */ #seriesstudytable { margin: 0; border-collapse:separate; } #seriesstudytable th, #seriesstudytable td { text-align:left; padding:0 5px 0 5px; border:none; } #seriesstudytable .row1col1, #seriesstudytable .row2col1, #seriesstudytable .row3col1, #seriesstudytable .row4col1 { border-left: gray 2px solid; } #seriesstudytable .lastcol { border-right: gray 2px solid; } #seriesstudytable .lastrow td { border-bottom:2px solid gray; padding-bottom:7px; } #seriesstudytable th { background-color:#707070; font-weight:bold; color:black; } #seriesstudytable th.row1col1, #seriesstudytable th.row1col2, #seriesstudytable th.row1col3, #seriesstudytable th.row1col4 { border-top: gray 2px solid; padding-top:3px; } #seriesstudytable th.firstrow { border-bottom: gray 2px solid; } #seriesstudytable tr.lastrow th { border-bottom:2px solid gray; padding-bottom:3px; } #seriesstudytable tr.bsodd td { background-color:#FFFFFF; } #seriesstudytable tr.bseven td { background-color:#FFFFF0; } #seriesstudytable .date { white-space:nowrap; font-size:1.2em; color:black; font-weight:bold; } #seriesstudytable .scripture1 { white-space:nowrap; color:black; font-weight:bold; } #seriesstudytable .scripture2 { white-space:nowrap; color:black; font-weight:bold; } #seriesstudytable .title { font-size:1.2em; color:black; font-weight:bold; font-style:italic; } #seriesstudytable .series_text { white-space:nowrap; color:black; } #seriesstudytable .duration { white-space:nowrap; font-style:italic; } #seriesstudytable .studyintro { } #seriesstudytable .teacher { white-space:nowrap; } #seriesstudytable .location_text { white-space:nowrap; } #seriesstudytable .topic_text { white-space:nowrap; } #seriesstudytable .message_type { white-space:nowrap; } #seriesstudytable .media { white-space:nowrap; } #seriesstudytable .store { white-space:nowrap; } #seriesstudytable .details-text { white-space:nowrap; } #seriesstudytable .details-pdf { white-space:nowrap; } #seriesstudytable .details-text-pdf { white-space:nowrap; } #seriesstudytable .detailstable td { border: none; padding: 0 2px 0 0; } #seriesstudytable .secondary_reference { white-space:nowrap; } #seriesstudytable .teacher-title-name { white-space:nowrap; } #seriesstudytable .submitted { white-space:nowrap; } #seriesstudytable .hits { white-space:nowrap; } #seriesstudytable .studynumber { white-space:nowrap; } #seriesstudytable .filesize { white-space:nowrap; } #seriesstudytable .custom { white-space:nowrap; } #seriesstudytable .commentshead { font-size: 2em; font-weight:bold; } #seriesstudytable .thumbnail { white-space:nowrap; } #seriesstudytable .mediatable td { border: none; padding: 0 6px 0 0; } #seriesstudytable .mediatable span.bsfilesize { font-size:0.6em; position:relative; bottom: 7px; } #seriesstudytable .studyrow { } .tool-tip { color: #fff; width: 300px; z-index: 13000; } /* Tooltip Styles */ .tool-title { font-weight: bold; font-size: 11px; margin: 0; color:#000000; padding: 8px 8px 4px; background: url(/images/tooltip/bubble.gif) top left; } .tool-text { font-size: 11px; padding: 4px 8px 8px; background: url(/images/tooltip/bubble_filler.gif) bottom right; } .custom-tip { color: #000000; width: 300px; z-index: 13000; border: 2px solid #666666; } .custom-title { font-weight: bold; font-size: 11px; margin: 0; color: black; padding: 8px 8px 4px; background: #666666; border-bottom: 1px solid #999999; } .custom-text { font-size: 11px; padding: 4px 8px 8px; background: #999999; } /* Teacher List Styles */ #bsm_teachertable { margin: 0; border-collapse:separate; } #bsm_teachertable td { text-align:left; padding:0 5px 0 5px; border:none; } #bsm_teachertable .titlerow { border-bottom: thick; } #bsm_teachertable .title { font-size:18px; font-weight:bold; border-bottom: 3px solid #999999; padding: 4px 0px 4px 4px; } #bsm_teachertable .bsm_separator { border-bottom: 1px solid #999999; } .bsm_teacherthumbnail { } #bsm_teachertable .bsm_teachername { font-weight: bold; font-size: 14px; color: black; white-space:nowrap; } #bsm_teachertable .bsm_teacheremail { font-weight:normal; font-size: 11px; } #bsm_teachertable .bsm_teacherwebsite { font-weight:normal; font-size: 11px; } #bsm_teachertable .bsm_teacherphone { font-weight:normal; font-size: 11px; } #bsm_teachertable .bsm_short { padding: 8px 4px 4px; } #bsm_teachertable .bsm_studiestitlerow { background-color: #666; } #bsm_teachertable .bsm_titletitle { font-weight:bold; color:black; } #bsm_teachertable .bsm_titlescripture { font-weight:bold; color:black; } #bsm_teachertable .bsm_titledate { font-weight:bold; color:black; } #bsm_teachertable .bsm_teacherlong { padding: 8px 4px 4px; border-bottom: 1px solid #999999; } #bsm_teachertable tr.bsodd { background-color:#FFFFFF; border-bottom: 1px solid #999999; } #bsm_teachertable tr.bseven { background-color:#FFFFF0; border-bottom: 1px solid #999999; } #bsm_teachertable .lastrow td { border-bottom:1px solid gray; padding-bottom:7px; padding-top:7px; } #bsm_teachertable .bsm_teacherfooter { border-top: 1px solid #999999; padding: 4px 1px 1px 4px; } /*Study Edit CSS */ .bsmbutton { background-color:white; } #toolbar td.white { background-color:#FFFFFF; } #toolbar a hover visited{ color:black; } /*Social Networking Items */ #bsmsshare { margin: 0; border-collapse:separate; float:right; border: 1px solid #CFCFCF; background-color: #F5F5F5; } #bsmsshare th, #bsmsshare td { text-align:center; padding:0 0 0 0; border:none; } #bsmsshare th { color:black; font-weight:bold; } |
|
|
Re:Color Scheme 16 Mar 2010 09:05 #1981
|
I was able to successfully edit this in FireBug.
You need to add this to the css: #bslisttable a { color: #000000; } In FireBug you click CSS, then biblestudy.css and then the Edit button. This allows you to change to add entries and see what they do prior to actually making changes to the CSS from the admin side. Hope this works for you. Tom |
|
"You shall know the truth and the truth shall set you free." JC
|
|
Time to create page: 0.88 seconds
