css.rst
changeset 2065 178383c735a5
parent 1924 46a080141f3a
child 2066 3d76849f1abf
equal deleted inserted replaced
2064:7ffef142163e 2065:178383c735a5
     3 =====
     3 =====
     4  CSS
     4  CSS
     5 =====
     5 =====
     6 .. contents::
     6 .. contents::
     7    :local:
     7    :local:
       
     8 
       
     9 CSS specification
       
    10 =================
       
    11 
       
    12 Starting from CSS level 2 specification splited into individual modules. Each
       
    13 module have own levels.
       
    14 
       
    15 CSS level 3 means CSS level 2 plus modules that refine and extend CSS 2.
       
    16 
       
    17 https://www.w3.org/TR/CSS/
       
    18   Definition of CSS standards.
       
    19 https://www.w3.org/Style/CSS/
       
    20   Home page for CSS specification umbrella.
       
    21 https://www.w3.org/Style/CSS/current-work
       
    22   Status of all modules.
       
    23 https://www.w3.org/TR/CSS2/
       
    24   CSS level 2 rev 1.
     8 
    25 
     9 Adding CSS to HTML
    26 Adding CSS to HTML
    10 ==================
    27 ==================
    11 
    28 
    12 Include to CSS file in ``head`` tag::
    29 Include to CSS file in ``head`` tag::
    77   использовать счетчики)
    94   использовать счетчики)
    78   :after{} - тоже, что и before, только ставит текст после контента тега
    95   :after{} - тоже, что и before, только ставит текст после контента тега
    79 
    96 
    80 See:
    97 See:
    81 
    98 
    82  * http://www.w3.org/TR/CSS2/selector.html
    99  * https://www.w3.org/TR/CSS2/selector.html
    83  * http://www.w3.org/TR/css3-selectors/#selectors
   100  * https://www.w3.org/TR/css3-selectors/#selectors
       
   101  * https://www.w3.org/TR/CSS/#selectors
    84 
   102 
    85 CSS include statement
   103 CSS include statement
    86 =====================
   104 =====================
    87 ::
   105 ::
    88 
   106 
   178 CSS browser support
   196 CSS browser support
   179 ===================
   197 ===================
   180 
   198 
   181   * http://www.quirksmode.org/css/contents.html
   199   * http://www.quirksmode.org/css/contents.html
   182   * http://en.wikipedia.org/wiki/Comparison_of_layout_engines_%28CSS%29
   200   * http://en.wikipedia.org/wiki/Comparison_of_layout_engines_%28CSS%29
   183   * http://www.css3.info/modules/selector-compat/
   201   * https://www.css3.info/modules/selector-compat/
   184 
   202 
   185 Editor support
   203 Editor support
   186 ==============
   204 ==============
   187 
   205 
   188 Emacs
   206 Emacs