@import url("https://fonts.googleapis.com/css?family=Literata:400,400i,700,700i|Noto+Sans:400,400i,700,700i|Ubuntu+Mono:400|Noto+Sans+Meetei+Mayek:400&display=swap"); :root { --main-font:Literata, Georgia, serif; --sans-font:"Noto Sans", "Liberation Sans", Arial, sans-serif; --mono-font:Consolas, "Ubuntu Mono", monospace; } body.light_mode { color-scheme:light; --paragraph-vertical-space:0.8rem; --reduced-paragraph-vertical-space:0.4rem; --line-height:1.5; --editor-line-height:1.6; --body-background-color:#FAF9F8; --article-background-color:#FFF; --article-text-color:#222; --article-shadow-color:#999999; --heading-background-color:#6B9609; --heading-text-color:#EFE; --link-text-color:#6B9609; --visited-link-text-color:#3B6600; --broken-link-line-color:#DBB; --dim-background-color:#EEE; --dim-text-color:#999; --minor-text-color:#555; --faint-text-color:#CCC; --highlight-background-color:#FF0; --dim-highlight-background-color:#FFE; --spoiler-color:#222; --line-color:#CCC; --focus-line-color:#000; --error-background-color:#FFC; --error-text-color:#C00; --ins-background-color:#9F9; --ins-text-color:#000; --del-background-color:#FC9; --del-text-color:#000; --mod-background-color:#DDF; --mod-text-color:#000; --question-background-color:#DDF; --announce-background-color:#FF9; --new-user-background-color:#DDA; --forum-background-color:#CCA; --definition-text-color:#559; --logo:url("/recursos/logo.png") no-repeat; --wiki-logo:url("/recursos/logo_vici.png") no-repeat; } @media (prefers-color-scheme:light) { body:not(.dark_mode, .light_mode) { color-scheme:light; --paragraph-vertical-space:0.8rem; --reduced-paragraph-vertical-space:0.4rem; --line-height:1.5; --editor-line-height:1.6; --body-background-color:#FAF9F8; --article-background-color:#FFF; --article-text-color:#222; --article-shadow-color:#999999; --heading-background-color:#6B9609; --heading-text-color:#EFE; --link-text-color:#6B9609; --visited-link-text-color:#3B6600; --broken-link-line-color:#DBB; --dim-background-color:#EEE; --dim-text-color:#999; --minor-text-color:#555; --faint-text-color:#CCC; --highlight-background-color:#FF0; --dim-highlight-background-color:#FFE; --spoiler-color:#222; --line-color:#CCC; --focus-line-color:#000; --error-background-color:#FFC; --error-text-color:#C00; --ins-background-color:#9F9; --ins-text-color:#000; --del-background-color:#FC9; --del-text-color:#000; --mod-background-color:#DDF; --mod-text-color:#000; --question-background-color:#DDF; --announce-background-color:#FF9; --new-user-background-color:#DDA; --forum-background-color:#CCA; --definition-text-color:#559; --logo:url("/recursos/logo.png") no-repeat; --wiki-logo:url("/recursos/logo_vici.png") no-repeat; } } body.dark_mode { color-scheme:dark; --paragraph-vertical-space:1.2rem; --line-height:1.8; --editor-line-height:1.8; --body-background-color:#000; --article-background-color:#2E2E33; --article-text-color:#CCC; --article-shadow-color:#777; --heading-background-color:#2B5609; --heading-text-color:#BCB; --link-text-color:#6B6; --visited-link-text-color:#590; --broken-link-line-color:#955; --dim-background-color:#444; --dim-text-color:#888; --minor-text-color:#999; --faint-text-color:#555; --highlight-background-color:#970; --dim-highlight-background-color:#332; --spoiler-color:#888; --line-color:#555; --focus-line-color:#999; --error-background-color:#542; --error-text-color:#BBB; --ins-background-color:#040; --ins-text-color:#CC9; --del-background-color:#500; --del-text-color:#BBB; --mod-background-color:#337; --mod-text-color:#EE9; --question-background-color:#335; --announce-background-color:#550; --new-user-background-color:#775; --forum-background-color:#443; --definition-text-color:#99C; --logo:url("/recursos/logo_oscur.png") no-repeat; --wiki-logo:url("/recursos/logo_vici_oscur.png") no-repeat; } @media (prefers-color-scheme:dark) { body:not(.dark_mode, .light_mode) { color-scheme:dark; --paragraph-vertical-space:1.2rem; --line-height:1.8; --editor-line-height:1.8; --body-background-color:#000; --article-background-color:#2E2E33; --article-text-color:#CCC; --article-shadow-color:#777; --heading-background-color:#2B5609; --heading-text-color:#BCB; --link-text-color:#6B6; --visited-link-text-color:#590; --broken-link-line-color:#955; --dim-background-color:#444; --dim-text-color:#888; --minor-text-color:#999; --faint-text-color:#555; --highlight-background-color:#970; --dim-highlight-background-color:#332; --spoiler-color:#888; --line-color:#555; --focus-line-color:#999; --error-background-color:#542; --error-text-color:#BBB; --ins-background-color:#040; --ins-text-color:#CC9; --del-background-color:#500; --del-text-color:#BBB; --mod-background-color:#337; --mod-text-color:#EE9; --question-background-color:#335; --announce-background-color:#550; --new-user-background-color:#775; --forum-background-color:#443; --definition-text-color:#99C; --logo:url("/recursos/logo_oscur.png") no-repeat; --wiki-logo:url("/recursos/logo_vici_oscur.png") no-repeat; } body:not(.dark_mode, .light_mode) img, body:not(.dark_mode, .light_mode) iframe { filter:brightness(.8) contrast(1.2); } } body.dark_mode img, body.dark_mode iframe { filter:brightness(.8) contrast(1.2); } b { font-size:98%; } html { font-size:16px; scroll-padding-top:100px; } .wiki { background-color:var(--body-background-color); color:var(--article-text-color); font-family:var(--main-font); line-height:var(--line-height); margin:1rem auto; max-width:80rem; padding:0 1rem; } .logo_area { background:var(--wiki-logo); box-sizing:border-box; display:block; height:46px; margin:0 auto 2rem auto; width:222px; } .static_page .logo_area { background:var(--logo); } article { background-color:var(--article-background-color); border:1px solid var(--dim-background-color); box-shadow:var(--article-shadow-color) 0px 0px 10.5px 0px; clear:both; padding:1.6rem; } @media (max-width:640px) { .wiki { padding:0 1rem; } article { padding:1rem; } } @media (max-width:400px) { .wiki { padding:0.2rem; } article { padding:0.2rem; } } .static_page article { box-shadow:var(--article-shadow-color) 0px 0px 3px 0px; } @media print { header { display:none; } article { border:none; box-shadow:none; padding:0; } } p { margin:var(--paragraph-vertical-space) 0; } h1, h2, h3, h4, h5, h6 { clear:both; font-family:var(--sans-font); font-style:normal; font-weight:bold; position:relative; text-align:left; } h1 { background-color:var(--heading-background-color); border-radius:1rem; color:var(--heading-text-color); font-family:var(--sans-font); font-size:160%; margin:0 0 1rem 0; padding:0 0.75rem; text-align:center; } .local h1 { background-color:#479; } .local h1:before { content:"👀 "; } h2 { background-color:var(--heading-background-color); border-radius:1rem; color:var(--heading-text-color); font-size:135%; font-style:italic; margin:3rem 0 0.7rem 0; padding:0.1rem 1rem; text-align:left; } h3 { border-bottom:1px solid var(--heading-background-color); font-size:130%; margin:2.4rem 0 0.5rem 0; text-align:left; } h4 { font-size:120%; margin:2rem 0 0.6rem 0; text-align:left; } h5 { font-size:115%; font-style:italic; margin:1.8rem 0 0.6rem 0; text-align:left; } h6 { font-size:110%; font-style:italic; font-weight:normal; margin:1.8rem 0 0.4rem 0; text-align:left; } .first_heading { margin-top:0; } .nonitalica_style h2, .nonitalica_style h5, .nonitalica_style h6 { font-style:normal; } dl { margin:var(--paragraph-vertical-space) 0; } dt { font-weight:bold; } dd { margin:0 0 0.2rem 1rem; } dl.search_results dt { margin:var(--paragraph-vertical-space) 0; } dl.search_results dd { font-family:var(--mono-font); } ol, ul { margin-bottom:var(--paragraph-vertical-space); margin-left:1rem; padding:0; } ol > li { list-style-type:decimal; margin-left:1.4rem; padding-left:0.33rem; } ul > li { color:var(--heading-background-color); list-style-type:disc; margin-left:1.4rem; } .li_text { color:var(--article-text-color); left:-2px; position:relative; } ul.toc, div.toc { border:1px solid var(--line-color); border-radius:0.6rem; margin-left:0; padding:1rem; } div.toc { padding-bottom:0.4rem; } span.toc_level_2 { font-weight:bold; text-transform:uppercase; } span.toc_level_4 { font-style:italic; } blockquote, .sita_style { border-left:4px solid var(--dim-background-color); margin:var(--paragraph-vertical-space) 0; padding-left:0.6rem; } .blockquote_signature_dash { padding-left:2rem; } .forum blockquote, .forum .sita_style { background-color:var(--dim-background-color); border-left:10px solid var(--forum-background-color); font-family:var(--sans-font); font-size:95%; margin-left:4rem; padding-right:0.6rem; } pre { background-color:var(--article-background-color); border:1px solid var(--line-color); border-radius:0.3rem; color:var(--article-text-color); font-family:var(--mono-font); font-size:90%; margin:var(--paragraph-vertical-space) 0; padding:0.4rem 0.7rem; white-space:pre-wrap; } pre.python_error { background-color:var(--dim-background-color); border:2px dashed var(--error-text-color); } #ERROR_details { font-family:var(--mono-font); white-space:pre-wrap; } .floated_left { float:left; margin:0 0.6rem 0.6rem 0; } .floated_right { float:right; margin:0 0 0.6rem 0.6rem; } .transclusion { position:relative; } .floated_edit_button { font-size:85%; opacity:0.5; position:absolute; right:10px; } .transclusion > .floated_edit_button { margin-top:0.6rem; } .footnote_block { border-top:1px solid var(--line-color); margin-left:20%; margin:var(--paragraph-vertical-space) 0; } .footnote_block p { color:var(--minor-text-color); font-size:90%; margin-bottom:0; padding-left:0.3rem; } .original_block { border:1px solid var(--line-color); border-radius:0.3rem; color:var(--minor-text-color); font-size:80%; margin:0 0 1.2rem 4rem; padding:0.6rem 0.8rem 0.8rem 0.8rem; } .sentrida_style .original_block { margin-left:0; } .view_page .original_block { display:block; } .view_page .vicitesto_style .original_block { display:block; } hr { border:none; border-top:2px solid var(--line-color); clear:both; margin:2rem auto; width:75%; } table { border-collapse:collapse; font-size:100%; } tr { vertical-align:top; } th { text-align:left; } .wiki_table { background-color:var(--article-background-color); margin:var(--paragraph-vertical-space) 0; } .wiki_table th, .wiki_table td { border:1px solid var(--line-color); padding:0.2rem 0.5rem; } .wiki_table th { background-color:var(--dim-background-color); font-weight:bold; } th.sortable { cursor:row-resize; } .literature_form, .forum_form { margin:0 auto 2rem auto; } .literature_form td:first-child, .forum_form td:first-child { padding-right:1rem; } #literature_table { width:100%; } .horizontal_scroll { overflow-x:auto; } #filer_table tr:hover { background-color:var(--dim-background-color); } #filer_table .filename { font-family:var(--mono-font); } #filer_table .file_detail { color:var(--dim-text-color); } .aligned_left { text-align:left; } .aligned_centre { text-align:center; } .aligned_right { text-align:right; } .floated_left { float:left; margin:0 var(--paragraph-vertical-space) var(--paragraph-vertical-space) 0; } .floated_right { float:right; margin:0 0 var(--paragraph-vertical-space) var(--paragraph-vertical-space); } .image { font-family:var(--sans-font); font-size:80%; padding-top:0.4rem; } .image_centred { margin:0 auto; text-align:center; } img, audio, iframe.youtube_video { max-width:100%; } a { text-decoration:none; } a:link { color:var(--link-text-color); } a:visited { color:var(--visited-link-text-color); } a.broken_link { text-decoration:wavy underline var(--broken-link-line-color); } a.external_link:before { content:"🌐 "; opacity:0.5; } a:focus, a:hover { background-color:var(--dim-background-color); } a:focus { border:1px solid var(--link-text-color); border-radius:0.2rem; } a.image_link { font-style:normal; font-weight:normal; } a.image_link:hover { background-color:unset; } :target { box-shadow:var(--highlight-background-color) 0px 0px 20.5px; } article:target { box-shadow:none; } code { background-color:var(--dim-background-color); font-family:var(--mono-font); font-size:90%; line-height:1; padding:0 0.2rem; } s { color:var(--dim-text-color); } sup { font-size:80%; vertical-align:top; } sub { font-size:80%; vertical-align:bottom; } .small_caps { font-variant:small-caps; } .faint { color:var(--faint-text-color); } .signature { color:var(--dim-text-color); font-style:italic; } .matajoia_style { background-color:var(--spoiler-color); color:var(--spoiler-color); } .matajoia_style.revealed { background-color:var(--dim-background-color); color:var(--article-text-color); } .cisa_style { border-bottom:1px dashed var(--dim-text-color); color:var(--minor-text-color); font-size:98%; font-weight:bold; } h1 .cisa_style { color:var(--heading-text-color); } .history_table a .cisa_style { border-bottom:none; color:var(--link-text-color); font-size:100%; font-weight:normal; } .marca_style { background-color:var(--highlight-background-color); } .grande_style { font-size:140%; } .peti_style { font-size:70%; } .debil_style { color:var(--dim-text-color); } .meitei_style { font-family:'Noto Sans Meetei Mayek'; } .sinserif_style { font-family:var(--sans-font); } .taxe_style { background-color:var(--dim-background-color); border:1px dashed var(--line-color); color:var(--error-text-color); padding:0 0.3rem 0.1rem 0.3rem; } .taxe_style:before { content:"🚧 "; } .language_style { font-style:italic; } .language_style_marker { font-style:normal; font-size:80%; font-variant:small-caps; padding:0 0.1rem; vertical-align:top; } .advice_style, .informa_style { background-color:var(--error-background-color); border:1px solid var(--line-color); padding:0 0.3rem 0.1rem 0.3rem; } .advice_style { color:var(--error-text-color); } .informa_style:before { content:"ℹ️ "; } div.taxe_style, div.informa_style { border-radius:0.4rem; padding:1rem 1rem 0.3rem 1rem; } div.taxe_style:before, div.informa_style:before { display:block; text-align:center; } .caxa_style { background-color:var(--dim-background-color); border-radius:0.6rem; margin-bottom:var(--paragraph-vertical-space); padding:var(--paragraph-vertical-space) 1rem var(--reduced-paragraph-vertical-space) 1rem; } .caxa_style :first-child { margin-top:0; } .sentrida_style { text-align:center; } .destrida_style { text-align:right; } .naviga_style { border:4px solid var(--dim-background-color); border-radius:10px; font-size:85%; font-family:var(--sans-font); margin-bottom:2rem; padding:0.6rem 1rem 0 1rem; text-align:center; } .naviga_style p { margin-bottom:0.6rem; margin-top:0; } .error_style { } .posflota_style { clear:both; } .separada_style { margin-bottom:1.6rem; } .preseparada_style { margin-top:1.6rem; } .vicitesto_style { border:1px dashed var(--line-color); display:flex; overflow-x:auto; width:100%; } .sintatica_style { padding-left:1rem; width:100%; } .sintatica_style pre { background-color:var(--dim-background-color); } .rendereda_style { padding:0 1rem; width:100%; } .rendereda_style h1, .rendereda_style h2, .rendereda_style h3, .rendereda_style h4, .rendereda_style h5, .rendereda_style h6 { margin-top:1rem; } .indenteda_style { border-left:1px dotted var(--line-color); margin-left:2rem; padding-left:1rem; } .densa_style p, .densa_style dl, .densa_style ul, .densa_style ol, .densa_style blockquote, .densa_style pre, .densa_style .wiki_table { margin-bottom:0em; margin-top:0em; } .densa_style p { text-indent:1.6rem; } .cabente_style { margin-left:auto; margin-right:auto; width:fit-content; } .largia10_style { width:10%; } .largia20_style { width:20%; } .largia25_style { width:25%; } .largia30_style { width:30%; } .largia40_style { width:40%; } .largia50_style { width:50%; } .largia60_style { width:60%; } .largia70_style { width:70%; } .largia75_style { width:75%; } .largia80_style { width:80%; } .largia90_style { width:90%; } .largia10_style img, .largia20_style img, .largia25_style img, .largia30_style img, .largia40_style img, .largia50_style img, .largia60_style img, .largia70_style img, .largia75_style img, .largia80_style img, .largia90_style img { width:100%; } .sentribloco_style { margin-left:auto; margin-right:auto; } .destribloco_style { margin-left:auto; } .static_page .vici_style { display:none; } .epub_style { display:none; } .metadata_table { display:none; font-family:var(--sans-font); font-size:80%; margin-left:0; margin-bottom:2rem; } .footer { color:var(--minor-text-color); font-size:70%; margin-top:4em; text-align:center; } .forum article { background-color:var(--forum-background-color); } .forum_post { border:2px solid var(--dim-text-color); border-radius:0.4rem; margin-top:1.6rem; padding:0 0.6rem; } @media (prefers-color-scheme:dark) { .forum_post { border:2px solid var(--line-color); padding:0.2rem 0.8rem; } } .forum_post.highlighted_post, .forum_post:target { box-shadow:var(--highlight-background-color) 0px 0px 40.5px; } .post_level_1 { background-color:var(--article-background-color); } .post_level_2 { margin-left:2rem; background-color:var(--article-background-color); } .post_level_3 { margin-left:4rem; background-color:var(--article-background-color); } .post_level_4 { margin-left:6rem; background-color:var(--article-background-color); } .post_level_5 { margin-left:8rem; background-color:var(--article-background-color); } .post_level_6 { margin-left:10rem; background-color:var(--article-background-color); } .post_level_7 { margin-left:12rem; background-color:var(--article-background-color); } .forum_header { border-bottom:1px dotted var(--line-color); font-family:var(--sans-font); } .forum_header_table { display:table; width:100%; } .forum_header_left { display:table-cell; text-align:left; } .forum_user_name { font-weight:bold; } .forum_date { color:var(--minor-text-color); font-size:90%; } .forum_header_right { display:table-cell; text-align:right; } .forum_post_number { color:var(--minor-text-color); font-weight:bold; padding:0 0.2rem; } a.forum_post_sequence { xopacity:0.3; color:var(--dim-text-color); } .forum_post p { margin-bottom:0.3rem; } .recently_posted { font-weight:bold; } form p { margin-top:1rem; } form .heading { font-family:var(--sans-font); font-weight:bold; } form label { font-family:var(--sans-font); } form label.serif { font-family:var(--serif-font); } form label.disabled { color:var(--dim-text-color); } input.text_field { font-family:var(--mono-font); font-size:100%; padding:0.2rem 0.3rem; } @media (pointer:coarse) { input.text_field { font-size:125%; } } form .space_after { margin-right:2rem; } form .small_space_after { margin-right:1rem; } form .dim { color:var(--dim-text-color); } input, textarea { background-color:var(--body-background-color); border:1px solid var(--line-color); color:var(--article-text-color); } button, .button { background:linear-gradient(to bottom right, var(--article-background-color), var(--dim-background-color)); border:1px solid var(--line-color); border-radius:0.2rem; box-sizing:border-box; color:var(--article-text-color); display:inline-block; font-family:var(--sans-font); font-size:100%; height:1.5rem; overflow:hidden; padding:0 0.2rem; } button:active, .button:active { background:var(--heading-background-color); border:1px inset var(--line-color); color:var(--heading-text-color); } @media (pointer:coarse) { button, .button { font-size:130%; height:2rem; } } .main_button { font-weight:bold; } #editor_status { background:none; border:1px solid var(--article-background-color); } a.button { color:var(--article-text-color); } a.button.heading_tool { float:right; font-size:0.8rem; font-style:normal; font-weight:normal; height:1.3rem; margin-left:2rem; margin-top:0.4rem; } a.button.forum_heading_tool { float:right; font-size:0.8rem; font-style:normal; font-weight:normal; height:1.3rem; margin-left:0.3rem; } a.button.react_button { display:none; } #reaction_panel { display:none; text-align:right; } #file_input { display:none; } .vicitesto_style a.button.heading_tool { display:none; } label.right { padding-left:0.4rem; } .dialog_backdrop { background-color:rgb(0, 0, 0); background-color:hsla(0, 0%, 0%, .4); display:none; height:100%; left:0; overflow:auto; position:fixed; top:0; width:100%; z-index:9; } .modeless_backdrop { display:none; z-index:9; } .dialog { background-color:var(--article-background-color); border:2px solid var(--line-color); border-radius:1rem; box-shadow:var(--article-text-color) 0px 0px 10.5px 0px; font-size:90%; padding:1rem; position:absolute; right:1rem; top:1rem; z-index:9; } .dialog_top_left { bottom:unset; left:1rem; right:unset; top:1rem; } .dialog_title { background-color:var(--heading-background-color); color:var(--heading-text-color); cursor:grab; font-family:var(--sans-font); font-size:120%; font-weight:bold; text-align:center; } .dialog.dragging { cursor:grabbing; } .dialog label { font-style:normal; } .dialog p { margin:0 0 var(--paragraph-vertical-space) 0; } .dialog_compact_group { margin-bottom:var(--paragraph-vertical-space); } .dialog_compact_group p { margin:0; } @media (pointer:coarse) { .dialog .compact_group p { margin:0 0 var(--paragraph-vertical-space) 0; } } .dialog_buttons { text-align:right; } .dialog_buttons_left { } @media (max-width:640px) { .button, button { font-size:100%; height:2rem; padding-top:0.2rem; } } .float_left { float:left; } .float_right { float:right; } #shortcutDialog_backdrop { font-family:var(--sans-font); } #DELETE_dialog, #MOVE_dialog, #PUBLISH_dialog { max-width:36em; } #ERROR_dialog { max-width:50em; } #SAVE_summary_required { display:none; font-weight:bold; } .history_table { width:100%; } .history_table th, .history_table td { border:1px dotted var(--line-color); padding:0 0.3rem; } .narrow_column { width:1%; white-space:nowrap; } a.recent_change { background-color:var(--dim-background-color); color:var(--link-text-color); padding:0 0.3rem; } a.recent_change:visited { background-color:var(--article-background-color); color:var(--link-text-color); } .other_user a.recent_change { background-color:var(--heading-background-color); color:var(--heading-text-color); } .other_user a.recent_change:visited { background-color:var(--article-background-color); color:var(--link-text-color); } .minor_change, .move_change { opacity:.5; } .question_change, .question_change a.recent_change:visited { background-color:var(--question-background-color); } .announce_change, .announce_change a.recent_change:visited { background-color:var(--announce-background-color); } .new_user_change, .new_user_change a.recent_change:visited { background-color:var(--new-user-background-color); } .atted_change { background-color:var(--highlight-background-color); font-weight:bold; } .filer_change { color:var(--dim-text-color); font-style:italic; } .reaction_change { } .summary_post_number { color:var(--dim-text-color); font-family:var(--mono-font); } .rj_ai { } .rj_ar { background-color:var(--dim-background-color); } .rj_ba { background-color:var(--article-text-color); color:var(--article-background-color); } .rj_di { background-color:var(--error-background-color); } .rj_fo { background-color:var(--forum-background-color); } .rj_fx { } .rj_gr { background-color:var(--highlight-background-color); } .rj_li { background-color:var(--dim-background-color); } .rj_ob { background-color:var(--mod-background-color); color:var(--mod-text-color); } .rj_us { background-color:var(--dim-background-color); } .diff_table { width:100%; } .diff_table td { width:50%; } th.diff_position { font-style:italic; font-weight:normal; } .diff_changed { background-color:var(--dim-highlight-background-color); } .diff_unchanged { background-color:var(--article-background-color); } .diff_hidden { display:none; } .diff_revealed { display:table-row; } .diff_table th, .diff_table td { font-family:var(--mono-font); white-space:pre-wrap; } .diff_table td:first-child { margin-right:1em; } .diff_ins { background-color:var(--ins-background-color); border:1px dashed var(--dim-text-color); color:var(--ins-text-color); } .diff_del { background-color:var(--del-background-color); border:1px dashed var(--dim-text-color); color:var(--del-text-color); } .diff_mod { background-color:var(--mod-background-color); border:1px dashed var(--dim-text-color); color:var(--mod-text-color); } .admin_table { width:100%; } nav { background-color:transparent; display:flex; font-family:var(--sans-font); justify-content:center; left:0; top:0; margin:0; position:fixed; width:100%; z-index:3; } .menubar, .dropdown { background-color:var(--article-background-color); border:1px solid var(--line-color); box-shadow:var(--article-shadow-color) 0px 0px 10.5px 0px; margin:0; padding-left:0; } .menubar.keyboard_focus, .menubar.keyboard_focus .dropdown { border:1px dashed var(--focus-line-color); } .menubar, .menubar.keyboard_focus { border-top:0; } article { margin:2rem 0; } .menu_item { display:block; float:left; position:relative; } .dropdown { display:none; left:0; margin-top:0; min-width:14rem; position:absolute; } .menu_key { float:right; } @media (pointer:coarse) { article { margin:2.8em 0 1em 0; } .menu_item { padding-bottom:0.4rem; padding-top:0.4rem; } .dropdown { margin-top:0.4rem; } } @media (max-width:400px) { nav { justify-content:start; } .dropdown { min-width:10rem; } .menu_key { display:none; } } .menu_item:hover { background:var(--heading-background-color); color:var(--heading-text-color); cursor:pointer; } .menu_item:focus-within { background:var(--heading-background-color); color:var(--heading-text-color); cursor:pointer; } .menu_item:hover:has(> .menu_disabled) { background:transparent; } .menu_item:focus-within:has(> .menu_disabled) { background:transparent; } .menu_item:hover > .menu_disabled { color:var(--faint-text-color); } .menu_item:focus-within > .menu_disabled { color:var(--faint-text-color); } .menu_item:hover > .dropdown, .dropdown:hover, .dropdown:focus { display:block; visibility:visible; } .menu_item:focus-within > .dropdown { display:block; visibility:visible; } .dropdown .menu_item { box-sizing:border-box; clear:both; width:100%; } .menu_item a { background-color:transparent; display:block; padding:0.4rem 1rem; outline:none; text-wrap:nowrap; } @media (max-width:400px) { .menu_item a { padding:0.2rem 0.4rem; } } .menu_item > a:visited { color:var(--link-text-color); } .menu_item:hover > a, .menu_item a:focus { color:var(--heading-text-color); } .menu_block:focus-within > a { color:var(--heading-text-color); } a.menu_disabled { color:var(--faint-text-color); } .menu_selected:after { content:' ✓'; padding-left:0.4rem; } .menu_sync_left:after { content:' ◀'; padding-left:0.4rem; } .menu_sync_right:after { content:' ▶'; padding-left:0.4rem; } .menubar.skip_link { position:absolute; text-align:center; top:-999px; } .menubar.skip_link:focus-within { position:static; } details details { margin-left:2rem; } details ul { margin:0 0 0 1.8rem; } details ul li { color:var(--article-text-color); list-style-type:square; } .arcodesielo_style table { font-family:var(--sans-font); margin:0 auto; } .arcodesielo_style table tr:nth-child(1) th { background-color:#004D93; color:#FFF; } .arcodesielo_style table tr:nth-child(3) th { background-color:#8BB629; color:#000; } .arcodesielo_style table tr:nth-child(5) th { background-color:#FFF001; color:#000; } .arcodesielo_style table tr:nth-child(7) th { background-color:#FE9900; color:#000; } .arcodesielo_style table tr:nth-child(9) th { background-color:#E70431; color:#FFF; } .arcodesielo_style table tr:nth-child(13) th { background-color:#777; color:#FFF; }
