Site Tools


css-ol

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
css-ol [2015/03/17 04:01] Alan Sheacss-ol [2015/03/17 04:07] – update css files Alan Shea
Line 26: Line 26:
     - Cannot reproduce undesired behavior actually experienced.      - Cannot reproduce undesired behavior actually experienced. 
  
 +====Custom Styles===
 <file css userstyle.css> <file css userstyle.css>
- +.dokuwiki .li {text-align: left; display: inline-flex}  
- +.dokuwiki ol {counter-reset: section; list-style-type: none;} 
-.dokuwiki .li {display: inline-flex} +.dokuwiki ol ol {list-style-type: none;  }        
-.dokuwiki ol {counter-reset: section;  list-style-type: none;} +.dokuwiki ol ol ol {list-style-type: none}  
-.dokuwiki ol ol {text-align: justify; padding-left:5px; list-style-type: none}        +.dokuwiki ol ol ol ol {list-style-type: none}  
-.dokuwiki ol ol ol {text-align: justify; padding-left:5px; list-style-type: none}  +.dokuwiki ol ol ol ol ol {list-style-type: none} 
-.dokuwiki ol ol ol ol {text-align: justify; padding-left:5px; list-style-type: none}  +
-.dokuwiki ol ol ol ol ol {text-align: justify; padding-left:5px; list-style-type: none} +
 .dokuwiki ol li {counter-increment: section; } .dokuwiki ol li {counter-increment: section; }
 .dokuwiki ol li:before  { content: counters(section, ".") ". ";  } .dokuwiki ol li:before  { content: counters(section, ".") ". ";  }
- 
  
 </file> </file>
Line 43: Line 41:
  
 <file css userprint.css> <file css userprint.css>
-.dokuwiki .li {display: inline-block; +.dokuwiki .li {text-align: left; display: inline-flex}  
-div.dokuwiki ol {counter-reset: section;  list-style-type: none;} +.dokuwiki ol {counter-reset: section; list-style-type: none;} 
-div.dokuwiki ol ol {padding-left:5px; list-style-type: none}        +.dokuwiki ol ol {list-style-typenone        
-div.dokuwiki ol ol ol{padding-left:5px; list-style-type: none}        +.dokuwiki ol ol ol {list-style-type: none}  
-div.dokuwiki ol li {counter-increment: section; } +.dokuwiki ol ol ol ol {list-style-typenone}  
-div.dokuwiki ol li:before  { content: counters(section, ".") ". "; } +.dokuwiki ol ol ol ol ol {list-style-type: none}  
- +.dokuwiki ol li {counter-increment: section; } 
 +.dokuwiki ol li:before  { content: counters(section, ".") ". ";  }
  
 </file> </file>
  
  
css-ol.txt · Last modified: 2018/05/28 22:29 by 127.0.0.1