User:Fred Gandt/quickLinks.css
Appearance
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
This user script seems to have a documentation page at User:Fred Gandt/quickLinks and an accompanying .js page at User:Fred Gandt/quickLinks.js. |
#fg-quick-links-switch {
text-decoration: none;
padding: .5em .2em;
font-size: 1.7em;
background: none;
height: 1.46em;
color: #ffbc41;
width: 1em;
}
#fg-quick-links-switch::before {
content: "\02606";
}
#fg-quick-links-switch.fg-quick-links::before {
content: "\02605";
}
#fg-quick-links-view {
text-decoration: none;
padding: .8em .3em;
background: none;
font-size: 1.1em;
height: 2.3em;
color: unset;
opacity: .5;
width: 2em;
}
#fg-quick-links-view::before {
content: "\1F50D";
}
#fg-quick-links span > span {
display: inline;
}
#fg-quick-links span > div {
display: none;
position: absolute;
min-width: 300px;
background: #fff;
z-index: 2000;
margin-top: 2.2em;
padding: 1em;
border: 1px solid #a7d7f9;
border-radius: 3px;
box-shadow: 2px 2px 15px -2px rgba(0, 0, 0, 0.5);
}
#fg-quick-links-ql {
max-height: calc( 80vh - 13em );
padding-right: 2em;
overflow: auto;
overflow-x: hidden;
overscroll-behavior: contain;
}
#fg-quick-links-ql ul {
float: none !important;
background: none;
}
#fg-quick-links-ql ul.fg-quick-links-empty {
display: none;
}
#fg-quick-links-ql li {
float: none !important;
height: auto;
background: none;
}
#fg-quick-links-ql li.fg-quick-links-title {
font-weight: bold;
color: #666;
cursor: pointer;
}
#fg-quick-links-ql li:not( .fg-quick-links-title ) {
display: none;
margin-left: 1.3em;
}
#fg-quick-links-ql li a {
padding: 0;
float: none;
height: auto;
display: block;
margin-left: 1.3em;
background-image: none;
}
#fg-quick-links-ql ul li.fg-quick-links-title::before {
content: '►\A0';
float: left;
color: #aaa;
}
#fg-quick-links-ql ul.fg-quick-links-open li.fg-quick-links-title::before {
content: '▼\A0';
}
#fg-quick-links-ql li:not( [class=fg-quick-links-title] )::before {
content: 'x';
float: left;
color: #fff;
background: rgba( 255, 0, 0, 0.5 );
border-radius: 100%;
padding: 1px 3px;
font-size: 10px;
line-height: 10px;
margin-top: 2px;
cursor: pointer;
}
#fg-quick-links input {
margin-bottom: 1em;
width: calc( 100% - 2em - 2px );
padding: 0.5em 1em 0.6em;
border: 1px solid #aaa;
border-radius: 3px;
}
#fg-quick-links button {
display: none;
margin-top: 1em;
}
#p-views,
#fg-quick-links span:hover > div,
#fg-quick-links.fg-quick-links button,
#fg-quick-links.fg-quick-links span > div,
#fg-quick-links-ql ul.fg-quick-links-open li {
display: block;
}