Help:Coloring text: Difference between revisions

From Proteopedia
Jump to navigationJump to search
Eric Martz (talk | contribs)
Eric Martz (talk | contribs)
Line 45: Line 45:
Class colors work for both dark and light colors. Use &lt;span class="bg-warning text-white"> like this &lt;/span> that looks <span class="bg-warning text-white"> like this</span>. This method works in all contexts but is limited to the pre-set color below.
Class colors work for both dark and light colors. Use &lt;span class="bg-warning text-white"> like this &lt;/span> that looks <span class="bg-warning text-white"> like this</span>. This method works in all contexts but is limited to the pre-set color below.


Available classes are
Here is the main set of class colors available in Proteopedia. You will use each class combined with '''text-''' to color a text, or '''bg-''' for the background.
<span class="bg-primary text-white"> primary </span>,
<span class="bg-secondary text-white"> secondary </span>,
<span class="bg-success text-white"> success </span>,
<span class="bg-info text-white"> info </span>,
<span class="bg-warning text-white"> warning </span>,
<span class="bg-danger text-white"> danger </span>,
<span class="bg-light text-dark"> light </span>,
<span class="bg-dark text-white"> dark </span>
and
<span class="bg-white text-dark"> white </span>.
You will use each class combined with <b>text-</b> to color a text, or <b>bg-</b> for the background.
 
Another set of class colors available in Proteopedia: You will use each class combined with '''text-''' to color a text, or '''bg-''' for the background.


* <span class="bg-black"> &nbsp; &nbsp; &nbsp; &nbsp; </span> &nbsp; black
* <span class="bg-black"> &nbsp; &nbsp; &nbsp; &nbsp; </span> &nbsp; black
Line 81: Line 68:
* <span class="bg-yellowgreen"> &nbsp; &nbsp; &nbsp; &nbsp; </span> &nbsp; yellowgreen
* <span class="bg-yellowgreen"> &nbsp; &nbsp; &nbsp; &nbsp; </span> &nbsp; yellowgreen
* <span class="bg-white"> &nbsp; &nbsp; &nbsp; &nbsp; </span> &nbsp; white
* <span class="bg-white"> &nbsp; &nbsp; &nbsp; &nbsp; </span> &nbsp; white
Another set of classes is
<span class="bg-primary text-white"> primary </span>,
<span class="bg-secondary text-white"> secondary </span>,
<span class="bg-success text-white"> success </span>,
<span class="bg-info text-white"> info </span>,
<span class="bg-warning text-white"> warning </span>,
<span class="bg-danger text-white"> danger </span>,
<span class="bg-light text-dark"> light </span>,
<span class="bg-dark text-white"> dark </span>
and
<span class="bg-white text-dark"> white </span>.


==Style Color Spans==
==Style Color Spans==