Confirmed users
295
edits
Line 54: | Line 54: | ||
== Content or Theme CSS == | == Content or Theme CSS == | ||
We have 2 competing priorities - A desire to avoid repetition (aka [https://en.wikipedia.org/wiki/Don%27t_repeat_yourself DRY]), and the desire to allow Firefox to look different depending on your platform or your theme preferences. As a result we split our CSS into rules that are likely to change between themes (aka theme CSS) and those that are not (aka content CSS). | |||
There are stored: | |||
* content CSS files are stored in with your JS/HTML/etc | |||
* theme CSS files are stored in the <tt>themes/???stripe</tt> directories | |||
Typically certain CSS properties are going to lean one way or the other: color - 99% of the time it will be theme CSS, overflow - 99% content. | |||
<table style="font-size: 90%; border: 1px solid #999;"> | <table style="font-size: 90%; border: 1px solid #999;"> |