MediaWiki:Print.css

De Microfly.info.

(Différences entre les versions)
m
m
Ligne 1 : Ligne 1 :
/* Le CSS placé ici affectera les impressions */
/* Le CSS placé ici affectera les impressions */
-
 
body {
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-family: Verdana, Arial, Helvetica, sans-serif;
Ligne 6 : Ligne 5 :
  width: 100%;
  width: 100%;
}
}
 +
table, th, td {
table, th, td {
border: 1px solid silver;
border: 1px solid silver;
 +
}
 +
 +
.tabs {
 +
    -moz-border-radius: 3px 3px 0 0;
 +
    -webkit-border-radius: 3px 3px 0 0;
 +
    -khtml-border-radius: 3px 3px 0 0;
 +
    border-radius: 3px 3px 0 0;
 +
    background-color: #e5e5e5;
 +
    margin: 0 2px;
 +
    padding: 2px 5px 0 2px;
 +
    border-left:  1px solid grey;
 +
    border-top: 1px solid grey;
 +
    border-right: 1px outset  grey;
 +
}
 +
 +
.buttons {
 +
    -moz-border-radius: 3px;
 +
    -webkit-border-radius: 3px;
 +
    -khtml-border-radius: 3px;
 +
    border-radius: 3px;
 +
    background-color: #e5e5e5;
 +
    margin: 0 2px;
 +
    padding: 2px 5px 0 2px;
 +
    border:  1px outset grey;
 +
}
 +
 +
.menus {
 +
    background-color: silver;
 +
    color: white;
 +
    margin: 0 2px;
 +
    padding: 2px 5px 0 2px;
 +
    border:  1px solid grey;
 +
}
 +
 +
.input {
 +
    background-color: white;
 +
    margin: 0 2px;
 +
    padding: 2px 5px 0 0;
 +
    border: 1px inset grey;
 +
}
 +
 +
.link {
 +
    color: blue;
 +
    border-bottom: 1px solid blue;
 +
}
 +
 +
.fileName {
 +
    padding:  0 0 0 3px;
 +
    font-style: italic;
 +
    color: #0099cc;
 +
}
 +
 +
.menus img, .input img, .buttons img {
 +
    margin-top: -2px;
}
}

Version du 8 juin 2011 à 13:16

/* Le CSS placé ici affectera les impressions */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
 	width: 100%;
}
 
table, th, td {
	border: 1px solid silver;
}
 
.tabs {
     -moz-border-radius: 3px 3px 0 0;
     -webkit-border-radius: 3px 3px 0 0;
     -khtml-border-radius: 3px 3px 0 0;
     border-radius: 3px 3px 0 0;
     background-color: #e5e5e5;
     margin: 0 2px;
     padding: 2px 5px 0 2px;
     border-left:  1px solid grey;
     border-top: 1px solid grey;
     border-right: 1px outset  grey;
}
 
.buttons {
     -moz-border-radius: 3px;
     -webkit-border-radius: 3px;
     -khtml-border-radius: 3px;
     border-radius: 3px;
     background-color: #e5e5e5;
     margin: 0 2px;
     padding: 2px 5px 0 2px;
     border:  1px outset grey;
}
 
.menus {
     background-color: silver;
     color: white;
     margin: 0 2px;
     padding: 2px 5px 0 2px;
     border:  1px solid grey;
}
 
.input {
     background-color: white;
     margin: 0 2px;
     padding: 2px 5px 0 0;
     border: 1px inset grey;
}
 
.link {
     color: blue;
     border-bottom: 1px solid blue;
}
 
.fileName {
     padding:  0 0 0 3px;
     font-style: italic;
     color: #0099cc;
}
 
.menus img, .input img, .buttons img {
     margin-top: -2px;
}