МедияУики:Common.css: Разлика между версии

От УикиИслям
Направо към навигацията Направо към търсенето
(Trying out: copy css from: http://wikiislam.net/wiki/MediaWiki:Common.css)
 
м (Added div tags to replace main page template to enable mobile support)
 
Ред 15: Ред 15:
     font-size: 85%;
     font-size: 85%;
     text-align: right;
     text-align: right;
}
/* Divs for changing the main page from tables to css */
.divTable{
display: table;
width: 100%;
}
.divTableRow {
display: table-row;
}
.divTableHeading {
background-color: #EEE;
display: table-header-group;
}
.divTableCell, .divTableHead {
border: 0px solid #999999;
display: table-cell;
padding: 3px 10px;
}
.divTableHeading {
background-color: #EEE;
display: table-header-group;
font-weight: bold;
}
.divTableFoot {
background-color: #EEE;
display: table-footer-group;
font-weight: bold;
}
.divTableBody {
display: table-row-group;
}
}

Текуща версия към 22:19, 31 декември 2018

/* Чрез редактиране на този файл ще промените всички облици */

/* Quote boxes */
.quotes {
    background: none repeat scroll 0 0 #F5FDFE;
    border: 1px solid #A8A8A8;
    margin-bottom: 10px;
    margin-left: 14px;
    padding: 6px;
    overflow: hidden;
}

/* Small text Refs at bottom right within quote boxes */
.quotes_ref {
    font-size: 85%;
    text-align: right;
}

/* Divs for changing the main page from tables to css */

.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 0px solid #999999;
	display: table-cell;
	padding: 3px 10px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}