Azərbaycan dili Bahasa Indonesia Bosanski Català Čeština Dansk Deutsch Eesti English Español Français Galego Hrvatski Italiano Latviešu Lietuvių Magyar Malti Mакедонски Nederlands Norsk Polski Português Português BR Românã Slovenčina Srpski Suomi Svenska Tiếng Việt Türkçe Ελληνικά Български Русский Українська Հայերեն ქართული ენა 中文
Subpage under development, new version coming soon!
 Topic closed!!!

Subject: Skins

2007-09-22 08:07:34
arsenal.....http://www.freewebs.com/winchester33/Sokker/skin2.css
2007-09-22 23:44:29
2007-09-23 21:06:06
Is someone willing to do a skin for my favourite team UTA Arad ? The colors of the team are red and white.
2007-09-24 15:36:37
A lot of users already fired a good youth by mistake. So, I wrote a css code to highlight the whole row in the youth school list when u put me mouse over it. Here's the code:

tr:hover td.list2 {
background-color: #CDCDCD;
}

I decided to put it here so skinmarkers could add it to their skins.
----------------
About this that I've said, forget it. This works fine in the juniors.php page, but as I saw later, the selector is not unique for the all site, so we have a annoying side effect in some other pages, like match orders page and NT ranking page.

For those who like that tool, I've created this script for Greasemonkey. It creates the same effect, but using javascript. Also, you can select the color. Go to Tools>>Greasemonkey>>User Script Commands>>Choose a color..., type in a new color and refresh the youth school page to see how it looks.

Enjoy! =D
(edited)
2007-11-09 17:48:15
^
2007-11-11 21:38:23
up
2007-11-18 19:48:54
next czech skin.. :)

http://managers-photos.wz.cz/cz.css
2007-11-18 21:15:16
can anyone make Azerbaijan skin?
2007-11-19 13:53:48
Are there any skins that are suitable for work? The excel one hasn't been working for ages.
2007-11-24 16:08:11
this one,Henry?:]
2007-11-24 16:13:41
tnx :)
2007-11-25 07:32:17
katabambu is good :P
2008-01-02 20:18:44
Juventus Torino skin anybody???
2008-01-02 21:37:19
can someone make me a skin of AFC AJAX? plz!
2008-01-08 23:46:19
Hi all.

Im not a css expert, so i have a question.

I want to change the font color of the posts. I wanna have a different color in the read posts (the context) and the new posts. Does anyone know how i can achieve that?
2008-01-09 18:07:54
In styleclassic.css look for this:

.frPostContent {
background-color: white;
color: black;
padding: 2px 2px 10px 2px;
}

and change the color property.