Changes

MediaWiki:Common.css

3,005 bytes added, 07:38, 15 June 2016
/* CSS placed here will be applied to all skins */
/********************************************/
/* MEDIAWIKI */
/* MEDIAWIKI */
/********************************************/
/********************************************/
/* EXTENSIONS */
/* Extension: MobileFrontend */
/* Hide mobile content from Desktop view */
div.nodesktop {
display: none;
}
span.nodesktop {
display: none;
}
h2.nodesktop {
display: none;
}
/* MobileFrontend */
/* InputBox */
.bodySearchBtnGo {
margin-left: .5em;
}
.searchboxSearchButton {
font-weight: bold;
font-size: 16px;*/
}
.searchboxSearchButton:hover {
color: black;
}
.createboxButton {
font-weight: bold;
color: white;
}
.searchboxInput {
display:inline;
width: 600px;
}
/* InputBox */
/* TagCloud */
div.tagcloud {
/*border-radius:5px;*/
}
div.tagcloud a {
font-family: inherit;
border: solid whitesmoke 1px;
border-radius:5px;
padding: 2px.4em;
}
div.tagcloud a:hover {
background: grey;
}
/* TagCloud */
/* KNO 20160614 */
/* Key press */
color: #000000;
}
/* Key press */
/* KNO 20160614 */
/* EXTENSIONS */
/********************************************/
/********************************************/
/* MAIN PAGE */
/* Table-style formatting */
/** Common **/
div.mainPageDiv {
line-height: 1;
}
table.mainPageTable {
width:100%;
line-height: 1;
}
td.tableTitle {
width:100%;
font-size:1em;
}
td.mainPageSpacerRow {
line-height: 0.3;
}
/** Search **/
div.searchDiv {
border:1px solid lightgrey;
}
div.searchDivTitle {
background-color:#dbdbe4;
color:#000000;
}
table.searchTable {
border:1px solid lightgrey;
}
td.searchTableTitle {
background-color:#dbdbe4;
}
/** Search **/
/** Beginners table **/
table.beginnersTable {
}
td.beginnersTableTitle {
background-color:#e8d4c8;
}
/** Beginners table **/
/** Version table **/
table.versionTable {
line-height: 1.5;
}
td.versionTableTitle {
background-color:lightgrey;
}
/** Version table **/
/** News & Announcement table **/
div.newsDate {
background: #fff;
}
div.newsIcon {
width:30px;
background: #fff;
}
table.newsTable2 {
line-height: 1.5;
}
td.newsTableTitle {
background-color:#e8d4c8;
line-height: 1;
}
table.newsTable
{
width:100%;
}
td.newsDate {
font-weight: bold;
width:80px
}
td.newsIcon {
width:30px
}
span.newsDate {
font-weight: bold;
width:80px
}
span.newsIcon {
width:30px
}
/** News & Announcement table **/
/** Version table **/
div.versionDate {
background: #fff;
}
span.versionDate {
font-weight: bold;
margin-left:10px;
}
.newsList ul {
list-style-image: url('images/f/fd/IC_MainPage-20.png');
}
/** Version table **/
/** Link formatting **/
span.mp-beginnersLink a {
color: black;
}
span.mp-productsLink a {
font-family: inherit;
color: #272e65;
}
span.mp-productsLink2 a {
font-family: inherit;
}
/** Link formatting **/
/* MAIN PAGE */
/********************************************/
/********************************************/
/* FEATURE TABLE */
td.featureName {
font-weight: bold;
//list-style-type: square;
}
/* FEATURE TABLE*/
/********************************************/
/********************************************/
/* GENERAL */
/* Keep sidebar in a fixed position (do not scroll with page) */
div#mw-panel {position: fixed}
/* div */
div.centered {
text-align:center;
}
/* div */
/* div - backgrounds */
div.bgKNOWHOW
background-image: url('images/4/43/KNOW-HOW_slide.jpg');
}
div.bgKNOWHOWa
{
background-image: url('images/8/81/KNOW-HOW_slide_alpha.png');
}
div.bgUBIK
{
background-image: url('images/a/a5/UBIKUBIK_slide.jpg');} div.bgUBIKa{ background-image: url('images/0/0a/UBIK_slide_alpha.jpg');} div.bgAUGMENSYS{ background-image: url('images/d/de/AUGMENSYS_slide.jpg');} div.bgAUGMENSYSa{ background-image: url('images/c/c5/AUGMENSYS_slide_alpha.png');}/* div - backgrounds */ /** bulleted list **/ul { list-style-image: none; list-style-type: square;} /** version flag template **/span.versionFlag { font-size: 1em;/* vertical-align: super; font-size: 0.83em; line-height: 0;*//* float:right; padding: 1px; border: 1px solid grey; margin-left:10px; background: whitesmoke;*/} /** table: Table classes for skinning normal tables **/table.defaultTable { margin: 1em 1em 1em 0; background-color: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse; color: black; width: 100%;} table.defaultTable > tr > th,table.defaultTable > tr > td,table.defaultTable > * > tr > th,table.defaultTable > * > tr > td { border: 1px #aaa solid; padding: 0.2em;}table.defaultTable > tr > th,table.defaultTable > * > tr > th { background-color: #f2f2f2; text-align: center;} table.defaultTable > caption { font-weight: bold;} td.indexcell { font-weight: bold;} td.centeredCell { text-align: center;} table.ibox { margin-left: 20px; margin-bottom: 20px; float: right; width: 20em; text-align: left; border: 1px gray solid; background: #e9e9e9;} table.ibox > tr > th > caption { text-align: center;} table.ibox > tr > th,table.ibox > tr > td,table.ibox > * > tr > th,table.ibox > * > tr > td { border: 1px #aaa solid; padding: 0.2em;}table.ibox > tr > th,table.ibox > * > tr > th { background-color: #f2f2f2;} /** div table like class **/div.tableOLD { display: block; width: 100%;} div.table { display: table;} div.table:after { visibility: hidden; display: table; font-size: 0; content: " "; clear: both; height: 0;} div.tableRow { display: table-row; width: 100%; clear: both;} div.tableHeading, .tableBody, .tableFoot { clear: both;} div.tableHead, .tableFoot {} div.tableCellOLD { border: 1px solid #999999; float: left; overflow: hidden; width: 100px; padding: 2px; margin-top: -1px; margin-right: -1px; background-color: whitesmoke;} div.tableCell { display: table-cell; border: 1px solid #999999; overflow: hidden; background-color: whitesmoke;} div.headerCell { background-color: lightgray; text-align: center; font-weight: bold;} div.centeredCell { text-align: center;}/* GENERAL *//********************************************/ /********************************************//* Namespace specific *//* .ns-500 #content, .ns-501 #content { background-color: #f3f3ff; } *//* .ns-500 div.thumb, .ns-501 div.thumb { border-color: #f3f3ff; } *//* Namespace specific *//********************************************/
10,686
edits