Sheet Style Editing

Forum rules
- Ask questions about or share code from languages other than Source Engine scripting.
- Start new topic titles with the code language in brackets (i.e. [C#], [C++], [PHP], etc.)
User avatar
JoshN0S
Former Server Admin
Posts: 504
Joined: Mon May 17, 2010 10:01 pm
Location: United States

Sheet Style Editing

Post by JoshN0S » Fri May 20, 2011 8:42 pm

Code: Select all

p {
font-size:10pt;
line-height: 18pt; 
}

.topic_heading {
font-size:36 pt;
font-style:bold;
color: 000033;
}