Note that there are some explanatory texts on larger screens.

plurals
  1. POCSS inside areas
    primarykey
    data
    text
    <p>I have a question about Bootstrap. I would like to know if you could let the <code>style</code> HTML code work in a specified area. I have this code, and I would like the following CSS code to work only in this div.</p> <p>HTML CODE:</p> <pre><code>&lt;div style="position:relative;width:280px;"&gt; &lt;a class="pull-left" style="position:relative; margin: 4px 5px 0 0;"&gt; &lt;img class="avatar" src="https://minotar.net/avatar/MarcusHegelund/32.png" player="MarcusHegelund" size="32" width="32" height="32" style="width: 32px; height: 32px; vertical-align: bottom;" /&gt; &lt;/a&gt; &lt;a href="#" style="color: red"&gt;&lt;b&gt;Marcus&lt;/b&gt;&lt;/a&gt; &lt;span class="label" style="background-color: green; color: white"&gt;&lt;a href="#" class="nounderline"&gt;Owner&lt;/a&gt;&lt;/span&gt; &lt;span class="label" style="background-color: purple; color: white"&gt;&lt;a href="#" class="nounderline"&gt;Developer&lt;/a&gt;&lt;/span&gt; &lt;span class="label" style="background-color: #FA0; color: white"&gt;&lt;a href="#" class="nounderline"&gt;Staff&lt;/a&gt;&lt;/span&gt; &lt;p&gt;&lt;i&gt;Posted Nov. 16'th, 2013&lt;/i&gt;&lt;/p&gt; &lt;/div&gt; </code></pre> <p>CSS CODE: (I put it in the HTML code with the <code>style</code>)</p> <pre><code>a { color: inherit; } a:hover { color: white } a:link { color: #ffffff; text-decoration: none } </code></pre> <blockquote> <h1>EDIT:</h1> <p>I've tried all the answers, but strange enough, they aren't working. In my head they looked like they were right, and they must have. I can't just get it to work. When I try the answers the links all around the page fade from white to it's normal color. I just want the div with the label span's to show links as white (also with hover), and everything else on the page as normal Bootstrap links. - Even thought it doesn't work for me, thanks to you guys for trying to help me!</p> </blockquote>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload