Difference between revisions of "MediaWiki:Common.css"

From Melissa Data Wiki
Jump to navigation Jump to search
Line 92: Line 92:
min-height:100px;
min-height:100px;
}
}
 
/*
#welcomeHeaderRightContent, #welcomeRightRightContent
#welcomeHeaderRightContent, #welcomeRightRightContent
{
{
text-align:center;
text-align:center;
}
}
 
*/
#welcomeHeader
#welcomeHeader
{
{
Line 148: Line 148:
.padded
.padded
{
{
padding:6px;
padding:8px 10px;
}
}



Revision as of 23:06, 9 November 2012

/* CSS placed here will be applied to all skins */

<head>
<style type="text/css">
/* ================================================================= */
/* Dummy is needed. Some conflict ignores the first declaration here */
#dummy{}
/* ================================================================= */

/* ================================================================= */
/* ===================== PRODUCT TEMPLATE ========================== */
/* ================================================================= */
/*.boxhead02
{
font-weight:bold;
font-size:14px;
margin-bottom:8px;
}*/

/* ================================================================= */
/* ============================ WELCOME ============================ */
/* ================================================================= */
#welcomeHeader h1, #welcomeLeft h1, #welcomeRight h1
{
font:normal 24px/24px verdana,arial,sans-serif;
color:white;
border-bottom:none;
}

#
{
padding:6px;
}

#welcomeHeader, #welcomeLeft, #welcomeRight, #welcomeHeaderRightContent, #welcomeRightRightContent
{
position:relative;
}

#welcomeHeader, #welcomeLeft, #welcomeRight
{
padding:0;
margin:0;
}
/*
#welcomeHeaderRightContent, #welcomeLeftBottomContent, #welcomeRightRightContent
{
padding:6px;
}
*/
#welcomeHeader, #welcomeLeft, #welcomeRight
{
display:block;
text-decoration:none;
}

#welcomeHeaderLeftColor, #welcomeLeftTopColor, #welcomeLeftBottomContent, #welcomeRightLeftColor
{
float:left;
}

#welcomeHeaderLeftColor, #welcomeLeft, #welcomeLeftTopColor, #welcomeLeftBottomContent
{
width:380px;
}

#welcomeLeftBottomContent
{
margin-top:16px;
}
#welcomeHeader
{
margin-bottom:-16px;
}

#welcomeHeaderRightContent
{
margin-left:396px;
}

#welcomeRightRightContent
{
margin-left:196px;
}

#welcomeHeaderRightContent, #welcomeRightRightContent
{
min-width:100px;
}
#welcomeRightRightContent
{
min-height:100px;
}
/*
#welcomeHeaderRightContent, #welcomeRightRightContent
{
text-align:center;
}
*/
#welcomeHeader
{
width:100%;
}

#welcomeHeader, #welcomeHeaderLeftColor, #welcomeHeaderRightContent, #welcomeLeftTopColor, #welcomeRightLeftColor
{
height:100px;
}

#welcomeRightLeftColor
{
width:180px;
}

#welcomeHeaderLeftColor, #welcomeHeaderRightContent, #welcomeLeftTopColor, #welcomeRightLeftColor, #welcomeRightRightContent
{
top:0px;
}

#welcomeHeaderLeftColor, #welcomeHeaderRightContent, #welcomeLeftTopColor, #welcomeLeftBottomContent, #welcomeRightLeftColor, #welcomeRightRightContent
{
left:0px;
-webkit-box-shadow:0px 0px 6px 2px rgba(31, 142, 255, .3);
box-shadow:0px 0px 6px 2px rgba(31, 142, 255, .3);
}

.clear-both
{
clear:both;
}

/* ================================================================= */
/* ====================== POSITIONING FIXES ======================== */
/* ================================================================= */
#welcomeRightUpdatesFix
{
margin-top:-5px;
}
#welcomeRightSupportFix
{
margin-top:-16px;
}
#welcomeRightUpdatesFix, #welcomeRightSupportFix
{
margin-left:14px;
}

.padded
{
padding:8px 10px;
}

/* ================================================================= */
/* ============================ UPDATES ============================ */
/* ================================================================= */
#mdcontainer01.side
{

}

/* ================================================================= */
/* ============================ COLORS ============================= */
/* ================================================================= */
.blue
{
background-color:#0159d0;
}
.green
{
background-color:#157c07;
}
.orange
{
background-color:#ec8205;
}
.red
{
background-color:#d70000;
}

/* ================================================================= */
/* ======================== TABLE SHADING ========================== */
/* ================================================================= */
table.alternate01
{
border-collapse:collapse;
}

.alternate01 tr,
.alternate01 td,
.alternate01 th
{
border-right:1px solid #AAAAAA;
border-bottom:1px solid #AAAAAA;
padding:3px 6px;
text-align:left;
}

.alternate01 tr:nth-child(odd)
{
background-color:white;
}

.alternate01 tr:nth-child(even)
{
background-color:#F6F6F6;
}

</style>
</head>