MediaWiki:Common.css: Difference between revisions
From DSignT Support Database
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* CSS | /* | ||
This is the CSS for all skins (for all users) on MediaWiki.org. | |||
SECTIONS: | |||
1. Indication of namespaces | |||
2. Color classes for content | |||
3. Special pages | |||
4. Main page styling | |||
5. Sidebar external links | |||
6. Extension:Matrix stuff | |||
7. Wikitables, infobox templates, warnings, and other such stylings | |||
8. Some other small things | |||
*/ | |||
/* | |||
/* changes D.SignT: new design */ | |||
/* | |||
.mw-body | |||
{ | |||
position: relative; | |||
top: 6em; | |||
} | |||
*/ | |||
div#content | |||
{ | |||
top: 6.2em; | |||
/* margin-left:1.4em; */ | |||
margin-top: 25px; | |||
min-width:877px; | |||
min-height:69%; | |||
margin-right: 1.25em; | |||
border-right-width:1px; | |||
} | |||
div#column-content | |||
{ | |||
/* height: 120%; */ | |||
margin-bottom: 7em; | |||
} | |||
/* | |||
div#footer | |||
{ | |||
margin: 0 6em 0 0 | |||
} | |||
*/ | |||
/* | |||
#bodyContent{margin-left: 12em;padding-left:2em; | |||
margin-top: 2em;width:auto; min-width: 680px;} | |||
*/ | |||
/* | |||
li#ca-nstab-mediawiki,li#ca-nstab-category,li#ca-nstab-project,li#ca-nstab-main, li#ca-viewsource,li#ca-history,li#ca-edit,li#ca-push,li#ca-delete,li#ca-move,li#ca-protect,li#ca-watch,li#ca-unwatch { | |||
position: relative; top: 6em; | |||
} | |||
*/ | |||
li#ca-talk | |||
{ | |||
/* position: relative; top: 6em; */ | |||
display:none; | |||
} | |||
#p-logo a, #p-logo a:hover | |||
{ | |||
width:100%; | |||
height:88px; | |||
margin-left: 10px; | |||
margin-top: 9px; | |||
} | |||
#p-logo{width:24em;} | |||
#p-cactions | |||
{ | |||
top: 7em; | |||
} | |||
/* | |||
div#mw-panel { | |||
position: absolute; | |||
top: 100px; | |||
width: 20em; | |||
left: 0; | |||
} | |||
*/ | |||
/* extra buttons for edit dialog (from commons:MediaWiki:Common.css) */ | |||
.my-buttons { | |||
padding: .5em; | |||
} | |||
.my-buttons a { | |||
color: black; | |||
background-color: #cde !important; | |||
font-weight: bold; | |||
font-size: .9em; | |||
text-decoration: none; | |||
border: thin #069 outset; | |||
padding: 0 .1em .1em; | |||
} | |||
.my-buttons a:hover, .my-buttons a:active { | |||
background-color: #bcd; | |||
border-style: inset; | |||
} | |||
/* from [[User:Splarka/Help:Linked images]] */ | |||
.imagelink_wikilogo a { | |||
width: 335px; | |||
height: 135px; | |||
display: block; | |||
text-decoration: none; | |||
background-image: url("//upload.wikimedia.org/wikipedia/mediawiki/b/bc/Wiki.png"); | |||
} | |||
/** | |||
* CharInsert extension | |||
*/ | |||
.mw-charinsert-buttons { | |||
margin-top: 10px; | |||
border: 1px solid #aaaaaa; | |||
padding: 1px; | |||
text-align: center; | |||
font-size: 110%; | |||
} | |||
.mw-charinsert-buttons a { | |||
color: black; | |||
background-color: #cde !important; | |||
font-weight: bold; | |||
font-size: .9em; | |||
text-decoration: none; | |||
border: thin #069 outset; | |||
padding: 0 .1em .1em; | |||
} | |||
.mw-charinsert-buttons a:hover, | |||
.mw-charinsert-buttons a:active { | |||
background-color: #bcd; | |||
border-style: inset; | |||
} | |||
.client-js .mw-edittools-section { | |||
display: inline; | |||
} | |||
.client-js .mw-edittools-section input[type="button"] { | |||
font-size: 0.9em; | |||
padding-left: 1px; | |||
padding-right: 1px; | |||
margin-left: 1px; | |||
} | |||
/* ms@forty-four.de: Tab-Reiter ausgeblendet */ | /* ms@forty-four.de: Tab-Reiter ausgeblendet */ | ||
li#ca-viewsource,li#ca-history,li#ca-talk{display:none;} | /* li#ca-viewsource,li#ca-history,li#ca-talk{display:none;} */ | ||
Revision as of 14:16, 25 August 2017
/*
This is the CSS for all skins (for all users) on MediaWiki.org.
SECTIONS:
1. Indication of namespaces
2. Color classes for content
3. Special pages
4. Main page styling
5. Sidebar external links
6. Extension:Matrix stuff
7. Wikitables, infobox templates, warnings, and other such stylings
8. Some other small things
*/
/*
/* changes D.SignT: new design */
/*
.mw-body
{
position: relative;
top: 6em;
}
*/
div#content
{
top: 6.2em;
/* margin-left:1.4em; */
margin-top: 25px;
min-width:877px;
min-height:69%;
margin-right: 1.25em;
border-right-width:1px;
}
div#column-content
{
/* height: 120%; */
margin-bottom: 7em;
}
/*
div#footer
{
margin: 0 6em 0 0
}
*/
/*
#bodyContent{margin-left: 12em;padding-left:2em;
margin-top: 2em;width:auto; min-width: 680px;}
*/
/*
li#ca-nstab-mediawiki,li#ca-nstab-category,li#ca-nstab-project,li#ca-nstab-main, li#ca-viewsource,li#ca-history,li#ca-edit,li#ca-push,li#ca-delete,li#ca-move,li#ca-protect,li#ca-watch,li#ca-unwatch {
position: relative; top: 6em;
}
*/
li#ca-talk
{
/* position: relative; top: 6em; */
display:none;
}
#p-logo a, #p-logo a:hover
{
width:100%;
height:88px;
margin-left: 10px;
margin-top: 9px;
}
#p-logo{width:24em;}
#p-cactions
{
top: 7em;
}
/*
div#mw-panel {
position: absolute;
top: 100px;
width: 20em;
left: 0;
}
*/
/* extra buttons for edit dialog (from commons:MediaWiki:Common.css) */
.my-buttons {
padding: .5em;
}
.my-buttons a {
color: black;
background-color: #cde !important;
font-weight: bold;
font-size: .9em;
text-decoration: none;
border: thin #069 outset;
padding: 0 .1em .1em;
}
.my-buttons a:hover, .my-buttons a:active {
background-color: #bcd;
border-style: inset;
}
/* from [[User:Splarka/Help:Linked images]] */
.imagelink_wikilogo a {
width: 335px;
height: 135px;
display: block;
text-decoration: none;
background-image: url("//upload.wikimedia.org/wikipedia/mediawiki/b/bc/Wiki.png");
}
/**
* CharInsert extension
*/
.mw-charinsert-buttons {
margin-top: 10px;
border: 1px solid #aaaaaa;
padding: 1px;
text-align: center;
font-size: 110%;
}
.mw-charinsert-buttons a {
color: black;
background-color: #cde !important;
font-weight: bold;
font-size: .9em;
text-decoration: none;
border: thin #069 outset;
padding: 0 .1em .1em;
}
.mw-charinsert-buttons a:hover,
.mw-charinsert-buttons a:active {
background-color: #bcd;
border-style: inset;
}
.client-js .mw-edittools-section {
display: inline;
}
.client-js .mw-edittools-section input[type="button"] {
font-size: 0.9em;
padding-left: 1px;
padding-right: 1px;
margin-left: 1px;
}
/* ms@forty-four.de: Tab-Reiter ausgeblendet */
/* li#ca-viewsource,li#ca-history,li#ca-talk{display:none;} */