You are not logged in.
Hi All;
For those of you who cant wait for this to be implemented: http://bugs.archlinux.org/task/10826 (please vote),
I have created a simple style to use with Stylish Firefox extension: https://addons.mozilla.org/en-US/firefox/addon/2108
The result is not bad..(for my taste at least):
How to use:
1. Install the Stylish FF extension (link above)
2. Install the Style from here: http://userstyles.org/styles/11276
Now you know where uv been
Last edited by daf666 (2008-10-17 11:15:01)
Offline
New about:blank - ArchLinux Dark Grey theme (Based on the arch slim theme...):
Install: http://userstyles.org/styles/11356
Offline
VERY cool
☃ Snowman ☃
Offline
Awesome!
Matt
"It is very difficult to educate the educated."
Offline
Oh man, that's pretty cool, I love it!!!
Offline
To make the navigation white again add the following to the style:
#main_nav ul li a:visited {
color: #ffffff !important;
}
#brdmenu ul li a:visited {
color: #ffffff !important;
}
(right click on the icon bottom right. edit the archlinux style and add the code)
Offline
To make the navigation white again add the following to the style
Cool! now its perfect, I will modify and add to the original on userstyles.
Offline
2 more fixes for the wiki:
a.new, #p-personal a.new {
color:#BA0000 !important;
}
.pBody a:visited {
color:#35526F !important;
}
Offline
2 more fixes for the wiki
Added
Offline
Uhm, that blank page thing... I would LOVE having it as a standard plugin for Firefox. That would be so sweet.
Arch - It's something refreshing
Offline
Offline
Ye, I installed both of those, not the archtoo tho
Archi686 User | Old Screenshots | Old .Configs
Vi veri universum vivus vici.
Offline
website is down
[home page] -- [code / configs]
"Once you go Arch, you must remain there for life or else Allan will track you down and break you."
-- Bregol
Offline
website is down
rats... but I guess its back up now..
Offline
I've created dark grey themes for home page and forum.
Home: http://userstyles.org/styles/13262
Forum: http://userstyles.org/styles/13263
Please post suggestions or bugs you find. Especially if someone knows how to change background color in post reply text area.
Merry Christmas
Offline
@Hrwa: Thanks so much!
Offline
wow~ thats pretty!
love'it
I've created dark grey themes for home page and forum.
Home: http://userstyles.org/styles/13262
http://i264.photobucket.com/albums/ii19 … humb-1.png
Forum: http://userstyles.org/styles/13263
http://i264.photobucket.com/albums/ii19 … -thumb.png
Please post suggestions or bugs you find. Especially if someone knows how to change background color in post reply text area.
Merry Christmas
o.O
Offline
Works for home page, aur, wiki but not forum ;-(
Mr Green I like Landuke!
Offline
the dark theme looks great!
Offline
Hi All;
For those of you who cant wait for this to be implemented: http://bugs.archlinux.org/task/10826 (please vote),
I have created a simple style to use with Stylish Firefox extension: https://addons.mozilla.org/en-US/firefox/addon/2108
The result is not bad..(for my taste at least):How to use:
1. Install the Stylish FF extension (link above)
2. Install the Style from here: http://userstyles.org/styles/11276Now you know where uv been
Would it be possible to leave the links the same color but have the not-visited links be bold, and the visited links not bold? Before I take what you have done and hack it to pieces trying to figure it out I thought I might just ask
Offline
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("archlinux.org") {
a:visited {
font-weight: normal !important;
}
a {
font-weight: bold !important;
}
}
Should work.
That's just CSS btw
Last edited by bluewind (2008-12-26 17:17:58)
Offline
When I start up Firefox with the Arch about:blank Stylish thing, I need to re-enable it through the Stylish toolbar to get the logo to show, otherwise it is just black.
Offline
To hrwa's theme, I had the issue that the homepage would only show up dark sometimes. I eventually figured out that it's because the theme is set to only work on the domain www.archlinux.org, which doesn't apply to the url http://archlinux.org because of the lack of www. If I added the domain archlinux.org to the homepage theme, it screwed the forums theme up. After looking around at some things and trying out, I seem to have found the solution.
To "arch linux home - dark grey" for stylish, changing the lines at the top to add the url-prefix line accordingly seems to make the right behavior on both home and the forums while using both stylish themes provided:
@-moz-document domain("www.archlinux.org"),
domain("wiki.archlinux.org"),
url-prefix("http://archlinux.org"),
domain("planet.archlinux.org"),
domain("bugs.archlinux.org"),
domain("repos.archlinux.org"),
domain("aur.archlinux.org"),
domain("projects.archlinux.org"){
Last edited by FrozenFox (2009-01-04 00:48:29)
Offline
@FrozenFox: Thanks for that tip, I've updated home theme on userstyles.org
Offline