Code Monkey home page Code Monkey logo

dtsmfacebook's Introduction

COMMAND TO BUILD FROM THIS REPO ;)
--------------------------
cp -r ./ ../style-kit; zip -r ../style-kit.zip ../style-kit; rm -rf ../style-kit/; mv ../style-kit.zip ~/Desktop/style-kit.zip;

Style Kit
v1.0.4
 
EDITABLE FILES
--------------------------
my-style.css
favicon.ico
images/ (add all custom images to this directory and reference them in "my-style.css" by relative path)
 
 
INSTRUCTIONS
--------------------------
1. Creating your own custom CSS
  All your custom CSS should be added to "my-style.css"
    - TIP: use firebug (http://getfirebug.com/) for FireFox, or the Developer Tools in WebKit browsers (Safari, Chrome) to help with finding the appropriate IDs and Classes
 
2. Adding images
  All images you wish to add to your custom design should be placed under images/
  Example usage in my-style.css:
    #wrapper {
      background: url(images/bg-image.jpg) top center repeat #808080;
    }
 
3. Changing your favicon
  Replace the favicon.ico with a 16x16 Windows ICO file
    - TIP: use the Photoshop plugin (http://www.telegraphics.com.au/sw/)
 
4. Previewing your custom design
  Use the static HTML files to locally preview your design
 
5. Applying your design to the live site
  Once you are done with your design and have previewed the results with the included static HTML files:
    - zip the "style-kit" directory
    - upload the style-kit.zip file in the "Look and feel > Customize" section of builder
 
 
NOTE
--------------------------
1. DO NOT make any edits to the static HTML files or the files in the assets/ directory. These are only for previewing your custom design. Any changes to them will be removed.
 
2. The Style Kit is to assist you in quickly creating the main elements of your site. To see a more accurate preview of your custom design, upload the style-kit.zip file in the "Look and feel > Customize" section of the builder and click "Preview" to see the result.

dtsmfacebook's People

Contributors

calexity avatar gustavoguichard avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.