Back Home

Open Designs

Community. Driven.

    • CommentAuthorgwolfgang
    • CommentTimeJan 18th 2008 edited by gwolfgang on the 20th January 2008 at 12:10:20 EST
     

    CONTEST GUIDELINE (Updated, January 20, 2008)
    ======================================

    If you like Multiflex-5, but didn't find your favorite color, you can participate in the Multiflex-5 Color Scheme Contest. The webdesign community at OpenDesigns will vote for five winners which will receive linked credits in the template.

    The graphic elements and CSS files of the five winning contributions will be made available as downloadable color scheme add-on packages on my homepage. Users of Multiflex-5 can come in and check the color scheme gallery, choosing the color scheme they prefer. As time goes on, we can add new color schemes. In this way users of Multiflex-5 can change their color themes without having to touch their HTML content codes. The only thing they do, is to replace image and CSS files.

    CONTEST RULES

    Rule 1: Number of participants and winners
    A minimum of 25 design contributions must be made, of which five are chosen as winners.

    Rule 2: What to modify
    In order for the color schemes to be available as template add-on packages, where the user downloads a package and replaces current image and CSS files with the add-on package, we must keep the code and styles separated. Therefore, no changes allowed for HTML code, but only for images and CSS files.

    Rule 3: What to provide
    Your color scheme must include the same elements found in the default template, that is:
    + Rounded corner graphics
    + Header graphics (if needed)
    + Other background graphics (if needed)
    + Logo, icons and bullet graphics
    + Font colors (CSS)
    + Border colors (CSS)
    + Background colors (CSS)

    Rule 4: Source graphics
    If you want to use the original graphic elements as found in the default template, download the Graphics Package. You can also introduce your own graphic elements, if you feel you have some really nice looking stuff, as long as it fulfills the requirements above.

    PREVIEWS
    To get a quick feeling of your scheme, post a screenshot of your page, or a link to your demo.

    FILE FORMATS
    Graphic elements must be offered in these two ways: 1) High-resolution PNG with transparencies for editing. 2) Operational format as implemented in your color scheme.

    HOW TO PARTICIPATE
    Go to the Multiflex-5 Color Contest Forum.

    VOTE DATE
    July 1, 2008

    •  
      CommentAuthorperthmetro
    • CommentTimeJan 18th 2008
     
    I'm staying home!
    • CommentAuthorgwolfgang
    • CommentTimeJan 18th 2008
     
    MULTIFLEX-5 has just now been uploaded and submitted to Open Designs.
    Read instructions in the template regarding the Color Scheme Contest.
    •  
      CommentAuthorperthmetro
    • CommentTimeJan 19th 2008 edited by perthmetro on the 19th January 2008 at 00:24:56 EST
     
    For all those who want a sneak preview check it out HERE

    Looks incredible
  1.  
    It is superb template ! bakie
    • CommentAuthorSkyshadow
    • CommentTimeJan 19th 2008
     
    A very cool release indeed, well done with that.
    •  
      CommentAuthorjrochman
    • CommentTimeJan 19th 2008 edited by jrochman on the 19th January 2008 at 15:58:18 EST
     
    Maybe something along these lines:

    http://cmssandbox.com/Multiflex-5/
    • CommentAuthorMike Weiss
    • CommentTimeJan 19th 2008
     
    That looks nice.
    • CommentAuthorwfiedler
    • CommentTimeJan 20th 2008 edited by wfiedler on the 20th January 2008 at 06:00:38 EST
     
    @jrochman

    doesn't look good in Firefox and IE 6 - broken (resolution 1024x768)! Or is it not finished?
    •  
      CommentAuthorjrochman
    • CommentTimeJan 20th 2008 edited by jrochman on the 20th January 2008 at 11:35:44 EST
     
    Not finished. I just did the work so it looked OK above the fold. Basically I wanted to see if it had any merit to it before finishing it. Plus, I had to change the HTML files, so I am in violation of the rules. I couldn't add the page fold and content snippet graphics without doing so.
    • CommentAuthorgwolfgang
    • CommentTimeJan 20th 2008 edited by gwolfgang on the 20th January 2008 at 12:15:27 EST
     
    @jrochman,

    Great to see you experimenting around. You know, there is a way to proceed with your design ideas without having to alter the HTML. Actually two ways:

    Method 1: Keeping border graphics:
    Take the rounded border graphics, that come at the beginning and end of each content box, and make them transparent in a graphics program or make them have the same color as the grey background of the page. If you want to minimize their size, just size them down to 1px height and change the CSS-statements for the rounded corners accordingly to "height:1px". Then take your general container background as you showed in your demo.

    Method 2: Drop out border graphics:
    Go to the CSS statements for the border graphics and just remove the file reference to the border graphics name in "background:url(....)", and instead just use the RGB value and give the color needed, for your case white would be the best. Also here you can reduce the height 1px if you prefer. This method saves you the hassle of having to use a graphics program to recolor the rounded border graphics. Now you put in your background as indicated in your demo.

    I wasn't aware myself how flexible Multiflex-5 really is. Seems we can do a lot with this template.

    How about that? Could that work?
    •  
      CommentAuthorjrochman
    • CommentTimeJan 20th 2008
     
    Ahh...yes that would work. I'll proceed that way.
  2.  
    i cant open any of the grafics what file types are they....?
  3.  
    i'm not going to enter the contenst but i would be interested inseeing these colors:

    #1
    #659755
    #2
    #443918
    #3
    #0B434A
    #4
    #EFD679
    •  
      CommentAuthorperthmetro
    • CommentTimeJan 20th 2008
     
    I've been playing around with the code and reckon this would help use the .pagetitle H1 tag elsewhere, otherwise a bottom border makes it look a bit out of place... i've added...

    border-bottom:solid 0px rgb(215,215,215)

    to

    .main h1.pagetitle {margin:0 0 0.5em 0; padding:1px 0 1px 32px; background: url(../img/icon_pagetitle.gif) no-repeat; background-position:center left; color:rgb(42,90,138); font-weight:bold; font-size:220% !important /*Non-IE6*/; font-size:200% /*IE6*/; }
    • CommentAuthorgwolfgang
    • CommentTimeJan 21st 2008
     
    @perthmetro,

    The idea of page title is just what the name says, the title of the page. A page usually only has one title. If you would like to use that tag elsewhere as you indicate, the user would not see the connection between the name of the style and its use (elsewhere in the page). What was your idea to use if for (just interested to know)?

    An idea would be to define a new h1 subtag, like h1.perthmetro {border:0....}, where "perthmetro" is replaced by a term consistent with your intentions.
    • CommentAuthorgwolfgang
    • CommentTimeJan 21st 2008
     
    Posted By: conartistdesignsi cant open any of the grafics what file types are they....?


    Files saved with:

    - CorelDraw 11 (.cdr)
    - Photoshop Elements 2.0 (.psd)
    - Portable Network Graphics (.png)
    •  
      CommentAuthorperthmetro
    • CommentTimeJan 21st 2008
     
    Posted By: gwolfgangThe idea of page title is just what the name says, the title of the page.


    Good point...
    • CommentAuthorbluecafe
    • CommentTimeJan 22nd 2008
     
    Hi, I just wanted to look at the images but the link doesn't seem to work (http://mf5_tutorial.html/#anchor-package) ... is it only me ?
    • CommentAuthorSkyshadow
    • CommentTimeJan 22nd 2008
     
    I see the link is incorrect, it should have the full domain rather than start mf5_.

    http://1234.info/webtemplates/multiflex5/multiflex53_graphics.zip

    the website is

    http://1234.info/
    • CommentAuthorgwolfgang
    • CommentTimeJan 22nd 2008
     
    Posted By: bluecafeHi, I just wanted to look at the images but the link doesn't seem to work (http://mf5_tutorial.html/#anchor-package) ... is it only me ?


    It is not an error, but a link from one page of Multiflex-5 to another, namely to the tutorial page, and there on that page to the section on packages, which was what you were looking for. In that section you have the download link.
    • CommentAuthorbluecafe
    • CommentTimeJan 22nd 2008
     
    Thanks!
  4.  
    I'm not sure if I'm supposed to post this in here or not, but @jrochman I love the start of your new design. I'm currently looking to pay someone to skin Wolfgang's (thanks for the themes by the way) multiflex 5 to integrate our colors and company concept....and I really want it to have a different feel than the original (why I like @jrochman's so much). If anybody is interested or already working on the contest and wants to get paid along the way, message me back. Thanks.
    • CommentAuthorsland
    • CommentTimeJun 14th 2008
     
    I have done something.
    You can see it HERE
    If I can, I will do the same thing in green.

    PS : Sorry if I do some mistakes in english, I'm french ;)
    • CommentAuthorRob
    • CommentTimeJun 14th 2008
     
    That looks quiet nice although i'd recommend that you sort out the corners of the images as they look awful at the minute and perhaps try changing the font colour on the breadcrumbs and nav links to something a little lighter, white might work, or perhaps just a lighter tone of what's already there.
  5.  
    sland: i like it. the footer is a little hard to read... but instead of darkening the text.... try making the orange background the darker orange like at the top of the fade for the body...
    • CommentAuthorJames
    • CommentTimeAug 7th 2008
     
    So whatever happened to this contest???
    • CommentAuthorgwolfgang
    • CommentTimeAug 7th 2008
     
    ======================================
    MULTIFLEX-5 COLOR CONTEST DISCONTINUED
    ======================================

    The contest requirement was that a minimum of 25 color contributions must be made before voting can start. However, this requirement was not fulfilled. As far as I know, there came in just one or two color submissions.

    For this reason the contest has been discontinued as of July 1, 2008.
    • CommentAuthorXSQueen
    • CommentTimeAug 7th 2008
     
    owwwie wowwie ... bummer = ( Maybe extend the deadline til after the new year? give people who are swamped a chance to spend some time over the holidays playing with colors and images ...?
  6.  
    you could always accept contributions then announce a deadline for all additional submitions after you have recieved 25 submissions
    •  
      CommentAuthorainslie
    • CommentTimeAug 8th 2008 edited by ainslie on the 08th August 2008 at 04:01:50 EDT
     
    It is a disappointment but there is nothing to stop anybody doing a multiflex-5 colour, contest or not, if you really want to.

    If you do, you could still submit them here as long as they have the proper credits