
| To | × pt | For |
|---|---|---|
| temp1024 | 15 | Hel… |
| Chris Graham | 50 | Sup… |
| BobS | 100 | Com… |
| BobS | 500 | Com… |
| Harry-S | 100 | Hel… |
| Chris Graham | 300 | Sup… |
| Chris Graham | 300 | Sup… |
| Fletch | 100 | Hel… |
| MitraX | 250 | Com… |
| MitraX | 500 | Com… |
|
Posted 20 September 2007, 6:08 PM
|
||
|---|---|---|
|
Fan in action |
Secondly, I'd like to change the background color of the main site (it's currently white). But I'm not sure how to begin. I'm new to all this, so please keep that in mind! Many thanks, Kelli |
|
|
Posted 22 September 2007, 1:20 PM
|
||
|
ocStaff (admin) |
The logo is a 'Theme image', like most of the images in ocPortal that aren't user-submitted content. The quickest way to edit it is to hold down the ctrl+shift+alt keys and to click it. That'll open up the Theme image editor with the image, and allow you to upload a replacement. To change the background color, you'll need to know some CSS (CSS is the way modern web pages are styled). Again, this is a part of the theme. If you go to 'Style' in the Admin Zone, then 'Themes', you'll see an option to edit CSS there. You'll need to pick the 'global' CSS file when asked. When you do this you'll see all the CSS code. The background color is about 7% through the file in this chunk of code: Code
body, .re_body {
A good image editor (e.g. photoshop, paint shop pro, the gimp [free], paint.net [free]) will be able to find you a new colour code to replace '45608B'. If I answered something that you think should be in the documentation, please take the initiative and add it to the community documentation. We really need people to help out here and build a well-organised large support resource. |
|
|
Posted 22 September 2007, 4:17 PM
|
||
|
Fan in action |
The problem I was having with the background color was not knowing which .css file to choose, so thank you, that should be an easy fix now! Kelli |
|
|
Posted 22 September 2007, 4:36 PM
|
||
|
ocStaff (admin) |
I believe we wrote it so the Apple key works in place of the alt key. So ctrl+apple+shift. However, I don't have a Mac myself, so I've never tried this. If in doubt, try all 'accelerator' (shift, ctrl, alt, apple - whatever is there) keys at once. If I answered something that you think should be in the documentation, please take the initiative and add it to the community documentation. We really need people to help out here and build a well-organised large support resource. |
|
|
Posted 28 November 2007, 1:31 AM
|
||
|
Hallowed customer |
The new image size that I would like to upload is 760x196. Thanks. |
|
|
Posted 28 November 2007, 6:33 AM
|
||
|
ocStaff (admin) |
This is defined in CSS, specifically global.css. In there a height is defined for .global_top. For reference, the template that references .global_top of the CSS is TOP. (The HEADER templates is the HTML header, whilst TOP is the visual header) If I answered something that you think should be in the documentation, please take the initiative and add it to the community documentation. We really need people to help out here and build a well-organised large support resource. |
|
|
Posted 28 November 2007, 4:13 PM
|
||
|
Hallowed customer |
I have some knowledge with this stuff but I am learning as I go, thanks again for your answers. |
|
|
Posted 28 November 2007, 6:19 PM
|
||
|
ocStaff (admin) |
If I answered something that you think should be in the documentation, please take the initiative and add it to the community documentation. We really need people to help out here and build a well-organised large support resource. |
|
|
Posted 28 November 2007, 8:05 PM
|
||
|
Hallowed customer |
|
|
|
Posted 28 November 2007, 8:27 PM
|
||
|
Hallowed customer |
Code
.global_zones {
Code
.global_zones {
Thanks again and sorry for the troubles. My site is http://pantherden.net/portal/index.php?page= |
|
|
Posted 28 November 2007, 9:02 PM
|
||
|
Hallowed customer |
|
|
|
Posted 28 November 2007, 9:22 PM
|
||
|
ocStaff (admin) |
The CSS files get compiled and cached, so if they are manually replaced and that cache is turned on, then the cache manually needs flushing. The quickest way to do that is to hold down ctrl+alt+shift and click refresh (whilst logged in as an admin). If I answered something that you think should be in the documentation, please take the initiative and add it to the community documentation. We really need people to help out here and build a well-organised large support resource. |
|
|
Posted 28 November 2007, 9:33 PM
|
||
|
Hallowed customer |
Again thanks for your help. |
|
|
Posted 20 May 2009, 9:55 AM
|
||
|
Non-joined user |
When I hold down the ctrl+shift+alt keys and click the logo, I get: The requested resource does not exist. Please help! |
|
|
Posted 21 May 2009, 3:34 PM
|
||
|
ocStaff (admin) |
If I answered something that you think should be in the documentation, please take the initiative and add it to the community documentation. We really need people to help out here and build a well-organised large support resource. |
|
|
Posted 05 June 2009, 5:57 PM
|
||
|
Fan in training |
|
|