Confirmed users
295
edits
No edit summary |
|||
Line 55: | Line 55: | ||
There are 2 places CSS rules are stored - theme CSS and content CSS. Theme CSS is for properties that change from theme to theme. Content CSS is for more structural things. Typically certain CSS properties are going to lean one way or the other: color - probably theme, margin - probably content. | There are 2 places CSS rules are stored - theme CSS and content CSS. Theme CSS is for properties that change from theme to theme. Content CSS is for more structural things. Typically certain CSS properties are going to lean one way or the other: color - probably theme, margin - probably content. | ||
<table> | <table style="font-size: 90%;"> | ||
<tr> | <tr> | ||
< | <th> Theme | ||
< | <th> Probably theme | ||
< | <th> Probably content | ||
< | <th> Content | ||
<tr> | <tr> | ||
<td> font-*, color, background-color, border-color | <td> font-*, color, background-color, border-color |