User:Internoob/colour.css

Hello, you have come here looking for the meaning of the word User:Internoob/colour.css. In DICTIOUS you will not only get to know all the dictionary meanings for the word User:Internoob/colour.css, but we will also tell you about its etymology, its characteristics and you will know how to say User:Internoob/colour.css in singular and plural. Everything you need to know about the word User:Internoob/colour.css you have here. The definition of the word User:Internoob/colour.css will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofUser:Internoob/colour.css, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.
/* To be used by importing User:Internoob/colour.js */
h2 .mw-headline:before {
 content: url('http://upload.wikimedia.org/wikipedia/commons/thumb/9/96/Books-aj.svg_aj_ashton_01g.svg/22px-Books-aj.svg_aj_ashton_01g.svg.png');
 }
h2 #Translingual:before {
 content: url('http://upload.wikimedia.org/wikipedia/commons/thumb/8/87/Ambox_globe.svg/16px-Ambox_globe.svg.png') " "; /*a space*/
 }
h2 {
 background: #ffffee;
 border-bottom: 1px solid #dfdf00;
 margin-top: 10px;
 }
#toctitle h2 { /*don't do the above for table of contents*/
 background: inherit;
 border: 0px;
 } 
hr {
 display: none;
 }
ol {
 padding-left: 2em;
 margin-left: 1.2em; /*Vector skin gives 3.2em, minus the padding*/
 border: 2px solid #dfdf00; 
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
 }
ol.references, ol ol {
 border: 0px;
}