Conceited Forums RSS Feed

We have a very active and passionate community and our forums is the place to get tips and chat with other users about all our products. Join today and meet some great people! Note: if you have a feature to request or a bug to report, make sure you use this contact form.

Sample Styles Started 1 year ago by Nicholas

4 posts

 

This topic has been marked not a support question by our support staff or its poster.

  1. With the release of 1.0, I thought I should post a couple sample styles for people to build off of.

    Stacked - Download

    Stacked frees up some space by cleaning up the font sizes in the Hot section, and also moves the feed list below the section list, allowing for a wider article content view column.

    Clean - Download

    Clean removes the temperature fluff from the Hot window, as well as removing the Fever logo and menu. The menu can be accessed from within Chill Pill so this is no big deal.

    INSTALLATION
    Simply drop the .css files into ~/Library/Application Support/Chill Pill/Styles in order to install them.

    --
    Nicholas Penree
    Conceited Software

    Posted 1 year ago #
  2. bigtoe
    Member

    Hi,

    The links above are broken. The chillpillapp.com domain's DNS doesn't seem to be setup. Can you please paste the contents of the CSS files here, or provide an alternate link?

    Really digging the product!

    Posted 4 months ago #
  3. Okeanos
    Moderator

    From what I can tell the links work fine. Other than that:
    /*
    * Stacked.css
    * Chill Pill
    *
    * Created by Nicholas Penree on 7/20/09.
    * Copyright 2009 Conceited Software. All rights reserved.
    */

    #fever {
    display:none;
    left: 0px;
    width: 0px;
    }

    #fluid {
    left:22px;
    }

    .fluid.show-feeds #feeds-container {
    left:22px;
    top: 210px;
    max-height: 390px;
    }

    #feeds-scroller-container {
    max-height: 390px;
    }

    ul#feeds-alpha {
    top: -170px;
    }
    div#feeds-scroller {
    max-height: 390px;
    }
    div.box.link {
    margin-right: 5px;
    margin-left: -144px;
    }

    .fluid.show-feeds #content-container {
    margin-left: 245px;
    margin-right: 40px;
    }

    #section-4 { /* search */
    display: none;
    }

    div#groups-container {
    left: 22px;
    }

    div#groups {
    width: 245px;
    }

    div#status {
    margin-top: 10px;
    width: 254px;
    }

    div#update-container {
    margin-top: 10px;
    width: 254px;
    }

    /*#feeds {
    top: 90px;
    }*/

    ::-webkit-scrollbar {
    width: 24px;
    height: 11px;
    }

    ::-webkit-scrollbar-thumb:vertical {
    -webkit-border-image: url('img/ScrollKnob.png') 11 0 24 0;
    border-color: transparent;
    border-width: 11px 0;
    min-height: 24px;
    }

    And the 2nd one
    /*
    * Clean.css
    * Chill Pill
    *
    * Created by Nicholas Penree on 7/20/09.
    * Copyright 2009 Conceited Software. All rights reserved.
    */

    #fever {
    display:none;
    left: 0px;
    width: 0px;
    }

    #fluid {
    left:22px;
    }

    .fluid.show-feeds.hot #content-container {
    margin-left:7px;
    }
    .fluid.show-feeds #content-container {
    margin-left: 480px;
    }

    .notches, .temperature {
    display: none;
    }

    div.box.link {
    margin-right: 5px;
    }

    #section-4 {
    display: none;
    }

    Posted 4 months ago #
  4. bigtoe
    Member

    Thank you - the site is once again loading properly for me.

    Posted 4 months ago #

Reply

You must log in to post.

© Conceited Software 2008. All rights reserved.