Confirmed users
295
edits
Line 53: | Line 53: | ||
== Content or Theme CSS == | == Content or Theme CSS == | ||
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 - | 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 - 99% of the time it will be theme CSS, margin - 99% content. | ||
<table style="font-size: 90%;"> | <table style="font-size: 90%; border: 1px solid #666;"> | ||
<tr> | <tr> | ||
<th> Theme | <th> 99% Theme | ||
<th> | <th> 60% theme | ||
<th> | <th> 60% content | ||
<th> Content | <th> 99% Content | ||
<tr> | <tr> | ||
<td> font-*, color, background-color, border-color | <td> font-*, color, background-color, border-color |