MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (39 intermediate revisions by the same user not shown) | |||
| Line 4: | Line 4: | ||
font-size: 12px; | font-size: 12px; | ||
color: #333; | color: #333; | ||
display: inline; | |||
} | } | ||
.clipbox input { | .clipbox input{ | ||
font-size:12px; | font-size:12px; | ||
display: inline; | |||
text-align: center; | |||
} | } | ||
.clipbox button:hover { | .clipbox button:hover { | ||
opacity: 0.8; | opacity: 0.8; | ||
transform: translateY(-5px); | |||
box-shadow: 0px 10px 20px 2px rgba(0, 0, 0, 0.25); | |||
} | |||
table.wikitablec { | |||
background-color: #f8f9fa; | |||
color: #202122; | |||
margin: 1em 0; | |||
border: 1px solid #a2a9b1; | |||
border-collapse: collapse; | |||
} | |||
.iwMainFrame { | |||
border: 1px solid #a7d7f9; | |||
padding: 0.5em 1em; | |||
margin: 1em; | |||
background-color: #e7edfb; | |||
} | |||
.iwMainTitle { | |||
margin: 0; | |||
background-color: #a7bdf4; | |||
font-family: 'Trebuchet MS',Helvetica,sans-serif; | |||
font-size: 120%; | |||
font-weight: bold; | |||
border: 1px solid #a7bdf4; | |||
text-align: left; | |||
color: #3b3b3b; | |||
padding: 0.2em 0.4em; | |||
} | } | ||
Latest revision as of 21:07, 5 February 2024
/* CSS placed here will be applied to all skins */
/* Extension:ClipBox */
.clipbox {
font-size: 12px;
color: #333;
display: inline;
}
.clipbox input{
font-size:12px;
display: inline;
text-align: center;
}
.clipbox button:hover {
opacity: 0.8;
transform: translateY(-5px);
box-shadow: 0px 10px 20px 2px rgba(0, 0, 0, 0.25);
}
table.wikitablec {
background-color: #f8f9fa;
color: #202122;
margin: 1em 0;
border: 1px solid #a2a9b1;
border-collapse: collapse;
}
.iwMainFrame {
border: 1px solid #a7d7f9;
padding: 0.5em 1em;
margin: 1em;
background-color: #e7edfb;
}
.iwMainTitle {
margin: 0;
background-color: #a7bdf4;
font-family: 'Trebuchet MS',Helvetica,sans-serif;
font-size: 120%;
font-weight: bold;
border: 1px solid #a7bdf4;
text-align: left;
color: #3b3b3b;
padding: 0.2em 0.4em;
}