Editing CSS: Can't find 'Courier New' in script files, but it's in HTML header

tigertom / 2013-02-05 11:11:40   

I'm trying to customise an Indexhibit install. Some code can't (easily) be found in the source files. The following appears in the header and overwrites the .css files setting, as far as I can work out.

Q: Where is it in the files? Thank you.


a:link { color: #f58585; }
a:visited { color: #000000; }
a:hover { color: #ffd6d6; }
#index { width: 274px; }
#exhibit { margin-left: 274px; }
#index, #exhibit { font-size: 8px; }
#index, #exhibit { line-height: 15px; }
.container { padding-top: 16px; }
.container { padding-left: 16px; }
#index, #exhibit { color: #000; }
#index, #exhibit { font-family: Courier New, Courier, monospace, sans-serif; }
#index ul.section span.section_title, #index ul.section span.section_title a, #index ul.section span.subsection_title, #index ul.section span.subsection_title a { font-size: 12px; }
#img-container { width: 1000px }
#img-container #text { float: left; width: 285px; }
#img-container #text p { width: 250px; }
#img-container .picture_holder { float: left; }
#img-container .picture { position: relative; text-align: center; }
#img-container .picture { }
#img-container .picture_holder { padding: 0 0 0 0; }
#img-container .captioning { height: 0px; text-align: center;width: 300px; }
#img-container .captioning .title { margin-top: 3px; text-align: center; }

Vaska A / 2013-02-05 11:20:28   

It's in the Indexhibit Style plugin - you chose that typeface set there.

Admin > Plugins > Style plugin...

tigertom / 2013-02-05 12:17:27   

Good grief! Thanks very much!

This thread has been closed, thank you.