MyBB.de Forum
Simple Light blue Theme - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Anpassungen (https://www.mybb.de/forum/forum-47.html)
+--- Forum: Theme-Veröffentlichungen und -Support (https://www.mybb.de/forum/forum-83.html)
+--- Thema: Simple Light blue Theme (/thread-23648.html)



Simple Light blue Theme - MyBB.de Bot - 24.08.2011

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: progidBig GrinXImageTransform.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+ */