Dark Style - fixed combo box - search color
Craigstlist - Dark - Natraj by nat2k5us
Details
Authornat2k5us
LicenseNONE
Categorytest-natraj-styles
Created
Updated
Size717 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Craigstlist - Dark - Xmas
@namespace USO Archive
@author AdamG
@description A style that darkens Craigslist backgrounds. It also makes unvisited links green and visited links red. Doesn't make the Background completely black or the links totally green/red; somewhat lessened contrast.
@version 20061221.14.27
@license NONE
@preprocessor uso
==/UserStyle== */
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("craigslist.org") {
*{background-color:rgb(25,25,0) !important;
color:rgb(150,150,150);}
/* For links: */
a:visited{color:rgb(255,100,100) !important;}
a:link{color:rgb(100,255,100) !important;}
}
.bd-combo-box input{
color: pink;
}