I go to ACP ->Templates-> images and put a image to main logo. I refresh and run cache.
But it didn'twork! So i think this theme need to set logo in some file, or something like that.
Please Help!
Sorry for bad english!
miguelavelar wrote:I'm new in here, and i install the phpbb 3.04 last version. And i install the theme AeroGreen. I have a problem in logo.
I go to ACP ->Templates-> images and put a image to main logo. I refresh and run cache.
But it didn'twork! So i think this theme need to set logo in some file, or something like that.


momentum wrote:I installed the AeroBlue style on a test board some time back (under phpBB 3.0.2) and at the time I found a post showing how to hold the background stationery while scrolling any of the pages.
I'm currently planning on installing the style on a live site and would like to use the same trick, but can't find the original post and no longer have the 3.0.2 test installation.
Can anyone help me?
Craig.
body {
/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
color: #000000;
background-color: #CCE3F3;
background-image: url('./images/bg.gif');
background-repeat: repeat-x;
background-position: top;
background-attachment: scroll;
font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
margin: 0 auto;
}
.forwardpm-icon span { background: none 0 0 no-repeat; }/* The following are part of the calendar mod.
They follow the same format as the reply-icon, post-icon, locked-icon, pmreply-icon, newpm-icon, and forwardpm-icon.
If you are trying to implement a style other then prosilver, look at how your existing style defines
those icons, and do the same for the new calendar icons.
*/
.calendar-new-icon span { background: transparent none 0 0 no-repeat; }
.calendar-day-icon span { background: transparent none 0 0 no-repeat; }
.calendar-week-icon span { background: transparent none 0 0 no-repeat; }
.calendar-month-icon span { background: transparent none 0 0 no-repeat; }.buttons div.forwardpm-icon { width: {IMG_BUTTON_PM_FORWARD_WIDTH}px; height: {IMG_BUTTON_PM_FORWARD_HEIGHT}px; }/* The following are part of the calendar mod.
They follow the same format as the reply-icon, post-icon, locked-icon, pmreply-icon, newpm-icon, and forwardpm-icon.
If you are trying to implement a style other then prosilver, look at how your existing style defines
those icons, and do the same for the new calendar icons.
Note the "text-align: left" was added because there were a few instances where the icons were cut in half...
adding the text align property helps reserve enough space to fully display the icon.
*/
.buttons div.calendar-new-icon { width: {IMG_BUTTON_CALENDAR_NEW_WIDTH}px; height: {IMG_BUTTON_CALENDAR_NEW_HEIGHT}px; text-align: left; }
.buttons div.calendar-day-icon { width: {IMG_BUTTON_CALENDAR_DAY_WIDTH}px; height: {IMG_BUTTON_CALENDAR_DAY_HEIGHT}px; text-align: left; }
.buttons div.calendar-week-icon { width: {IMG_BUTTON_CALENDAR_WEEK_WIDTH}px; height: {IMG_BUTTON_CALENDAR_WEEK_HEIGHT}px; text-align: left; }
.buttons div.calendar-month-icon { width: {IMG_BUTTON_CALENDAR_MONTH_WIDTH}px; height: {IMG_BUTTON_CALENDAR_MONTH_HEIGHT}px; text-align: left; }
.bg3 { background-color: #cadceb; }/* -------------------------
calendar mod additions...
------------------------- */
/* uses border-top-color = .bg3 background-color
(the line between events in the month display) */
hr.hrCal {
border-top-color: #cadceb;
}
/* uses color from h1
(calendar header previous and next links) */
.calH1 {
color: #FFFFFF;
font-weight: bold;
font-size:200%
}
/* The from and to times take up a lot of
space in the calendar display.
Use this to shrink them */
.smCalText{font-size:85%}
/* bg4 is just slightly darker then bg3
(used in calendar headers) */
.bg4 { background-color: #8DB8DE; }
/* uses background-color of .bg3
(used to display the numbers and icons for
each day in the month and week view displays ) */
table tbody td.bg3_calMonH{
background-color: #cadceb;
font-size:85%
}
/* uses background-color of .bg4
(used to display the numbers and icons for
each day in the month and week view displays ) */
table tbody td.bg4_calMonH{
background-color: #8DB8DE;
font-size:85%
}
/* uses background-color of .bg1
(used to display days in calendar month/week view) */
table.table1 tbody td.bg1_calMon {
background-color: #ECF3F7;
padding-top: 2px;
padding-bottom: 5px;
padding-left: 4px;
padding-right: 4px;
}
/* uses background-color of .bg2
(used to display days in calendar month/week view) */
table.table1 tbody td.bg2_calMon {
background-color: #e1ebf2;
padding-top: 2px;
padding-bottom: 5px;
padding-left: 4px;
padding-right: 4px;
}
/* uses background-color of .bg3
(used to display days in calendar month/week view) */
table.table1 tbody td.bg3_calMon {
background-color: #cadceb;
padding-top: 2px;
padding-bottom: 5px;
padding-left: 4px;
padding-right: 4px;
}
/* uses background-color of .bg1
uses border-top-color = .forumbg background-color
(used to display events in calendar day view) */
table.table1 tbody td.bg1_calDay {
background-color: #ECF3F7;
border-top-color: #12A3EB;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 3px;
padding-right: 3px;
}
/* uses background-color of .bg3
uses border-top-color = .forumbg background-color
(used to display negative space in calendar day view) */
table.table1 tbody td.bg3_calDay {
background-color: #cadceb;
border-top-color: #12A3EB;
}
/* -------------------------
calendar mod end
------------------------- */.forwardpm-icon span { background-image: url("{IMG_BUTTON_PM_FORWARD_SRC}") ;}/* The following are part of the calendar mod.
They follow the same format as the reply-icon, post-icon, locked-icon, pmreply-icon, newpm-icon, and forwardpm-icon.
If you are trying to implement a style other then prosilver, look at how your existing style defines
those icons, and do the same for the new calendar icons.
*/
.calendar-new-icon span { background-image: url("{IMG_BUTTON_CALENDAR_NEW_SRC}") ;}
.calendar-day-icon span { background-image: url("{IMG_BUTTON_CALENDAR_DAY_SRC}") ;}
.calendar-week-icon span { background-image: url("{IMG_BUTTON_CALENDAR_WEEK_SRC}") ;}
.calendar-month-icon span { background-image: url("{IMG_BUTTON_CALENDAR_MONTH_SRC}") ;}

http://i44.tinypic.com/f1du7k.jpgReturn to [3.0.x] Styles in Development
Users browsing this forum: vcej and 10 guests