Help making [code] with bigger text

Started by [SAP]Francis, November 16, 2007, 06:40:38 PM

Previous topic - Next topic

[SAP]Francis

How can I make [ code ] BBcode with bigger text in it?

Vehicles Forum

Founded By Francis Morissette

Kays

In style.css of the theme you're using:

/* A code block - maybe even PHP ). */
.code
{
   color: #000000;
   background-color: #dddddd;
   font-family: "courier new", "times new roman", monospace;
   font-size: x-small;

If at first you don't succeed, use a bigger hammer. If that fails, read the manual.
My Mods

[SAP]Francis

Quote from: Kays on November 16, 2007, 07:06:46 PM
In style.css of the theme you're using:

/* A code block - maybe even PHP ). */
.code
{
   color: #000000;
   background-color: #dddddd;
   font-family: "courier new", "times new roman", monospace;
   font-size: x-small;
Thanks man!

Vehicles Forum

Founded By Francis Morissette

[SAP]Francis

I need more help now, I started a new topic because I want to create a [pawn] tag which is a coding language but I want colors in it ( AUTOMATIC COLORING )...

Link: http://www.simplemachines.org/community/index.php?topic=206277.0

Vehicles Forum

Founded By Francis Morissette

Advertisement: