Making Scribd less lightbulby
Scribd Soft Dark by lpil
Details
Authorlpil
LicenseCC-BY-4.0
Categorywww.scribd.com
Created
Updated
Size3.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Scribd Dark
@namespace USO Archive
@author Blazerp
@description `A dark Theme for Scribd`
@version 20171017.3.33
@license CC-BY-4.0
@preprocessor uso
==/UserStyle== */
@-moz-document url-prefix("https://www.scribd.com") {
html,
#newtab-window {
background: url("https://i.imgur.com/ZHsHHxl.png")/**
*/
#222/* fixed */
!important
}
/*----- DEFAULT TEXT, BORDER & BACKGROUND COLORS -----*/
* {
color: #999 !important;
text-shadow: 0 0 3px #000 !important;
box-shadow: none !important;
background-color: #111118 !important;
border-color: #444 !important;
border-top-color: #444 !important;
border-bottom-color: #444 !important;
border-left-color: #444 !important;
border-right-color: #444 !important
}
body {
background: transparent !important
}
*:before,
*:after {
background-color: transparent !important;
border-color: #444 !important
}
a,
a * {
color: #409B9B !important;
text-decoration: none !important
}
a:visited,
a:visited * {
color: #607069 !important
}
h1,
h2,
h3,
h4,
h5,
h6,
h1 *,
h2 *,
h3 *,
strong,
[id*="headline"],
[class*="headline"],
[id*="header"],
[class*="header"],
[class*="header"] td {
color: #DDD !important
}
a h1,
a h2,
a h3,
a h4,
a h5,
a h6,
h1 a,
h2 a,
h3 a,
a strong,
a[id*="headline"],
a[class*="headline"],
a[id*="header"],
a[class*="header"] {
text-decoration: underline !important
}
[class*="error"],
[class*="alert"],
code,
span[onclick],
div[onclick] {
color: #900 !important
}
:focus {
outline: none !important
}
input *,
select *,
button *,
a.button *,
a.submit * {
color: #BBB !important;
text-shadow: none !important
}
select input[type="button"],
select button {
border: none !important
}
select button {
min-height: 8px !important
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
a.button:active,
a[class*="button"]:not(:empty):active,
a.submit:active,
a.BigButton:active,
a.TabLink:active,
.Active .TabLink {
background: #292929 !important;
color: #FFF !important
}
textarea {
-moz-appearance: none !important;
-webkit-appearance: none !important;
background: rgba(0, 0, 0, .3) !important;
border-radius: 3px !important;
border: 1px solid #000 !important;
box-shadow: inset 0 0 8px #000 !important;
transition: border-color, background, 0.3s !important
}
textarea,
textarea * {
color: #C8C8C8 !important;
text-shadow: 0 0 1px gray !important
}
option {
background: none !important;
color: #666 !important
}
#scribd_blue_long_logo {
height: 0 !important;
width: 0 !important;
/* these numbers match the new image's dimensions */
padding-left: 125px !important;
padding-top: 25px !important;
background: url(http://example.com/your/image/here) no-repeat !important;
}
}