MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 52: Line 52:
     list-style-position: outside;
     list-style-position: outside;
     text-align: left;
     text-align: left;
    margin-bottom: 0px;
     counter-reset: list;
     counter-reset: list;
     font-family: georgia;
     font-family: georgia;
Line 59: Line 60:
     list-style: none;
     list-style: none;
     counter-increment: list;
     counter-increment: list;
     margin-bottom: 6px;
     margin-top: 6px;
     padding-left: 10px; /* Adjust this value to set the inner margin */
     padding-left: 30px; /* Adjust this value to set the inner margin */
}
}
ol.decimal > li::before {
ol.decimal > li::before {
Line 66: Line 67:
     vertical-align: left;
     vertical-align: left;
     position: absolute;
     position: absolute;
     margin-left: -10px; /* Adjusted margin */
     margin-left: -30px; /* Adjusted margin */
}
}
ol.doubledecimal > li::before {  
ol.doubledecimal > li::before {  
Line 73: Line 74:
     vertical-align: left;
     vertical-align: left;
     position: absolute;
     position: absolute;
     margin-left: -10px; /* Adjusted margin */
     margin-left: -30px; /* Adjusted margin */
}
}
ol.lower-alpha > li::before {
ol.lower-alpha > li::before {
Line 79: Line 80:
     vertical-align: left;
     vertical-align: left;
     position: absolute;
     position: absolute;
     margin-left: -10px; /* Adjusted margin */
     margin-left: -30px; /* Adjusted margin */
}
}
ol.lower-roman > li::before {
ol.lower-roman > li::before {
Line 85: Line 86:
     vertical-align: left;
     vertical-align: left;
     position: absolute;
     position: absolute;
     margin-left: -10px; /* Adjusted margin */
     margin-left: -30px; /* Adjusted margin */
}
}