User:Doremítzwr/vector.css

Hello, you have come here looking for the meaning of the word User:Doremítzwr/vector.css. In DICTIOUS you will not only get to know all the dictionary meanings for the word User:Doremítzwr/vector.css, but we will also tell you about its etymology, its characteristics and you will know how to say User:Doremítzwr/vector.css in singular and plural. Everything you need to know about the word User:Doremítzwr/vector.css you have here. The definition of the word User:Doremítzwr/vector.css will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofUser:Doremítzwr/vector.css, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.
/* fix raised and lowered text */
 
sup, 
sub { 
        line-height: 1em; /* neutralize extra line spacing */
        font-size: 0.7em; /* normally, superscripts and subscripts are css “smaller”, or about 0.83em */
        }
 
sup {
        position: relative;
        left: 0;
        bottom: 0.1em;
        }
 
        i+sup, 
        i>sup { /* with italics */
                margin-left: 0.2em; /* typographic thin space */
                }
  
                i>sup:first-child { /* but no margin if the superscript is the first item in italics */
                        margin-left: 0;
                        }

sub {
        position: relative;
        left: 0;
        bottom: 0.3em;
        }