This wiki is no longer being updated as of December 10, 2025.
|
MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 207: | Line 207: | ||
{ | { | ||
background-color:white; | background-color:white; | ||
} | } | ||
| Line 213: | Line 212: | ||
{ | { | ||
background-color:#F6F6F6; | background-color:#F6F6F6; | ||
} | } | ||
Revision as of 23:58, 30 July 2012
/* CSS placed here will be applied to all skins */
/* http://www.colorzilla.com/gradient-editor/#1b5491+0,0077d8+52,226ab7+52,5eabff+100;Custom */
<head>
<style type="text/css">
/* ================================================================= */
/* Dummy is needed. Some conflict ignores the first declaration here */
#dummy{}
/* ================================================================= */
/* ================================================================= */
/* ===================== WIDGET TEMPLATE =========================== */
/* ================================================================= */
.mdwidget
{
float:right;
clear:right;
margin:10px 0 10px 20px;
color:black;
text-align:left;
font-size:88%;
line-height:1.5em;
}
#mdwidget_head
{
top:0px;
left:-1px;
height:24px;
padding:6px 0 0 10px;
color:white;
font-size:14px;
font-weight:bold;
border:1px solid #A7D7F9;
-moz-border-top-left-radius:14px;
border-top-left-radius:14px;
background: rgb(27,84,145); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(27,84,145,1) 1%, rgba(0,119,216,1) 52%, rgba(34,106,183,1) 52%, rgba(94,171,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(1%,rgba(27,84,145,1)), color-stop(52%,rgba(0,119,216,1)), color-stop(52%,rgba(34,106,183,1)), color-stop(100%,rgba(94,171,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, rgba(27,84,145,1) 1%,rgba(0,119,216,1) 52%,rgba(34,106,183,1) 52%,rgba(94,171,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, rgba(27,84,145,1) 1%,rgba(0,119,216,1) 52%,rgba(34,106,183,1) 52%,rgba(94,171,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, rgba(27,84,145,1) 1%,rgba(0,119,216,1) 52%,rgba(34,106,183,1) 52%,rgba(94,171,255,1) 100%); /* IE10+ */
background: linear-gradient(135deg, rgba(27,84,145,1) 1%,rgba(0,119,216,1) 52%,rgba(34,106,183,1) 52%,rgba(94,171,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b5491', endColorstr='#5eabff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#mdwidget_body
{
padding:10px 4px;
background-color:#f9f9f9;
border-left:1px solid #A7D7F9;
border-right:1px solid #A7D7F9;
border-bottom:1px solid #A7D7F9;
}
/* ================================================================= */
/* ===================== MAIN PAGE TEMPLATE ======================== */
/* ================================================================= */
#mdmain
{
display:block;
width:100%;
height:100%;
padding:1px;
}
#mdmain.top
{
margin-bottom:14px;
}
#mdmain.midleft
{
float:left;
width:49%;
margin-right:2%;
margin-bottom:14px;
}
#mdmain.midright
{
width:49%;
margin-left:51%;
margin-bottom:14px;
}
#mdmain.bot
{
float:left;
}
/* ================================================================= */
/* ============================ WELCOME ============================ */
/* ================================================================= */
#mdcontainer01
{
display:block;
}
#mdcontainer01 h1 strong
{
color:white;
font-weight:bold;
}
#mdcontainer01 h1
{
margin:0px;
padding:2px 0 0 0;
color:white;
font-size:18px;
font-weight:bold;
border:0px;
}
#mdcontainer01 h2
{
margin:0px;
padding:0 0 2px 0;
color:white;
font-size:14px;
font-weight:bold;
border:0px;
}
#mdcontainer01.main
{
width:100%;
padding:0px;
}
#mdcontainer01.header
{
height:24px;
margin:0px;
padding:1px 0 0 10px;
text-align:left;
border:1px solid #A7D7F9;
-moz-border-top-left-radius:14px;
border-top-left-radius:14px;
/* ========= GRADIENT BACKGROUND ============= */
background: rgb(27,84,145); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(27,84,145,1) 1%, rgba(0,119,216,1) 52%, rgba(34,106,183,1) 52%, rgba(94,171,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(1%,rgba(27,84,145,1)), color-stop(52%,rgba(0,119,216,1)), color-stop(52%,rgba(34,106,183,1)), color-stop(100%,rgba(94,171,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, rgba(27,84,145,1) 1%,rgba(0,119,216,1) 52%,rgba(34,106,183,1) 52%,rgba(94,171,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, rgba(27,84,145,1) 1%,rgba(0,119,216,1) 52%,rgba(34,106,183,1) 52%,rgba(94,171,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, rgba(27,84,145,1) 1%,rgba(0,119,216,1) 52%,rgba(34,106,183,1) 52%,rgba(94,171,255,1) 100%); /* IE10+ */
background: linear-gradient(135deg, rgba(27,84,145,1) 1%,rgba(0,119,216,1) 52%,rgba(34,106,183,1) 52%,rgba(94,171,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b5491', endColorstr='#5eabff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#mdcontainer01.content
{
padding:14px 10px;
border-left:1px solid #A7D7F9;
border-right:1px solid #A7D7F9;
border-bottom:1px solid #A7D7F9;
}
/* ================================================================= */
/* ============================ UPDATES ============================ */
/* ================================================================= */
#mdcontainer01.side
{
padding:0px;
}
#mdcontainer01.smallhead
{
height:18px;
margin:0px;
padding:1px 0 0 10px;
text-align:left;
border:1px solid #A7D7F9;
-moz-border-top-left-radius:10px;
border-top-left-radius:10px;
/* ========= GRADIENT BACKGROUND ============= */
background: rgb(27,84,145); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(27,84,145,1) 1%, rgba(0,119,216,1) 52%, rgba(34,106,183,1) 52%, rgba(94,171,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(1%,rgba(27,84,145,1)), color-stop(52%,rgba(0,119,216,1)), color-stop(52%,rgba(34,106,183,1)), color-stop(100%,rgba(94,171,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, rgba(27,84,145,1) 1%,rgba(0,119,216,1) 52%,rgba(34,106,183,1) 52%,rgba(94,171,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, rgba(27,84,145,1) 1%,rgba(0,119,216,1) 52%,rgba(34,106,183,1) 52%,rgba(94,171,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, rgba(27,84,145,1) 1%,rgba(0,119,216,1) 52%,rgba(34,106,183,1) 52%,rgba(94,171,255,1) 100%); /* IE10+ */
background: linear-gradient(135deg, rgba(27,84,145,1) 1%,rgba(0,119,216,1) 52%,rgba(34,106,183,1) 52%,rgba(94,171,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b5491', endColorstr='#5eabff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
</style>
</head>
/* ================================================================= */
/* ======================== TABLE SHADING ========================== */
/* ================================================================= */
/*.alternate01 tr
{
border-bottom:1px solid #AAAAAA;
}
*/
.alternate01 td
{
border-right:1px solid #AAAAAA;
}
.alternate01 tr:nth-child(odd)
{
background-color:white;
}
.alternate01 tr:nth-child(even)
{
background-color:#F6F6F6;
}
/* ================================================================= */
/* ============================ TEMPLATE =========================== */
/* ================================================================= */