BMW UserLogos - A work in progress
Sastre Tue, 04/07/2009 - 15:03
Hey all,
So I've written a little script of my own that makes the BlueMarine theme into a BMW-colored layout with dark blues, whites, and blacks! I also shaped it to resemble Facebook fonts and inputs. Try it out in stylish if you like! I've left the code here; tell me what you think. Oh, and at the end I've included the addon to see the checkered background of transparent logos on mouse over!
~M.
/*
* BMW/Facebook UserLogos written by M.Shadows
*/
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url("about:blank") {
body{ background-color:#ffffff !important }
}
@-moz-document url-prefix(http://userlogos.org/) {
* {
background-color: #ffffff !important;
background-image: none !important;
border-color: #222222 !important;
color: #000000 !important;
font-family: Tahoma !important;
font-size: 0.99em !important;
}
a:link {
color: #0d3958 !important;
}
a:visited {
color: #0d3958 !important;
font-weight: bold !important;
}
a:hover,
a:active {
color: #0d3958 !important;
}
em {
color: #3b5998 !important;
}
select,
textarea,
input[name=q],
input[type=text],
input[type=password],
input[type=file] {
background-color: #ffffff !important;
-moz-appearance: none !important;
color: #000000 !important;
font-family: Tahoma !important;
font-size: 1.1em !important;
border: 1px solid #0d3958 !important;
}
input[type=button],
input[type=submit],
input[type=reset] {
background-color: #5c74a3 !important;
color: #ffffff !important;
font-family: Verdana !important;
font-weight: bold !important;
font-size: 1.1em !important;
-moz-appearance: none !important;
border-color: #183262 !important;
}
img {
opacity: 1.00 !important;
-moz-opacity: 1.00 !important;
}
}
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("userlogos.org") {
}
hr
{
display:none !important;
}
--
- Sastre's blog
- Log in or register to post comments or vote.
- +1
- 1 vote
Comments
Re: BMW UserLogos - A work in progress
Submitted by chiaroscuro on Wed, 04/15/2009 - 00:13Oh, and at the end I've included the addon to see the checkered background of transparent logos on mouse over!
I wonder if there is not an inherent weakness in your Transparent Checkerboard Version above.
It will not alert you to a Transparent Logos that cannot be seen against a Black background
Maybe a Version of macleod.macs Version
is more useful in that respect ?
Many thanks
Re: BMW UserLogos - A work in progress
Submitted by Sastre on Wed, 04/15/2009 - 20:05I don't use black backgrounds. So that doesn't concern me; it's modded for my specs.
--
