|
发表于 2014-3-24 12:52:01
|
显示全部楼层
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url("about:home") {
html body{
font-family: sans-serif;
background: rgb(24,24,24) url("http://1.su.bdimg.com/skin/109.jpg") repeat !important;
color: rgb(166,166,166);
height: 100%;
}
/* Hide stuff */
nothing, #brandLogo, #aboutMozilla, #snippetContainer, #searchEngineLogo, #restorePreviousSessionSeparator{
display: none !important;
}
/* Removes animations and other special effects for a clean interface */
* {
animation-duration: 0s !important;
transition-duration: 0s !important;
transition-delay: 0s, 0s, 0s !important;
border-radius: 0px !important;
box-shadow: none !important;
font-style: normal !important;
font-weight: normal !important;
text-decoration: none !important;
text-shadow: none !important;
}
/* Backgrounds */
.spacer, #searchContainer, #contentContainer{
background: none !important;
}
/* Search form */
#searchForm * {
border-radius: 0 !important;
border-color: hsl(0, 0%, 60%) !important;
}
#searchForm {
width: 40% !important;
}
input {
font-style: normal !important;
font-weight: normal !important;
text-decoration: none !important;
text-shadow: none !important;
color: black !important;
font-size: 12pt !important;
}
#searchSubmit{
border-color: hsl(0, 0%, 60%) !important;
background: hsl(0, 0%, 90%) !important;
border-radius: 0 !important;
font-style: normal !important;
font-weight: normal !important;
text-decoration: none !important;
text-shadow: none !important;
font-size: 12pt !important;
color: hsl(0, 0%, 15%) !important;
}
#searchSubmit:hover{
border-color: hsl(0, 0%, 50%) !important;
background: hsl(0, 0%, 96%) !important;
color: hsl(0, 0%, 0%) !important;
}
/* Launch buttons */
#launcher{
/*position: absolute !important;
top: 55% !important;
background: none !important;*/
right: 0% !important;
border: none !important;
}
.launchButton{
border-color: hsl(0, 0%, 60%) !important;
background: hsl(0, 0%, 90%) !important;
border-radius: 0 !important;
font-style: normal !important;
font-weight: normal !important;
text-decoration: none !important;
text-shadow: none !important;
color: hsl(0, 0%, 15%) !important;
padding: 4px 2px !important;
margin: 20px 2px !important;
}
.launchButton:hover{
border-color: hsl(0, 0%, 50%) !important;
background: hsl(0, 0%, 96%) !important;
color: hsl(0, 0%, 0%) !important;
}
_moz_generated_content_before, _moz_generated_content_image, ::before {
display: none !important;
}
.launchButton{
font-size: 12pt !important;
}
} |
|