Jump to content

User:SMcCandlish/sandbox.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* Temporary test code */
ul.SMcC2 { 
	list-style: none;
	list-style-type: disc;
	margin-left: 2em;
}
ul.SMcC2 li { 
}
ul.SMcC2 li:before {
	content: #149;
    font-size: 125%;
    line-height: 100%;
    color: #083C7B;
    margin-right: -0.5em;
}
ul.SMcC { 
	list-style: none;
	margin-left: 0.7em;
}
ul.SMcC li { 
}
ul.SMcC li:before {
    content: "•";
    font-size: 125%;
    line-height: 100%;
    color: #083C7B;
    padding-right: 0.4em;
}
.SMcClink a {
  color: green;
  text-decoration: none;
}
.SMcClink a:hover {
  color: red;
  position: relative;
}
.SMcClink a[title]:hover:after {
  content: attr(title);
}
.glossary-link span {
  text-decoration: underline dotted gray;
}
.glossary-link span:hover {
  position: relative;
}
.glossary-link span[data-glossary-term]:hover:after {
	content: "Glossary entry:\20 "attr(data-glossary-term);
}
.SMcClink a[title]:hover:after,
.glossary-link span[data-glossary-term]:hover:after,
span.glossary-link[data-glossary-term]:hover:after {
  padding: 2px 4px;
  color: #333;
  position: absolute;
  left: 0; 
  top: 1em;
  white-space: nowrap; 
  z-index: 20;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -moz-box-shadow: 0 0 1px #222;
  -webkit-box-shadow: 0 0 1px #222;
  box-shadow: 0 0 1px #222;
  background-image: -moz-linear-gradient(top, #efefef, #dedede);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #efefef),color-stop(1, #dedede));
  background-image: -webkit-linear-gradient(top, #efefef, #dedede);
  background-image: -moz-linear-gradient(top, #efefef, #dedede);
  background-image: -ms-linear-gradient(top, #efefef, #dedede);
  background-image: -o-linear-gradient(top, #efefef, #dedede);
  background-image: linear-gradient(top, #efefef, #dedede);
}
/** ********* end temporary test code ************************************** **/

/* WikiWidgets stuff; works great at de.wikipedia, and was tested here, 
but seems to have been abandoned. See [[Template:WikiWidget]]. */
/* WikiWidgets in articles - CAN BE REMOVED WHEN ADDED TO MediaWiki:common.css */
.WikiWidgetLogo:hover {
	cursor: pointer;
	opacity: 0.9;
}