Apr 17, 2007, 11:29 PM
Here is a light blue theme based off the original MyBulletin theme with a little inspiration from the Admin Blue ACP theme. It includes the vb styled drop-down menus as part of the template. This template brings together some "easy on the eye" colors with the nice blue buttons of default MyBB as well as it's default logo to make a simplistic and professional looking effect while sticking to the feel of MyBB!
Note: This has been tested on MyBB 1.2.5 and it works!
Here is a screenshot:
![[Image: bluebulletinscreenshottb7.th.jpg]](http://img101.imageshack.us/img101/1011/bluebulletinscreenshottb7.th.jpg)
4-21-07 *For users whom already have this theme installed there is a small change needed in CSS to clean up Quote section and Code section.
Attention In:
ACP>Themes>Modify/Delete>Theme Management>BlueBulletin>Additional CSS
Please replace all additional css with:
Note: This has been tested on MyBB 1.2.5 and it works!
Here is a screenshot:
![[Image: bluebulletinscreenshottb7.th.jpg]](http://img101.imageshack.us/img101/1011/bluebulletinscreenshottb7.th.jpg)
4-21-07 *For users whom already have this theme installed there is a small change needed in CSS to clean up Quote section and Code section.
Attention In:
ACP>Themes>Modify/Delete>Theme Management>BlueBulletin>Additional CSS
Please replace all additional css with:
Code:
#copyright {
background-color: #FFFFFF;
font: Verdana, Arial, Sans-Serif;
text-align: center;
}
.topmenu{
font-size: 11px;
text-align: center;
}
.login{
background-color: #E1E4F2;
font-size: 11px;
}
.usercpnav{
background-color: #E1E4F2;
padding: 4px;
}
/* Custom Scrolling Quote and Code Sections By: SloDesignz*/
.quote_header {
background: url(images/Blue_Bulletin/thead_bg.gif) repeat-x top left; /* Quote Header Background Image */
background-color: #E1E4F2;
border-top: 1px solid #0B198C;
border-right: 1px solid #0B198C;
border-left: 1px solid #0B198C;
border-bottom: 0px;
font-weight: bold;
color: #FFFFFF;
padding: 4px;
}
.quote_body {
background-color: #FFFFFF;
border-top: 1px solid #0B198C;
border-left: 1px solid #0B198C;
border-bottom: 1px solid #0B198C;
border-right: 1px solid #0B198C;
overflow: auto; /* Scroll */
height: 150px; /* Scroll Height */
font-style: italic;
padding: 4px;
}
.code_header {
background: url(images/Blue_Bulletin/thead_bg.gif) repeat-x top left; /* Code Header Background Image */
background-color: #E1E4F2;
border-top: 1px solid #0B198C;
border-right: 1px solid #0B198C;
border-left: 1px solid #0B198C;
border-bottom: 0px;
font-weight: bold;
color: #FFFFFF;
padding: 4px;
}
.code_body {
background-color: #FFFFFF;
border-top: 1px solid #0B198C;
border-left: 1px solid #0B198C;
border-bottom: 1px solid #0B198C;
border-right: 1px solid #0B198C;
overflow: auto; /* Scroll */
height: 150px; /* Scroll Height */
padding: 4px;
}
/* Popup Menus */
.popup_button {
color: #FFFFFF;
text-align: right;
font-weight: bold;
padding: 3px;
margin-top: 3px;
margin-bottom: 3px;
margin-left: 3px;
}
a.popup_button:link,
a.popup_button:visited,
a.popup_button:active,
a.popup_button:hover {
text-decoration: none;
color: #FFFFFF;
}
.popup_menu {
position: absolute;
border: 1px solid #000000;
background: #E1E4F2;
}
.popup_menu ul
{
margin:0px;
padding:0px;
list-style-type:none;
}
.popup_menu li
{
background: #FFFFFF;
margin: 1px;
padding: 0;
}
.popup_menu ul li a
{
display: block;
padding: 3px;
color: #000000;
text-decoration: none;
}
* html .popup_menu ul li a {
display: visible;
width: 100%;
}
.popup_menu a:hover {
background: #0B198C;
text-decoration: none;
color: #000000;
}
.menupop {
background: #FFFFFF;
color: #000000;
border: 1px solid #0B198C;
}![[Image: bluebulletinscreenv2us7.th.jpg]](http://img179.imageshack.us/img179/3756/bluebulletinscreenv2us7.th.jpg)
i love this theme