CheatsGuru.com Cheats
[ PC ]Search "profile" in CheatsGuru.com Tags :
![]() Armalon |
Easter Egg - How to make the profile multi-colouredIn this mini-article i'll explain how to change color in your profile. You can see here example. I do not speak about background pictures, i'll explain this thing in next message. <style> (Things that can be changed are marked by italic) And all headers in your profile will be red. By the way, you can choose any color as you wish: red, pink, orange, yellow, darkviolet, lime, green, teal, skyblue, blue, tan... Full list of colors see here. To change link color write this: <style> You can combine link and headers color: <style> As you can see, we always use style tag, it is necessary for correct display! To change all other text copy this text: <style> Here that it has turned out finally: This is my multi-coloured profile =) If you have any questions, or any remark, please, contact me! |
|
Comrade |
Easter Egg - How to put Background Image in profileHallo everyone! Today i'll tell you how to put a background picture in your profile like here. <style> That's all. Contact me, if you have any questions! |
![]() Custard |
Easter Egg - Profile LinesHi all! Since the HTML horizontal line tag was disabled on profiles there hasn't been an easy way to make lines. Lines can be good for deviding contents and making profiles look neater and fancy. I am here to tell you a way to make easy to use and customize lines with CSS. If you have used CSS before such as the background images or profile colors then you will have no trouble, I will try to make it best explained as I can for everyone. First you should know we are putting this in the "About Me" box in "Edit personal info", here: http://www.cheatsguru.com/my/edit.php (Sorry the codes on this hint are not able to be copy/paste, you must type them) Here is the full codes you will need:
You can put this code anywhere in the box, but if you already have a style tags on your page you should put these codes between them instead of making another style tags(you only ever need one set of style tags). Also, putting the style at the top of the page makes sure it loads before the rest of the page.
Once you have that code in place you just have to insert this short code where-ever you want a line on your content part! Code:
It's that easy! Now let me explain the changing features of the line, you can edit elements of the style section of code.
Margin function: This has 3 properties. The first property is marked "4px"(4 pixels), that is the distance of empty space between the top of the line and the content above it. You can edit this number to make the gap smaller or bigger. The second property is marked "-10px",(negative 10 pixels), this is the gap between the sides of the line and the sides of the "About Me" box. It is set to negative 10 to counter the 10px margin already set by the "About Me" box, so it is as close as it can be to the edges. You can make the line shorter by increasing the number. The third property marked "4px" is the distance between the bottom of the line and the content below it, works the same as the first one. Border function: This also has 3 properties. The first is marked "1px"(1 pixel), this is the property that determines the height of the line. The height of the line will be double the number of pixels you put here, due to the nature of borders, so this example would be 2 pixels high. If you don't want the number to be doubled you can rename the "border" as "border-top". The second value, marked as "solid", defines the appearance of the line. "Solid" will make a solid line,... continue → |





