24.08.2011, 17:25
(Dieser Beitrag wurde zuletzt bearbeitet: 26.08.2014, 09:53 von MyBB.de Bot.)
Eine neue Erweiterung wurde veröffentlicht: Simple Light blue Theme
Zitat:The background for this and the thread background are all done in css meaning if you are looking for something with easy customization then this is perfect. All you have to do is go to global.css and edit this code:
background: #BEC9FE; /* for non-css3 browsers */
filter: progidXImageTransform.Microsoft.gradient(startColorstr='#BEC9FE', endColorstr='#081D83'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#BEC9FE), to(#081D83)); /* for webkit browsers */
background: -moz-linear-gradient(top, #BEC9FE, #081D83); /* for firefox 3.6+ */