MediaWiki:Common.css

From PlayOnLinux
Revision as of 11:53, 13 October 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");
@import url("http://fonts.googleapis.com/css?family=Roboto:400,300,500");
@import url("https://www.playonlinux.com/css/font-awesome.css"); 

div#mw-head, html, div#mw-panel
{
    margin-top: 44px;
}
@font-face {
	font-family: MavenPro;
	src: url("https://www.playonlinux.com/css/maven.ttf");
}
@font-face {
	font-family: MavenProBold;
	src: url("https://www.playonlinux.com/css/maven_bold.ttf");
}
div.mainheader, div.mainheader *
{
	box-sizing: border-box;
	line-height: 1.42857;
}

.ve-ui-toolbar-floating > .oo-ui-toolbar-bar {
    top: 44px;
}
div.mainheader
{
	height:44px;
	width:100%;
	background: #428BCA;
	position:fixed;	
	top:0px;
	background: linear-gradient(to bottom,  #428BCA 0%,#116395 100%);
	z-index:100;
}
div.mainheader a
{
	color:#FFF;
	font-size:27px;
	color:#F4F4F4;
	font-family:MavenPro;
	font-weight:lighter;
	line-height:48px;
	text-shadow: 0px 0px 9px #00396B;
	text-decoration:none;
}
div.mainheader a img
{
	height:34px;
	margin:4px;
	margin-left:-5px;
	margin-right:10px;
}
div.mainheader a:hover
{
	text-decoration:none;
}
div.mainheader img
{
	float:left;
}

div.mainheader ul 
{
	float:right;
	margin-right:0px;
	padding-top:0px;
	height:30px;
	margin-top:14px;
	margin-left:0px;
	margin-bottom:0px;
}
div.mainheader ul li.selected
{
	background:#FFF!important;
	-webkit-border-radius: 15px 15px 0px 0px;
	 -moz-border-radius: 15px 15px 0px 0px;
	 border-radius: 15px 15px 0px 0px;
	-webkit-box-shadow: -5px -5px 7px -3px #116395,
	            5px -5px 7px -3px #116395;
	-moz-box-shadow: -5px -5px 7px -3px #116395,
	            5px -5px 7px -3px #116395;
	box-shadow: -5px -5px 7px -3px #116395,
            5px -5px 7px -3px #116395;
    behavior: url('/css/PIE.htc');
}
div.mainheader div.reducer
{
	width:1000px;
	margin:auto;
}
div.mainheader ul li.selected a
{

	background-repeat:no-repeat;
	background-position:right bottom;
	color:#434343;
}
div.mainheader ul li
{
	float:left;
	margin-left:0px;
	list-style:none;
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
	height:30px;
	padding-left:0px;
	margin-right:0px;
	padding-right:0px;
}
div.mainheader ul li a
{
	
	line-height:inherit;
	text-shadow:inherit;
	margin:0px;
	padding-top:0px;
	margin-top:6px;
	padding-top:0px;
	padding-left:19px;
	padding-right:19px;
	height:24px;
	display:block;
	font-family: Roboto, sans-serif;
	font-size:14px;
	text-decoration:none;
	color:#FFF;
	font-weight:300;
}



div.reducer
{
	width:1000px;
	margin:auto;
}



.syntaxhighlighter {
    margin-top:14px!important;
    margin-bottom:14px!important;
}

h1 {
    border-bottom: 1px solid #c5000d;
    color: #c5000d;
    font-family: cgOmega,Georgia,junior;
    font-weight: normal;
    margin: 0 0 15px;
    padding: 0;
}
h2
{
    color: #428bca;
    font-family: Roboto,arial,helvetica,sans-serif!important;
    border-bottom: 1px solid #dedede;
}
h3, h4, h5, h6
{
    color: #428bca;
    font-family: Roboto,arial,helvetica,sans-serif!important;
}




.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  box-sizing: border-box;
}
.alert p
{
  margin-top:0px;
}
.alert * {
  box-sizing: border-box;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
h4 {
 font-weight:normal!important;
}