Common.css: Difference between revisions
From LimeSurvey Manual
No edit summary |
Update new layout and style to match with the new brand |
||
Line 302: | Line 302: | ||
.title-name { color: #222 } | .title-name { color: #222 } | ||
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&family=IBM+Plex+Serif:wght@400;500;700&display=swap"); | |||
body { | |||
font-family: 'IBM Plex Sans', sans-serif; | |||
} | |||
h1, | |||
h2, | |||
h3, | |||
h4, | |||
h5, | |||
h6 { | |||
font-family: "IBM Plex Serif", sans-serif !important; | |||
} | |||
.title-name { | |||
text-transform: uppercase; | |||
font-size: 13px; | |||
font-weight: 500; | |||
line-height: 1; | |||
letter-spacing: 1px; | |||
margin-top: 6px; | |||
} | |||
#partnerbanner { | |||
background: rgba(0, 0, 0, 0.03); | |||
margin: 15px 0; | |||
} | |||
.top-bar { | |||
overflow: visible; | |||
} | |||
@media (min-width: 767px) { | |||
.top-bar { | |||
border-bottom: 1px solid rgba(0, 0, 0, 0.1); | |||
padding: 10px 30px; | |||
position: relative; | |||
} | |||
.top-bar #top-bar-left { | |||
position: absolute; | |||
right: 0; | |||
} | |||
.top-bar #top-bar-right input { | |||
border: 1px solid rgba(0, 0, 0, 0.1); | |||
box-shadow: none; | |||
min-width: 250px; | |||
max-width: 100%; | |||
} | |||
} | |||
.top-bar-section li.active:not(.has-form) a:not(.button) { | |||
line-height: 40px; | |||
padding: 0 10px; | |||
} | |||
.top-bar-section .has-form { | |||
background: transparent; | |||
} | |||
.top-bar input, | |||
.top-bar select, | |||
.top-bar .button, | |||
.top-bar button { | |||
height: 40px; | |||
} | |||
button, | |||
.button { | |||
background: #14ae5c; | |||
padding-left: 20px; | |||
padding-right: 20px; | |||
margin: 0; | |||
} | |||
button:hover, | |||
button:focus, | |||
button:active, | |||
.button:hover, | |||
.button:focus, | |||
.button:active { | |||
background: #119750; | |||
} | |||
a#actions-button { | |||
background: #EEEFF7; | |||
padding: 10px; | |||
margin-top: 10px; | |||
} | |||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button, | |||
#mw-content-text input.webfonts-changed[type="submit"] { | |||
background: #14ae5c; | |||
border: 0; | |||
padding: 10px 20px; | |||
} | |||
.show-for-medium-up { | |||
font-family: 'IBM Plex Sans', sans-serif; | |||
font-weight: 400; | |||
} | |||
.mw-pt-languages { | |||
border: 1px solid rgba(0, 0, 0, 0.1); | |||
background: transparent; | |||
display: flex; | |||
flex-direction: column; | |||
padding: 20px; | |||
} | |||
.mw-pt-languages .mw-pt-languages-label { | |||
padding: 0; | |||
margin-bottom: 5px; | |||
} | |||
.mw-pt-languages .mw-pt-languages-list { | |||
padding: 0; | |||
font-size: 0; | |||
display: flex; | |||
flex-wrap: wrap; | |||
line-height: 1.6; | |||
} | |||
.mw-pt-languages .mw-pt-languages-list a, | |||
.mw-pt-languages .mw-pt-languages-list span { | |||
background: transparent !important; | |||
color: #1e1e1e; | |||
font-size: 15px; | |||
display: inline-block; | |||
} | |||
.mw-pt-languages .mw-pt-languages-list a:before, | |||
.mw-pt-languages .mw-pt-languages-list span:before { | |||
display: inline-block; | |||
background: #aaa; | |||
margin-right: 4px; | |||
position: relative; | |||
top: -3px; | |||
content: ""; | |||
height: 5px; | |||
width: 5px; | |||
} | |||
.mw-pt-languages .mw-pt-languages-list a:hover, | |||
.mw-pt-languages .mw-pt-languages-list a.mw-pt-languages-selected, | |||
.mw-pt-languages .mw-pt-languages-list span:hover, | |||
.mw-pt-languages .mw-pt-languages-list span.mw-pt-languages-selected { | |||
color: #14ae5c; | |||
} | |||
.mw-pt-languages .mw-pt-languages-list a:hover:before, | |||
.mw-pt-languages .mw-pt-languages-list a.mw-pt-languages-selected:before, | |||
.mw-pt-languages .mw-pt-languages-list span:hover:before, | |||
.mw-pt-languages .mw-pt-languages-list span.mw-pt-languages-selected:before { | |||
background: #14ae5c; | |||
} | |||
.mw-pt-languages .mw-pt-languages-label { | |||
background: transparent; | |||
width: 100%; | |||
} | |||
.mw-pt-languages + div[align="center"] { | |||
background: #EEEFF7 !important; | |||
box-shadow: none !important; | |||
padding: 30px; | |||
} | |||
.mw-pt-languages + div[align="center"] b { | |||
font-family: "IBM Plex Serif", sans-serif !important; | |||
} | |||
@media (max-width: 767px) { | |||
.mw-pt-languages + div[align="center"] { | |||
padding: 20px; | |||
} | |||
.mw-pt-languages + div[align="center"] b { | |||
display: block; | |||
font-size: 20px; | |||
line-height: 1.4; | |||
} | |||
.mw-pt-languages + div[align="center"] br { | |||
display: none; | |||
} | |||
} | |||
#toc, | |||
.toc { | |||
border: 1px solid rgba(0, 0, 0, 0.1); | |||
padding: 30px; | |||
width: 100%; | |||
} | |||
@media (max-width: 767px) { | |||
#toc, | |||
.toc { | |||
padding: 20px; | |||
} | |||
} | |||
#toc h2, | |||
.toc h2 { | |||
border: 0; | |||
margin-top: 0; | |||
} | |||
#toc ul, | |||
.toc ul { | |||
padding-left: 0; | |||
margin-left: 0 !important; | |||
} | |||
#toc ul li, | |||
.toc ul li { | |||
margin-top: 10px; | |||
} | |||
#toc ul a, | |||
.toc ul a { | |||
color: #1e1e1e; | |||
display: flex; | |||
} | |||
#toc ul a:hover, | |||
#toc ul a:focus, | |||
#toc ul a:active, | |||
.toc ul a:hover, | |||
.toc ul a:focus, | |||
.toc ul a:active { | |||
color: #14ae5c; | |||
} | |||
#toc ul a .tocnumber, | |||
.toc ul a .tocnumber { | |||
background: #EEEFF7; | |||
font-size: 12px; | |||
display: inline-block; | |||
line-height: 25px; | |||
text-align: center; | |||
margin-right: 10px; | |||
flex: 0 0 25px; | |||
height: 25px; | |||
padding: 0 5px; | |||
} | |||
.toctogglelabel { | |||
color: #14ae5c; | |||
} | |||
.simplebox { | |||
margin-top: 0; | |||
margin-left: 20px; | |||
} | |||
@media (max-width: 767px) { | |||
.simplebox { | |||
margin-left: 0; | |||
} | |||
} | |||
.simplebox > p { | |||
font-size: 20px; | |||
font-family: 'IBM Plex Serif'; | |||
margin-top: 0; | |||
} | |||
.simplebox a { | |||
color: #1e1e1e; | |||
} | |||
.simplebox a:hover, | |||
.simplebox a:focus, | |||
.simplebox a:active { | |||
color: #14ae5c; | |||
} | |||
.simplebox ol li + li { | |||
border-top: 1px dashed rgba(0, 0, 0, 0.1); | |||
padding-top: 10px; | |||
margin-top: 10px; | |||
} | |||
#partnerbanner { | |||
float: none !important; | |||
margin-left: auto; | |||
margin-right: auto; | |||
text-align: center; | |||
} | |||
.mw-parser-output > ul li a { | |||
color: #1e1e1e; | |||
border-bottom: 1px dotted #999; | |||
} | |||
.mw-parser-output > ul li a:hover, | |||
.mw-parser-output > ul li a:focus, | |||
.mw-parser-output > ul li a:active { | |||
color: #14ae5c; | |||
} | |||
footer.row { | |||
background: #EEEFF7; | |||
padding-top: 60px; | |||
max-width: 100%; | |||
margin-top: 40px; | |||
} | |||
footer.row a { | |||
color: #1e1e1e; | |||
} | |||
footer.row a:hover, | |||
footer.row a:focus, | |||
footer.row a:active { | |||
color: #14ae5c; | |||
} | |||
.printfooter { | |||
margin-top: 20px; | |||
} | |||
#mw-content-text a { | |||
color: #1e1e1e; | |||
} | |||
#mw-content-text a:hover, | |||
#mw-content-text a:focus, | |||
#mw-content-text a:active { | |||
color: #14ae5c; | |||
} | |||
#mw-content-text .mw-specialpagesgroup { | |||
border-bottom: 1px solid rgba(0, 0, 0, 0.1); | |||
padding-bottom: 10px; | |||
} | |||
#mw-content-text > ul { | |||
margin-left: 15px !important; | |||
} | |||
#mw-content-text > ul > li { | |||
margin-top: 10px; | |||
} | |||
h4.namespace.label { | |||
background: #14ae5c; | |||
} | |||
.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined { | |||
background: #EEEFF7; | |||
} | |||
.mw-changeslist-legend { | |||
border: 1px solid rgba(0, 0, 0, 0.1); | |||
padding: 20px; | |||
float: none; | |||
margin: 0; | |||
} | |||
#mw-history-compare { | |||
margin-top: 20px; | |||
} | |||
#mw-history-compare #pagehistory { | |||
margin: 20px 0 0 !important; | |||
padding: 0; | |||
list-style: none; | |||
} | |||
#mw-history-compare #pagehistory li { | |||
margin-top: 8px; | |||
} | |||
#mw-history-compare #pagehistory li input[name="oldid"], | |||
#mw-history-compare #pagehistory li input[name="diff"] { | |||
float: left; | |||
margin-top: 6px; | |||
margin-right: 5px; | |||
} | |||
.mw-history-compareselectedversions { | |||
margin-top: 20px; | |||
margin-bottom: 20px; | |||
} | |||
.oo-ui-panelLayout-framed { | |||
border: 1px solid rgba(0, 0, 0, 0.1); | |||
} | |||
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:checked + span, | |||
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:indeterminate + span { | |||
background-color: #111; | |||
border-color: #111; | |||
} | |||
.mw-rcfilters-ui-filterTagMultiselectWidget-views-select-widget.oo-ui-widget, | |||
.mw-rcfilters-ui-filterTagMultiselectWidget.oo-ui-widget-enabled .oo-ui-tagMultiselectWidget-handle { | |||
border-color: rgba(0, 0, 0, 0.1); | |||
} | |||
.oo-ui-textInputWidget .oo-ui-inputWidget-input { | |||
border-color: rgba(0, 0, 0, 0.1); | |||
height: 38px; | |||
} | |||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:hover { | |||
background: #14ae5c; | |||
opacity: 0.8; | |||
} | |||
.mw-search-form-wrapper ul { | |||
margin: 0 !important; | |||
} | |||
.mw-search-profile-tabs { | |||
background: #fff; | |||
border: 1px solid rgba(0, 0, 0, 0.1); | |||
text-transform: uppercase; | |||
} | |||
.mw-search-profile-tabs ul { | |||
font-size: 14px; | |||
font-weight: 500; | |||
} | |||
.mw-search-profile-tabs ul .current a { | |||
color: #14ae5c !important; | |||
} | |||
.mw-search-results { | |||
margin: 30px 0 0 !important; | |||
max-width: 100%; | |||
} | |||
.mw-search-results li + li { | |||
border-top: 1px dashed rgba(0, 0, 0, 0.1); | |||
padding-top: 24px; | |||
} | |||
.mw-search-results .mw-search-result-heading a { | |||
font-weight: 500; | |||
} | |||
.mw-search-results .searchresult { | |||
opacity: 0.8; | |||
} | |||
.mw-search-results .mw-search-result-data { | |||
color: #14ae5c; | |||
} | |||
.mw-translate-fuzzy { | |||
background: #EEEFF7; | |||
} | |||
body table { | |||
border-color: rgba(0, 0, 0, 0.1); | |||
} | |||
table tr:nth-child(even) { | |||
background: #EEEFF7; | |||
} | |||
h2 { | |||
border-bottom: 1px solid rgba(0, 0, 0, 0.1); | |||
padding-bottom: 10px; | |||
} | |||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-buttonElement-active > .oo-ui-buttonElement-button { | |||
background: #14ae5c; | |||
border-color: #14ae5c; | |||
color: #fff!important; | |||
} | |||
.oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button { | |||
color: #14ae5c; | |||
} | |||
.rcfilters-container + fieldset { | |||
padding: 0; | |||
} |
Revision as of 15:57, 6 February 2024
body {
font-family: "Montserrat";
font-size: 14px;
line-height: 26px;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Montserrat" !important;
font-weight: 300 !important;
margin: 0 0 25px;
text-transform: none;
}
/* h1 should only be used once on each page (page title) */
h1 {
font-size: 2em;
margin-top:1em;
}
h2 {
font-size: 1.8em;
margin-top:1em;
border-bottom: 1px solid #a2a9b1;
}
h3 {
font-size: 1.6em;
margin-top:1em;
}
h4 {
font-size: 1.4em;
margin-top: 1em;
}
h5 {
font-size: 1.2em;
margin-top: 1em;
}
h5 {
font-size: 1.1em;
margin-top: 1em;
}
.mw-editsection{margin-right:5px;}
.simplebox,table#toc{ margin:1em}
table#toc{max-width:400px;}
#tagline{display:none;}
a {
color: #30a233;
}
ul {
margin: 0.5em 0 0.5em 2em !important;
}
nav ul {
margin: 0 !important;
}
.top-bar-section li a:not(.button)
{
background-color: #777;
color:#fff;
font-weight:400;
}
.top-bar-section ul,.top-bar,.top-bar-section ul li.active > a {
background: none repeat scroll 0 0 #FFF;
}
.top-bar-section ul li.active > a {
color: #777;
}
.top-bar-section .has-form {
background: none repeat scroll 0 0 #f2f2f2;
}
.top-bar .name h1 a {
color:#777
}
.simplebox {
border: 1px solid #dddddd;
padding:1em;
}
.mw-code {
border: 1px solid #dddddd;
background-color:#fbfbfb;
padding:1em;
margin: 0.5em 0;
}
.row {
max-width: 75em;
}
.tux-textarea-translation{width:100%;}
.mw-special-Translate .bannergroup{display:none;}
#mw-content-text .tux-messagetable-header > .nine.columns .tux-message-selector {
margin-bottom: 0;
}
#mw-content-text .tux-messagetable-header .tux-message-selector .more {
padding: 0 150px 7px 5px;
width: auto;
}
#mw-content-text .tux-messagetable-header .more .tux-message-selector {
margin-top: 0;
}
#mw-content-text .tux-messagetable-header .more .tux-message-selector a:hover {
font-weight: bold;
}
.mw-pt-translate-header {
font-size: 100%;
text-align: left;
}
.warning{
font-size:inherit;
color:#E0A21B;
}
.boxed{
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
display:block;
overflow:auto;
background: #f1f1f1;
border: 1px solid #ddd;
color: #222;
margin:0 2em 1.5em;
padding: 0.5em 1em;
}
.warningbox{
float:none;
font-size: inherit;
margin:0 3em;
background-color:#FCF8E3;
border-color:#FBEED5;
color:#333;
}
.error{
color:#B94A48;
font-size:inherit;
}
.alert{
color:#E0A21B;
font-size:inherit;
}
.success{
color:#468847;
font-size:inherit;
}
.boxed.alert{
background-color:#FCF8E3;
border-color:#FBEED5;
color:#222;
}
.boxed.error{
background-color:#F2DEDE;
border-color:#EED3D7;
}
.boxed.success{
background-color: #DFF0D8;
border-color: #D6E9C6;
}
body table th {
font-weight: bold;
}
body table {
margin-top: 10px;
border: 1px solid #ccc;
border-collapse: separate;
}
table tr:nth-child(even) {
background-color: #f2f2f2;
}
table tr td {
border: 0 !important; /* Override wikitable */
}
table tr td, table tr th {
padding: 6px;
}
table td ul, table td ol {
font-family: inherit;
font-size: inherit;
line-height: inherit;
list-style-position: inherit;
margin-bottom: inherit;
}
.mw-highlight {
padding: 6px;
margin-top: 10px;
margin-bottom: 10px;
background-color: #EEEEEE;
}
li .mw-highlight pre {
font-size: 0.875em;
}
p {
margin: 0.5em;
}
p a.image img, center img {
margin: 10px;
box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 6px 0 rgba(0, 0, 0, 0.12);
}
/** Dark syntaxhighlight theme */
pre {
padding: 10px;
background-color: rgb(246, 246, 246);
border-radius: 10px;
}
.mw-highlight > pre {
background-color: #222222;
color: #e6db74;
padding: 10px;
border-radius: 10px;
}
.mw-highlight > pre .hll { background-color: #222222 }
.mw-highlight > pre .c { color: #75715e } /* Comment */
.mw-highlight > pre .err { color: #960050; background-color: #1e0010 } /* Error */
.mw-highlight > pre .k { color: #66d9ef } /* Keyword */
.mw-highlight > pre .l { color: #ae81ff } /* Literal */
.mw-highlight > pre .n { color: #f8f8f2 } /* Name */
.mw-highlight > pre .o { color: #f92672 } /* Operator */
.mw-highlight > pre .p { color: #f8f8f2 } /* Punctuation */
.mw-highlight > pre .ch { color: #75715e } /* Comment.Hashbang */
.mw-highlight > pre .cm { color: #75715e } /* Comment.Multiline */
.mw-highlight > pre .cp { color: #75715e } /* Comment.Preproc */
.mw-highlight > pre .cpf { color: #75715e } /* Comment.PreprocFile */
.mw-highlight > pre .c1 { color: #75715e } /* Comment.Single */
.mw-highlight > pre .cs { color: #75715e } /* Comment.Special */
.mw-highlight > pre .gd { color: #f92672 } /* Generic.Deleted */
.mw-highlight > pre .ge { font-style: italic } /* Generic.Emph */
.mw-highlight > pre .gi { color: #a6e22e } /* Generic.Inserted */
.mw-highlight > pre .gs { font-weight: bold } /* Generic.Strong */
.mw-highlight > pre .gu { color: #75715e } /* Generic.Subheading */
.mw-highlight > pre .kc { color: #66d9ef } /* Keyword.Constant */
.mw-highlight > pre .kd { color: #66d9ef } /* Keyword.Declaration */
.mw-highlight > pre .kn { color: #f92672 } /* Keyword.Namespace */
.mw-highlight > pre .kp { color: #66d9ef } /* Keyword.Pseudo */
.mw-highlight > pre .kr { color: #66d9ef } /* Keyword.Reserved */
.mw-highlight > pre .kt { color: #66d9ef } /* Keyword.Type */
.mw-highlight > pre .ld { color: #e6db74 } /* Literal.Date */
.mw-highlight > pre .m { color: #ae81ff } /* Literal.Number */
.mw-highlight > pre .s { color: #e6db74 } /* Literal.String */
.mw-highlight > pre .na { color: #a6e22e } /* Name.Attribute */
.mw-highlight > pre .nb { color: #f8f8f2 } /* Name.Builtin */
.mw-highlight > pre .nc { color: #a6e22e } /* Name.Class */
.mw-highlight > pre .no { color: #66d9ef } /* Name.Constant */
.mw-highlight > pre .nd { color: #a6e22e } /* Name.Decorator */
.mw-highlight > pre .ni { color: #f8f8f2 } /* Name.Entity */
.mw-highlight > pre .ne { color: #a6e22e } /* Name.Exception */
.mw-highlight > pre .nf { color: #a6e22e } /* Name.Function */
.mw-highlight > pre .nl { color: #f8f8f2 } /* Name.Label */
.mw-highlight > pre .nn { color: #f8f8f2 } /* Name.Namespace */
.mw-highlight > pre .nx { color: #a6e22e } /* Name.Other */
.mw-highlight > pre .py { color: #f8f8f2 } /* Name.Property */
.mw-highlight > pre .nt { color: #f92672 } /* Name.Tag */
.mw-highlight > pre .nv { color: #f8f8f2 } /* Name.Variable */
.mw-highlight > pre .ow { color: #f92672 } /* Operator.Word */
.mw-highlight > pre .w { color: #f8f8f2 } /* Text.Whitespace */
.mw-highlight > pre .mb { color: #ae81ff } /* Literal.Number.Bin */
.mw-highlight > pre .mf { color: #ae81ff } /* Literal.Number.Float */
.mw-highlight > pre .mh { color: #ae81ff } /* Literal.Number.Hex */
.mw-highlight > pre .mi { color: #ae81ff } /* Literal.Number.Integer */
.mw-highlight > pre .mo { color: #ae81ff } /* Literal.Number.Oct */
.mw-highlight > pre .sa { color: #e6db74 } /* Literal.String.Affix */
.mw-highlight > pre .sb { color: #e6db74 } /* Literal.String.Backtick */
.mw-highlight > pre .sc { color: #e6db74 } /* Literal.String.Char */
.mw-highlight > pre .dl { color: #e6db74 } /* Literal.String.Delimiter */
.mw-highlight > pre .sd { color: #e6db74 } /* Literal.String.Doc */
.mw-highlight > pre .s2 { color: #e6db74 } /* Literal.String.Double */
.mw-highlight > pre .se { color: #ae81ff } /* Literal.String.Escape */
.mw-highlight > pre .sh { color: #e6db74 } /* Literal.String.Heredoc */
.mw-highlight > pre .si { color: #e6db74 } /* Literal.String.Interpol */
.mw-highlight > pre .sx { color: #e6db74 } /* Literal.String.Other */
.mw-highlight > pre .sr { color: #e6db74 } /* Literal.String.Regex */
.mw-highlight > pre .s1 { color: #e6db74 } /* Literal.String.Single */
.mw-highlight > pre .ss { color: #e6db74 } /* Literal.String.Symbol */
.mw-highlight > pre .bp { color: #f8f8f2 } /* Name.Builtin.Pseudo */
.mw-highlight > pre .fm { color: #a6e22e } /* Name.Function.Magic */
.mw-highlight > pre .vc { color: #f8f8f2 } /* Name.Variable.Class */
.mw-highlight > pre .vg { color: #f8f8f2 } /* Name.Variable.Global */
.mw-highlight > pre .vi { color: #f8f8f2 } /* Name.Variable.Instance */
.mw-highlight > pre .vm { color: #f8f8f2 } /* Name.Variable.Magic */
.mw-highlight > pre .il { color: #ae81ff } /* Literal.Number.Integer.Long */
.mw-highlight > pre .lineno { color: #a6e22e } /* Literal.Number.Integer.Long */
.title-name { color: #222 }
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&family=IBM+Plex+Serif:wght@400;500;700&display=swap");
body {
font-family: 'IBM Plex Sans', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "IBM Plex Serif", sans-serif !important;
}
.title-name {
text-transform: uppercase;
font-size: 13px;
font-weight: 500;
line-height: 1;
letter-spacing: 1px;
margin-top: 6px;
}
#partnerbanner {
background: rgba(0, 0, 0, 0.03);
margin: 15px 0;
}
.top-bar {
overflow: visible;
}
@media (min-width: 767px) {
.top-bar {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding: 10px 30px;
position: relative;
}
.top-bar #top-bar-left {
position: absolute;
right: 0;
}
.top-bar #top-bar-right input {
border: 1px solid rgba(0, 0, 0, 0.1);
box-shadow: none;
min-width: 250px;
max-width: 100%;
}
}
.top-bar-section li.active:not(.has-form) a:not(.button) {
line-height: 40px;
padding: 0 10px;
}
.top-bar-section .has-form {
background: transparent;
}
.top-bar input,
.top-bar select,
.top-bar .button,
.top-bar button {
height: 40px;
}
button,
.button {
background: #14ae5c;
padding-left: 20px;
padding-right: 20px;
margin: 0;
}
button:hover,
button:focus,
button:active,
.button:hover,
.button:focus,
.button:active {
background: #119750;
}
a#actions-button {
background: #EEEFF7;
padding: 10px;
margin-top: 10px;
}
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button,
#mw-content-text input.webfonts-changed[type="submit"] {
background: #14ae5c;
border: 0;
padding: 10px 20px;
}
.show-for-medium-up {
font-family: 'IBM Plex Sans', sans-serif;
font-weight: 400;
}
.mw-pt-languages {
border: 1px solid rgba(0, 0, 0, 0.1);
background: transparent;
display: flex;
flex-direction: column;
padding: 20px;
}
.mw-pt-languages .mw-pt-languages-label {
padding: 0;
margin-bottom: 5px;
}
.mw-pt-languages .mw-pt-languages-list {
padding: 0;
font-size: 0;
display: flex;
flex-wrap: wrap;
line-height: 1.6;
}
.mw-pt-languages .mw-pt-languages-list a,
.mw-pt-languages .mw-pt-languages-list span {
background: transparent !important;
color: #1e1e1e;
font-size: 15px;
display: inline-block;
}
.mw-pt-languages .mw-pt-languages-list a:before,
.mw-pt-languages .mw-pt-languages-list span:before {
display: inline-block;
background: #aaa;
margin-right: 4px;
position: relative;
top: -3px;
content: "";
height: 5px;
width: 5px;
}
.mw-pt-languages .mw-pt-languages-list a:hover,
.mw-pt-languages .mw-pt-languages-list a.mw-pt-languages-selected,
.mw-pt-languages .mw-pt-languages-list span:hover,
.mw-pt-languages .mw-pt-languages-list span.mw-pt-languages-selected {
color: #14ae5c;
}
.mw-pt-languages .mw-pt-languages-list a:hover:before,
.mw-pt-languages .mw-pt-languages-list a.mw-pt-languages-selected:before,
.mw-pt-languages .mw-pt-languages-list span:hover:before,
.mw-pt-languages .mw-pt-languages-list span.mw-pt-languages-selected:before {
background: #14ae5c;
}
.mw-pt-languages .mw-pt-languages-label {
background: transparent;
width: 100%;
}
.mw-pt-languages + div[align="center"] {
background: #EEEFF7 !important;
box-shadow: none !important;
padding: 30px;
}
.mw-pt-languages + div[align="center"] b {
font-family: "IBM Plex Serif", sans-serif !important;
}
@media (max-width: 767px) {
.mw-pt-languages + div[align="center"] {
padding: 20px;
}
.mw-pt-languages + div[align="center"] b {
display: block;
font-size: 20px;
line-height: 1.4;
}
.mw-pt-languages + div[align="center"] br {
display: none;
}
}
#toc,
.toc {
border: 1px solid rgba(0, 0, 0, 0.1);
padding: 30px;
width: 100%;
}
@media (max-width: 767px) {
#toc,
.toc {
padding: 20px;
}
}
#toc h2,
.toc h2 {
border: 0;
margin-top: 0;
}
#toc ul,
.toc ul {
padding-left: 0;
margin-left: 0 !important;
}
#toc ul li,
.toc ul li {
margin-top: 10px;
}
#toc ul a,
.toc ul a {
color: #1e1e1e;
display: flex;
}
#toc ul a:hover,
#toc ul a:focus,
#toc ul a:active,
.toc ul a:hover,
.toc ul a:focus,
.toc ul a:active {
color: #14ae5c;
}
#toc ul a .tocnumber,
.toc ul a .tocnumber {
background: #EEEFF7;
font-size: 12px;
display: inline-block;
line-height: 25px;
text-align: center;
margin-right: 10px;
flex: 0 0 25px;
height: 25px;
padding: 0 5px;
}
.toctogglelabel {
color: #14ae5c;
}
.simplebox {
margin-top: 0;
margin-left: 20px;
}
@media (max-width: 767px) {
.simplebox {
margin-left: 0;
}
}
.simplebox > p {
font-size: 20px;
font-family: 'IBM Plex Serif';
margin-top: 0;
}
.simplebox a {
color: #1e1e1e;
}
.simplebox a:hover,
.simplebox a:focus,
.simplebox a:active {
color: #14ae5c;
}
.simplebox ol li + li {
border-top: 1px dashed rgba(0, 0, 0, 0.1);
padding-top: 10px;
margin-top: 10px;
}
#partnerbanner {
float: none !important;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.mw-parser-output > ul li a {
color: #1e1e1e;
border-bottom: 1px dotted #999;
}
.mw-parser-output > ul li a:hover,
.mw-parser-output > ul li a:focus,
.mw-parser-output > ul li a:active {
color: #14ae5c;
}
footer.row {
background: #EEEFF7;
padding-top: 60px;
max-width: 100%;
margin-top: 40px;
}
footer.row a {
color: #1e1e1e;
}
footer.row a:hover,
footer.row a:focus,
footer.row a:active {
color: #14ae5c;
}
.printfooter {
margin-top: 20px;
}
#mw-content-text a {
color: #1e1e1e;
}
#mw-content-text a:hover,
#mw-content-text a:focus,
#mw-content-text a:active {
color: #14ae5c;
}
#mw-content-text .mw-specialpagesgroup {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding-bottom: 10px;
}
#mw-content-text > ul {
margin-left: 15px !important;
}
#mw-content-text > ul > li {
margin-top: 10px;
}
h4.namespace.label {
background: #14ae5c;
}
.oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined {
background: #EEEFF7;
}
.mw-changeslist-legend {
border: 1px solid rgba(0, 0, 0, 0.1);
padding: 20px;
float: none;
margin: 0;
}
#mw-history-compare {
margin-top: 20px;
}
#mw-history-compare #pagehistory {
margin: 20px 0 0 !important;
padding: 0;
list-style: none;
}
#mw-history-compare #pagehistory li {
margin-top: 8px;
}
#mw-history-compare #pagehistory li input[name="oldid"],
#mw-history-compare #pagehistory li input[name="diff"] {
float: left;
margin-top: 6px;
margin-right: 5px;
}
.mw-history-compareselectedversions {
margin-top: 20px;
margin-bottom: 20px;
}
.oo-ui-panelLayout-framed {
border: 1px solid rgba(0, 0, 0, 0.1);
}
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:checked + span,
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:indeterminate + span {
background-color: #111;
border-color: #111;
}
.mw-rcfilters-ui-filterTagMultiselectWidget-views-select-widget.oo-ui-widget,
.mw-rcfilters-ui-filterTagMultiselectWidget.oo-ui-widget-enabled .oo-ui-tagMultiselectWidget-handle {
border-color: rgba(0, 0, 0, 0.1);
}
.oo-ui-textInputWidget .oo-ui-inputWidget-input {
border-color: rgba(0, 0, 0, 0.1);
height: 38px;
}
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:hover {
background: #14ae5c;
opacity: 0.8;
}
.mw-search-form-wrapper ul {
margin: 0 !important;
}
.mw-search-profile-tabs {
background: #fff;
border: 1px solid rgba(0, 0, 0, 0.1);
text-transform: uppercase;
}
.mw-search-profile-tabs ul {
font-size: 14px;
font-weight: 500;
}
.mw-search-profile-tabs ul .current a {
color: #14ae5c !important;
}
.mw-search-results {
margin: 30px 0 0 !important;
max-width: 100%;
}
.mw-search-results li + li {
border-top: 1px dashed rgba(0, 0, 0, 0.1);
padding-top: 24px;
}
.mw-search-results .mw-search-result-heading a {
font-weight: 500;
}
.mw-search-results .searchresult {
opacity: 0.8;
}
.mw-search-results .mw-search-result-data {
color: #14ae5c;
}
.mw-translate-fuzzy {
background: #EEEFF7;
}
body table {
border-color: rgba(0, 0, 0, 0.1);
}
table tr:nth-child(even) {
background: #EEEFF7;
}
h2 {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding-bottom: 10px;
}
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-buttonElement-active > .oo-ui-buttonElement-button {
background: #14ae5c;
border-color: #14ae5c;
color: #fff!important;
}
.oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button {
color: #14ae5c;
}
.rcfilters-container + fieldset {
padding: 0;
}