MediaWiki:Common.css — различия между версиями
24pm (обсуждение | вклад) м (косметика) |
24pm (обсуждение | вклад) (убран лишний код) |
||
| Строка 3: | Строка 3: | ||
* @author ALEX, based on code by mwjames | * @author ALEX, based on code by mwjames | ||
*/ | */ | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
div.slideContent { | div.slideContent { | ||
| Строка 100: | Строка 27: | ||
table.slideTable tr { | table.slideTable tr { | ||
| − | + | background: #fff; | |
position: relative | position: relative | ||
} | } | ||
| Строка 106: | Строка 33: | ||
table.slideTable td { | table.slideTable td { | ||
padding: 5px; | padding: 5px; | ||
| − | + | vertical-align: top !important; | |
| − | + | max-height:500px; | |
} | } | ||
| Строка 118: | Строка 45: | ||
font-family: Trebuchet MS, Helvetica, Arial, sans-serif; | font-family: Trebuchet MS, Helvetica, Arial, sans-serif; | ||
color: white; | color: white; | ||
| − | + | vertical-align: top !important; | |
} | } | ||
| − | + | ||
| − | |||
| − | |||
| − | |||
| − | |||
table.slideTable th a { | table.slideTable th a { | ||
color: #fff; | color: #fff; | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
} | } | ||
| − | .sticky { | + | .sticky { /* -pm- Нужно? */ |
position: fixed; | position: fixed; | ||
top: 0px; | top: 0px; | ||
Версия 12:17, 30 сентября 2016
/**
* Slide panel
* @author ALEX, based on code by mwjames
*/
div.slideContent {
position: relative;
overflow: hidden;
height: 100%;
background: transparent;
background: #fff;
border: 0 solid #000;
float:right;
width: 100%;
margin-left: 10px;
}
table.slideTable {
background: #164eaf;
border: 1px solid black;
margin: 0 0 0 0px;
padding: 3px 3px 3px 3px;
-moz-border-radius: 4px;
border-radius: 4px;
width: 100%;
}
table.slideTable tr {
background: #fff;
position: relative
}
table.slideTable td {
padding: 5px;
vertical-align: top !important;
max-height:500px;
}
table.slideTable th {
background: #164eaf;
border: 0px;
padding: 5px;
font-size: 120%;
font-weight: bold;
font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
color: white;
vertical-align: top !important;
}
table.slideTable th a {
color: #fff;
}
.sticky { /* -pm- Нужно? */
position: fixed;
top: 0px;
z-index: 101;
}
.common {
display: inline;
position: relative;
float: right;
}
.block1 {
float: right;
width:50px
}
.block2 {
float: right;
}
/* end of slide panel section */