PDA

View Full Version : Aeolus help


Rambo4104
29 Dec 06, 03:28
Hey, I use aeolus as the default theme on my board and was wondering where all the text is defined other then aeolus.css

I want to add another bbc option, but it wasn't in simple_header.tpl, so I'm stuck.

CyberAlien
29 Dec 06, 11:23
What text are you talking about and what bcc option?

All text is defined in language files in directory "lang", not in template. css file only defines colors.

Rambo4104
29 Dec 06, 19:31
I guess I worded it wrong, not text.

But like

/* Quote & Code blocks */
.code {
font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
background-color: #F1F4F8; border: #525E6E; border-style: dotted;
border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #3A5370; line-height: 125%;
background-color: #F1F4F8; border: #525E6E; border-style: dotted;
border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

Something along the lines of that.

It's further defined in simpler_header.tpl in subsilver.

And I'm trying to add the mod bbc.

CyberAlien
30 Dec 06, 00:03
Sorry, what you are saying makes absolutely no sense.