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 revision
Previous revision
Next revisionBoth sides next revision
css-ol [2015/03/17 04:01] Alan Sheacss-ol [2015/03/17 04:35] – [Custom Styles] update styles 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; line-height: 1.9em
-.dokuwiki .li {display: inline-flex+.dokuwiki ol {counter-reset: section; list-style-type: none;} 
-.dokuwiki ol {counter-reset: section;  list-style-type: none;} +.dokuwiki ol ol {list-style-type: none;  }        
-.dokuwiki ol ol {text-align: justify; padding-left:5px; list-style-type: none}        +.dokuwiki 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 {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 {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 42:
  
 <file css userprint.css> <file css userprint.css>
-.dokuwiki .li {display: inline-block; } 
-div.dokuwiki ol {counter-reset: section;  list-style-type: none;} 
-div.dokuwiki ol ol {padding-left:5px; list-style-type: none}        
-div.dokuwiki ol ol ol{padding-left:5px; list-style-type: none}        
-div.dokuwiki ol li {counter-increment: section; } 
-div.dokuwiki ol li:before  { content: counters(section, ".") ". "; } 
- 
  
 +.dokuwiki .li {text-align: left; display: inline; line-height: 1.9em} 
 +.dokuwiki ol {counter-reset: section; list-style-type: none;}
 +.dokuwiki ol ol {list-style-type: none;  }       
 +.dokuwiki ol ol ol {list-style-type: none; } 
 +.dokuwiki ol ol ol ol {list-style-type: none; } 
 +.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