Subpage under development, new version coming soon!
Topic closed!!!
Subject: Skins
arsenal.....http://www.freewebs.com/winchester33/Sokker/skin2.css
Is someone willing to do a skin for my favourite team UTA Arad ? The colors of the team are red and white.
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)
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)
Are there any skins that are suitable for work? The excel one hasn't been working for ages.
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?
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?
In styleclassic.css look for this:
.frPostContent {
background-color: white;
color: black;
padding: 2px 2px 10px 2px;
}
and change the color property.
.frPostContent {
background-color: white;
color: black;
padding: 2px 2px 10px 2px;
}
and change the color property.