Updated CSS

This commit is contained in:
Francesco Mangiacrapa 2023-04-28 10:56:53 +02:00
parent ec7232187c
commit 09ad797f85
1 changed files with 9 additions and 9 deletions

View File

@ -20,15 +20,14 @@
.w-my-html-table { .w-my-html-table {
padding: 5px; padding: 5px;
margin: 20px 10px;
font-size: 13px; font-size: 13px;
width: 99%; width: 99%;
word-break: break-word; word-break: break-word;
margin-bottom: 30px; margin-bottom: 30px;
/*! margin: 20px auto; */ background-color: #d9edf7 !important;
/*! margin-right: 20px; */ border-radius: 5px !important;
background-color: #f5f5f5; margin-top: 40px !important;
border-radius: 10px; margin-bottom: 10px !important;
} }
.w-my-html-table td { .w-my-html-table td {
@ -46,8 +45,8 @@
} }
.w-my-html-table-file { .w-my-html-table-file {
margin-bottom: 50px; /*! margin-bottom: 50px; */
margin-top: -20px; margin-top: -3px;
} }
.w-my-html-table-file td { .w-my-html-table-file td {
@ -58,10 +57,10 @@
Table Of Contents (TOC) Table Of Contents (TOC)
*******************************/ *******************************/
.toc_container { .toc_container {
background: #f9f9f9 none repeat scroll 0 0; background: #f9f9f9 none repeat scroll 0 0 !important;
border: 1px solid #eee; border: 1px solid #eee;
display: table; display: table;
font-size: 13px; font-size: 14px;
padding: 5px 15px; padding: 5px 15px;
min-width: 120px; min-width: 120px;
} }
@ -80,6 +79,7 @@ Table Of Contents (TOC)
.toc_list_container ul li { .toc_list_container ul li {
list-style: outside none none !important; list-style: outside none none !important;
font-size: 14px;
} }
.toc_list_container ul li a:visited { .toc_list_container ul li a:visited {