Шаблон:Main/style.css: различия между версиями

Материал из Decimal Wiki
Перейти к навигации Перейти к поиску
[досмотренная версия][досмотренная версия]
Нет описания правки
Нет описания правки
Метка: ручная отмена
(не показано 6 промежуточных версий этого же участника)
Строка 9: Строка 9:
border-bottom: 1px solid; /* all border colors overriden on specific elements */
border-bottom: 1px solid; /* all border colors overriden on specific elements */
margin: 0.5em 0;
margin: 0.5em 0;
padding: 0.2em 0.4em;
padding: 0.4em 0.4em;
font-size: 120%;
font-size: 120%;
font-weight: bold;
font-weight: bold;
font-family: inherit;
font-family: inherit;
color: #0645B4;
text-align: center
}
}


h2.mp-h2::after { /* Remove borders in Timeless */
h2.mp-h2::after { /* Remove borders in Timeless */
border: none;
}
.mp-h3,
body.skin-timeless .mp-h2 { /* Timeless needs a higher specificity */
margin: 0.5em 0;
padding: 0.3em 0.3em 0.3em 0.6em;
font-size: 120%;
font-weight: bold;
font-family: inherit;
color: #000;
text-align: left;
border:1px #CFCFCF solid;
margin-bottom: 0em;
border-radius: 10px;
background: linear-gradient(to right, #EFEFEF, #fcfcfc);
}
h2.mp-h3::after { /* Remove borders in Timeless */
border: none;
border: none;
}
}
Строка 114: Строка 135:
#mp-right {
#mp-right {
width: 30%;
width: 30%;
margin-left: 5px;
margin-left: 15px;
}
}
#mp-left {
#mp-left {
width: 70%;
width: 70%;
margin-right: 2px;
margin-right: 12px;
}
}
}
}

Версия от 16:32, 10 июня 2024

.mp-box {
	border: 1px solid #aaa; /* all border colors overriden on specific elements */
	padding: 0 0 0;
	margin-top: 4px;
}

.mp-h2,
body.skin-timeless .mp-h2 { /* Timeless needs a higher specificity */
	border-bottom: 1px solid; /* all border colors overriden on specific elements */
	margin: 0.5em 0;
	padding: 0.4em 0.4em;
	font-size: 120%;
	font-weight: bold;
	font-family: inherit;
	color: #0645B4; 
	text-align: center
}

h2.mp-h2::after { /* Remove borders in Timeless */
	border: none;
}

.mp-h3,
body.skin-timeless .mp-h2 { /* Timeless needs a higher specificity */
	margin: 0.5em 0;
	padding: 0.3em 0.3em 0.3em 0.6em;
	font-size: 120%;
	font-weight: bold;
	font-family: inherit;
	color: #000; 
	text-align: left;
	border:1px #CFCFCF solid;
	margin-bottom: 0em; 
	border-radius: 10px; 
	background: linear-gradient(to right, #EFEFEF, #fcfcfc);
}

h2.mp-h3::after { /* Remove borders in Timeless */
	border: none;
}

.mp-later {
	font-size: 85%;
	font-weight: normal;
}

#mp-topbanner {
	border-color: #fff;
}

#mp-welcomecount {
	text-align: center;
	margin: 0.4em;
}

#mp-welcome {
	font-size: 162%;
	padding: 0.1em;
}

#mp-welcome h1 {
	font-size: inherit;
	font-family: inherit;
	display: inline;
	border: none;
}

#mp-welcome h1::after {
	content: none;
}

#mp-free {
	font-size: 95%;
}

#articlecount {
	font-size: 85%;
}

/* clear fix */
.mp-contains-float::after {
  content: "";
  display: block;
  clear: both;
}

#mp-banner {
	background: #fff;
	border-color: #ccc;
}

#mp-left, #mp-middle, #mp-lower {
	background: #fff;
	border-color: #fff;
}

#mp-right {
	background: #fff;
	border-color: #fff;
}

.mp-h2 {
	border-color: #ccc;
}

#mp-bottom {
	/* no background */
	border-color: #ccc;
}

@media (max-width: 875px) {
	/* We need to improve Template:POTD as used on the main page so that these
	 * hacks aren't necessary */
	#mp-tfp table,
	#mp-tfp tr,
	#mp-tfp td,
	#mp-tfp tbody {
		display: block !important;
		width: 100% !important;
		box-sizing: border-box;
	}

	#mp-tfp tr:first-child td:first-child a {
		text-align: center;
		display: table;
		margin: 0 auto;
	}
}

@media (min-width: 875px) {
	#mp-upper {
		display: flex;
	}
	
	#mp-right {
		width: 30%;
		margin-left: 15px;
	}
	
	#mp-left {
		width: 70%;
		margin-right: 12px;
	}
}

/* [[phab:T293232]] - Mobile doesn't have this style.
 * Will be fixed with TStyles.
 */
div.hlist.inline ul,
div.hlist.inline li,
div.hlist.inline {
	display: inline;
}

.tabs-label {
    cursor: pointer;
    padding: 1px 6px;
    background-color: #cedff2;
    border: 0px solid #a3b0bf;
}

.tabs-tabbox > .tabs-container {
    margin-top: -1px;
    padding: 2px 6px;
    border-radius: 8px;
    position: relative;
    border: 0px solid #AAA;
    width: inherit;
    max-width: inherit;
    min-width: inherit;
    z-index: 1;
}