User:YuviPanda/AssessmentBar.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:YuviPanda/AssessmentBar and an accompanying .js page at User:YuviPanda/AssessmentBar.js. |
#assbar-container {
position: fixed;
font-family: Helvetica, Verdana, Sans-Serif;
bottom: 0px;
width: 100%;
background-color: White;
font-size: 11pt;
text-transform: Capitalize;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* IE10+ */
background: linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
-webkit-box-shadow: 0px 0px 2px 3px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0px 0px 2px 3px rgba(0, 0, 0, 0.25);
box-shadow: 0px 0px 2px 3px rgba(0, 0, 0, 0.25);
}
#assbar-container a {
cursor: pointer; /* Because why should I specify href='#'? */
}
.assbar-item {
float: left;
padding: 10px 5px;
border-left: 1px solid lightgrey;
}
.assbar-item-title {
color: #333;
font-variant: small-caps;
}
.assbar-item-check-label {
font-size: 9pt;
text-transform: Uppercase;
color: #666;
}
#assbar-actions {
float: right;
}
#assbar-new-subproject-dialog {
display: none;
}