Difference between revisions of "MediaWiki:Common.css"

From PlantUse English
Jump to: navigation, search
(http/https: general solution trimming of protocol (http or https) of //URL)
 
(One intermediate revision by one other user not shown)
Line 14: Line 14:
 
   -webkit-border-radius: 10px;  
 
   -webkit-border-radius: 10px;  
 
   border-radius:10px;
 
   border-radius:10px;
   background-image:url("https://species-id.net/o/media/8/8c/Usesleaf.png");
+
   background-image:url("//species-id.net/o/media/8/8c/Usesleaf.png");
 
   background-repeat:no-repeat; background-position:10px 25px;
 
   background-repeat:no-repeat; background-position:10px 25px;
 
}
 
}
Line 20: Line 20:
 
{
 
{
 
   width:100%;  
 
   width:100%;  
  padding:10px;
 
 
   vertical-align:top;  
 
   vertical-align:top;  
 
   font-size:95%;  
 
   font-size:95%;  
Line 97: Line 96:
 
.Blue
 
.Blue
 
{
 
{
   background-image: url(http://species-id.net/o/thumb.php?f=Blue-bg_rounded.svg&width=700);
+
   background-image: url(//species-id.net/o/thumb.php?f=Blue-bg_rounded.svg&width=700);
 
   background-repeat: repeat-y;
 
   background-repeat: repeat-y;
 
}
 
}
Line 103: Line 102:
 
.Orange
 
.Orange
 
{
 
{
   background-image: url(http://species-id.net/o/thumb.php?f=Orange-bg_rounded.svg&width=700);
+
   background-image: url(//species-id.net/o/thumb.php?f=Orange-bg_rounded.svg&width=700);
 
   background-repeat: repeat-y;
 
   background-repeat: repeat-y;
 
}
 
}
Line 109: Line 108:
 
.Green
 
.Green
 
{
 
{
   background-image: url(http://species-id.net/o/thumb.php?f=green-bg_rounded.svg&width=700);
+
   background-image: url(//species-id.net/o/thumb.php?f=green-bg_rounded.svg&width=700);
 
   background-repeat: repeat-y;
 
   background-repeat: repeat-y;
 
}
 
}
Line 115: Line 114:
 
.green
 
.green
 
{
 
{
   background-image: url(http://species-id.net/o/thumb.php?f=green-bg_rounded.svg&width=500);
+
   background-image: url(//species-id.net/o/thumb.php?f=green-bg_rounded.svg&width=500);
 
   background-repeat: repeat-y;
 
   background-repeat: repeat-y;
 
}
 
}
Line 121: Line 120:
 
.purple
 
.purple
 
{
 
{
   background-image: url(http://species-id.net/o/thumb.php?f=purple-bg_rounded.svg&width=700);
+
   background-image: url(//species-id.net/o/thumb.php?f=purple-bg_rounded.svg&width=700);
 
   background-repeat: repeat-y;
 
   background-repeat: repeat-y;
 
}
 
}
Line 127: Line 126:
 
.pink
 
.pink
 
{
 
{
   background-image: url(http://species-id.net/o/thumb.php?f=pink-bg_rounded.svg&width=1000);
+
   background-image: url(//species-id.net/o/thumb.php?f=pink-bg_rounded.svg&width=1000);
 
   background-repeat: repeat-y;
 
   background-repeat: repeat-y;
 
}
 
}

Latest revision as of 17:10, 12 November 2018

/* Le CSS placé ici sera appliqué à tous les habillages. */
body.page-Accueil #firstHeading {
       position: absolute;
       top: -5000px;
}
body.page-Accueil #content {
       background-color: white;
  }
.usesleaf
{
   width:100%; border:2px solid #10BA00;
   vertical-align:top; 
  -moz-border-radius: 10px; 
  -webkit-border-radius: 10px; 
  border-radius:10px;
  background-image:url("//species-id.net/o/media/8/8c/Usesleaf.png");
  background-repeat:no-repeat; background-position:10px 25px;
}
.text
{
  width:100%; 
  vertical-align:top; 
  font-size:95%; 
  background:transparent;
}
.welcomeText
{
  height:3em; 
  padding:0 0 5px 90px
}
.statsText
{
  padding:1em;
  text-align:right;
  line-height:1.3
}
table.wikitable, .gallery
{
 margin-top:20px !important;
}
table.usages
{
  border:1px solid #AAA;
}
.usages-list
{
  padding-right:10px !important;
}
.wikitable > td
{
  padding-left:5px 0 5px 0;
}
.cadre {
	margin:0px auto;
	border:1px solid;
	border-radius:10px;
	padding:0.5em; 
	margin-bottom:1em;
}
.cadre h2 {
  white-space:nowrap;
  margin-top: 0px;
}
.cadre .titre {
        text-align:center; 
        position:relative; 
        left:2px; top:2px; 
        margin:1;
}
.cadre-titre
{
       padding : 1em;
}
.cadre .cadre_contenu {
        text-align:center; 
        padding:1em;
}
.articleLeft
{
  width:49%;
  clear:left;
  float:left;
}

.articleRight
{
  width:49%;
  clear:right;
  float:right;
}
#content {
        margin-right:15px
}


.Blue
{
  background-image: url(//species-id.net/o/thumb.php?f=Blue-bg_rounded.svg&width=700);
  background-repeat: repeat-y;
}

.Orange
{
  background-image: url(//species-id.net/o/thumb.php?f=Orange-bg_rounded.svg&width=700);
  background-repeat: repeat-y;
}

.Green
{
  background-image: url(//species-id.net/o/thumb.php?f=green-bg_rounded.svg&width=700);
  background-repeat: repeat-y;
}

.green
{
  background-image: url(//species-id.net/o/thumb.php?f=green-bg_rounded.svg&width=500);
  background-repeat: repeat-y;
}

.purple
{
  background-image: url(//species-id.net/o/thumb.php?f=purple-bg_rounded.svg&width=700);
  background-repeat: repeat-y;
}

.pink
{
  background-image: url(//species-id.net/o/thumb.php?f=pink-bg_rounded.svg&width=1000);
  background-repeat: repeat-y;
}
.pink > div
{
  padding : 0 !important;
}
/* Infobox */
div.infobox_v3 {
    clear: right;
    float: right;
    max-width: 325px;
    margin: 0px 0px 0.5em 1em;
}
.entete
{
 font-size:medium;
}
.infobox_v3.bordered{
    border: 1px solid #AAA;
    width: 250px;
    background: #F9F9F9 none repeat scroll 0% 0%;
}