DevTools/CSSTips: Difference between revisions

Jump to navigation Jump to search
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>
<td> Theme
<th> Theme
<td> Probably theme
<th> Probably theme
<td> Probably content
<th> Probably content
<td> Content
<th> Content
<tr>
<tr>
<td> font-*, color, background-color, border-color
<td> font-*, color, background-color, border-color
Confirmed users
295

edits

Navigation menu