MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Manual revert |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 3: | Line 3: | ||
/* Editeu aquest fitxer per personalitzar totes les aparences per al lloc sencer */ | /* Editeu aquest fitxer per personalitzar totes les aparences per al lloc sencer */ | ||
/* Dropdown Button */ | /* Dropdown Button */ | ||
/* Menu general */ | |||
/* ### MODIFICACIONS ### */ | /* ### MODIFICACIONS ### */ | ||
| Line 108: | Line 110: | ||
/* ### MODIFICACIONS FI ### */ | /* ### MODIFICACIONS FI ### */ | ||
/* ------------------------------------------------------------------------------- */ | |||
/* NAVIGATING THE MAP */ | |||
/* ## DROP 7 ## */ | |||
.dropbtn7 { | |||
border: none; | |||
} | |||
.dropdown7:hover .dropbtn7 {} | |||
/* The container <div> - needed to position the dropdown content */ | |||
.dropdown7 { | |||
position: relative; | |||
display: inline-block; | |||
} | |||
/* Dropdown Content f1f1f1 (Hidden by Default) */ | |||
.dropdown7-content { | |||
display: none; | |||
position: absolute; | |||
background-color: #fdcc33; | |||
min-width: 700px; | |||
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); | |||
z-index: 1; | |||
border-radius:15px; | |||
} | |||
/* Links inside the dropdown */ | |||
.dropdown7-content a { | |||
color: black; | |||
padding: 0px 0px; | |||
text-decoration: none; | |||
display: block; | |||
} | |||
/* Change color of dropdown links on hover */ | |||
.dropdown7-content a:hover {background-color: #ddd;} | |||
/* Show the dropdown menu on hover */ | |||
.dropdown7:hover .dropdown7-content {display: block;} | |||
## FI DROOPDWN7 ## | |||
Latest revision as of 12:49, 26 January 2026
/* CSS placed here will be applied to all skins */
/* Los estilos CSS colocados aquí se aplicarán a todas las apariencias */
/* Editeu aquest fitxer per personalitzar totes les aparences per al lloc sencer */
/* Dropdown Button */
/* Menu general */
/* ### MODIFICACIONS ### */
/* ## DROP 2 ## */
.dropbtn2 {
background-color: #fdcc33;
color: #504d66;
border: none;
}
.dropdown2:hover .dropbtn2 {background-color: #ddd;color: #504d663;}
/* The container <div> - needed to position the dropdown content */
.dropdown2 {
position: relative;
display: inline-block;
}
/* Dropdown Content f1f1f1 (Hidden by Default) */
.dropdown2-content {
display: none;
position: absolute;
background-color: #fdcc33;
min-width: 700px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
border-radius:15px;
}
/* Links inside the dropdown */
.dropdown2-content a {
color: black;
padding: 0px 0px;
text-decoration: none;
display: block;
}
/* Change color of dropdown links on hover */
.dropdown2-content a:hover {background-color: #ddd;}
/* Show the dropdown menu on hover */
.dropdown2:hover .dropdown2-content {display: block;}
/* ## FI DROP 2 ## */
/* ## DROP 3 ## */
.dropbtn3 {
background-color: #ee322d;
color: #ddd;
border: none;
border-radius: 10px;
padding-left: 5px;
padding-right: 5px;
}
/* The container <div> - needed to position the dropdown content */
.dropdown3 {
position: relative;
display: inline-block;
}
.dropdown3 a:link, a:visited, a:active {
text-decoration:none;
color: #ddd;
}
.dropdown3 a:hover {
text-decoration:none;
color: #504d66;
}
/* FI DROP 3 */
/* INICI DROP 5 */
.dropbtn5 {
background-color: #fdcc33;
color: #504d66;
border: none;
border-radius: 10px;
/* padding-left: 5px; */
/* padding-right: 5px; */
}
/* The container <div> - needed to position the dropdown content */
.dropdown5 {
position: relative;
display: inline-block;
}
.dropdown5 a:link, a:visited, a:active {
text-decoration:none;
color: #504d66;
}
.dropdown5 a:hover {
text-decoration:none;
color: #504d66;
background-color: #ddd
}
/* FI DROP 5 */
/* ### MODIFICACIONS FI ### */
/* ------------------------------------------------------------------------------- */
/* NAVIGATING THE MAP */
/* ## DROP 7 ## */
.dropbtn7 {
border: none;
}
.dropdown7:hover .dropbtn7 {}
/* The container <div> - needed to position the dropdown content */
.dropdown7 {
position: relative;
display: inline-block;
}
/* Dropdown Content f1f1f1 (Hidden by Default) */
.dropdown7-content {
display: none;
position: absolute;
background-color: #fdcc33;
min-width: 700px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
border-radius:15px;
}
/* Links inside the dropdown */
.dropdown7-content a {
color: black;
padding: 0px 0px;
text-decoration: none;
display: block;
}
/* Change color of dropdown links on hover */
.dropdown7-content a:hover {background-color: #ddd;}
/* Show the dropdown menu on hover */
.dropdown7:hover .dropdown7-content {display: block;}
## FI DROOPDWN7 ##