Estilos para la tabla de contenidos del wiki

This commit is contained in:
Manuel Cillero 2018-02-24 09:15:55 +01:00
parent 4963aeac31
commit 2aa90fde70
2 changed files with 48 additions and 30 deletions

View file

@ -1233,7 +1233,7 @@ es:
label_font_monospace: Fuente Monospaced label_font_monospace: Fuente Monospaced
label_font_proportional: Fuente Proportional label_font_proportional: Fuente Proportional
setting_timespan_format: Time span format setting_timespan_format: Time span format
label_table_of_contents: Table of contents label_table_of_contents: Tabla de contenidos
setting_commit_logs_formatting: Apply text formatting to commit messages setting_commit_logs_formatting: Apply text formatting to commit messages
setting_mail_handler_enable_regex_delimiters: Enable regular expressions setting_mail_handler_enable_regex_delimiters: Enable regular expressions
error_move_of_child_not_possible: 'Subtask %{child} could not be moved to the new error_move_of_child_not_possible: 'Subtask %{child} could not be moved to the new

View file

@ -12,20 +12,21 @@
* 6. MAIN-MENU * 6. MAIN-MENU
* 7. SIDEBAR * 7. SIDEBAR
* 8. FOOTER * 8. FOOTER
* 9. FLASH MESSAGES * 9. WIKI
* 10. LOGIN FORM * 10. FLASH MESSAGES
* 11. TAGS * 11. LOGIN FORM
* 12. CONTEXT-MENU * 12. TAGS
* 13. TIP * 13. CONTEXT-MENU
* 14. jQuery UI * 14. TIP
* 15. BUTTONS * 15. jQuery UI
* 16. FORMS COMMON * 16. BUTTONS
* 17. FORMS SPECIFIC * 17. FORMS COMMON
* 18. TABS * 18. FORMS SPECIFIC
* 19. TABLES * 19. TABS
* 20. OBJECTS * 20. TABLES
* 21. RESPONSIVE * 21. OBJECTS
* 22. SELECT2 * 22. RESPONSIVE
* 23. SELECT2
* *
* Based on Circle Theme by Kirill Bezrukov. * Based on Circle Theme by Kirill Bezrukov.
*/ */
@ -64,7 +65,11 @@ div#content {
background-color: #fff; background-color: #fff;
border-right: 0; border-right: 0;
} }
div#content div.wiki-page > a:first-child + h1, h2 { div#content div.wiki-page > a:first-child + h1,
div#content div.wiki-page > ul.toc + a + h1,
div#preview fieldset > a:first-child + h1,
div#preview fieldset > ul.toc + a + h1,
h2 {
color: #f30; color: #f30;
font-size: 46px; font-size: 46px;
font-weight: 600; font-weight: 600;
@ -531,7 +536,20 @@ ul.social-menu .social-link-mail:hover a {
} }
/**********************************************************/ /**********************************************************/
/* 9. FLASH MESSAGES */ /* 9. WIKI */
/**********************************************************/
ul.toc {
float: right;
}
#preview fieldset {
width: auto;
min-width: auto;
padding-top: 1em;
}
/**********************************************************/
/* 10. FLASH MESSAGES */
/**********************************************************/ /**********************************************************/
#errorExplanation, div.flash, .nodata, .warning, .conflict { #errorExplanation, div.flash, .nodata, .warning, .conflict {
@ -560,7 +578,7 @@ div.flash.warning, .conflict {
} }
/**********************************************************/ /**********************************************************/
/* 10. LOGIN FORM */ /* 11. LOGIN FORM */
/**********************************************************/ /**********************************************************/
#login-form table { #login-form table {
@ -577,7 +595,7 @@ div.flash.warning, .conflict {
} }
/**********************************************************/ /**********************************************************/
/* 11. TAGS */ /* 12. TAGS */
/**********************************************************/ /**********************************************************/
span.tag-label-color { span.tag-label-color {
@ -613,7 +631,7 @@ div#content .contacts-tags-edit ul.tagit {
} }
/**********************************************************/ /**********************************************************/
/* 12. CONTEXT-MENU */ /* 13. CONTEXT-MENU */
/**********************************************************/ /**********************************************************/
div#content > div.contextual:first-child, div#content > div.contextual:first-child,
@ -662,7 +680,7 @@ div#content #context-menu a.disabled, div#content #context-menu a.disabled:hover
} }
/**********************************************************/ /**********************************************************/
/* 13. TIP */ /* 14. TIP */
/**********************************************************/ /**********************************************************/
div.tooltip:hover span.tip { div.tooltip:hover span.tip {
@ -675,7 +693,7 @@ div.tooltip:hover span.tip {
} }
/**********************************************************/ /**********************************************************/
/* 14. jQuery UI */ /* 15. jQuery UI */
/**********************************************************/ /**********************************************************/
.ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { .ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
@ -835,7 +853,7 @@ div.modal {
} }
/**********************************************************/ /**********************************************************/
/* 15. BUTTONS */ /* 16. BUTTONS */
/**********************************************************/ /**********************************************************/
#ajax-modal p.buttons input, #ajax-modal p.buttons input,
@ -921,7 +939,7 @@ input[type="submit"].small {
} }
/**********************************************************/ /**********************************************************/
/* 16. FORMS COMMON */ /* 17. FORMS COMMON */
/**********************************************************/ /**********************************************************/
.tabular.settings p { .tabular.settings p {
@ -1052,7 +1070,7 @@ img.ui-datepicker-trigger {
} }
/**********************************************************/ /**********************************************************/
/* 17. FORMS SPECIFIC */ /* 18. FORMS SPECIFIC */
/**********************************************************/ /**********************************************************/
#user_login, #user_firstname, #user_lastname, #user_mail { #user_login, #user_firstname, #user_lastname, #user_mail {
@ -1069,7 +1087,7 @@ input#content_comments {
} }
/**********************************************************/ /**********************************************************/
/* 18. TABS */ /* 19. TABS */
/**********************************************************/ /**********************************************************/
#content .tabs ul { #content .tabs ul {
@ -1116,7 +1134,7 @@ input#content_comments {
} }
/**********************************************************/ /**********************************************************/
/* 19. TABLES */ /* 20. TABLES */
/**********************************************************/ /**********************************************************/
table.list thead th, table.list tbody td, table.list tbody tr:hover td { border: solid 1px #d7d7d7; } table.list thead th, table.list tbody td, table.list tbody tr:hover td { border: solid 1px #d7d7d7; }
@ -1158,7 +1176,7 @@ tr.priority-lowest a { color: #559; }
tr.odd.priority-lowest td, tr.even.priority-lowest td { border-color: #d2eafa; } tr.odd.priority-lowest td, tr.even.priority-lowest td { border-color: #d2eafa; }
/**********************************************************/ /**********************************************************/
/* 20. OBJECTS */ /* 21. OBJECTS */
/**********************************************************/ /**********************************************************/
div.issue, div.issue,
@ -1174,7 +1192,7 @@ table.progress td { padding: 0px; }
div.details { padding: 20px !important; } div.details { padding: 20px !important; }
/**********************************************************/ /**********************************************************/
/* 21. RESPONSIVE */ /* 22. RESPONSIVE */
/**********************************************************/ /**********************************************************/
@media screen and (max-width: 1239px) { @media screen and (max-width: 1239px) {
@ -1271,7 +1289,7 @@ div.details { padding: 20px !important; }
} }
/**********************************************************/ /**********************************************************/
/* 22. SELECT2 */ /* 23. SELECT2 */
/**********************************************************/ /**********************************************************/
.theme-Circlepro .select2-container--default .select2-selection--single { .theme-Circlepro .select2-container--default .select2-selection--single {