Template:ImageTOC/styles.css: Difference between revisions
Jump to navigation
Jump to search
no edit summary
imported>Hb1290 (Hb1290 changed the content model of the page Template:ImageTOC/styles.css from "wikitext" to "Sanitized CSS") |
imported>Hb1290 No edit summary |
||
| (8 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
/*ImageTOC styles*/ | |||
.ImageTOC{ | .ImageTOC{ | ||
border: 0px solid #f8f9fa !important; | border: 0px solid #f8f9fa !important; | ||
| Line 5: | Line 6: | ||
padding: 5px; | padding: 5px; | ||
font-size: 95%; | font-size: 95%; | ||
font-weight:normal; | |||
overflow-wrap: anywhere; | |||
} | |||
.ImageTOC .mw-made-collapsible p { | |||
padding-left:70px; | |||
font-weight:normal; | |||
} | |||
.ImageTOC th { | |||
width:100%; | |||
font-weight:normal; | |||
} | |||
.ImageTOC .mw-collapsible-toggle-expanded .mw-collapsible-text { | |||
color:#0c62da; | |||
} | |||
.ImageTOC .mw-collapsible-toggle-collapsed .mw-collapsible-text { | |||
color:#0c62da; | |||
} | |||
/*SeparateTOC styles*/ | |||
.SeparateTOC{ | |||
border: 0px solid #f8f9fa !important; | |||
border-radius: 5px; | |||
background-color: #EEEFF0; | |||
padding: 5px; | |||
font-size: 95%; | |||
} | |||
.SeparateTOC center a { | |||
color:#000; | |||
} | } | ||