A rough style that allows for the repositioning of static elements and customization of background image.
Advertisement
| Author | momentovitae |
|---|---|
| License | © momentovitae. |
| Created | Nov 19, 2011 |
| Updated | Nov 19, 2011 |
| Installs (this week) | 6 |
|---|---|
| Installs (total) | 220 |
| Show CSS |
Notes
While it is possible to change many aspects of Meebo's appearance, I find that a simple approach is better than a complex one. For that reason, the actual online list and chat boxes are left untouched. I usually use a background and choose a pre-defined color scheme that fits.
To customize the color scheme, use meebo's built in preference changer found under the menu preference > appearance. Clear the current background and select one of the color schemes. To customize the background image change the following CSS:
background: #000 url("YOUR IMAGE URL HERE") repeat center center fixed !important;
the css allows for the image to stretch to fully cover the browser screen so if you want to use a tiled background you would have to delete the following four lines:
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
I released this style after some tinkering because I figured that there was another like myself that wanted to be able to customize the background of meebo. Enjoy.
To customize the color scheme, use meebo's built in preference changer found under the menu preference > appearance. Clear the current background and select one of the color schemes. To customize the background image change the following CSS:
background: #000 url("YOUR IMAGE URL HERE") repeat center center fixed !important;
the css allows for the image to stretch to fully cover the browser screen so if you want to use a tiled background you would have to delete the following four lines:
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
I released this style after some tinkering because I figured that there was another like myself that wanted to be able to customize the background of meebo. Enjoy.
Feedback
Discussions
No discussions posted yet. Be the first to ask a question or review this style.
