MN Forum

Full Version: Can somebody send me the css file of pes pro?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hello,

can somebody can send me the css file of Pes pro because my css file is looking only in one Row and so its hard to change my style.

THX
Try opening it in Dreamweaver or a good .css editing programme and it will be much easier than on notepad etc - the tags and syntax are in colour which helps identify them much easier.

Changing your colour scheme is relatively straight forward - you only need to about 12 css classes and 4 or 5 images in the theme/pes/images folder

I hope that helps if it does...
it doesn't work in any editor. have somebody a css file looks like this

Quote:Hidden content for guests

because its is much easier to edit for me.
Go to Google and search for Notepad++, and download it. I guarantee you, you will enjoy it and it would solve your editor problem (don't forget to select language to 'CSS').
Yes good free css editor welcome

deadlef - Try using edit/find and replace to separate each style class into a seperate line

find
}.
replace with
}
.

It's not perfect but it will save you 30 mins and make the style.css file a lot more user friendly (but also much longer!)

I hope that helps - if it does....
Google Css beautifier
Free online CSS formatter with no download.

http://www.codebeautifier.com/
You can wrap words on Notepad++, Go to menu > click 'View' > click 'word wrap'.
(03-11-2013, 01:13 AM)welcome Wrote: [ -> ]Hidden content for guests

You can do that on the standard notepad as well.
Just tried out Codebeautifier - brilliant!
Pages: 1 2