MediaWiki:Common.css: различия между версиями
Материал из AbduloverA.com
![]() Adept (обсуждение | вклад) |
![]() Adept (обсуждение | вклад) |
||
(не показано 12 промежуточных версий этого же участника) | |||
Строка 23: | Строка 23: | ||
color: rgb(0, 0, 0); | color: rgb(0, 0, 0); | ||
border: solid 3px rgb(0, 0, 0); | border: solid 3px rgb(0, 0, 0); | ||
} | |||
form:not(.oo-ui-layout) textarea, form:not(.oo-ui-layout) input { | |||
border: solid 2px #000000; | |||
border-radius: 2px; | |||
background: rgba(255, 128, 0, 0.5); | |||
font-family: Zekton; | |||
} | } | ||
Строка 28: | Строка 36: | ||
form:not(.oo-ui-layout) button:not(:disabled):hover, form:not(.oo-ui-layout) input[type='submit']:not(:disabled):hover, form:not(.oo-ui-layout) button:not(:disabled):active, form:not(.oo-ui-layout) input[type='submit']:not(:disabled):active { | form:not(.oo-ui-layout) button:not(:disabled):hover, form:not(.oo-ui-layout) input[type='submit']:not(:disabled):hover, form:not(.oo-ui-layout) button:not(:disabled):active, form:not(.oo-ui-layout) input[type='submit']:not(:disabled):active { | ||
background-color: rgb(224, 0, 0); | background-color: rgb(224, 0, 0); | ||
} | |||
.mw-message-box-error { | |||
background-color: rgba(255, 0, 0, 1.0); | |||
border-color: rgb(255, 0, 0); | |||
/* border: solid 1px rgb(255, 0, 0); */ | |||
box-shadow: 0px 0px 17px 7px rgb(255, 0, 0); | |||
font-size: 1.15em; | |||
text-align: center; | |||
font-family: 'ZektonBd'; | |||
text-shadow: 0px 0px 5px rgb(255, 255, 0); | |||
} | |||
a:visited { | |||
/* color: #2a4b8d; */ | |||
color: #000000; | |||
text-shadow: 0px 0px 4px rgb(255, 255, 0); | |||
} | |||
a:visited:hover { | |||
color: #000000; | |||
text-shadow: 0px 0px 4px rgb(255, 0, 0); | |||
} | |||
select { | |||
padding: 0.35em; | |||
box-sizing: border-box; | |||
height: unset; | |||
background: rgba(255, 128, 0, 0.5); | |||
border: solid 2px #000000; | |||
font-family: ZektonBg; | |||
} | |||
/* Контекст всплывающего окна */ | |||
.mw-echo-ui-notificationsListWidget a, #p-personal .mw-echo-ui-notificationsListWidget a.new { | |||
/* color: #54595d; */ | |||
background: linear-gradient(0deg, #ff8000, #ffffff); | |||
} | |||
.oo-ui-popupWidget-head { | |||
background: linear-gradient(12deg, black, transparent); | |||
text-shadow: 0px 0px 2px rgba(255,255,0); | |||
color: #FFFFFF; | |||
} | |||
div.mw-warning-with-logexcerpt { | |||
padding: 3px; | |||
margin-bottom: 3px; | |||
color: white; | |||
border: 4px solid rgba(255, 255, 0, 0.75); | |||
background: rgba(64,64,64,0.9); | |||
clear: both; | |||
} | |||
div.embedvideo.ev_left { | |||
margin-right: 20px; | |||
margin-top: 20px; | |||
margin-bottom: 20px; | |||
box-shadow: 0px 0px 10px 10px rgba(255, 0, 0, 0.5); | |||
} | |||
div.embedvideo.ev_right { | |||
margin-left: 20px; | |||
margin-top: 20px; | |||
margin-bottom: 20px; | |||
box-shadow: 0px 0px 10px 10px rgba(255, 0, 0, 0.5); | |||
} | } |
Текущая версия от 19:40, 16 марта 2025
form:not(.oo-ui-layout) textarea, form:not(.oo-ui-layout) input {
border: solid 1px #c8ccd1;
border-radius: 2px;
}
element.style {
background: rgba(255, 128, 0, 0.5);
border: solid 2px #000000;
}
form input:not(.mw-widgets-datetime-dateTimeInputWidget-editField):not(.mw-history-compareselectedversions-button) {
margin: 0.5em 0;
padding: 0.35em;
}
form:not(.oo-ui-layout) button, form:not(.oo-ui-layout) input[type='submit'] {
border-radius: 2px;
padding: 0.35em 1em;
background-color: rgb(255, 128, 0);
font-weight: bold;
color: rgb(0, 0, 0);
border: solid 3px rgb(0, 0, 0);
}
form:not(.oo-ui-layout) textarea, form:not(.oo-ui-layout) input {
border: solid 2px #000000;
border-radius: 2px;
background: rgba(255, 128, 0, 0.5);
font-family: Zekton;
}
form:not(.oo-ui-layout) button:not(:disabled):hover, form:not(.oo-ui-layout) input[type='submit']:not(:disabled):hover, form:not(.oo-ui-layout) button:not(:disabled):active, form:not(.oo-ui-layout) input[type='submit']:not(:disabled):active {
background-color: rgb(224, 0, 0);
}
.mw-message-box-error {
background-color: rgba(255, 0, 0, 1.0);
border-color: rgb(255, 0, 0);
/* border: solid 1px rgb(255, 0, 0); */
box-shadow: 0px 0px 17px 7px rgb(255, 0, 0);
font-size: 1.15em;
text-align: center;
font-family: 'ZektonBd';
text-shadow: 0px 0px 5px rgb(255, 255, 0);
}
a:visited {
/* color: #2a4b8d; */
color: #000000;
text-shadow: 0px 0px 4px rgb(255, 255, 0);
}
a:visited:hover {
color: #000000;
text-shadow: 0px 0px 4px rgb(255, 0, 0);
}
select {
padding: 0.35em;
box-sizing: border-box;
height: unset;
background: rgba(255, 128, 0, 0.5);
border: solid 2px #000000;
font-family: ZektonBg;
}
/* Контекст всплывающего окна */
.mw-echo-ui-notificationsListWidget a, #p-personal .mw-echo-ui-notificationsListWidget a.new {
/* color: #54595d; */
background: linear-gradient(0deg, #ff8000, #ffffff);
}
.oo-ui-popupWidget-head {
background: linear-gradient(12deg, black, transparent);
text-shadow: 0px 0px 2px rgba(255,255,0);
color: #FFFFFF;
}
div.mw-warning-with-logexcerpt {
padding: 3px;
margin-bottom: 3px;
color: white;
border: 4px solid rgba(255, 255, 0, 0.75);
background: rgba(64,64,64,0.9);
clear: both;
}
div.embedvideo.ev_left {
margin-right: 20px;
margin-top: 20px;
margin-bottom: 20px;
box-shadow: 0px 0px 10px 10px rgba(255, 0, 0, 0.5);
}
div.embedvideo.ev_right {
margin-left: 20px;
margin-top: 20px;
margin-bottom: 20px;
box-shadow: 0px 0px 10px 10px rgba(255, 0, 0, 0.5);
}