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

Материал из Decimal Wiki
Перейти к навигации Перейти к поиску
[досмотренная версия][досмотренная версия]
Нет описания правки
Нет описания правки
 
(не показаны 2 промежуточные версии этого же участника)
Строка 1: Строка 1:
.container {
input[type="text"] {
    width: 200px;
  border: 1px solid #cccccc;
    background: gray;
  border-radius: 3px;
  background: #ffffff !important;
  outline: none;
  height: 24px;
  width: 120px;  
  color: #cccccc;
  font-size: 11px;
  font-family: Tahoma;  
}
}


.content {  
.wrapper {
    text-overflow: ellipsis;
  padding: 20px;
    white-space: nowrap;
  background: #eaeaea;
    overflow: hidden;  
  max-width: 400px;
    background: green;
  margin: 50px auto;
}
}


.badge {
.cut {
    float:right;
  overflow: hidden;
    max-width: 30px;
  white-space: nowrap;
    background: yellow;  
  text-overflow: ellipsis;
  max-width: 150px;
}
}



Текущая версия от 18:10, 16 июня 2024

input[type="text"] {
   border: 1px solid #cccccc; 
   border-radius: 3px; 
   background: #ffffff !important; 
   outline: none; 
   height: 24px; 
   width: 120px; 
   color: #cccccc; 
   font-size: 11px; 
   font-family: Tahoma; 
}

.wrapper {
  padding: 20px;
  background: #eaeaea;
  max-width: 400px;
  margin: 50px auto;
}

.cut {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 150px;
}

.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:0px solid #ADDAF9; 
	background:transparent linear-gradient(to left, #F6F6F6, #fff); 
	vertical-align:top; 
	padding: 5px 10px 10px 5px;  
	border-radius:10px;
}

.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;
}