MediaWiki:Common.css: Diferență între versiuni
Linia 78: | Linia 78: | ||
height: 168px; | height: 168px; | ||
width: 280px; | width: 280px; | ||
+ | } | ||
+ | |||
+ | /* Define a class for the green square */ | ||
+ | .green-square { | ||
+ | width: 20px; /* Adjust width as needed */ | ||
+ | height: 20px; /* Adjust height as needed */ | ||
+ | background-color: green; /* Set the background color to green */ | ||
} | } |
Versiunea de la data 9 mai 2024 09:48
/** CSS plasate aici vor fi aplicate tuturor aparițiilor */
body {
background: url('https://ro-wiki.metin2.gameforge.com/images/4/49/Background3.jpg') no-repeat fixed center top #000;
overflow-x: visible !important;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
/* End New Skin CSS */
body.page-Pagina_principală #catlinks,
body.page-Pagina_principală h1.firstHeading{
display: none;
}
li.gallerybox div.thumb,
div.tright div.thumbinner {
background: none;
border: 1px solid rgb(150, 150, 150);
}
html .thumbimage {
border: 1px solid rgb(180, 180, 180);
}
.transparentbckg800 {
background: url("https://en-wiki.metin2.gameforge.com/images/9/9f/Transparentbackground.png") repeat;
display: inline-block;
padding: 5px;
width: 790px;
color: #00000;
border: 1px solid #000000;
border-radius: 5px;
}
.transparentbackground {
background: url("https://en-wiki.metin2.gameforge.com/images/9/9f/Transparentbackground.png") repeat;
border: 1px solid #000000;
}
.boxesheaderbackground {
background: url("https://en-wiki.metin2.gameforge.com/images/3/39/Boxesheaderbackgroundnormal.png") repeat 0em 0em;
}
.nativelooktop {
background: url("https://en-wiki.metin2.gameforge.com/images/1/1c/Nativelooktop.jpg") no-repeat;
padding: 0px;
width: 190px;
height: 10px;
}
.nativelookbackground {
background-image: url("https://en-wiki.metin2.gameforge.com/images/1/12/Nativelookbackground.jpg");
background-repeat: repeat-y;
padding: 0px;
width: 190px;
}
.nativelookbottom {
background: url("https://en-wiki.metin2.gameforge.com/images/8/8b/Nativelookbottom.jpg") no-repeat;
padding: 0px;
width: 190px;
height: 10px;
}
/*
https://en-wiki.metin2.gameforge.com/images/3/39/Boxesheaderbackgroundnormal.png
https://en-wiki.metin2.gameforge.com/images/6/66/Valentineboxheader.png
https://en-wiki.metin2.gameforge.com/images/4/47/Boxesheaderbackgroundxmas.png
*/
.News {
background: url("https://image.board.gameforge.com/uploads/metin2/es/announcement_metin2_es_448269bba43cba1a9a46a5ea906cea5f.png") no-repeat;
height: 168px;
width: 280px;
}
/* Define a class for the green square */
.green-square {
width: 20px; /* Adjust width as needed */
height: 20px; /* Adjust height as needed */
background-color: green; /* Set the background color to green */
}