Difference between revisions of "MediaWiki:Mobile.css"
From PlantUse English
Maëva Rouxel (Talk | contribs) |
Maëva Rouxel (Talk | contribs) |
||
Line 3: | Line 3: | ||
{ | { | ||
display : none; | display : none; | ||
+ | } | ||
+ | |||
+ | .Blue | ||
+ | { | ||
+ | background-image: url(http://species-id.net/o/thumb.php?f=Blue-bg_rounded.svg&width=700); | ||
+ | background-repeat: repeat-y; | ||
+ | } | ||
+ | |||
+ | .Orange | ||
+ | { | ||
+ | background-image: url(http://species-id.net/o/thumb.php?f=Orange-bg_rounded.svg&width=850); | ||
+ | background-repeat: repeat-y; | ||
+ | } | ||
+ | |||
+ | .Green | ||
+ | { | ||
+ | background-image: url(http://species-id.net/o/thumb.php?f=green-bg_rounded.svg&width=700); | ||
+ | background-repeat: repeat-y; | ||
+ | } | ||
+ | |||
+ | .green | ||
+ | { | ||
+ | background-image: url(http://species-id.net/o/thumb.php?f=green-bg_rounded.svg&width=500); | ||
+ | background-repeat: repeat-y; | ||
+ | } | ||
+ | |||
+ | .purple | ||
+ | { | ||
+ | background-image: url(http://species-id.net/o/thumb.php?f=purple-bg_rounded.svg&width=700); | ||
+ | background-repeat: repeat-y; | ||
} | } |
Revision as of 14:56, 12 May 2016
#bodyContent > div > div:nth-child(4)
{
display : none;
}
.Blue
{
background-image: url(http://species-id.net/o/thumb.php?f=Blue-bg_rounded.svg&width=700);
background-repeat: repeat-y;
}
.Orange
{
background-image: url(http://species-id.net/o/thumb.php?f=Orange-bg_rounded.svg&width=850);
background-repeat: repeat-y;
}
.Green
{
background-image: url(http://species-id.net/o/thumb.php?f=green-bg_rounded.svg&width=700);
background-repeat: repeat-y;
}
.green
{
background-image: url(http://species-id.net/o/thumb.php?f=green-bg_rounded.svg&width=500);
background-repeat: repeat-y;
}
.purple
{
background-image: url(http://species-id.net/o/thumb.php?f=purple-bg_rounded.svg&width=700);
background-repeat: repeat-y;
}