MediaWiki:Common.css

From PlayOnLinux
Revision as of 21:52, 26 February 2015 by Tinou (talk | contribs)
Jump to: navigation, search
/* Le CSS placé ici sera appliqué à tous les habillages. */

@import url("http://www.playonlinux.com/css/highlighter/shCorePOL.css");

div.setupwindow, div.setupwindow *
{
	box-sizing: border-box;
	line-height: 1.42857;
}
div.setupwindow
{
	box-sizing: border-box;
	width:520px;
	height:418px;

	border-radius:5px;
	padding-top:22px;
	position:relative;

	font-size:13px;
	padding-left:15px;
	margin:auto;
	margin-bottom:50px;
}

div.pom.setupwindow
{
	width:520px;
	height:418px;
	background-color:#EDEDED;
	
	box-shadow:inset 0 1px 0 rgba(255,255,255,.6), 0 22px 70px 4px rgba(0,0,0,0.56), 0 0 0 0.5px rgba(0, 0, 0, 0.3);
	background: linear-gradient(rgba(233, 233, 233, 1.0), rgba(178, 178, 178, 1.0) 21px, #6A6A6A 22px, #EDEDED 22px);
	border-radius:5px;
	padding-top:22px;
	position:relative;
	font-family: "Lucida Grande",lucida,"Helvetica Neue",helvetica,sans-serif;
		font-size:13px;
		padding-left:15px;
}

div.pol.setupwindow
{
	width:520px;
	height:418px;
	background-color:#EDEDED;
	box-shadow:inset 0 1px 0 rgba(255,255,255,.6), 0 2px 2px 1px rgba(0,0,0,0.06), 0 0 0 0.5px rgba(109, 109, 109, 1);
	background: linear-gradient(#98BAE3, #8BAFDC 10px, #7BA2D2 20px, #536B8A 22px, #EDEDED 22px);
	border-radius:5px 5px 0px 0px;
	padding-top:22px;
	position:relative;
	font-family:"DejaVu Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
		font-size:13px;
		padding-left:15px;
}

div.pol.setupwindow::before
{
	content:"PlayOnLinux";
	font-size:13px;
	line-height:21px;
	font-weight:bold;
	text-align:center;
	display:block;
	width:520px;
	color:#FFF;
	position:absolute;
	text-shadow: 0 0 2px #658EC3;
	top:0px;
	background-image:url("http://www.playonlinux.com/images/logos/logo16.png");
	margin-left:-15px;
	background-repeat:no-repeat;
	background-position:5px;
}

div.pom.setupwindow::before
{
	content:"PlayOnMac";
	font-size:13px;
	line-height:21px;
	font-weight:lighter;
	text-align:center;
	display:block;
	width:520px;
	color:#454545;
	position:absolute;
	top:0px;
	margin-left:-15px;
}
div.setupwindow div.header
{
	background-color:#FFF;
	width:520px;
	height:65px;
	border-bottom:1px solid #8E8E8E;
	padding:5px;
	font-size:13px;
	margin-bottom:10px;
	margin-left:-15px;
	background-image:url("http://www.playonlinux.com/images/logos/logo96.png");
	background-repeat:no-repeat;
	background-position:right top;
	box-shadow: inset 0px 0px 0px 1px #FFF;
}
div.setupwindow div.footer
{
	position:absolute;
	bottom:0px;
	width:520px;
	height:30px;
	border-top:1px solid #8E8E8E;
	padding:5px;
	font-size:13px;
	margin-bottom:10px;
	margin-left:-15px;
}
div.pol.setupwindow div.footer
{
	height:38px;
}
div.setupwindow div.header span
{
	width:100%;
	display:block;
}
div.setupwindow div.header span.title
{
	font-weight:bold;
}
div.setupwindow div.header span.subtitle
{
	padding:10px;
	padding-top:5px;
}


div.pol.setupwindow div.footer div.bouton
{
	width:85px;
	border-radius:5px;
	text-align:center;
	height:37px;
	border:1px solid #9A9A9A;
	float:right;
	margin-left:5px;
	padding-top:7px;
	border-color: #9A9A9A;
	background: linear-gradient(#FFF 0%, #F3F3F3 50%, #ECECEC 50%, #EBEBEB 100%);
	box-shadow: 0px 1px 0px #FFF inset, 0px 1px 0px rgba(0, 0, 0, 0.09);
}
div.pom.setupwindow div.footer div.bouton
{
	width:85px;
	border-radius:3px;
	text-align:center;
	height:20px;
	margin:5px;
	font-size:12px;
	border:1px solid #9A9A9A;
	float:right;
	background: linear-gradient(#FFF 0%, #F3F3F3 50%, #ECECEC 50%, #EBEBEB 100%);
	box-shadow: 0px 1px 0px #FFF inset, 0px 1px 0px rgba(0, 0, 0, 0.09);
}
div.pom.setupwindow div.footer div.bouton.inactive
{
	opacity: 0.5;
cursor: default;
}